@pax2pay/client 0.9.6 → 0.9.8
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.
- package/Client/Api-keys/index.ts +4 -6
- package/Client/Auth/index.ts +2 -6
- package/Client/Connection.ts +6 -7
- package/Client/Reports/index.ts +2 -2
- package/dist/Client/Accounts/index.d.ts +10 -5
- package/dist/Client/Api-keys/index.d.ts +4 -4
- package/dist/Client/Api-keys/index.js.map +1 -1
- package/dist/Client/Auth/index.d.ts +8 -5
- package/dist/Client/Auth/index.js.map +1 -1
- package/dist/Client/Beneficiaries/index.d.ts +8 -4
- package/dist/Client/CardOptions/index.d.ts +4 -2
- package/dist/Client/CardTypes/index.d.ts +6 -3
- package/dist/Client/Cards/index.d.ts +28 -14
- package/dist/Client/ConfirmationOfPayee/index.d.ts +4 -2
- package/dist/Client/Connection.d.ts +10 -7
- package/dist/Client/Connection.js.map +1 -1
- package/dist/Client/Email/index.d.ts +2 -1
- package/dist/Client/Merchants/index.d.ts +8 -4
- package/dist/Client/Organisations/index.d.ts +4 -2
- package/dist/Client/Payments/index.d.ts +34 -17
- package/dist/Client/Reports/index.d.ts +34 -18
- package/dist/Client/Transfers/index.d.ts +8 -4
- package/dist/Client/Users/index.d.ts +2 -1
- package/dist/model/AbstractLoginRequest.d.ts +1 -1
- package/dist/model/AbstractPaymentOperation.d.ts +1 -1
- package/dist/model/AbstractPaymentResponse.d.ts +1 -1
- package/dist/model/AbstractProviderTransactionOperation.d.ts +1 -1
- package/dist/model/AccountDetailsTransferDestinationResponse.d.ts +1 -1
- package/dist/model/AddressInfo.d.ts +1 -1
- package/dist/model/AllowedMccConfig.d.ts +1 -1
- package/dist/model/ApprovalNotificationConfig.d.ts +1 -1
- package/dist/model/AvailableCardTypesHasResponse.d.ts +1 -1
- package/dist/model/AvailableCardTypesResponse.d.ts +1 -1
- package/dist/model/BasePaymentResponse.d.ts +1 -1
- package/dist/model/BeneficiaryRequest.d.ts +1 -1
- package/dist/model/BeneficiaryResponse.d.ts +1 -1
- package/dist/model/BillingTransactionAmountPair.d.ts +1 -1
- package/dist/model/CardDeliveryEmailConfig.d.ts +1 -1
- package/dist/model/CardDeliveryRequest.d.ts +1 -1
- package/dist/model/CardDeliveryResponse.d.ts +1 -1
- package/dist/model/CardOperation.d.ts +1 -1
- package/dist/model/CardResponseV2.d.ts +1 -1
- package/dist/model/CardResponseV3.d.ts +1 -1
- package/dist/model/CardTypeDefinition.d.ts +1 -1
- package/dist/model/CardTypeInformation.d.ts +1 -1
- package/dist/model/CardTypeResponse.d.ts +1 -1
- package/dist/model/CardTypeSpecification.d.ts +1 -1
- package/dist/model/CardTypesConfig.d.ts +1 -1
- package/dist/model/ConfirmationOfPayeeRequest.d.ts +1 -1
- package/dist/model/ConfirmationOfPayeeResponse.d.ts +1 -1
- package/dist/model/Criteria.d.ts +1 -1
- package/dist/model/DownloadOrganisationSearchRequest.d.ts +1 -1
- package/dist/model/DownloadReconciliationReportRequest.d.ts +1 -1
- package/dist/model/EditCloseDateRequest.d.ts +1 -1
- package/dist/model/EditPaymentAmountRequest.d.ts +1 -1
- package/dist/model/EditPaymentAmountScheduleRequest.d.ts +1 -1
- package/dist/model/EditPaymentCloseDateRequest.d.ts +1 -1
- package/dist/model/EditPaymentMetadataRequest.d.ts +1 -1
- package/dist/model/EditPaymentScheduleRequest.d.ts +1 -1
- package/dist/model/EmailReportFileDestination.d.ts +1 -1
- package/dist/model/EmailReportFileDestination.js +1 -1
- package/dist/model/EmailReportFileDestination.js.map +1 -1
- package/dist/model/ExistingBeneficiaryRequest.d.ts +1 -1
- package/dist/model/ForcedSettlementNotificationConfig.d.ts +1 -1
- package/dist/model/FraudEmailConfig.d.ts +1 -1
- package/dist/model/FundingAccountInboundTransferNotificationConfig.d.ts +1 -1
- package/dist/model/FundingAccountResponseV2Basic.d.ts +1 -1
- package/dist/model/FundingAccountSummaryResponse.d.ts +1 -1
- package/dist/model/FundingAccountTransferDestinationResponse.d.ts +1 -1
- package/dist/model/FundingLimitConfig.d.ts +1 -1
- package/dist/model/FundingLimitRequest.d.ts +1 -1
- package/dist/model/GenericPaymentOperation.d.ts +1 -1
- package/dist/model/InsertCardOptionRequest.d.ts +1 -1
- package/dist/model/InsertCardRequest.d.ts +1 -1
- package/dist/model/InternalOrganisationConfig.d.ts +1 -1
- package/dist/model/Limit.d.ts +1 -1
- package/dist/model/MerchantDetailsV2.d.ts +1 -1
- package/dist/model/MerchantRequest.d.ts +1 -1
- package/dist/model/MerchantResponse.d.ts +1 -1
- package/dist/model/MerchantResponseStatus.d.ts +2 -2
- package/dist/model/MetadataFormat/Field/Validation.d.ts +1 -1
- package/dist/model/MetadataFormat/Field/index.d.ts +4 -4
- package/dist/model/MetadataFormat/Request.d.ts +1 -1
- package/dist/model/MetadataFormat/Response.d.ts +1 -1
- package/dist/model/MetadataFormat/Search.d.ts +1 -1
- package/dist/model/MetadataFormat/SubFormats.d.ts +1 -1
- package/dist/model/MetadataRequest.d.ts +1 -1
- package/dist/model/MetadataResponse.d.ts +1 -1
- package/dist/model/Notification/InsertRequest.d.ts +1 -1
- package/dist/model/Notification/Response.d.ts +1 -1
- package/dist/model/Notification/TargetRequest.d.ts +1 -1
- package/dist/model/OrganisationConfig.d.ts +1 -1
- package/dist/model/OrganisationCreateRequest.d.ts +1 -1
- package/dist/model/OrganisationRequest.d.ts +1 -1
- package/dist/model/OrganisationResponse.d.ts +1 -1
- package/dist/model/OrganisationResponseV2.d.ts +1 -1
- package/dist/model/OrganisationSearchRequest.d.ts +1 -1
- package/dist/model/OrganisationStatusV2.d.ts +2 -2
- package/dist/model/PaymentAccountState.d.ts +2 -2
- package/dist/model/PaymentAmountScheduleRequest.d.ts +1 -1
- package/dist/model/PaymentAmountScheduleResponse.d.ts +1 -1
- package/dist/model/PaymentCardCreateRequest.d.ts +1 -1
- package/dist/model/PaymentDeliveryRequest.d.ts +1 -1
- package/dist/model/PaymentDeliveryResponse.d.ts +1 -1
- package/dist/model/PaymentMerchantRequest.d.ts +1 -1
- package/dist/model/PaymentRequest.d.ts +1 -1
- package/dist/model/PaymentResponse.d.ts +1 -1
- package/dist/model/PaymentSearch.d.ts +1 -1
- package/dist/model/PaymentTransferCreateRequest.d.ts +1 -1
- package/dist/model/ProviderCardTransactionOperation.d.ts +1 -1
- package/dist/model/ProviderTransferTransactionOperation.d.ts +1 -1
- package/dist/model/Range.d.ts +1 -1
- package/dist/model/Report/ReportSubscriptionFrequencyRequest.d.ts +1 -1
- package/dist/model/Report/ReportSubscriptionInvocationResponse.d.ts +2 -1
- package/dist/model/Report/ReportSubscriptionInvocationResponse.js +1 -0
- package/dist/model/Report/ReportSubscriptionInvocationResponse.js.map +1 -1
- package/dist/model/Report/ReportSubscriptionRequest.d.ts +1 -1
- package/dist/model/Report/ReportSubscriptionResponse.d.ts +1 -1
- package/dist/model/SecurityConfig.d.ts +1 -1
- package/dist/model/SetAvailableCardTypesRequest.d.ts +1 -1
- package/dist/model/SftpReportFileDestination.d.ts +1 -1
- package/dist/model/SftpReportFileDestination.js +2 -2
- package/dist/model/SftpReportFileDestination.js.map +1 -1
- package/dist/model/SsoLoginRequest.d.ts +1 -1
- package/dist/model/SsoProviderConfig.d.ts +1 -1
- package/dist/model/SummaryCardResponseV3.d.ts +1 -1
- package/dist/model/SummaryMerchantResponse.d.ts +1 -1
- package/dist/model/TierFeatureResponse.d.ts +1 -1
- package/dist/model/TierLimitResponse.d.ts +1 -1
- package/dist/model/TierResponse.d.ts +1 -1
- package/dist/model/TransferDestinationRequest.d.ts +1 -1
- package/dist/model/TransferResponseV2.d.ts +1 -1
- package/dist/model/TransferResponseV3.d.ts +1 -1
- package/dist/model/TransferSearch.d.ts +1 -1
- package/dist/model/UpdateAccountRequest.d.ts +1 -1
- package/dist/model/UpdateMerchantRequest.d.ts +1 -1
- package/model/EmailReportFileDestination.ts +1 -1
- package/model/Report/ReportSubscriptionInvocationResponse.ts +2 -0
- package/model/SftpReportFileDestination.ts +2 -2
- package/package.json +1 -1
package/dist/model/Limit.d.ts
CHANGED
|
@@ -3,6 +3,6 @@ export interface Limit {
|
|
|
3
3
|
limit: number;
|
|
4
4
|
}
|
|
5
5
|
export declare namespace Limit {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<Limit, object>;
|
|
7
7
|
const is: (value: Limit | any) => value is Limit;
|
|
8
8
|
}
|
|
@@ -4,6 +4,6 @@ export interface MerchantDetailsV2 {
|
|
|
4
4
|
country?: string;
|
|
5
5
|
}
|
|
6
6
|
export declare namespace MerchantDetailsV2 {
|
|
7
|
-
const type: import("isly/dist/
|
|
7
|
+
const type: import("isly/dist/types/object").IslyObject<MerchantDetailsV2, object>;
|
|
8
8
|
const is: (value: MerchantDetailsV2 | any) => value is MerchantDetailsV2;
|
|
9
9
|
}
|
|
@@ -10,6 +10,6 @@ export interface MerchantRequest {
|
|
|
10
10
|
beneficiaries?: Partial<Record<Currency, BeneficiaryRequest>>;
|
|
11
11
|
}
|
|
12
12
|
export declare namespace MerchantRequest {
|
|
13
|
-
const type: import("isly/dist/
|
|
13
|
+
const type: import("isly/dist/types/object").IslyObject<MerchantRequest, object>;
|
|
14
14
|
const is: (value: MerchantRequest | any) => value is MerchantRequest;
|
|
15
15
|
}
|
|
@@ -13,6 +13,6 @@ export interface MerchantResponse {
|
|
|
13
13
|
organisations?: string[];
|
|
14
14
|
}
|
|
15
15
|
export declare namespace MerchantResponse {
|
|
16
|
-
const type: import("isly/dist/
|
|
16
|
+
const type: import("isly/dist/types/object").IslyObject<MerchantResponse, object>;
|
|
17
17
|
const is: (value: MerchantResponse | any) => value is MerchantResponse;
|
|
18
18
|
}
|
|
@@ -2,6 +2,6 @@ import { isly } from "isly";
|
|
|
2
2
|
export type MerchantResponseStatus = typeof MerchantResponseStatus.values[number];
|
|
3
3
|
export declare namespace MerchantResponseStatus {
|
|
4
4
|
const values: readonly ["active", "deleted"];
|
|
5
|
-
const type: isly.Type<"
|
|
6
|
-
const is: (value: any | ("
|
|
5
|
+
const type: isly.Type<"deleted" | "active">;
|
|
6
|
+
const is: (value: any | ("deleted" | "active")) => value is "deleted" | "active";
|
|
7
7
|
}
|
|
@@ -30,28 +30,28 @@ export declare namespace Field {
|
|
|
30
30
|
validation?: FValidation;
|
|
31
31
|
}
|
|
32
32
|
namespace Base {
|
|
33
|
-
const type: import("isly/dist/
|
|
33
|
+
const type: import("isly/dist/types/object").IslyObject<Base, object>;
|
|
34
34
|
const is: (value: Base | any) => value is Base;
|
|
35
35
|
interface Value {
|
|
36
36
|
type: FValueType;
|
|
37
37
|
category?: FValueCategory;
|
|
38
38
|
}
|
|
39
39
|
namespace Value {
|
|
40
|
-
const type: import("isly/dist/
|
|
40
|
+
const type: import("isly/dist/types/object").IslyObject<Value, object>;
|
|
41
41
|
const is: (value: Value | any) => value is Value;
|
|
42
42
|
}
|
|
43
43
|
interface Object {
|
|
44
44
|
fields: Field[];
|
|
45
45
|
}
|
|
46
46
|
namespace Object {
|
|
47
|
-
const type: import("isly/dist/
|
|
47
|
+
const type: import("isly/dist/types/object").IslyObject<Object, object>;
|
|
48
48
|
const is: (value: Object | any) => value is Object;
|
|
49
49
|
}
|
|
50
50
|
interface List {
|
|
51
51
|
contains: Field;
|
|
52
52
|
}
|
|
53
53
|
namespace List {
|
|
54
|
-
const type: import("isly/dist/
|
|
54
|
+
const type: import("isly/dist/types/object").IslyObject<List, object>;
|
|
55
55
|
const is: (value: List | any) => value is List;
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -9,6 +9,6 @@ export interface Request {
|
|
|
9
9
|
subFormats: SubFormats;
|
|
10
10
|
}
|
|
11
11
|
export declare namespace Request {
|
|
12
|
-
const type: import("isly/dist/
|
|
12
|
+
const type: import("isly/dist/types/object").IslyObject<Request, object>;
|
|
13
13
|
const is: (value: Request | any) => value is Request;
|
|
14
14
|
}
|
|
@@ -10,6 +10,6 @@ export interface Response {
|
|
|
10
10
|
subFormats: SubFormats;
|
|
11
11
|
}
|
|
12
12
|
export declare namespace Response {
|
|
13
|
-
const type: import("isly/dist/
|
|
13
|
+
const type: import("isly/dist/types/object").IslyObject<Response, object>;
|
|
14
14
|
const is: (value: Response | any) => value is Response;
|
|
15
15
|
}
|
|
@@ -6,6 +6,6 @@ export interface Search {
|
|
|
6
6
|
fieldNames?: string[][];
|
|
7
7
|
}
|
|
8
8
|
export declare namespace Search {
|
|
9
|
-
const type: import("isly/dist/
|
|
9
|
+
const type: import("isly/dist/types/object").IslyObject<Search, object>;
|
|
10
10
|
const is: (value: Search | any) => value is Search;
|
|
11
11
|
}
|
|
@@ -3,6 +3,6 @@ export interface SubFormats {
|
|
|
3
3
|
top5?: string[] | string[][];
|
|
4
4
|
}
|
|
5
5
|
export declare namespace SubFormats {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<SubFormats, object>;
|
|
7
7
|
const is: (value: SubFormats | any) => value is SubFormats;
|
|
8
8
|
}
|
|
@@ -2,6 +2,6 @@ export type MetadataRequest = Record<string, any> & {
|
|
|
2
2
|
type?: string;
|
|
3
3
|
};
|
|
4
4
|
export declare namespace MetadataRequest {
|
|
5
|
-
const type: import("isly/dist/
|
|
5
|
+
const type: import("isly/dist/types/object").IslyObject<MetadataRequest, object>;
|
|
6
6
|
const is: (value: MetadataRequest | any) => value is MetadataRequest;
|
|
7
7
|
}
|
|
@@ -3,6 +3,6 @@ export type MetadataResponse = Record<string, any> & {
|
|
|
3
3
|
format: string;
|
|
4
4
|
};
|
|
5
5
|
export declare namespace MetadataResponse {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<MetadataResponse, object>;
|
|
7
7
|
const is: (value: MetadataResponse | any) => value is MetadataResponse;
|
|
8
8
|
}
|
|
@@ -12,6 +12,6 @@ export interface InsertRequest {
|
|
|
12
12
|
createDefault?: boolean;
|
|
13
13
|
}
|
|
14
14
|
export declare namespace InsertRequest {
|
|
15
|
-
const type: import("isly/dist/
|
|
15
|
+
const type: import("isly/dist/types/object").IslyObject<InsertRequest, object>;
|
|
16
16
|
const is: (value: InsertRequest | any) => value is InsertRequest;
|
|
17
17
|
}
|
|
@@ -14,6 +14,6 @@ export interface Response {
|
|
|
14
14
|
rolesets?: string[];
|
|
15
15
|
}
|
|
16
16
|
export declare namespace Response {
|
|
17
|
-
const type: import("isly/dist/
|
|
17
|
+
const type: import("isly/dist/types/object").IslyObject<Response, object>;
|
|
18
18
|
const is: (value: Response | any) => value is Response;
|
|
19
19
|
}
|
|
@@ -4,6 +4,6 @@ export interface TargetRequest {
|
|
|
4
4
|
rolesets?: string[];
|
|
5
5
|
}
|
|
6
6
|
export declare namespace TargetRequest {
|
|
7
|
-
const type: import("isly/dist/
|
|
7
|
+
const type: import("isly/dist/types/object").IslyObject<TargetRequest, object>;
|
|
8
8
|
const is: (value: TargetRequest | any) => value is TargetRequest;
|
|
9
9
|
}
|
|
@@ -30,6 +30,6 @@ export interface OrganisationConfig {
|
|
|
30
30
|
forcedSettlementNotificationConfig?: ForcedSettlementNotificationConfig;
|
|
31
31
|
}
|
|
32
32
|
export declare namespace OrganisationConfig {
|
|
33
|
-
const type: import("isly/dist/
|
|
33
|
+
const type: import("isly/dist/types/object").IslyObject<OrganisationConfig, object>;
|
|
34
34
|
const is: (value: OrganisationConfig | any) => value is OrganisationConfig;
|
|
35
35
|
}
|
|
@@ -3,6 +3,6 @@ export interface OrganisationCreateRequest extends OrganisationRequest {
|
|
|
3
3
|
code: string;
|
|
4
4
|
}
|
|
5
5
|
export declare namespace OrganisationCreateRequest {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<OrganisationCreateRequest, OrganisationRequest>;
|
|
7
7
|
const is: (value: OrganisationCreateRequest | any) => value is OrganisationCreateRequest;
|
|
8
8
|
}
|
|
@@ -4,6 +4,6 @@ export interface OrganisationRequest {
|
|
|
4
4
|
status: OrganisationStatus;
|
|
5
5
|
}
|
|
6
6
|
export declare namespace OrganisationRequest {
|
|
7
|
-
const type: import("isly/dist/
|
|
7
|
+
const type: import("isly/dist/types/object").IslyObject<OrganisationRequest, object>;
|
|
8
8
|
const is: (value: OrganisationRequest | any) => value is OrganisationRequest;
|
|
9
9
|
}
|
|
@@ -5,6 +5,6 @@ export interface OrganisationResponse {
|
|
|
5
5
|
status: OrganisationStatus;
|
|
6
6
|
}
|
|
7
7
|
export declare namespace OrganisationResponse {
|
|
8
|
-
const type: import("isly/dist/
|
|
8
|
+
const type: import("isly/dist/types/object").IslyObject<OrganisationResponse, object>;
|
|
9
9
|
const is: (value: OrganisationResponse | any) => value is OrganisationResponse;
|
|
10
10
|
}
|
|
@@ -19,6 +19,6 @@ export interface OrganisationResponseV2 {
|
|
|
19
19
|
channelPartners?: OrganisationFlag[];
|
|
20
20
|
}
|
|
21
21
|
export declare namespace OrganisationResponseV2 {
|
|
22
|
-
const type: import("isly/dist/
|
|
22
|
+
const type: import("isly/dist/types/object").IslyObject<OrganisationResponseV2, object>;
|
|
23
23
|
const is: (value: OrganisationResponseV2 | any) => value is OrganisationResponseV2;
|
|
24
24
|
}
|
|
@@ -11,6 +11,6 @@ export interface OrganisationSearchRequest {
|
|
|
11
11
|
includeCardTypes?: boolean;
|
|
12
12
|
}
|
|
13
13
|
export declare namespace OrganisationSearchRequest {
|
|
14
|
-
const type: import("isly/dist/
|
|
14
|
+
const type: import("isly/dist/types/object").IslyObject<OrganisationSearchRequest, object>;
|
|
15
15
|
const is: (value: OrganisationSearchRequest | any) => value is OrganisationSearchRequest;
|
|
16
16
|
}
|
|
@@ -3,7 +3,7 @@ import { OrganisationStatus } from "./OrganisationStatus";
|
|
|
3
3
|
export type OrganisationStatusV2 = typeof OrganisationStatusV2.values[number];
|
|
4
4
|
export declare namespace OrganisationStatusV2 {
|
|
5
5
|
const values: readonly ["active", "inactive", "deleted"];
|
|
6
|
-
const type: isly.Type<"
|
|
7
|
-
const is: (value: any | ("
|
|
6
|
+
const type: isly.Type<"deleted" | "active" | "inactive">;
|
|
7
|
+
const is: (value: any | ("deleted" | "active" | "inactive")) => value is "deleted" | "active" | "inactive";
|
|
8
8
|
function toOrganisationStatus(value: OrganisationStatusV2): OrganisationStatus;
|
|
9
9
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isly } from "isly";
|
|
2
2
|
export type PaymentAccountState = "active" | "inactive" | "deleted" | "expired" | "pending" | "approved" | "declined";
|
|
3
3
|
export declare namespace PaymentAccountState {
|
|
4
|
-
const type: isly.Type<"active" | "inactive" | "pending" | "expired" | "approved" | "declined"
|
|
5
|
-
const is: (value: any | ("active" | "inactive" | "pending" | "expired" | "approved" | "declined"
|
|
4
|
+
const type: isly.Type<"deleted" | "active" | "inactive" | "pending" | "expired" | "approved" | "declined">;
|
|
5
|
+
const is: (value: any | ("deleted" | "active" | "inactive" | "pending" | "expired" | "approved" | "declined")) => value is "deleted" | "active" | "inactive" | "pending" | "expired" | "approved" | "declined";
|
|
6
6
|
}
|
|
@@ -4,6 +4,6 @@ export interface PaymentAmountScheduleRequest {
|
|
|
4
4
|
date: Date;
|
|
5
5
|
}
|
|
6
6
|
export declare namespace PaymentAmountScheduleRequest {
|
|
7
|
-
const type: import("isly/dist/
|
|
7
|
+
const type: import("isly/dist/types/object").IslyObject<PaymentAmountScheduleRequest, object>;
|
|
8
8
|
const is: (value: PaymentAmountScheduleRequest | any) => value is PaymentAmountScheduleRequest;
|
|
9
9
|
}
|
|
@@ -4,6 +4,6 @@ export interface PaymentAmountScheduleResponse {
|
|
|
4
4
|
date: Date;
|
|
5
5
|
}
|
|
6
6
|
export declare namespace PaymentAmountScheduleResponse {
|
|
7
|
-
const type: import("isly/dist/
|
|
7
|
+
const type: import("isly/dist/types/object").IslyObject<PaymentAmountScheduleResponse, object>;
|
|
8
8
|
const is: (value: PaymentAmountScheduleResponse | any) => value is PaymentAmountScheduleResponse;
|
|
9
9
|
}
|
|
@@ -10,6 +10,6 @@ export interface PaymentCardCreateRequest {
|
|
|
10
10
|
restrictToMerchant?: boolean;
|
|
11
11
|
}
|
|
12
12
|
export declare namespace PaymentCardCreateRequest {
|
|
13
|
-
const type: import("isly/dist/
|
|
13
|
+
const type: import("isly/dist/types/object").IslyObject<PaymentCardCreateRequest, object>;
|
|
14
14
|
const is: (value: PaymentCardCreateRequest | any) => value is PaymentCardCreateRequest;
|
|
15
15
|
}
|
|
@@ -6,6 +6,6 @@ export interface PaymentDeliveryRequest {
|
|
|
6
6
|
lapses?: Date;
|
|
7
7
|
}
|
|
8
8
|
export declare namespace PaymentDeliveryRequest {
|
|
9
|
-
const type: import("isly/dist/
|
|
9
|
+
const type: import("isly/dist/types/object").IslyObject<PaymentDeliveryRequest, object>;
|
|
10
10
|
const is: (value: PaymentDeliveryRequest | any) => value is PaymentDeliveryRequest;
|
|
11
11
|
}
|
|
@@ -11,6 +11,6 @@ export interface PaymentDeliveryResponse {
|
|
|
11
11
|
attachmentFilename?: string;
|
|
12
12
|
}
|
|
13
13
|
export declare namespace PaymentDeliveryResponse {
|
|
14
|
-
const type: import("isly/dist/
|
|
14
|
+
const type: import("isly/dist/types/object").IslyObject<PaymentDeliveryResponse, object>;
|
|
15
15
|
const is: (value: PaymentDeliveryResponse | any) => value is PaymentDeliveryResponse;
|
|
16
16
|
}
|
|
@@ -6,6 +6,6 @@ export interface PaymentMerchantRequest {
|
|
|
6
6
|
type?: MerchantType;
|
|
7
7
|
}
|
|
8
8
|
export declare namespace PaymentMerchantRequest {
|
|
9
|
-
const type: import("isly/dist/
|
|
9
|
+
const type: import("isly/dist/types/object").IslyObject<PaymentMerchantRequest, object>;
|
|
10
10
|
const is: (value: PaymentMerchantRequest | any) => value is PaymentMerchantRequest;
|
|
11
11
|
}
|
|
@@ -19,6 +19,6 @@ export interface PaymentRequest {
|
|
|
19
19
|
schedule?: PaymentAmountScheduleResponse[];
|
|
20
20
|
}
|
|
21
21
|
export declare namespace PaymentRequest {
|
|
22
|
-
const type: import("isly/dist/
|
|
22
|
+
const type: import("isly/dist/types/object").IslyObject<PaymentRequest, object>;
|
|
23
23
|
const is: (value: PaymentRequest | any) => value is PaymentRequest;
|
|
24
24
|
}
|
|
@@ -8,6 +8,6 @@ export interface PaymentResponse extends BasePaymentResponse {
|
|
|
8
8
|
operations?: PaymentOperation[];
|
|
9
9
|
}
|
|
10
10
|
export declare namespace PaymentResponse {
|
|
11
|
-
const type: import("isly/dist/
|
|
11
|
+
const type: import("isly/dist/types/object").IslyObject<PaymentResponse, BasePaymentResponse>;
|
|
12
12
|
const is: (value: PaymentResponse | any) => value is PaymentResponse;
|
|
13
13
|
}
|
|
@@ -38,6 +38,6 @@ export interface PaymentSearch {
|
|
|
38
38
|
doesntHaveOperations?: PaymentOperationType[];
|
|
39
39
|
}
|
|
40
40
|
export declare namespace PaymentSearch {
|
|
41
|
-
const type: import("isly/dist/
|
|
41
|
+
const type: import("isly/dist/types/object").IslyObject<PaymentSearch, object>;
|
|
42
42
|
const is: (value: PaymentSearch | any) => value is PaymentSearch;
|
|
43
43
|
}
|
|
@@ -3,6 +3,6 @@ export interface PaymentTransferCreateRequest {
|
|
|
3
3
|
reference?: string;
|
|
4
4
|
}
|
|
5
5
|
export declare namespace PaymentTransferCreateRequest {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<PaymentTransferCreateRequest, object>;
|
|
7
7
|
const is: (value: PaymentTransferCreateRequest | any) => value is PaymentTransferCreateRequest;
|
|
8
8
|
}
|
|
@@ -4,6 +4,6 @@ export interface ProviderCardTransactionOperation extends AbstractProviderTransa
|
|
|
4
4
|
merchant?: MerchantDetailsV2;
|
|
5
5
|
}
|
|
6
6
|
export declare namespace ProviderCardTransactionOperation {
|
|
7
|
-
const type: import("isly/dist/
|
|
7
|
+
const type: import("isly/dist/types/object").IslyObject<ProviderCardTransactionOperation, AbstractProviderTransactionOperation>;
|
|
8
8
|
const is: (value: ProviderCardTransactionOperation | any) => value is ProviderCardTransactionOperation;
|
|
9
9
|
}
|
|
@@ -4,6 +4,6 @@ export interface ProviderTransferTransactionOperation extends AbstractProviderTr
|
|
|
4
4
|
payee?: string;
|
|
5
5
|
}
|
|
6
6
|
export declare namespace ProviderTransferTransactionOperation {
|
|
7
|
-
const type: import("isly/dist/
|
|
7
|
+
const type: import("isly/dist/types/object").IslyObject<ProviderTransferTransactionOperation, AbstractProviderTransactionOperation>;
|
|
8
8
|
const is: (value: ProviderTransferTransactionOperation | any) => value is ProviderTransferTransactionOperation;
|
|
9
9
|
}
|
package/dist/model/Range.d.ts
CHANGED
|
@@ -3,6 +3,6 @@ export interface Range<T> {
|
|
|
3
3
|
end?: T;
|
|
4
4
|
}
|
|
5
5
|
export declare namespace Range {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<Range<any>, object>;
|
|
7
7
|
const is: (value: Range<any> | any) => value is Range<any>;
|
|
8
8
|
}
|
|
@@ -6,6 +6,6 @@ export interface ReportSubscriptionFrequencyRequest {
|
|
|
6
6
|
dayOfMonth?: number;
|
|
7
7
|
}
|
|
8
8
|
export declare namespace ReportSubscriptionFrequencyRequest {
|
|
9
|
-
const type: import("isly/dist/
|
|
9
|
+
const type: import("isly/dist/types/object").IslyObject<ReportSubscriptionFrequencyRequest, object>;
|
|
10
10
|
const is: (value: ReportSubscriptionFrequencyRequest | any) => value is ReportSubscriptionFrequencyRequest;
|
|
11
11
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { DateTime } from "isoly";
|
|
2
2
|
import { ReportSubscriptionInvocationOutcome } from "./ReportSubscriptionInvocationOutcome";
|
|
3
3
|
export interface ReportSubscriptionInvocationResponse {
|
|
4
|
+
id?: string;
|
|
4
5
|
createdAt: DateTime;
|
|
5
6
|
outcome: ReportSubscriptionInvocationOutcome;
|
|
6
7
|
errorMessage?: string;
|
|
7
8
|
}
|
|
8
9
|
export declare namespace ReportSubscriptionInvocationResponse {
|
|
9
|
-
const type: import("isly/dist/
|
|
10
|
+
const type: import("isly/dist/types/object").IslyObject<ReportSubscriptionInvocationResponse, object>;
|
|
10
11
|
const is: (value: ReportSubscriptionInvocationResponse | any) => value is ReportSubscriptionInvocationResponse;
|
|
11
12
|
}
|
|
@@ -4,6 +4,7 @@ import { ReportSubscriptionInvocationOutcome } from "./ReportSubscriptionInvocat
|
|
|
4
4
|
export var ReportSubscriptionInvocationResponse;
|
|
5
5
|
(function (ReportSubscriptionInvocationResponse) {
|
|
6
6
|
ReportSubscriptionInvocationResponse.type = isly.object({
|
|
7
|
+
id: isly.string().optional(),
|
|
7
8
|
createdAt: isly.fromIs("DateTime", DateTime.is),
|
|
8
9
|
outcome: ReportSubscriptionInvocationOutcome.type,
|
|
9
10
|
errorMessage: isly.string().optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReportSubscriptionInvocationResponse.js","sourceRoot":"../","sources":["model/Report/ReportSubscriptionInvocationResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAA;
|
|
1
|
+
{"version":3,"file":"ReportSubscriptionInvocationResponse.js","sourceRoot":"../","sources":["model/Report/ReportSubscriptionInvocationResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAA;AAQ3F,MAAM,KAAW,oCAAoC,CAQpD;AARD,WAAiB,oCAAoC;IACvC,yCAAI,GAAG,IAAI,CAAC,MAAM,CAAuC;QACrE,EAAE,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,UAAU,EAAE,QAAQ,CAAC,EAAE,CAAC;QAC/C,OAAO,EAAE,mCAAmC,CAAC,IAAI;QACjD,YAAY,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KACtC,CAAC,CAAA;IACW,uCAAE,GAAG,qCAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EARgB,oCAAoC,KAApC,oCAAoC,QAQpD"}
|
|
@@ -11,6 +11,6 @@ export interface ReportSubscriptionRequest {
|
|
|
11
11
|
destination: ReportFileDestination;
|
|
12
12
|
}
|
|
13
13
|
export declare namespace ReportSubscriptionRequest {
|
|
14
|
-
const type: import("isly/dist/
|
|
14
|
+
const type: import("isly/dist/types/object").IslyObject<ReportSubscriptionRequest, object>;
|
|
15
15
|
const is: (value: ReportSubscriptionRequest | any) => value is ReportSubscriptionRequest;
|
|
16
16
|
}
|
|
@@ -16,6 +16,6 @@ export interface ReportSubscriptionResponse {
|
|
|
16
16
|
lastInvocation?: ReportSubscriptionInvocationResponse;
|
|
17
17
|
}
|
|
18
18
|
export declare namespace ReportSubscriptionResponse {
|
|
19
|
-
const type: import("isly/dist/
|
|
19
|
+
const type: import("isly/dist/types/object").IslyObject<ReportSubscriptionResponse, object>;
|
|
20
20
|
const is: (value: ReportSubscriptionResponse | any) => value is ReportSubscriptionResponse;
|
|
21
21
|
}
|
|
@@ -3,6 +3,6 @@ export interface SecurityConfig {
|
|
|
3
3
|
passwordExpirationDays?: number;
|
|
4
4
|
}
|
|
5
5
|
export declare namespace SecurityConfig {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<SecurityConfig, object>;
|
|
7
7
|
const is: (value: SecurityConfig | any) => value is SecurityConfig;
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@ export interface SetAvailableCardTypesRequest {
|
|
|
3
3
|
cardTypes: CardTypeSpecification[];
|
|
4
4
|
}
|
|
5
5
|
export declare namespace SetAvailableCardTypesRequest {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<SetAvailableCardTypesRequest, object>;
|
|
7
7
|
const is: (value: SetAvailableCardTypesRequest | any) => value is SetAvailableCardTypesRequest;
|
|
8
8
|
}
|
|
@@ -8,6 +8,6 @@ export interface SftpReportFileDestination {
|
|
|
8
8
|
path: string;
|
|
9
9
|
}
|
|
10
10
|
export declare namespace SftpReportFileDestination {
|
|
11
|
-
const type: import("isly/dist/
|
|
11
|
+
const type: import("isly/dist/types/object").IslyObject<SftpReportFileDestination, object>;
|
|
12
12
|
const is: (value: SftpReportFileDestination | any) => value is SftpReportFileDestination;
|
|
13
13
|
}
|
|
@@ -2,9 +2,9 @@ import { isly } from "isly";
|
|
|
2
2
|
export var SftpReportFileDestination;
|
|
3
3
|
(function (SftpReportFileDestination) {
|
|
4
4
|
SftpReportFileDestination.type = isly.object({
|
|
5
|
-
host: isly.string(),
|
|
5
|
+
host: isly.string(/^[\w-]+\.[\w.-]+$/),
|
|
6
6
|
user: isly.string(),
|
|
7
|
-
port: isly.number(
|
|
7
|
+
port: isly.number(value => value <= 65535).optional(),
|
|
8
8
|
password: isly.string().optional(),
|
|
9
9
|
privateKey: isly.string().optional(),
|
|
10
10
|
fingerprint: isly.string().optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SftpReportFileDestination.js","sourceRoot":"../","sources":["model/SftpReportFileDestination.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAW3B,MAAM,KAAW,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IAC5B,8BAAI,GAAG,IAAI,CAAC,MAAM,CAA4B;QAC1D,IAAI,EAAE,IAAI,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"SftpReportFileDestination.js","sourceRoot":"../","sources":["model/SftpReportFileDestination.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAW3B,MAAM,KAAW,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IAC5B,8BAAI,GAAG,IAAI,CAAC,MAAM,CAA4B;QAC1D,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,mBAAmB,CAAC;QACtC,IAAI,EAAE,IAAI,CAAC,MAAM,EAAE;QACnB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,IAAI,KAAK,CAAC,CAAC,QAAQ,EAAE;QACrD,QAAQ,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAClC,UAAU,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACpC,WAAW,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACrC,IAAI,EAAE,IAAI,CAAC,MAAM,EAAE;KACnB,CAAC,CAAA;IACW,4BAAE,GAAG,0BAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EAXgB,yBAAyB,KAAzB,yBAAyB,QAWzC"}
|
|
@@ -3,6 +3,6 @@ export interface SsoLoginRequest extends AbstractLoginRequest {
|
|
|
3
3
|
token: string;
|
|
4
4
|
}
|
|
5
5
|
export declare namespace SsoLoginRequest {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<SsoLoginRequest, AbstractLoginRequest>;
|
|
7
7
|
const is: (value: SsoLoginRequest | any) => value is SsoLoginRequest;
|
|
8
8
|
}
|
|
@@ -6,6 +6,6 @@ export interface SsoProviderConfig {
|
|
|
6
6
|
require2fa?: boolean;
|
|
7
7
|
}
|
|
8
8
|
export declare namespace SsoProviderConfig {
|
|
9
|
-
const type: import("isly/dist/
|
|
9
|
+
const type: import("isly/dist/types/object").IslyObject<SsoProviderConfig, object>;
|
|
10
10
|
const is: (value: SsoProviderConfig | any) => value is SsoProviderConfig;
|
|
11
11
|
}
|
|
@@ -8,6 +8,6 @@ export interface SummaryCardResponseV3 {
|
|
|
8
8
|
hasDeclines?: boolean;
|
|
9
9
|
}
|
|
10
10
|
export declare namespace SummaryCardResponseV3 {
|
|
11
|
-
const type: import("isly/dist/
|
|
11
|
+
const type: import("isly/dist/types/object").IslyObject<SummaryCardResponseV3, object>;
|
|
12
12
|
const is: (value: SummaryCardResponseV3 | any) => value is SummaryCardResponseV3;
|
|
13
13
|
}
|
|
@@ -2,6 +2,6 @@ export interface SummaryMerchantResponse {
|
|
|
2
2
|
name?: string;
|
|
3
3
|
}
|
|
4
4
|
export declare namespace SummaryMerchantResponse {
|
|
5
|
-
const type: import("isly/dist/
|
|
5
|
+
const type: import("isly/dist/types/object").IslyObject<SummaryMerchantResponse, object>;
|
|
6
6
|
const is: (value: SummaryMerchantResponse | any) => value is SummaryMerchantResponse;
|
|
7
7
|
}
|
|
@@ -5,6 +5,6 @@ export interface TierFeatureResponse {
|
|
|
5
5
|
category: string;
|
|
6
6
|
}
|
|
7
7
|
export declare namespace TierFeatureResponse {
|
|
8
|
-
const type: import("isly/dist/
|
|
8
|
+
const type: import("isly/dist/types/object").IslyObject<TierFeatureResponse, object>;
|
|
9
9
|
const is: (value: TierFeatureResponse | any) => value is TierFeatureResponse;
|
|
10
10
|
}
|
|
@@ -6,6 +6,6 @@ export interface TierLimitResponse {
|
|
|
6
6
|
limit: number;
|
|
7
7
|
}
|
|
8
8
|
export declare namespace TierLimitResponse {
|
|
9
|
-
const type: import("isly/dist/
|
|
9
|
+
const type: import("isly/dist/types/object").IslyObject<TierLimitResponse, object>;
|
|
10
10
|
const is: (value: TierLimitResponse | any) => value is TierLimitResponse;
|
|
11
11
|
}
|
|
@@ -8,6 +8,6 @@ export interface TierResponse {
|
|
|
8
8
|
limits: TierLimitResponse[];
|
|
9
9
|
}
|
|
10
10
|
export declare namespace TierResponse {
|
|
11
|
-
const type: import("isly/dist/
|
|
11
|
+
const type: import("isly/dist/types/object").IslyObject<TierResponse, object>;
|
|
12
12
|
const is: (value: TierResponse | any) => value is TierResponse;
|
|
13
13
|
}
|
|
@@ -19,6 +19,6 @@ export interface TransferDestinationRequest {
|
|
|
19
19
|
fundingAccountId?: string;
|
|
20
20
|
}
|
|
21
21
|
export declare namespace TransferDestinationRequest {
|
|
22
|
-
const type: import("isly/dist/
|
|
22
|
+
const type: import("isly/dist/types/object").IslyObject<TransferDestinationRequest, object>;
|
|
23
23
|
const is: (value: TransferDestinationRequest | any) => value is TransferDestinationRequest;
|
|
24
24
|
}
|
|
@@ -26,6 +26,6 @@ export interface TransferResponseV2 {
|
|
|
26
26
|
approvedOn?: DateTime;
|
|
27
27
|
}
|
|
28
28
|
export declare namespace TransferResponseV2 {
|
|
29
|
-
const type: import("isly/dist/
|
|
29
|
+
const type: import("isly/dist/types/object").IslyObject<TransferResponseV2, object>;
|
|
30
30
|
const is: (value: TransferResponseV2 | any) => value is TransferResponseV2;
|
|
31
31
|
}
|
|
@@ -8,6 +8,6 @@ export interface TransferResponseV3 {
|
|
|
8
8
|
destination: AccountDetailsTransferDestinationResponse;
|
|
9
9
|
}
|
|
10
10
|
export declare namespace TransferResponseV3 {
|
|
11
|
-
const type: import("isly/dist/
|
|
11
|
+
const type: import("isly/dist/types/object").IslyObject<TransferResponseV3, object>;
|
|
12
12
|
const is: (value: TransferResponseV3 | any) => value is TransferResponseV3;
|
|
13
13
|
}
|
|
@@ -12,6 +12,6 @@ export interface TransferSearch {
|
|
|
12
12
|
sourceProviderAccountId?: string;
|
|
13
13
|
}
|
|
14
14
|
export declare namespace TransferSearch {
|
|
15
|
-
const type: import("isly/dist/
|
|
15
|
+
const type: import("isly/dist/types/object").IslyObject<TransferSearch, object>;
|
|
16
16
|
const is: (value: TransferSearch | any) => value is TransferSearch;
|
|
17
17
|
}
|
|
@@ -4,6 +4,6 @@ export interface UpdateAccountRequest {
|
|
|
4
4
|
friendlyName?: string;
|
|
5
5
|
}
|
|
6
6
|
export declare namespace UpdateAccountRequest {
|
|
7
|
-
const type: import("isly/dist/
|
|
7
|
+
const type: import("isly/dist/types/object").IslyObject<UpdateAccountRequest, object>;
|
|
8
8
|
const is: (value: UpdateAccountRequest | any) => value is UpdateAccountRequest;
|
|
9
9
|
}
|
|
@@ -5,6 +5,6 @@ export interface UpdateMerchantRequest {
|
|
|
5
5
|
organisations?: string[];
|
|
6
6
|
}
|
|
7
7
|
export declare namespace UpdateMerchantRequest {
|
|
8
|
-
const type: import("isly/dist/
|
|
8
|
+
const type: import("isly/dist/types/object").IslyObject<UpdateMerchantRequest, object>;
|
|
9
9
|
const is: (value: UpdateMerchantRequest | any) => value is UpdateMerchantRequest;
|
|
10
10
|
}
|