@mbanq/core-sdk-js 0.5.3 → 0.7.0
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/README.md +74 -0
- package/dist/chunk-6J5EEEBE.mjs +32 -0
- package/dist/chunk-VOVDXFI6.js +32 -0
- package/dist/commands/index.d.mts +3 -2
- package/dist/commands/index.d.ts +3 -2
- package/dist/commands/index.js +1 -1
- package/dist/commands/index.mjs +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{user-Db1Hv2n2.d.mts → user-B0DuaWfp.d.mts} +233 -91
- package/dist/{user-Bi5spwoF.d.ts → user-gu209TVJ.d.ts} +233 -91
- package/package.json +1 -1
- package/dist/chunk-4N3OVWR3.mjs +0 -32
- package/dist/chunk-HW3IOTYG.js +0 -32
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { a as Command, G as GraphQLRequest } from './config.d-io5V_aK4.mjs';
|
|
2
2
|
import z$1, { z } from 'zod';
|
|
3
|
+
import * as buffer from 'buffer';
|
|
3
4
|
|
|
4
5
|
declare const PaymentRailSchema$1: z.ZodEnum<["ACH", "SAMEDAYACH"]>;
|
|
5
6
|
declare const PaymentTypeSchema$1: z.ZodEnum<["CREDIT", "DEBIT"]>;
|
|
@@ -7509,6 +7510,237 @@ interface CardUpdate {
|
|
|
7509
7510
|
declare const SendAuthorizationToCore: (params: AuthorizationRequest) => Command<AuthorizationRequest, any>;
|
|
7510
7511
|
declare const UpdateCardID: (params: CardUpdate) => Command<CardUpdate, void>;
|
|
7511
7512
|
|
|
7513
|
+
declare const ClientIdentifierRequestSchema: z$1.ZodObject<{
|
|
7514
|
+
documentTypeId: z$1.ZodString;
|
|
7515
|
+
documentKey: z$1.ZodString;
|
|
7516
|
+
status: z$1.ZodString;
|
|
7517
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
7518
|
+
issuedBy: z$1.ZodOptional<z$1.ZodString>;
|
|
7519
|
+
locale: z$1.ZodOptional<z$1.ZodString>;
|
|
7520
|
+
dateFormat: z$1.ZodOptional<z$1.ZodString>;
|
|
7521
|
+
expiryDate: z$1.ZodOptional<z$1.ZodString>;
|
|
7522
|
+
nationality: z$1.ZodOptional<z$1.ZodNumber>;
|
|
7523
|
+
issuedDate: z$1.ZodOptional<z$1.ZodString>;
|
|
7524
|
+
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
7525
|
+
documentTypeId: z$1.ZodString;
|
|
7526
|
+
documentKey: z$1.ZodString;
|
|
7527
|
+
status: z$1.ZodString;
|
|
7528
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
7529
|
+
issuedBy: z$1.ZodOptional<z$1.ZodString>;
|
|
7530
|
+
locale: z$1.ZodOptional<z$1.ZodString>;
|
|
7531
|
+
dateFormat: z$1.ZodOptional<z$1.ZodString>;
|
|
7532
|
+
expiryDate: z$1.ZodOptional<z$1.ZodString>;
|
|
7533
|
+
nationality: z$1.ZodOptional<z$1.ZodNumber>;
|
|
7534
|
+
issuedDate: z$1.ZodOptional<z$1.ZodString>;
|
|
7535
|
+
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
7536
|
+
documentTypeId: z$1.ZodString;
|
|
7537
|
+
documentKey: z$1.ZodString;
|
|
7538
|
+
status: z$1.ZodString;
|
|
7539
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
7540
|
+
issuedBy: z$1.ZodOptional<z$1.ZodString>;
|
|
7541
|
+
locale: z$1.ZodOptional<z$1.ZodString>;
|
|
7542
|
+
dateFormat: z$1.ZodOptional<z$1.ZodString>;
|
|
7543
|
+
expiryDate: z$1.ZodOptional<z$1.ZodString>;
|
|
7544
|
+
nationality: z$1.ZodOptional<z$1.ZodNumber>;
|
|
7545
|
+
issuedDate: z$1.ZodOptional<z$1.ZodString>;
|
|
7546
|
+
}, z$1.ZodAny, "strip">>;
|
|
7547
|
+
declare const ClientIdentifierResponseSchema: z$1.ZodObject<{
|
|
7548
|
+
id: z$1.ZodNumber;
|
|
7549
|
+
officeId: z$1.ZodNumber;
|
|
7550
|
+
clientId: z$1.ZodNumber;
|
|
7551
|
+
resourceId: z$1.ZodNumber;
|
|
7552
|
+
changes: z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>;
|
|
7553
|
+
isScheduledTransfer: z$1.ZodBoolean;
|
|
7554
|
+
isSkipNotification: z$1.ZodBoolean;
|
|
7555
|
+
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
7556
|
+
id: z$1.ZodNumber;
|
|
7557
|
+
officeId: z$1.ZodNumber;
|
|
7558
|
+
clientId: z$1.ZodNumber;
|
|
7559
|
+
resourceId: z$1.ZodNumber;
|
|
7560
|
+
changes: z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>;
|
|
7561
|
+
isScheduledTransfer: z$1.ZodBoolean;
|
|
7562
|
+
isSkipNotification: z$1.ZodBoolean;
|
|
7563
|
+
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
7564
|
+
id: z$1.ZodNumber;
|
|
7565
|
+
officeId: z$1.ZodNumber;
|
|
7566
|
+
clientId: z$1.ZodNumber;
|
|
7567
|
+
resourceId: z$1.ZodNumber;
|
|
7568
|
+
changes: z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>;
|
|
7569
|
+
isScheduledTransfer: z$1.ZodBoolean;
|
|
7570
|
+
isSkipNotification: z$1.ZodBoolean;
|
|
7571
|
+
}, z$1.ZodAny, "strip">>;
|
|
7572
|
+
declare const ListClientDocumentResponseSchema: z$1.ZodArray<z$1.ZodObject<{
|
|
7573
|
+
id: z$1.ZodNumber;
|
|
7574
|
+
clientId: z$1.ZodNumber;
|
|
7575
|
+
documentType: z$1.ZodObject<{
|
|
7576
|
+
id: z$1.ZodNumber;
|
|
7577
|
+
name: z$1.ZodString;
|
|
7578
|
+
isMasked: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
7579
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
7580
|
+
name: string;
|
|
7581
|
+
id: number;
|
|
7582
|
+
isMasked?: boolean | undefined;
|
|
7583
|
+
}, {
|
|
7584
|
+
name: string;
|
|
7585
|
+
id: number;
|
|
7586
|
+
isMasked?: boolean | undefined;
|
|
7587
|
+
}>;
|
|
7588
|
+
documentKey: z$1.ZodUnion<[z$1.ZodString, z$1.ZodNumber]>;
|
|
7589
|
+
status: z$1.ZodString;
|
|
7590
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
7591
|
+
issuedBy: z$1.ZodOptional<z$1.ZodString>;
|
|
7592
|
+
expiryDate: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodArray<z$1.ZodNumber, "many">]>>;
|
|
7593
|
+
nationality: z$1.ZodOptional<z$1.ZodObject<{
|
|
7594
|
+
id: z$1.ZodNumber;
|
|
7595
|
+
name: z$1.ZodString;
|
|
7596
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
7597
|
+
name: string;
|
|
7598
|
+
id: number;
|
|
7599
|
+
}, {
|
|
7600
|
+
name: string;
|
|
7601
|
+
id: number;
|
|
7602
|
+
}>>;
|
|
7603
|
+
issuedDate: z$1.ZodOptional<z$1.ZodString>;
|
|
7604
|
+
documentStatus: z$1.ZodOptional<z$1.ZodString>;
|
|
7605
|
+
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
7606
|
+
id: z$1.ZodNumber;
|
|
7607
|
+
clientId: z$1.ZodNumber;
|
|
7608
|
+
documentType: z$1.ZodObject<{
|
|
7609
|
+
id: z$1.ZodNumber;
|
|
7610
|
+
name: z$1.ZodString;
|
|
7611
|
+
isMasked: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
7612
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
7613
|
+
name: string;
|
|
7614
|
+
id: number;
|
|
7615
|
+
isMasked?: boolean | undefined;
|
|
7616
|
+
}, {
|
|
7617
|
+
name: string;
|
|
7618
|
+
id: number;
|
|
7619
|
+
isMasked?: boolean | undefined;
|
|
7620
|
+
}>;
|
|
7621
|
+
documentKey: z$1.ZodUnion<[z$1.ZodString, z$1.ZodNumber]>;
|
|
7622
|
+
status: z$1.ZodString;
|
|
7623
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
7624
|
+
issuedBy: z$1.ZodOptional<z$1.ZodString>;
|
|
7625
|
+
expiryDate: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodArray<z$1.ZodNumber, "many">]>>;
|
|
7626
|
+
nationality: z$1.ZodOptional<z$1.ZodObject<{
|
|
7627
|
+
id: z$1.ZodNumber;
|
|
7628
|
+
name: z$1.ZodString;
|
|
7629
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
7630
|
+
name: string;
|
|
7631
|
+
id: number;
|
|
7632
|
+
}, {
|
|
7633
|
+
name: string;
|
|
7634
|
+
id: number;
|
|
7635
|
+
}>>;
|
|
7636
|
+
issuedDate: z$1.ZodOptional<z$1.ZodString>;
|
|
7637
|
+
documentStatus: z$1.ZodOptional<z$1.ZodString>;
|
|
7638
|
+
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
7639
|
+
id: z$1.ZodNumber;
|
|
7640
|
+
clientId: z$1.ZodNumber;
|
|
7641
|
+
documentType: z$1.ZodObject<{
|
|
7642
|
+
id: z$1.ZodNumber;
|
|
7643
|
+
name: z$1.ZodString;
|
|
7644
|
+
isMasked: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
7645
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
7646
|
+
name: string;
|
|
7647
|
+
id: number;
|
|
7648
|
+
isMasked?: boolean | undefined;
|
|
7649
|
+
}, {
|
|
7650
|
+
name: string;
|
|
7651
|
+
id: number;
|
|
7652
|
+
isMasked?: boolean | undefined;
|
|
7653
|
+
}>;
|
|
7654
|
+
documentKey: z$1.ZodUnion<[z$1.ZodString, z$1.ZodNumber]>;
|
|
7655
|
+
status: z$1.ZodString;
|
|
7656
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
7657
|
+
issuedBy: z$1.ZodOptional<z$1.ZodString>;
|
|
7658
|
+
expiryDate: z$1.ZodOptional<z$1.ZodUnion<[z$1.ZodString, z$1.ZodArray<z$1.ZodNumber, "many">]>>;
|
|
7659
|
+
nationality: z$1.ZodOptional<z$1.ZodObject<{
|
|
7660
|
+
id: z$1.ZodNumber;
|
|
7661
|
+
name: z$1.ZodString;
|
|
7662
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
7663
|
+
name: string;
|
|
7664
|
+
id: number;
|
|
7665
|
+
}, {
|
|
7666
|
+
name: string;
|
|
7667
|
+
id: number;
|
|
7668
|
+
}>>;
|
|
7669
|
+
issuedDate: z$1.ZodOptional<z$1.ZodString>;
|
|
7670
|
+
documentStatus: z$1.ZodOptional<z$1.ZodString>;
|
|
7671
|
+
}, z$1.ZodAny, "strip">>, "many">;
|
|
7672
|
+
type ClientIdentifierRequest = z$1.infer<typeof ClientIdentifierRequestSchema>;
|
|
7673
|
+
type ClientIdentifierResponse = z$1.infer<typeof ClientIdentifierResponseSchema>;
|
|
7674
|
+
type ListClientDocumentResponse = z$1.infer<typeof ListClientDocumentResponseSchema>;
|
|
7675
|
+
declare const DocumentUploadRequestSchema: z$1.ZodObject<{
|
|
7676
|
+
name: z$1.ZodString;
|
|
7677
|
+
file: z$1.ZodUnion<[z$1.ZodType<Buffer<ArrayBufferLike>, z$1.ZodTypeDef, Buffer<ArrayBufferLike>>, z$1.ZodType<buffer.Blob, z$1.ZodTypeDef, buffer.Blob>, z$1.ZodType<buffer.File, z$1.ZodTypeDef, buffer.File>]>;
|
|
7678
|
+
type: z$1.ZodOptional<z$1.ZodString>;
|
|
7679
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
7680
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
7681
|
+
name: string;
|
|
7682
|
+
file: Buffer<ArrayBufferLike> | buffer.Blob | buffer.File;
|
|
7683
|
+
type?: string | undefined;
|
|
7684
|
+
description?: string | undefined;
|
|
7685
|
+
}, {
|
|
7686
|
+
name: string;
|
|
7687
|
+
file: Buffer<ArrayBufferLike> | buffer.Blob | buffer.File;
|
|
7688
|
+
type?: string | undefined;
|
|
7689
|
+
description?: string | undefined;
|
|
7690
|
+
}>;
|
|
7691
|
+
type DocumentUploadRequest = z$1.infer<typeof DocumentUploadRequestSchema>;
|
|
7692
|
+
type DocumentUploadResponse = z$1.infer<typeof ClientIdentifierResponseSchema>;
|
|
7693
|
+
|
|
7694
|
+
declare const GetPermittedDocumentTypes: (params: {
|
|
7695
|
+
tenantId?: string;
|
|
7696
|
+
clientId: number;
|
|
7697
|
+
}) => Command<{
|
|
7698
|
+
tenantId?: string;
|
|
7699
|
+
clientId: number;
|
|
7700
|
+
}, any>;
|
|
7701
|
+
declare const ListClientDocument: (params: {
|
|
7702
|
+
tenantId?: string;
|
|
7703
|
+
clientId: number;
|
|
7704
|
+
unmaskValue?: boolean;
|
|
7705
|
+
fields?: string;
|
|
7706
|
+
}) => Command<{
|
|
7707
|
+
tenantId?: string;
|
|
7708
|
+
clientId: number;
|
|
7709
|
+
unmaskValue?: boolean;
|
|
7710
|
+
fields?: string;
|
|
7711
|
+
}, ListClientDocumentResponse>;
|
|
7712
|
+
declare const CreateClientIdentifier: (params: {
|
|
7713
|
+
tenatId?: string;
|
|
7714
|
+
clientId: number;
|
|
7715
|
+
input: ClientIdentifierRequest;
|
|
7716
|
+
}) => Command<{
|
|
7717
|
+
tenantId?: string;
|
|
7718
|
+
clientId: number;
|
|
7719
|
+
input: ClientIdentifierRequest;
|
|
7720
|
+
}, ClientIdentifierResponse>;
|
|
7721
|
+
declare const UpdateClientIdentifier: (params: {
|
|
7722
|
+
tenantId?: string;
|
|
7723
|
+
clientId: number;
|
|
7724
|
+
identifierId: string;
|
|
7725
|
+
updates: ClientIdentifierRequest;
|
|
7726
|
+
}) => Command<{
|
|
7727
|
+
tenantId?: string;
|
|
7728
|
+
clientId: number;
|
|
7729
|
+
identifierId: string;
|
|
7730
|
+
updates: ClientIdentifierRequest;
|
|
7731
|
+
}, ClientIdentifierResponse>;
|
|
7732
|
+
declare const UploadClientIdentifierDocument: (params: {
|
|
7733
|
+
tenantId?: string;
|
|
7734
|
+
clientId: number;
|
|
7735
|
+
identifierId: string;
|
|
7736
|
+
data: DocumentUploadRequest;
|
|
7737
|
+
}) => Command<{
|
|
7738
|
+
tenantId?: string;
|
|
7739
|
+
clientId: number;
|
|
7740
|
+
identifierId: string;
|
|
7741
|
+
data: DocumentUploadRequest;
|
|
7742
|
+
}, DocumentUploadResponse>;
|
|
7743
|
+
|
|
7512
7744
|
declare const CreateClientRequestSchema: z$1.ZodObject<{
|
|
7513
7745
|
firstname: z$1.ZodString;
|
|
7514
7746
|
middlename: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -9976,96 +10208,6 @@ declare const GetStatusOfVerifyClient: (params: {
|
|
|
9976
10208
|
clientId: number;
|
|
9977
10209
|
}, GetStatusOfVerifyClientResponse>;
|
|
9978
10210
|
|
|
9979
|
-
declare const ClientIdentifierRequestSchema: z$1.ZodObject<{
|
|
9980
|
-
documentTypeId: z$1.ZodString;
|
|
9981
|
-
documentKey: z$1.ZodString;
|
|
9982
|
-
status: z$1.ZodString;
|
|
9983
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
9984
|
-
issuedBy: z$1.ZodOptional<z$1.ZodString>;
|
|
9985
|
-
locale: z$1.ZodOptional<z$1.ZodString>;
|
|
9986
|
-
dateFormat: z$1.ZodOptional<z$1.ZodString>;
|
|
9987
|
-
expiryDate: z$1.ZodOptional<z$1.ZodString>;
|
|
9988
|
-
nationality: z$1.ZodOptional<z$1.ZodNumber>;
|
|
9989
|
-
issuedDate: z$1.ZodOptional<z$1.ZodString>;
|
|
9990
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
9991
|
-
documentTypeId: z$1.ZodString;
|
|
9992
|
-
documentKey: z$1.ZodString;
|
|
9993
|
-
status: z$1.ZodString;
|
|
9994
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
9995
|
-
issuedBy: z$1.ZodOptional<z$1.ZodString>;
|
|
9996
|
-
locale: z$1.ZodOptional<z$1.ZodString>;
|
|
9997
|
-
dateFormat: z$1.ZodOptional<z$1.ZodString>;
|
|
9998
|
-
expiryDate: z$1.ZodOptional<z$1.ZodString>;
|
|
9999
|
-
nationality: z$1.ZodOptional<z$1.ZodNumber>;
|
|
10000
|
-
issuedDate: z$1.ZodOptional<z$1.ZodString>;
|
|
10001
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
10002
|
-
documentTypeId: z$1.ZodString;
|
|
10003
|
-
documentKey: z$1.ZodString;
|
|
10004
|
-
status: z$1.ZodString;
|
|
10005
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
10006
|
-
issuedBy: z$1.ZodOptional<z$1.ZodString>;
|
|
10007
|
-
locale: z$1.ZodOptional<z$1.ZodString>;
|
|
10008
|
-
dateFormat: z$1.ZodOptional<z$1.ZodString>;
|
|
10009
|
-
expiryDate: z$1.ZodOptional<z$1.ZodString>;
|
|
10010
|
-
nationality: z$1.ZodOptional<z$1.ZodNumber>;
|
|
10011
|
-
issuedDate: z$1.ZodOptional<z$1.ZodString>;
|
|
10012
|
-
}, z$1.ZodAny, "strip">>;
|
|
10013
|
-
declare const ClientIdentifierResponseSchema: z$1.ZodObject<{
|
|
10014
|
-
id: z$1.ZodNumber;
|
|
10015
|
-
officeId: z$1.ZodNumber;
|
|
10016
|
-
clientId: z$1.ZodNumber;
|
|
10017
|
-
resourceId: z$1.ZodNumber;
|
|
10018
|
-
changes: z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>;
|
|
10019
|
-
isScheduledTransfer: z$1.ZodBoolean;
|
|
10020
|
-
isSkipNotification: z$1.ZodBoolean;
|
|
10021
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
10022
|
-
id: z$1.ZodNumber;
|
|
10023
|
-
officeId: z$1.ZodNumber;
|
|
10024
|
-
clientId: z$1.ZodNumber;
|
|
10025
|
-
resourceId: z$1.ZodNumber;
|
|
10026
|
-
changes: z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>;
|
|
10027
|
-
isScheduledTransfer: z$1.ZodBoolean;
|
|
10028
|
-
isSkipNotification: z$1.ZodBoolean;
|
|
10029
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
10030
|
-
id: z$1.ZodNumber;
|
|
10031
|
-
officeId: z$1.ZodNumber;
|
|
10032
|
-
clientId: z$1.ZodNumber;
|
|
10033
|
-
resourceId: z$1.ZodNumber;
|
|
10034
|
-
changes: z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>;
|
|
10035
|
-
isScheduledTransfer: z$1.ZodBoolean;
|
|
10036
|
-
isSkipNotification: z$1.ZodBoolean;
|
|
10037
|
-
}, z$1.ZodAny, "strip">>;
|
|
10038
|
-
type ClientIdentifierRequest = z$1.infer<typeof ClientIdentifierRequestSchema>;
|
|
10039
|
-
type ClientIdentifierResponse = z$1.infer<typeof ClientIdentifierResponseSchema>;
|
|
10040
|
-
|
|
10041
|
-
declare const GetPermittedDocumentTypes: (params: {
|
|
10042
|
-
tenantId?: string;
|
|
10043
|
-
clientId: number;
|
|
10044
|
-
}) => Command<{
|
|
10045
|
-
tenantId?: string;
|
|
10046
|
-
clientId: number;
|
|
10047
|
-
}, any>;
|
|
10048
|
-
declare const CreateClientIdentifier: (params: {
|
|
10049
|
-
tenatId?: string;
|
|
10050
|
-
clientId: number;
|
|
10051
|
-
input: ClientIdentifierRequest;
|
|
10052
|
-
}) => Command<{
|
|
10053
|
-
tenantId?: string;
|
|
10054
|
-
clientId: number;
|
|
10055
|
-
input: ClientIdentifierRequest;
|
|
10056
|
-
}, ClientIdentifierResponse>;
|
|
10057
|
-
declare const UpdateClientIdentifier: (params: {
|
|
10058
|
-
tenantId?: string;
|
|
10059
|
-
clientId: number;
|
|
10060
|
-
identifierId: string;
|
|
10061
|
-
updates: ClientIdentifierRequest;
|
|
10062
|
-
}) => Command<{
|
|
10063
|
-
tenantId?: string;
|
|
10064
|
-
clientId: number;
|
|
10065
|
-
identifierId: string;
|
|
10066
|
-
updates: ClientIdentifierRequest;
|
|
10067
|
-
}, ClientIdentifierResponse>;
|
|
10068
|
-
|
|
10069
10211
|
declare const GetAccount: (params: {
|
|
10070
10212
|
id: number;
|
|
10071
10213
|
tenantId?: string;
|
|
@@ -10962,4 +11104,4 @@ declare const GetUserDetail: (params?: {
|
|
|
10962
11104
|
tenantId?: string;
|
|
10963
11105
|
}, UserDetail>;
|
|
10964
11106
|
|
|
10965
|
-
export {
|
|
11107
|
+
export { type RecipientRequest as $, CreateRecipient as A, DeleteRecipient as B, CreatePayment as C, DeletePayment as D, GetRecipients as E, GraphQL as F, GetPayment as G, GetUserDetail as H, type CreatePaymentInput as I, type UpdatePaymentInput as J, type PaymentResponse as K, ListClientDocument as L, MarkAsSuccess as M, type GetTransferInput as N, type CreateTransferInput as O, type Payment as P, type TransferResponse as Q, type MarkAsReturnInput as R, SendAuthorizationToCore as S, type Transfer as T, UpdatePayment as U, VerifyWithActivateClients as V, type UpdateTraceNumbersInput as W, type ProcessOutput$1 as X, type PaymentRail as Y, type Recipient as Z, type CreateRecipientRequest as _, GetPayments as a, type RecipientFilterKey as a0, PaymentStatusSchema as a1, PaymentRailSchema as a2, PaymentTypeSchema as a3, SortOrderSchema as a4, CreatePaymentInputSchema as a5, UpdatePaymentInputSchema as a6, PaymentResponseSchema as a7, PaymentShape as a8, CreatePaymentInputShape as a9, CreateTransferInputSchema as aA, GetTransferInputSchema as aB, MarkAsReturnInputSchema as aC, UpdateTraceNumbersInputSchema as aD, ProcessOutputSchema$1 as aE, TransferResponseSchema as aF, CreateTransferOutputSchema as aG, PaymentRailSchema$1 as aH, PaymentTypeSchema$1 as aI, AccountTypeSchema as aJ, TransferShape as aK, CreateTransferInputShape as aL, GetTransferInputShape as aM, MarkAsReturnInputShape as aN, UpdateTraceNumbersInputShape as aO, ProcessOutputShape as aP, TransferResponseShape as aQ, CreateTransferOutputShape as aR, ClientSchema as aS, AgentSchema as aT, PartySchema as aU, type UpdateRecipientRequest as aV, UpdatePaymentInputShape as aa, SavingAccountSchema as ab, SavingAccountShape as ac, type SavingAccount as ad, ListAccountsOfClientResponseShape as ae, ListAccountsOfClientResponseSchema as af, ListAccountsRequestShape as ag, ListAccountsRequestSchema as ah, type UpdateAccountRequest as ai, UpdateAccountRequestSchema as aj, UpdateAccountRequestShape as ak, type UserDetail as al, UserDetailSchema as am, UserDetailShape as an, RecipientSchema as ao, CreateRecipientRequestSchema as ap, RecipientRequestSchema as aq, RecipientFilterKeySchema as ar, RecipientShape as as, CreateRecipientRequestShape as at, RecipientRequestShape as au, BankInformationSchema as av, AccountDetailsDataSchema as aw, AddressSchema as ax, RecipientsSchema as ay, TransferSchema as az, UpdateCardID as b, GetPermittedDocumentTypes as c, CreateClientIdentifier as d, UpdateClientIdentifier as e, UploadClientIdentifierDocument as f, GetClient as g, UpdateClient as h, CreateClient as i, GetClients as j, DeleteClient as k, GetStatusOfVerifyClient as l, GetAccount as m, GetAccountsOfClient as n, ListAccountsOfClient as o, UpdateAccount as p, DeleteAccount as q, MarkAsReturned as r, MarkAsFail as s, MarkAsProcessing as t, LogFailTransfer as u, GetTransfers as v, UpdateTraceNumber as w, CreateTransfer as x, GetTransfer as y, GetRecipient as z };
|