@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
|
@@ -6,61 +6,77 @@ export declare class Reports {
|
|
|
6
6
|
protected readonly folder = "reports";
|
|
7
7
|
constructor(connection: Connection);
|
|
8
8
|
reconciliation(start: isoly.DateTime, end: isoly.DateTime): Promise<model.Report.Reconciliation | (model.ErrorResponse & {
|
|
9
|
-
status
|
|
9
|
+
status?: number;
|
|
10
|
+
value?: string;
|
|
10
11
|
})>;
|
|
11
12
|
statement(start: isoly.DateTime, end: isoly.DateTime, account: string): Promise<model.Report.Statement | (model.ErrorResponse & {
|
|
12
|
-
status
|
|
13
|
+
status?: number;
|
|
14
|
+
value?: string;
|
|
13
15
|
})>;
|
|
14
16
|
getStatementReport(request: model.StatementReportRequest, page?: number, pageSize?: number): Promise<model.StatementReportResponse | (model.ErrorResponse & {
|
|
15
|
-
status
|
|
17
|
+
status?: number;
|
|
16
18
|
})>;
|
|
17
19
|
getStatementSummaryReport(request: model.StatementSummaryReportRequest, page?: number, pageSize?: number, totalCount?: boolean): Promise<{
|
|
18
20
|
list: model.StatementSummaryReportResponse;
|
|
19
21
|
totalCount: number;
|
|
20
22
|
} | (model.ErrorResponse & {
|
|
21
|
-
status
|
|
23
|
+
status?: number;
|
|
22
24
|
})>;
|
|
23
25
|
getStatementReportRow(rowId: string): Promise<model.StatementReportResponseRow | (model.ErrorResponse & {
|
|
24
|
-
status
|
|
26
|
+
status?: number;
|
|
27
|
+
value?: string;
|
|
25
28
|
})>;
|
|
26
29
|
getStatementReportUrl(request: model.DownloadStatementReportRequest): Promise<model.DownloadableResponse | (model.ErrorResponse & {
|
|
27
|
-
status
|
|
30
|
+
status?: number;
|
|
31
|
+
value?: string;
|
|
28
32
|
})>;
|
|
29
33
|
getUserReportUrl(request: model.DownloadUserReportRequest): Promise<model.DownloadableResponse | (model.ErrorResponse & {
|
|
30
|
-
status
|
|
34
|
+
status?: number;
|
|
35
|
+
value?: string;
|
|
31
36
|
})>;
|
|
32
37
|
getCardReportUrl(request: model.DownloadCardReportRequest): Promise<model.DownloadableResponse | (model.ErrorResponse & {
|
|
33
|
-
status
|
|
38
|
+
status?: number;
|
|
39
|
+
value?: string;
|
|
34
40
|
})>;
|
|
35
41
|
getReconciliationReportUrl(request: model.DownloadReconciliationReportRequest): Promise<model.DownloadableResponse | (model.ErrorResponse & {
|
|
36
|
-
status
|
|
42
|
+
status?: number;
|
|
43
|
+
value?: string;
|
|
37
44
|
})>;
|
|
38
45
|
getOrganisationReportUrl(request: model.DownloadOrganisationSearchRequest): Promise<model.DownloadableResponse | (model.ErrorResponse & {
|
|
39
|
-
status
|
|
46
|
+
status?: number;
|
|
47
|
+
value?: string;
|
|
40
48
|
})>;
|
|
41
49
|
getInvocationsWithId(id: string): Promise<(model.ErrorResponse & {
|
|
42
|
-
status
|
|
50
|
+
status?: number;
|
|
51
|
+
value?: string;
|
|
43
52
|
}) | model.ReportSubscriptionInvocationResponse[]>;
|
|
44
53
|
invokeSubscriptionWithId(id: string): Promise<(model.ErrorResponse & {
|
|
45
|
-
status
|
|
54
|
+
status?: number;
|
|
55
|
+
value?: string;
|
|
46
56
|
}) | model.ReportSubscriptionResponse[]>;
|
|
47
57
|
invokeSubscriptions(): Promise<model.ReportSubscriptionResponse | (model.ErrorResponse & {
|
|
48
|
-
status
|
|
58
|
+
status?: number;
|
|
59
|
+
value?: string;
|
|
49
60
|
})>;
|
|
50
61
|
createSubscription(request: model.ReportSubscriptionRequest): Promise<model.ReportSubscriptionResponse | (model.ErrorResponse & {
|
|
51
|
-
status
|
|
62
|
+
status?: number;
|
|
63
|
+
value?: string;
|
|
52
64
|
})>;
|
|
53
65
|
updateSubscriptionWithId(id: string, request: model.ReportSubscriptionRequest): Promise<model.ReportSubscriptionResponse | (model.ErrorResponse & {
|
|
54
|
-
status
|
|
66
|
+
status?: number;
|
|
67
|
+
value?: string;
|
|
55
68
|
})>;
|
|
56
69
|
deleteSubscriptionWithId(id: string): Promise<model.ReportSubscriptionResponse | (model.ErrorResponse & {
|
|
57
|
-
status
|
|
70
|
+
status?: number;
|
|
71
|
+
value?: string;
|
|
58
72
|
})>;
|
|
59
73
|
getSubscriptionWithId(id: string): Promise<model.ReportSubscriptionResponse | (model.ErrorResponse & {
|
|
60
|
-
status
|
|
74
|
+
status?: number;
|
|
75
|
+
value?: string;
|
|
61
76
|
})>;
|
|
62
77
|
getSubscriptions(): Promise<(model.ErrorResponse & {
|
|
63
|
-
status
|
|
78
|
+
status?: number;
|
|
79
|
+
value?: string;
|
|
64
80
|
}) | model.ReportSubscriptionResponse[]>;
|
|
65
81
|
static create(connection: Connection): Reports;
|
|
66
82
|
}
|
|
@@ -8,16 +8,20 @@ export declare class Transfers extends List<model.TransferResponseV2> {
|
|
|
8
8
|
constructor(connection: Connection);
|
|
9
9
|
static create(connection: Connection): Transfers;
|
|
10
10
|
create(request: model.TransferRequest, otp?: string): Promise<model.TransferResponseV2 | (model.ErrorResponse & {
|
|
11
|
-
status
|
|
11
|
+
status?: number;
|
|
12
|
+
value?: string;
|
|
12
13
|
})>;
|
|
13
14
|
search(request: model.TransferSearch, previous?: Paginated<model.TransferResponseV2>, page?: number, size?: number, sort?: string): Promise<model.ErrorResponse | Paginated<model.TransferResponseV2>>;
|
|
14
15
|
approve(providerCode: ProviderCode, transferId: string, otp?: string): Promise<model.TransferResponseV2 | (model.ErrorResponse & {
|
|
15
|
-
status
|
|
16
|
+
status?: number;
|
|
17
|
+
value?: string;
|
|
16
18
|
})>;
|
|
17
19
|
decline(providerCode: ProviderCode, transferId: string, otp?: string): Promise<model.TransferResponseV2 | (model.ErrorResponse & {
|
|
18
|
-
status
|
|
20
|
+
status?: number;
|
|
21
|
+
value?: string;
|
|
19
22
|
})>;
|
|
20
23
|
donloadReceipt(transferId: string, providerCode?: ProviderCode): Promise<model.DownloadableResponse | (model.ErrorResponse & {
|
|
21
|
-
status
|
|
24
|
+
status?: number;
|
|
25
|
+
value?: string;
|
|
22
26
|
})>;
|
|
23
27
|
}
|
|
@@ -8,7 +8,8 @@ export declare class Users extends List<model.UserResponse> {
|
|
|
8
8
|
static create(connection: Connection): Users;
|
|
9
9
|
deleteUser(username: string): Promise<model.UserResponse | model.ErrorResponse>;
|
|
10
10
|
create(request: model.UserRequest): Promise<model.UserResponse | (model.ErrorResponse & {
|
|
11
|
-
status
|
|
11
|
+
status?: number;
|
|
12
|
+
value?: string;
|
|
12
13
|
})>;
|
|
13
14
|
getAllUsers(): Promise<model.UserResponse[] | model.ErrorResponse>;
|
|
14
15
|
getUser(username: string): Promise<model.UserResponse | model.ErrorResponse>;
|
|
@@ -4,5 +4,5 @@ export interface AbstractLoginRequest {
|
|
|
4
4
|
consumersReference?: string;
|
|
5
5
|
}
|
|
6
6
|
export declare namespace AbstractLoginRequest {
|
|
7
|
-
const type: import("isly/dist/
|
|
7
|
+
const type: import("isly/dist/types/object").IslyObject<AbstractLoginRequest, object>;
|
|
8
8
|
}
|
|
@@ -6,6 +6,6 @@ export interface AbstractPaymentOperation {
|
|
|
6
6
|
description?: string;
|
|
7
7
|
}
|
|
8
8
|
export declare namespace AbstractPaymentOperation {
|
|
9
|
-
const type: import("isly/dist/
|
|
9
|
+
const type: import("isly/dist/types/object").IslyObject<AbstractPaymentOperation, object>;
|
|
10
10
|
const is: (value: AbstractPaymentOperation | any) => value is AbstractPaymentOperation;
|
|
11
11
|
}
|
|
@@ -19,6 +19,6 @@ export interface AbstractPaymentResponse {
|
|
|
19
19
|
createdOn: DateTime;
|
|
20
20
|
}
|
|
21
21
|
export declare namespace AbstractPaymentResponse {
|
|
22
|
-
const type: import("isly/dist/
|
|
22
|
+
const type: import("isly/dist/types/object").IslyObject<AbstractPaymentResponse, object>;
|
|
23
23
|
const is: (value: AbstractPaymentResponse | any) => value is AbstractPaymentResponse;
|
|
24
24
|
}
|
|
@@ -4,6 +4,6 @@ export interface AbstractProviderTransactionOperation extends AbstractPaymentOpe
|
|
|
4
4
|
amount: BillingTransactionAmountPair;
|
|
5
5
|
}
|
|
6
6
|
export declare namespace AbstractProviderTransactionOperation {
|
|
7
|
-
const type: import("isly/dist/
|
|
7
|
+
const type: import("isly/dist/types/object").IslyObject<AbstractProviderTransactionOperation, AbstractPaymentOperation>;
|
|
8
8
|
const is: (value: AbstractProviderTransactionOperation | any) => value is AbstractProviderTransactionOperation;
|
|
9
9
|
}
|
|
@@ -17,6 +17,6 @@ export interface AccountDetailsTransferDestinationResponse {
|
|
|
17
17
|
confirmationOfPayee?: ConfirmationOfPayeeResponse;
|
|
18
18
|
}
|
|
19
19
|
export declare namespace AccountDetailsTransferDestinationResponse {
|
|
20
|
-
const type: import("isly/dist/
|
|
20
|
+
const type: import("isly/dist/types/object").IslyObject<AccountDetailsTransferDestinationResponse, object>;
|
|
21
21
|
const is: (value: AccountDetailsTransferDestinationResponse | any) => value is AccountDetailsTransferDestinationResponse;
|
|
22
22
|
}
|
|
@@ -7,6 +7,6 @@ export interface AddressInfo {
|
|
|
7
7
|
state?: string;
|
|
8
8
|
}
|
|
9
9
|
export declare namespace AddressInfo {
|
|
10
|
-
const type: import("isly/dist/
|
|
10
|
+
const type: import("isly/dist/types/object").IslyObject<AddressInfo, object>;
|
|
11
11
|
const is: (value: AddressInfo | any) => value is AddressInfo;
|
|
12
12
|
}
|
|
@@ -3,6 +3,6 @@ export interface AllowedMccConfig {
|
|
|
3
3
|
allowedRanges: string[];
|
|
4
4
|
}
|
|
5
5
|
export declare namespace AllowedMccConfig {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<AllowedMccConfig, object>;
|
|
7
7
|
const is: (value: AllowedMccConfig | any) => value is AllowedMccConfig;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ export interface ApprovalNotificationConfig {
|
|
|
4
4
|
additionalEmails?: string[];
|
|
5
5
|
}
|
|
6
6
|
export declare namespace ApprovalNotificationConfig {
|
|
7
|
-
const type: import("isly/dist/
|
|
7
|
+
const type: import("isly/dist/types/object").IslyObject<ApprovalNotificationConfig, object>;
|
|
8
8
|
}
|
|
@@ -3,5 +3,5 @@ export interface AvailableCardTypesHasResponse extends AvailableCardTypesRespons
|
|
|
3
3
|
name: string;
|
|
4
4
|
}
|
|
5
5
|
export declare namespace AvailableCardTypesHasResponse {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<AvailableCardTypesHasResponse, AvailableCardTypesResponse>;
|
|
7
7
|
}
|
|
@@ -3,6 +3,6 @@ export interface AvailableCardTypesResponse {
|
|
|
3
3
|
cardTypes?: CardTypeResponse[];
|
|
4
4
|
}
|
|
5
5
|
export declare namespace AvailableCardTypesResponse {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<AvailableCardTypesResponse, object>;
|
|
7
7
|
const is: (value: AvailableCardTypesResponse | any) => value is AvailableCardTypesResponse;
|
|
8
8
|
}
|
|
@@ -6,6 +6,6 @@ export interface BasePaymentResponse extends AbstractPaymentResponse {
|
|
|
6
6
|
delivery?: PaymentDeliveryResponse;
|
|
7
7
|
}
|
|
8
8
|
export declare namespace BasePaymentResponse {
|
|
9
|
-
const type: import("isly/dist/
|
|
9
|
+
const type: import("isly/dist/types/object").IslyObject<BasePaymentResponse, AbstractPaymentResponse>;
|
|
10
10
|
const is: (value: BasePaymentResponse | any) => value is BasePaymentResponse;
|
|
11
11
|
}
|
|
@@ -7,6 +7,6 @@ export interface BeneficiaryRequest {
|
|
|
7
7
|
status?: BeneficiaryStatus;
|
|
8
8
|
}
|
|
9
9
|
export declare namespace BeneficiaryRequest {
|
|
10
|
-
const type: import("isly/dist/
|
|
10
|
+
const type: import("isly/dist/types/object").IslyObject<BeneficiaryRequest, object>;
|
|
11
11
|
const is: (value: BeneficiaryRequest | any) => value is BeneficiaryRequest;
|
|
12
12
|
}
|
|
@@ -11,6 +11,6 @@ export interface BeneficiaryResponse<T extends TransferDestinationResponse = Acc
|
|
|
11
11
|
history?: BeneficiaryResponse<T>[];
|
|
12
12
|
}
|
|
13
13
|
export declare namespace BeneficiaryResponse {
|
|
14
|
-
const type: import("isly/dist/
|
|
14
|
+
const type: import("isly/dist/types/object").IslyObject<BeneficiaryResponse<TransferDestinationResponse>, object>;
|
|
15
15
|
const is: (value: BeneficiaryResponse<TransferDestinationResponse> | any) => value is BeneficiaryResponse<TransferDestinationResponse>;
|
|
16
16
|
}
|
|
@@ -5,6 +5,6 @@ export interface BillingTransactionAmountPair {
|
|
|
5
5
|
fxRate?: number;
|
|
6
6
|
}
|
|
7
7
|
export declare namespace BillingTransactionAmountPair {
|
|
8
|
-
const type: import("isly/dist/
|
|
8
|
+
const type: import("isly/dist/types/object").IslyObject<BillingTransactionAmountPair, object>;
|
|
9
9
|
const is: (value: BillingTransactionAmountPair | any) => value is BillingTransactionAmountPair;
|
|
10
10
|
}
|
|
@@ -4,6 +4,6 @@ export interface CardDeliveryEmailConfig {
|
|
|
4
4
|
contactPhoneNumber?: string;
|
|
5
5
|
}
|
|
6
6
|
export declare namespace CardDeliveryEmailConfig {
|
|
7
|
-
const type: import("isly/dist/
|
|
7
|
+
const type: import("isly/dist/types/object").IslyObject<CardDeliveryEmailConfig, object>;
|
|
8
8
|
const is: (value: CardDeliveryEmailConfig | any) => value is CardDeliveryEmailConfig;
|
|
9
9
|
}
|
|
@@ -5,6 +5,6 @@ export interface CardDeliveryRequest {
|
|
|
5
5
|
linkExpiry: isoly.Date;
|
|
6
6
|
}
|
|
7
7
|
export declare namespace CardDeliveryRequest {
|
|
8
|
-
const type: import("isly/dist/
|
|
8
|
+
const type: import("isly/dist/types/object").IslyObject<CardDeliveryRequest, object>;
|
|
9
9
|
const is: (value: CardDeliveryRequest | any) => value is CardDeliveryRequest;
|
|
10
10
|
}
|
|
@@ -11,6 +11,6 @@ export interface CardDeliveryResponse {
|
|
|
11
11
|
remittanceAdviceFilename?: string;
|
|
12
12
|
}
|
|
13
13
|
export declare namespace CardDeliveryResponse {
|
|
14
|
-
const type: import("isly/dist/
|
|
14
|
+
const type: import("isly/dist/types/object").IslyObject<CardDeliveryResponse, object>;
|
|
15
15
|
const is: (value: CardDeliveryResponse | any) => value is CardDeliveryResponse;
|
|
16
16
|
}
|
|
@@ -4,6 +4,6 @@ export interface CardOperation {
|
|
|
4
4
|
timestamp: DateTime;
|
|
5
5
|
}
|
|
6
6
|
export declare namespace CardOperation {
|
|
7
|
-
const type: import("isly/dist/
|
|
7
|
+
const type: import("isly/dist/types/object").IslyObject<CardOperation, object>;
|
|
8
8
|
const is: (value: CardOperation | any) => value is CardOperation;
|
|
9
9
|
}
|
|
@@ -39,6 +39,6 @@ export interface CardResponseV2 {
|
|
|
39
39
|
closeDate?: Date;
|
|
40
40
|
}
|
|
41
41
|
export declare namespace CardResponseV2 {
|
|
42
|
-
const type: import("isly/dist/
|
|
42
|
+
const type: import("isly/dist/types/object").IslyObject<CardResponseV2, object>;
|
|
43
43
|
const is: (value: CardResponseV2 | any) => value is CardResponseV2;
|
|
44
44
|
}
|
|
@@ -15,6 +15,6 @@ export interface CardResponseV3 extends SummaryCardResponseV3 {
|
|
|
15
15
|
restrictedToMerchant?: boolean;
|
|
16
16
|
}
|
|
17
17
|
export declare namespace CardResponseV3 {
|
|
18
|
-
const type: import("isly/dist/
|
|
18
|
+
const type: import("isly/dist/types/object").IslyObject<CardResponseV3, SummaryCardResponseV3>;
|
|
19
19
|
const is: (value: CardResponseV3 | any) => value is CardResponseV3;
|
|
20
20
|
}
|
|
@@ -3,6 +3,6 @@ export interface CardTypeDefinition {
|
|
|
3
3
|
representAs: string;
|
|
4
4
|
}
|
|
5
5
|
export declare namespace CardTypeDefinition {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<CardTypeDefinition, object>;
|
|
7
7
|
const is: (value: CardTypeDefinition | any) => value is CardTypeDefinition;
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@ export interface CardTypeInformation {
|
|
|
3
3
|
activeCardTypes?: string[];
|
|
4
4
|
}
|
|
5
5
|
export declare namespace CardTypeInformation {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<CardTypeInformation, object>;
|
|
7
7
|
const is: (value: CardTypeInformation | any) => value is CardTypeInformation;
|
|
8
8
|
}
|
|
@@ -19,5 +19,5 @@ export interface CardTypeResponse {
|
|
|
19
19
|
usages?: Usage[];
|
|
20
20
|
}
|
|
21
21
|
export declare namespace CardTypeResponse {
|
|
22
|
-
const type: import("isly/dist/
|
|
22
|
+
const type: import("isly/dist/types/object").IslyObject<CardTypeResponse, object>;
|
|
23
23
|
}
|
|
@@ -12,6 +12,6 @@ export interface CardTypeSpecification {
|
|
|
12
12
|
providerCode?: ProviderCode;
|
|
13
13
|
}
|
|
14
14
|
export declare namespace CardTypeSpecification {
|
|
15
|
-
const type: import("isly/dist/
|
|
15
|
+
const type: import("isly/dist/types/object").IslyObject<CardTypeSpecification, object>;
|
|
16
16
|
const is: (value: CardTypeSpecification | any) => value is CardTypeSpecification;
|
|
17
17
|
}
|
|
@@ -6,5 +6,5 @@ export interface CardTypesConfig {
|
|
|
6
6
|
aliases?: Partial<Record<ProviderCode, Record<string, string>>>;
|
|
7
7
|
}
|
|
8
8
|
export declare namespace CardTypesConfig {
|
|
9
|
-
const type: import("isly/dist/
|
|
9
|
+
const type: import("isly/dist/types/object").IslyObject<CardTypesConfig, object>;
|
|
10
10
|
}
|
|
@@ -9,6 +9,6 @@ export interface ConfirmationOfPayeeRequest {
|
|
|
9
9
|
sourceAccountId?: string;
|
|
10
10
|
}
|
|
11
11
|
export declare namespace ConfirmationOfPayeeRequest {
|
|
12
|
-
const type: import("isly/dist/
|
|
12
|
+
const type: import("isly/dist/types/object").IslyObject<ConfirmationOfPayeeRequest, object>;
|
|
13
13
|
const is: (value: ConfirmationOfPayeeRequest | any) => value is ConfirmationOfPayeeRequest;
|
|
14
14
|
}
|
|
@@ -12,6 +12,6 @@ export interface ConfirmationOfPayeeResponse {
|
|
|
12
12
|
verificationOfPayeeId?: string;
|
|
13
13
|
}
|
|
14
14
|
export declare namespace ConfirmationOfPayeeResponse {
|
|
15
|
-
const type: import("isly/dist/
|
|
15
|
+
const type: import("isly/dist/types/object").IslyObject<ConfirmationOfPayeeResponse, object>;
|
|
16
16
|
const is: (value: ConfirmationOfPayeeResponse | any) => value is ConfirmationOfPayeeResponse;
|
|
17
17
|
}
|
package/dist/model/Criteria.d.ts
CHANGED
|
@@ -15,6 +15,6 @@ export interface Criteria {
|
|
|
15
15
|
negated?: boolean;
|
|
16
16
|
}
|
|
17
17
|
export declare namespace Criteria {
|
|
18
|
-
const type: import("isly/dist/
|
|
18
|
+
const type: import("isly/dist/types/object").IslyObject<Criteria, object>;
|
|
19
19
|
const is: (value: Criteria | any) => value is Criteria;
|
|
20
20
|
}
|
|
@@ -5,6 +5,6 @@ export interface DownloadOrganisationSearchRequest extends OrganisationSearchReq
|
|
|
5
5
|
locale?: string;
|
|
6
6
|
}
|
|
7
7
|
export declare namespace DownloadOrganisationSearchRequest {
|
|
8
|
-
const type: import("isly/dist/
|
|
8
|
+
const type: import("isly/dist/types/object").IslyObject<DownloadOrganisationSearchRequest, DownloadOrganisationSearchRequest>;
|
|
9
9
|
const is: (value: DownloadOrganisationSearchRequest | any) => value is DownloadOrganisationSearchRequest;
|
|
10
10
|
}
|
|
@@ -10,6 +10,6 @@ export interface DownloadReconciliationReportRequest {
|
|
|
10
10
|
dateRange?: isoly.DateRange;
|
|
11
11
|
}
|
|
12
12
|
export declare namespace DownloadReconciliationReportRequest {
|
|
13
|
-
const type: import("isly/dist/
|
|
13
|
+
const type: import("isly/dist/types/object").IslyObject<DownloadReconciliationReportRequest, object>;
|
|
14
14
|
const is: (value: DownloadReconciliationReportRequest | any) => value is DownloadReconciliationReportRequest;
|
|
15
15
|
}
|
|
@@ -3,6 +3,6 @@ export interface EditCloseDateRequest {
|
|
|
3
3
|
closeDate: Date;
|
|
4
4
|
}
|
|
5
5
|
export declare namespace EditCloseDateRequest {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<EditCloseDateRequest, object>;
|
|
7
7
|
const is: (value: EditCloseDateRequest | any) => value is EditCloseDateRequest;
|
|
8
8
|
}
|
|
@@ -4,6 +4,6 @@ export interface EditPaymentAmountRequest {
|
|
|
4
4
|
currency: isoly.Currency;
|
|
5
5
|
}
|
|
6
6
|
export declare namespace EditPaymentAmountRequest {
|
|
7
|
-
const type: import("isly/dist/
|
|
7
|
+
const type: import("isly/dist/types/object").IslyObject<EditPaymentAmountRequest, object>;
|
|
8
8
|
const is: (value: EditPaymentAmountRequest | any) => value is EditPaymentAmountRequest;
|
|
9
9
|
}
|
|
@@ -4,6 +4,6 @@ export interface EditPaymentAmountScheduleRequest {
|
|
|
4
4
|
date: Date;
|
|
5
5
|
}
|
|
6
6
|
export declare namespace EditPaymentAmountScheduleRequest {
|
|
7
|
-
const type: import("isly/dist/
|
|
7
|
+
const type: import("isly/dist/types/object").IslyObject<EditPaymentAmountScheduleRequest, object>;
|
|
8
8
|
const is: (value: EditPaymentAmountScheduleRequest | any) => value is EditPaymentAmountScheduleRequest;
|
|
9
9
|
}
|
|
@@ -3,6 +3,6 @@ export interface EditPaymentCloseDateRequest {
|
|
|
3
3
|
closeDate: isoly.Date;
|
|
4
4
|
}
|
|
5
5
|
export declare namespace EditPaymentCloseDateRequest {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<EditPaymentCloseDateRequest, object>;
|
|
7
7
|
const is: (value: EditPaymentCloseDateRequest | any) => value is EditPaymentCloseDateRequest;
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@ export interface EditPaymentMetadataRequest {
|
|
|
3
3
|
meta: MetadataRequest;
|
|
4
4
|
}
|
|
5
5
|
export declare namespace EditPaymentMetadataRequest {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<EditPaymentMetadataRequest, object>;
|
|
7
7
|
const is: (value: EditPaymentMetadataRequest | any) => value is EditPaymentMetadataRequest;
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@ export interface EditPaymentScheduleRequest {
|
|
|
3
3
|
schedule: EditPaymentAmountScheduleRequest[];
|
|
4
4
|
}
|
|
5
5
|
export declare namespace EditPaymentScheduleRequest {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<EditPaymentScheduleRequest, object>;
|
|
7
7
|
const is: (value: EditPaymentScheduleRequest | any) => value is EditPaymentScheduleRequest;
|
|
8
8
|
}
|
|
@@ -4,6 +4,6 @@ export interface EmailReportFileDestination {
|
|
|
4
4
|
body?: string;
|
|
5
5
|
}
|
|
6
6
|
export declare namespace EmailReportFileDestination {
|
|
7
|
-
const type: import("isly/dist/
|
|
7
|
+
const type: import("isly/dist/types/object").IslyObject<EmailReportFileDestination, object>;
|
|
8
8
|
const is: (value: EmailReportFileDestination | any) => value is EmailReportFileDestination;
|
|
9
9
|
}
|
|
@@ -2,7 +2,7 @@ import { isly } from "isly";
|
|
|
2
2
|
export var EmailReportFileDestination;
|
|
3
3
|
(function (EmailReportFileDestination) {
|
|
4
4
|
EmailReportFileDestination.type = isly.object({
|
|
5
|
-
to: isly.string(/\S+@\S+\.\S+/).array(
|
|
5
|
+
to: isly.string(/\S+@\S+\.\S+/).array(),
|
|
6
6
|
subject: isly.string().optional(),
|
|
7
7
|
body: isly.string().optional(),
|
|
8
8
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmailReportFileDestination.js","sourceRoot":"../","sources":["model/EmailReportFileDestination.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAO3B,MAAM,KAAW,0BAA0B,CAO1C;AAPD,WAAiB,0BAA0B;IAC7B,+BAAI,GAAG,IAAI,CAAC,MAAM,CAA6B;QAC3D,EAAE,EAAE,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,KAAK,
|
|
1
|
+
{"version":3,"file":"EmailReportFileDestination.js","sourceRoot":"../","sources":["model/EmailReportFileDestination.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAO3B,MAAM,KAAW,0BAA0B,CAO1C;AAPD,WAAiB,0BAA0B;IAC7B,+BAAI,GAAG,IAAI,CAAC,MAAM,CAA6B;QAC3D,EAAE,EAAE,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,KAAK,EAAE;QACvC,OAAO,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACjC,IAAI,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC9B,CAAC,CAAA;IACW,6BAAE,GAAG,2BAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EAPgB,0BAA0B,KAA1B,0BAA0B,QAO1C"}
|
|
@@ -2,6 +2,6 @@ export interface ExistingBeneficiaryRequest {
|
|
|
2
2
|
beneficiaryId: string;
|
|
3
3
|
}
|
|
4
4
|
export declare namespace ExistingBeneficiaryRequest {
|
|
5
|
-
const type: import("isly/dist/
|
|
5
|
+
const type: import("isly/dist/types/object").IslyObject<ExistingBeneficiaryRequest, object>;
|
|
6
6
|
const is: (value: ExistingBeneficiaryRequest | any) => value is ExistingBeneficiaryRequest;
|
|
7
7
|
}
|
|
@@ -3,6 +3,6 @@ export interface ForcedSettlementNotificationConfig {
|
|
|
3
3
|
usernames?: string[];
|
|
4
4
|
}
|
|
5
5
|
export declare namespace ForcedSettlementNotificationConfig {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<ForcedSettlementNotificationConfig, object>;
|
|
7
7
|
const is: (value: ForcedSettlementNotificationConfig | any) => value is ForcedSettlementNotificationConfig;
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@ export interface FraudEmailConfig {
|
|
|
3
3
|
emails?: string[];
|
|
4
4
|
}
|
|
5
5
|
export declare namespace FraudEmailConfig {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<FraudEmailConfig, object>;
|
|
7
7
|
const is: (value: FraudEmailConfig | any) => value is FraudEmailConfig;
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@ export interface FundingAccountInboundTransferNotificationConfig {
|
|
|
3
3
|
emails?: string[];
|
|
4
4
|
}
|
|
5
5
|
export declare namespace FundingAccountInboundTransferNotificationConfig {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<FundingAccountInboundTransferNotificationConfig, object>;
|
|
7
7
|
const is: (value: FundingAccountInboundTransferNotificationConfig | any) => value is FundingAccountInboundTransferNotificationConfig;
|
|
8
8
|
}
|
|
@@ -11,6 +11,6 @@ export interface FundingAccountResponseV2Basic {
|
|
|
11
11
|
balance: number;
|
|
12
12
|
}
|
|
13
13
|
export declare namespace FundingAccountResponseV2Basic {
|
|
14
|
-
const type: import("isly/dist/
|
|
14
|
+
const type: import("isly/dist/types/object").IslyObject<FundingAccountResponseV2Basic, object>;
|
|
15
15
|
const is: (value: FundingAccountResponseV2Basic | any) => value is FundingAccountResponseV2Basic;
|
|
16
16
|
}
|
|
@@ -5,6 +5,6 @@ export interface FundingAccountSummaryResponse {
|
|
|
5
5
|
friendlyName: string;
|
|
6
6
|
}
|
|
7
7
|
export declare namespace FundingAccountSummaryResponse {
|
|
8
|
-
const type: import("isly/dist/
|
|
8
|
+
const type: import("isly/dist/types/object").IslyObject<FundingAccountSummaryResponse, object>;
|
|
9
9
|
const is: (value: FundingAccountSummaryResponse | any) => value is FundingAccountSummaryResponse;
|
|
10
10
|
}
|
|
@@ -6,6 +6,6 @@ export interface FundingAccountTransferDestinationResponse extends FundingAccoun
|
|
|
6
6
|
currency: Currency;
|
|
7
7
|
}
|
|
8
8
|
export declare namespace FundingAccountTransferDestinationResponse {
|
|
9
|
-
const type: import("isly/dist/
|
|
9
|
+
const type: import("isly/dist/types/object").IslyObject<FundingAccountTransferDestinationResponse, FundingAccountSummaryResponse>;
|
|
10
10
|
const is: (value: FundingAccountTransferDestinationResponse | any) => value is FundingAccountTransferDestinationResponse;
|
|
11
11
|
}
|
|
@@ -5,6 +5,6 @@ export interface FundingLimitConfig {
|
|
|
5
5
|
limits?: Partial<Record<ProviderCode, Record<string, Limit>>>;
|
|
6
6
|
}
|
|
7
7
|
export declare namespace FundingLimitConfig {
|
|
8
|
-
const type: import("isly/dist/
|
|
8
|
+
const type: import("isly/dist/types/object").IslyObject<FundingLimitConfig, object>;
|
|
9
9
|
const is: (value: FundingLimitConfig | any) => value is FundingLimitConfig;
|
|
10
10
|
}
|
|
@@ -3,6 +3,6 @@ export interface FundingLimitRequest {
|
|
|
3
3
|
limit: number;
|
|
4
4
|
}
|
|
5
5
|
export declare namespace FundingLimitRequest {
|
|
6
|
-
const type: import("isly/dist/
|
|
6
|
+
const type: import("isly/dist/types/object").IslyObject<FundingLimitRequest, object>;
|
|
7
7
|
const is: (value: FundingLimitRequest | any) => value is FundingLimitRequest;
|
|
8
8
|
}
|
|
@@ -5,6 +5,6 @@ export interface GenericPaymentOperation extends AbstractPaymentOperation {
|
|
|
5
5
|
createdBy: string;
|
|
6
6
|
}
|
|
7
7
|
export declare namespace GenericPaymentOperation {
|
|
8
|
-
const type: import("isly/dist/
|
|
8
|
+
const type: import("isly/dist/types/object").IslyObject<GenericPaymentOperation, AbstractPaymentOperation>;
|
|
9
9
|
const is: (value: GenericPaymentOperation | any) => value is GenericPaymentOperation;
|
|
10
10
|
}
|
|
@@ -5,6 +5,6 @@ export interface InsertCardOptionRequest {
|
|
|
5
5
|
card: InsertCardRequest;
|
|
6
6
|
}
|
|
7
7
|
export declare namespace InsertCardOptionRequest {
|
|
8
|
-
const type: import("isly/dist/
|
|
8
|
+
const type: import("isly/dist/types/object").IslyObject<InsertCardOptionRequest, object>;
|
|
9
9
|
const is: (value: InsertCardOptionRequest | any) => value is InsertCardOptionRequest;
|
|
10
10
|
}
|
|
@@ -7,6 +7,6 @@ export interface InsertCardRequest {
|
|
|
7
7
|
providerAccountId?: string;
|
|
8
8
|
}
|
|
9
9
|
export declare namespace InsertCardRequest {
|
|
10
|
-
const type: import("isly/dist/
|
|
10
|
+
const type: import("isly/dist/types/object").IslyObject<InsertCardRequest, object>;
|
|
11
11
|
const is: (value: InsertCardRequest | any) => value is InsertCardRequest;
|
|
12
12
|
}
|
|
@@ -11,6 +11,6 @@ export interface InternalOrganisationConfig {
|
|
|
11
11
|
tier?: TierID;
|
|
12
12
|
}
|
|
13
13
|
export declare namespace InternalOrganisationConfig {
|
|
14
|
-
const type: import("isly/dist/
|
|
14
|
+
const type: import("isly/dist/types/object").IslyObject<InternalOrganisationConfig, object>;
|
|
15
15
|
const is: (value: InternalOrganisationConfig | any) => value is InternalOrganisationConfig;
|
|
16
16
|
}
|