@mbanq/core-sdk-js 0.46.4 → 0.48.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/dist/chunk-CAUBXV3V.mjs +8 -0
- package/dist/chunk-EZVZLMXI.mjs +1 -0
- package/dist/chunk-F7YQ446S.mjs +1 -0
- package/dist/chunk-K7UFZUR7.js +1 -0
- package/dist/chunk-PHBC2UFT.js +1 -0
- package/dist/chunk-X5O2HKZK.js +8 -0
- package/dist/client/index.d.mts +1 -1
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.js +1 -1
- package/dist/client/index.mjs +1 -1
- package/dist/commands/index.d.mts +18 -231
- package/dist/commands/index.d.ts +18 -231
- package/dist/commands/index.js +88 -27
- package/dist/commands/index.mjs +88 -27
- package/dist/{config.d-BvqzFkbH.d.mts → config.d-D-3TJZGq.d.mts} +2 -1
- package/dist/{config.d-BvqzFkbH.d.ts → config.d-D-3TJZGq.d.ts} +2 -1
- package/dist/{error.d-ktr-yO7C.d.ts → error.d-BilRDJJN.d.ts} +1 -1
- package/dist/{error.d-8Btuol2n.d.mts → error.d-ChhpiSrv.d.mts} +1 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{recipient-CpahZQEL.d.mts → recipient-B8SbKh-I.d.mts} +536 -323
- package/dist/{recipient-CpahZQEL.d.ts → recipient-B8SbKh-I.d.ts} +536 -323
- package/dist/types/types.d.mts +3 -3
- package/dist/types/types.d.ts +3 -3
- package/dist/zod/index.d.mts +2 -2
- package/dist/zod/index.d.ts +2 -2
- package/dist/zod/index.js +1 -1
- package/dist/zod/index.mjs +1 -1
- package/dist/{zod-4CCoUuDc.d.mts → zod-DzGvWN50.d.mts} +563 -28
- package/dist/{zod-DwxNJAey.d.ts → zod-bc-fFnve.d.ts} +563 -28
- package/package.json +1 -1
- package/dist/chunk-5VNL7IK3.js +0 -1
- package/dist/chunk-BMAIEOWZ.mjs +0 -1
- package/dist/chunk-EM7SKZCN.js +0 -1
- package/dist/chunk-ZUBUHVOU.mjs +0 -1
package/dist/commands/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import z$1, { z } from 'zod';
|
|
2
|
-
import { a as Command, G as GraphQLRequest } from '../config.d-
|
|
2
|
+
import { a as Command, G as GraphQLRequest } from '../config.d-D-3TJZGq.js';
|
|
3
3
|
import * as buffer from 'buffer';
|
|
4
|
-
import {
|
|
5
|
-
import { G as
|
|
4
|
+
import { G as GetClientRequest, a as GetClientResponse, U as UpdateClientRequest, b as UpdateClientResponse, C as CreateClientRequest, c as CreateClientResponse, L as ListClientsRequest, d as GetClientsResponse, D as DeleteClientResponse, V as VerifyWithActivateClient, e as VerifyWithActivateClientsResponse, f as GetStatusOfVerifyClientResponse, g as GetClientAddressResponse, h as CreateClientAddressParams, i as CreateClientAddressRequest, j as CreateClientAddressResponse, k as UpdateClientAddressParams, l as UpdateClientAddressRequest, m as UpdateClientAddressResponse, S as SetClientAddressStatusParams, n as SetClientAddressStatusRequest, o as GetClientAddressTemplateResponse, p as CreateCreditProductRequest, q as GetCreditProductsResponse, r as UpdateCreditProductRequest } from '../zod-bc-fFnve.js';
|
|
5
|
+
import { G as GetTransferInput, T as Transfer, b as CreateTransferInput, J as CreateTransferOutput, P as Payment, K as PaymentFilters, a as PaymentResponse, C as CreatePaymentInput, L as ProcessOutput, U as UpdatePaymentInput, j as GetAccountResponse, l as GetAccountsOfClientRequest, k as GetAccountsOfClientResponse, m as UpdateAccountRequest, e as ProcessOutput$1, n as CreateAndActivateAccountRequest, o as CreateAndActivateAccountResponse, p as CloseAccountRequest, q as CloseAccountResponse, B as BlockAccountRequest, r as BlockAccountResponse, H as HoldAmountRequest, s as HoldAmountResponse, N as GetRecipientParams, R as Recipient, g as CreateRecipientRequest, O as CreateRecipientResponse, Q as DeleteRecipientRequest, h as RecipientRequest, S as Recipients, t as UserDetail, V as EnableSelfServiceAccessRequest, W as EnableSelfServiceAccessResponse, X as UpdateSelfServiceUserRequest, Y as UpdateSelfServiceUserResponse, Z as DeleteSelfServiceUserResponse, u as CreateChargeRequest, v as CreateChargeResponse, w as GetChargeResponse, x as GetChargesRequest, y as UpdateChargeRequest, z as UpdateChargeResponse, A as CreateLoanProductRequest, D as CreateLoanProductResponse, E as GetLoanProductResponse, F as GetLoanProductsResponse, I as UpdateLoanProductRequest, _ as UpdateLoanProductResponse } from '../recipient-B8SbKh-I.js';
|
|
6
6
|
import 'graphql';
|
|
7
7
|
import 'axios';
|
|
8
8
|
|
|
@@ -22170,23 +22170,23 @@ declare const ApproveRejectClientDocument: (params: ApproveRejectClientDocumentP
|
|
|
22170
22170
|
declare const GetClient: (clientId: number, data?: GetClientRequest) => Command<{
|
|
22171
22171
|
clientId: number;
|
|
22172
22172
|
data?: GetClientRequest;
|
|
22173
|
-
},
|
|
22173
|
+
}, GetClientResponse>;
|
|
22174
22174
|
declare const UpdateClient: (clientId: number, data: UpdateClientRequest) => Command<{
|
|
22175
22175
|
clientId: number;
|
|
22176
22176
|
data: UpdateClientRequest;
|
|
22177
|
-
},
|
|
22177
|
+
}, UpdateClientResponse>;
|
|
22178
22178
|
declare const CreateClient: (data: CreateClientRequest) => Command<{
|
|
22179
22179
|
data: CreateClientRequest;
|
|
22180
22180
|
}, CreateClientResponse>;
|
|
22181
22181
|
declare const GetClients: (params: ListClientsRequest) => Command<{
|
|
22182
22182
|
params: ListClientsRequest;
|
|
22183
|
-
},
|
|
22183
|
+
}, GetClientsResponse>;
|
|
22184
22184
|
declare const DeleteClient: (clientId: number) => Command<{
|
|
22185
22185
|
clientId: number;
|
|
22186
|
-
},
|
|
22186
|
+
}, DeleteClientResponse>;
|
|
22187
22187
|
declare const VerifyWithActivateClients: (data: VerifyWithActivateClient) => Command<{
|
|
22188
22188
|
data: VerifyWithActivateClient;
|
|
22189
|
-
},
|
|
22189
|
+
}, VerifyWithActivateClientsResponse>;
|
|
22190
22190
|
declare const GetStatusOfVerifyClient: (clientId: number) => Command<{
|
|
22191
22191
|
clientId: number;
|
|
22192
22192
|
}, GetStatusOfVerifyClientResponse>;
|
|
@@ -22203,7 +22203,7 @@ declare const GetTransfers: (params: GetTransferInput) => Command<{
|
|
|
22203
22203
|
|
|
22204
22204
|
declare const CreatePayment: (payment: CreatePaymentInput) => Command<{
|
|
22205
22205
|
payment: CreatePaymentInput;
|
|
22206
|
-
}, ProcessOutput
|
|
22206
|
+
}, ProcessOutput>;
|
|
22207
22207
|
declare const GetPayment: (id: number) => Command<{
|
|
22208
22208
|
id: number;
|
|
22209
22209
|
}, Payment>;
|
|
@@ -22275,7 +22275,7 @@ declare const UpdateAccount: (accountId: number, data: UpdateAccountRequest) =>
|
|
|
22275
22275
|
*/
|
|
22276
22276
|
declare const DeleteAccount: (accountId: number) => Command<{
|
|
22277
22277
|
accountId: number;
|
|
22278
|
-
}, ProcessOutput>;
|
|
22278
|
+
}, ProcessOutput$1>;
|
|
22279
22279
|
/**
|
|
22280
22280
|
* Retrieves a list of accounts associated with a specific client.
|
|
22281
22281
|
*
|
|
@@ -23746,26 +23746,14 @@ declare const GetAccountDocumentsDetails: (savingsAccountId: number, data?: GetA
|
|
|
23746
23746
|
data?: GetAccountDocumentsDetailsQueryParams;
|
|
23747
23747
|
}, GetAccountDocumentsDetailsResponse>;
|
|
23748
23748
|
|
|
23749
|
-
declare const
|
|
23750
|
-
id: number;
|
|
23751
|
-
input: UpdateRecipientRequest;
|
|
23752
|
-
tenantId?: string;
|
|
23753
|
-
}) => Command<{
|
|
23754
|
-
id: number;
|
|
23755
|
-
input: UpdateRecipientRequest;
|
|
23756
|
-
tenantId?: string;
|
|
23757
|
-
}, {
|
|
23758
|
-
updateRecipient: Recipient;
|
|
23759
|
-
}>;
|
|
23760
|
-
|
|
23761
|
-
declare const GraphQL: (request: GraphQLRequest) => Command<GraphQLRequest, any>;
|
|
23749
|
+
declare const GraphQL: <TOutput = any>(request: GraphQLRequest) => Command<GraphQLRequest, TOutput>;
|
|
23762
23750
|
|
|
23763
23751
|
declare const CustomUpdate: (params: CustomUpdateInput) => Command<{
|
|
23764
23752
|
params: CustomUpdateInput;
|
|
23765
|
-
}, ProcessOutput>;
|
|
23753
|
+
}, ProcessOutput$1>;
|
|
23766
23754
|
declare const CustomCreate: (params: CustomCreateInput) => Command<{
|
|
23767
23755
|
params: CustomCreateInput;
|
|
23768
|
-
}, ProcessOutput>;
|
|
23756
|
+
}, ProcessOutput$1>;
|
|
23769
23757
|
declare const CustomGet: (params: CustomGetInput) => Command<{
|
|
23770
23758
|
params: CustomGetInput;
|
|
23771
23759
|
}, any>;
|
|
@@ -23776,10 +23764,10 @@ declare const GetRecipient: (params: GetRecipientParams) => Command<{
|
|
|
23776
23764
|
declare const CreateRecipient: (clientId: number, data: CreateRecipientRequest) => Command<{
|
|
23777
23765
|
clientId: number;
|
|
23778
23766
|
data: CreateRecipientRequest;
|
|
23779
|
-
},
|
|
23767
|
+
}, CreateRecipientResponse>;
|
|
23780
23768
|
declare const DeleteRecipient: (params: DeleteRecipientRequest) => Command<{
|
|
23781
23769
|
params: DeleteRecipientRequest;
|
|
23782
|
-
}, ProcessOutput>;
|
|
23770
|
+
}, ProcessOutput$1>;
|
|
23783
23771
|
declare const GetRecipients: (clientId: number, data: RecipientRequest) => Command<{
|
|
23784
23772
|
clientId: number;
|
|
23785
23773
|
data: RecipientRequest;
|
|
@@ -24238,208 +24226,6 @@ declare const UpdateCardProduct: (cardProductId: number, data: CardProductUpdate
|
|
|
24238
24226
|
data: CardProductUpdateRequest;
|
|
24239
24227
|
}, CreateCardProductResponse>;
|
|
24240
24228
|
|
|
24241
|
-
declare const ClientAddressShape: z$1.ZodArray<z$1.ZodObject<{
|
|
24242
|
-
clientId: z$1.ZodNumber;
|
|
24243
|
-
addressType: z$1.ZodString;
|
|
24244
|
-
addressId: z$1.ZodNumber;
|
|
24245
|
-
addressTypeId: z$1.ZodNumber;
|
|
24246
|
-
isActive: z$1.ZodBoolean;
|
|
24247
|
-
addressLine1: z$1.ZodString;
|
|
24248
|
-
addressLine2: z$1.ZodString;
|
|
24249
|
-
addressLine3: z$1.ZodString;
|
|
24250
|
-
mobileNo: z$1.ZodNumber;
|
|
24251
|
-
townVillage: z$1.ZodString;
|
|
24252
|
-
countyDistrict: z$1.ZodString;
|
|
24253
|
-
city: z$1.ZodString;
|
|
24254
|
-
stateProvinceId: z$1.ZodNumber;
|
|
24255
|
-
countryName: z$1.ZodString;
|
|
24256
|
-
stateName: z$1.ZodString;
|
|
24257
|
-
countryId: z$1.ZodNumber;
|
|
24258
|
-
postalCode: z$1.ZodNumber;
|
|
24259
|
-
createdBy: z$1.ZodString;
|
|
24260
|
-
updatedBy: z$1.ZodString;
|
|
24261
|
-
minifiedAddress: z$1.ZodArray<z$1.ZodString, "many">;
|
|
24262
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24263
|
-
clientId: number;
|
|
24264
|
-
postalCode: number;
|
|
24265
|
-
city: string;
|
|
24266
|
-
isActive: boolean;
|
|
24267
|
-
mobileNo: number;
|
|
24268
|
-
addressType: string;
|
|
24269
|
-
addressId: number;
|
|
24270
|
-
addressTypeId: number;
|
|
24271
|
-
addressLine1: string;
|
|
24272
|
-
addressLine2: string;
|
|
24273
|
-
addressLine3: string;
|
|
24274
|
-
townVillage: string;
|
|
24275
|
-
countyDistrict: string;
|
|
24276
|
-
stateProvinceId: number;
|
|
24277
|
-
countryName: string;
|
|
24278
|
-
stateName: string;
|
|
24279
|
-
countryId: number;
|
|
24280
|
-
createdBy: string;
|
|
24281
|
-
updatedBy: string;
|
|
24282
|
-
minifiedAddress: string[];
|
|
24283
|
-
}, {
|
|
24284
|
-
clientId: number;
|
|
24285
|
-
postalCode: number;
|
|
24286
|
-
city: string;
|
|
24287
|
-
isActive: boolean;
|
|
24288
|
-
mobileNo: number;
|
|
24289
|
-
addressType: string;
|
|
24290
|
-
addressId: number;
|
|
24291
|
-
addressTypeId: number;
|
|
24292
|
-
addressLine1: string;
|
|
24293
|
-
addressLine2: string;
|
|
24294
|
-
addressLine3: string;
|
|
24295
|
-
townVillage: string;
|
|
24296
|
-
countyDistrict: string;
|
|
24297
|
-
stateProvinceId: number;
|
|
24298
|
-
countryName: string;
|
|
24299
|
-
stateName: string;
|
|
24300
|
-
countryId: number;
|
|
24301
|
-
createdBy: string;
|
|
24302
|
-
updatedBy: string;
|
|
24303
|
-
minifiedAddress: string[];
|
|
24304
|
-
}>, "many">;
|
|
24305
|
-
type GetClientAddressResponse = z$1.infer<typeof ClientAddressShape>;
|
|
24306
|
-
declare const CreateClientAddressResponseSchema: z$1.ZodObject<{
|
|
24307
|
-
clientId: z$1.ZodNumber;
|
|
24308
|
-
resourceId: z$1.ZodNumber;
|
|
24309
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24310
|
-
clientId: number;
|
|
24311
|
-
resourceId: number;
|
|
24312
|
-
}, {
|
|
24313
|
-
clientId: number;
|
|
24314
|
-
resourceId: number;
|
|
24315
|
-
}>;
|
|
24316
|
-
type CreateClientAddressResponse = z$1.infer<typeof CreateClientAddressResponseSchema>;
|
|
24317
|
-
declare const UpdateClientAddressResponseSchema: z$1.ZodObject<{
|
|
24318
|
-
id: z$1.ZodNumber;
|
|
24319
|
-
clientId: z$1.ZodNumber;
|
|
24320
|
-
resourceId: z$1.ZodNumber;
|
|
24321
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24322
|
-
id: number;
|
|
24323
|
-
clientId: number;
|
|
24324
|
-
resourceId: number;
|
|
24325
|
-
}, {
|
|
24326
|
-
id: number;
|
|
24327
|
-
clientId: number;
|
|
24328
|
-
resourceId: number;
|
|
24329
|
-
}>;
|
|
24330
|
-
type UpdateClientAddressResponse = z$1.infer<typeof UpdateClientAddressResponseSchema>;
|
|
24331
|
-
declare const CreateClientAddressSchema: z$1.ZodObject<{
|
|
24332
|
-
addressLine1: z$1.ZodString;
|
|
24333
|
-
addressLine2: z$1.ZodOptional<z$1.ZodString>;
|
|
24334
|
-
addressLine3: z$1.ZodOptional<z$1.ZodString>;
|
|
24335
|
-
city: z$1.ZodString;
|
|
24336
|
-
stateProvinceId: z$1.ZodNumber;
|
|
24337
|
-
countryId: z$1.ZodNumber;
|
|
24338
|
-
postalCode: z$1.ZodString;
|
|
24339
|
-
} & {
|
|
24340
|
-
isActive: z$1.ZodBoolean;
|
|
24341
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
24342
|
-
addressLine1: z$1.ZodString;
|
|
24343
|
-
addressLine2: z$1.ZodOptional<z$1.ZodString>;
|
|
24344
|
-
addressLine3: z$1.ZodOptional<z$1.ZodString>;
|
|
24345
|
-
city: z$1.ZodString;
|
|
24346
|
-
stateProvinceId: z$1.ZodNumber;
|
|
24347
|
-
countryId: z$1.ZodNumber;
|
|
24348
|
-
postalCode: z$1.ZodString;
|
|
24349
|
-
} & {
|
|
24350
|
-
isActive: z$1.ZodBoolean;
|
|
24351
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
24352
|
-
addressLine1: z$1.ZodString;
|
|
24353
|
-
addressLine2: z$1.ZodOptional<z$1.ZodString>;
|
|
24354
|
-
addressLine3: z$1.ZodOptional<z$1.ZodString>;
|
|
24355
|
-
city: z$1.ZodString;
|
|
24356
|
-
stateProvinceId: z$1.ZodNumber;
|
|
24357
|
-
countryId: z$1.ZodNumber;
|
|
24358
|
-
postalCode: z$1.ZodString;
|
|
24359
|
-
} & {
|
|
24360
|
-
isActive: z$1.ZodBoolean;
|
|
24361
|
-
}, z$1.ZodAny, "strip">>;
|
|
24362
|
-
type CreateClientAddressRequest = z$1.infer<typeof CreateClientAddressSchema>;
|
|
24363
|
-
declare const UpdateClientAddressSchema: z$1.ZodObject<{
|
|
24364
|
-
addressLine1: z$1.ZodString;
|
|
24365
|
-
addressLine2: z$1.ZodOptional<z$1.ZodString>;
|
|
24366
|
-
addressLine3: z$1.ZodOptional<z$1.ZodString>;
|
|
24367
|
-
city: z$1.ZodString;
|
|
24368
|
-
stateProvinceId: z$1.ZodNumber;
|
|
24369
|
-
countryId: z$1.ZodNumber;
|
|
24370
|
-
postalCode: z$1.ZodString;
|
|
24371
|
-
} & {
|
|
24372
|
-
addressId: z$1.ZodNumber;
|
|
24373
|
-
addressTypeId: z$1.ZodNumber;
|
|
24374
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
24375
|
-
addressLine1: z$1.ZodString;
|
|
24376
|
-
addressLine2: z$1.ZodOptional<z$1.ZodString>;
|
|
24377
|
-
addressLine3: z$1.ZodOptional<z$1.ZodString>;
|
|
24378
|
-
city: z$1.ZodString;
|
|
24379
|
-
stateProvinceId: z$1.ZodNumber;
|
|
24380
|
-
countryId: z$1.ZodNumber;
|
|
24381
|
-
postalCode: z$1.ZodString;
|
|
24382
|
-
} & {
|
|
24383
|
-
addressId: z$1.ZodNumber;
|
|
24384
|
-
addressTypeId: z$1.ZodNumber;
|
|
24385
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
24386
|
-
addressLine1: z$1.ZodString;
|
|
24387
|
-
addressLine2: z$1.ZodOptional<z$1.ZodString>;
|
|
24388
|
-
addressLine3: z$1.ZodOptional<z$1.ZodString>;
|
|
24389
|
-
city: z$1.ZodString;
|
|
24390
|
-
stateProvinceId: z$1.ZodNumber;
|
|
24391
|
-
countryId: z$1.ZodNumber;
|
|
24392
|
-
postalCode: z$1.ZodString;
|
|
24393
|
-
} & {
|
|
24394
|
-
addressId: z$1.ZodNumber;
|
|
24395
|
-
addressTypeId: z$1.ZodNumber;
|
|
24396
|
-
}, z$1.ZodAny, "strip">>;
|
|
24397
|
-
type UpdateClientAddressRequest = z$1.infer<typeof UpdateClientAddressSchema>;
|
|
24398
|
-
declare const SetClientAddressStatusRequestSchema: z$1.ZodObject<{
|
|
24399
|
-
addressId: z$1.ZodNumber;
|
|
24400
|
-
isActive: z$1.ZodBoolean;
|
|
24401
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24402
|
-
isActive: boolean;
|
|
24403
|
-
addressId: number;
|
|
24404
|
-
}, {
|
|
24405
|
-
isActive: boolean;
|
|
24406
|
-
addressId: number;
|
|
24407
|
-
}>;
|
|
24408
|
-
type SetClientAddressStatusRequest = z$1.infer<typeof SetClientAddressStatusRequestSchema>;
|
|
24409
|
-
declare const CreateClientAddressParamsSchema: z$1.ZodObject<{
|
|
24410
|
-
clientId: z$1.ZodNumber;
|
|
24411
|
-
type: z$1.ZodNumber;
|
|
24412
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24413
|
-
type: number;
|
|
24414
|
-
clientId: number;
|
|
24415
|
-
}, {
|
|
24416
|
-
type: number;
|
|
24417
|
-
clientId: number;
|
|
24418
|
-
}>;
|
|
24419
|
-
type CreateClientAddressParams = z$1.infer<typeof CreateClientAddressParamsSchema>;
|
|
24420
|
-
declare const UpdateClientAddressParamsSchema: z$1.ZodObject<{
|
|
24421
|
-
clientId: z$1.ZodNumber;
|
|
24422
|
-
type: z$1.ZodNumber;
|
|
24423
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24424
|
-
type: number;
|
|
24425
|
-
clientId: number;
|
|
24426
|
-
}, {
|
|
24427
|
-
type: number;
|
|
24428
|
-
clientId: number;
|
|
24429
|
-
}>;
|
|
24430
|
-
type UpdateClientAddressParams = z$1.infer<typeof UpdateClientAddressParamsSchema>;
|
|
24431
|
-
declare const SetClientAddressStatusParamsSchema: z$1.ZodObject<{
|
|
24432
|
-
clientId: z$1.ZodNumber;
|
|
24433
|
-
type: z$1.ZodNumber;
|
|
24434
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24435
|
-
type: number;
|
|
24436
|
-
clientId: number;
|
|
24437
|
-
}, {
|
|
24438
|
-
type: number;
|
|
24439
|
-
clientId: number;
|
|
24440
|
-
}>;
|
|
24441
|
-
type SetClientAddressStatusParams = z$1.infer<typeof SetClientAddressStatusParamsSchema>;
|
|
24442
|
-
|
|
24443
24229
|
declare const GetClientAddress: (clientId: number) => Command<{
|
|
24444
24230
|
clientId: number;
|
|
24445
24231
|
}, GetClientAddressResponse>;
|
|
@@ -24455,6 +24241,7 @@ declare const SetClientAddressStatus: (params: SetClientAddressStatusParams, dat
|
|
|
24455
24241
|
params: SetClientAddressStatusParams;
|
|
24456
24242
|
data: SetClientAddressStatusRequest;
|
|
24457
24243
|
}, UpdateClientAddressResponse>;
|
|
24244
|
+
declare const GetClientAddressTemplate: () => Command<void, GetClientAddressTemplateResponse>;
|
|
24458
24245
|
|
|
24459
24246
|
declare const ClientClassificationResponseSchema: z$1.ZodObject<{
|
|
24460
24247
|
clientId: z$1.ZodNumber;
|
|
@@ -26989,7 +26776,7 @@ declare const RunReport: (data: RunReportRequest) => Command<{
|
|
|
26989
26776
|
*/
|
|
26990
26777
|
declare const CreateCreditProduct: (data: CreateCreditProductRequest) => Command<{
|
|
26991
26778
|
data: CreateCreditProductRequest;
|
|
26992
|
-
}, ProcessOutput>;
|
|
26779
|
+
}, ProcessOutput$1>;
|
|
26993
26780
|
/**
|
|
26994
26781
|
* Get a credit product by ID
|
|
26995
26782
|
*
|
|
@@ -27117,4 +26904,4 @@ declare const GetLoanProduct: (loanProductId: number) => Command<{
|
|
|
27117
26904
|
*/
|
|
27118
26905
|
declare const GetLoanProducts: () => Command<{}, GetLoanProductsResponse>;
|
|
27119
26906
|
|
|
27120
|
-
export { ActivateCard, ActivatePhysicalCard, AddAcquiredCard, AddCardToMobileWallet, AddChargeToAccount, AddChargeToLoanAccount, AdjustCreditAccountLimits, ApproveCreditAccount, ApproveLoan, ApproveRejectClientDocument, BlockAccount, BlockAcquiredCardAddition, CalculateLoanSchedule, ChangeCardType, CloseAccount, CreateAccountProduct, CreateAndActivateAccount, CreateCard, CreateCardProduct, CreateCharge, CreateClient, CreateClientAddress, CreateClientIdentifier, CreateCreditAccountAutoPayExternal, CreateCreditAccountAutoPayInternal, CreateCreditAccountPayment, CreateCreditProduct, CreateDataTableProductMapping, CreateEntryInDataTable, CreateFixedDepositAccount, CreateLoan, CreateLoanProduct, CreateNote, CreatePayment, CreatePrepaidCard, CreateRecipient, CreateSecuredCreditAccount, CreateSubscriber, CreateSubscription, CreateTransfer, CreateUnsecuredCreditAccount, CustomCreate, CustomGet, CustomUpdate, DeactivatePrepaidCard, DeleteAccount, DeleteAcquiredCard, DeleteClient, DeleteClientDocument, DeleteDataTableProductMapping, DeleteEntryFromDataTable, DeleteFixedDepositAccount, DeleteNote, DeletePayment, DeleteRecipient, DeleteSelfServiceUser, DeleteSubscriber, DeleteSubscription, DisburseLoan, DisburseLoanToLinkedAccount, DownloadAccountStatement, DownloadCreditAccountBilledStatement, EnableDisableConfiguration, EnableSelfServiceAccess, GenerateAccountStatement, GetAccount, GetAccountDocumentsDetails, GetAccountProductById, GetAccountsOfClient, GetAcquiredCardById, GetAcquiredCardPublicKey, GetAcquiredCards, GetAllAccountProducts, GetBankDetailsFromRoutingCode, GetCardAuthorizationById, GetCardAuthorizations, GetCardById, GetCardImageUrl, GetCardProduct, GetCardSettlementById, GetCardSettlements, GetCards, GetCharge, GetCharges, GetChargesByAccountId, GetChargesByLoanAccountId, GetClient, GetClientAddress, GetClientClassification, GetClients, GetCompletedTransactions, GetConfigurationByName, GetConfigurations, GetCreditAccountBilledStatements, GetCreditAccountCompletedTransactions, GetCreditAccountDetails, GetCreditAccountPendingTransactions, GetCreditAccountTransactionById, GetCreditProduct, GetCreditProducts, GetDataTableProductMappingById, GetDataTableProductMappingTemplate, GetDataTableProductMappings, GetEntriesFromDataTable, GetFixedDepositAccount, GetLoanById, GetLoanPreclosureTemplate, GetLoanProduct, GetLoanProducts, GetLoanSearchTemplate, GetLoanTransactionDetails, GetLoanWriteoffTemplate, GetNoteById, GetNotes, GetPayment, GetPayments, GetPendingTransactions, GetPermittedDocumentTypes, GetPrepaidCardById, GetPrepaidCardsByAccountId, GetRecentTransactions, GetRecipient, GetRecipients, GetReportParameters, GetReports, GetSearchData, GetStatusOfVerifyClient, GetSubscriber, GetSubscribers, GetSubscription, GetSubscriptionEvents, GetSubscriptions, GetTemplates, GetTransactionById, GetTransfer, GetTransfers, GetUserDetail, GraphQL, HoldAmount, ListCardProduct, ListClientDocument, MakeRepayment, OrderPhysicalCard, PayAccountCharge, PreCloseLoan, RenewCard, ReplaceCard, RunReport, ScheduleAccountClosure, SetClientAddressStatus, SetPIN, SuspendCard, SwitchClientClassification, TerminateCard, UnblockAcquiredCardAddition, UndoChargeToAccount, UpdateAccount, UpdateAccountProduct, UpdateCardFeature, UpdateCardLimit, UpdateCardProduct, UpdateCharge, UpdateClient, UpdateClientAddress, UpdateClientIdentifier, UpdateCreditProduct, UpdateEntryInDataTable, UpdateFixedDepositAccount, UpdateLoanProduct, UpdatePayment,
|
|
26907
|
+
export { ActivateCard, ActivatePhysicalCard, AddAcquiredCard, AddCardToMobileWallet, AddChargeToAccount, AddChargeToLoanAccount, AdjustCreditAccountLimits, ApproveCreditAccount, ApproveLoan, ApproveRejectClientDocument, BlockAccount, BlockAcquiredCardAddition, CalculateLoanSchedule, ChangeCardType, CloseAccount, CreateAccountProduct, CreateAndActivateAccount, CreateCard, CreateCardProduct, CreateCharge, CreateClient, CreateClientAddress, CreateClientIdentifier, CreateCreditAccountAutoPayExternal, CreateCreditAccountAutoPayInternal, CreateCreditAccountPayment, CreateCreditProduct, CreateDataTableProductMapping, CreateEntryInDataTable, CreateFixedDepositAccount, CreateLoan, CreateLoanProduct, CreateNote, CreatePayment, CreatePrepaidCard, CreateRecipient, CreateSecuredCreditAccount, CreateSubscriber, CreateSubscription, CreateTransfer, CreateUnsecuredCreditAccount, CustomCreate, CustomGet, CustomUpdate, DeactivatePrepaidCard, DeleteAccount, DeleteAcquiredCard, DeleteClient, DeleteClientDocument, DeleteDataTableProductMapping, DeleteEntryFromDataTable, DeleteFixedDepositAccount, DeleteNote, DeletePayment, DeleteRecipient, DeleteSelfServiceUser, DeleteSubscriber, DeleteSubscription, DisburseLoan, DisburseLoanToLinkedAccount, DownloadAccountStatement, DownloadCreditAccountBilledStatement, EnableDisableConfiguration, EnableSelfServiceAccess, GenerateAccountStatement, GetAccount, GetAccountDocumentsDetails, GetAccountProductById, GetAccountsOfClient, GetAcquiredCardById, GetAcquiredCardPublicKey, GetAcquiredCards, GetAllAccountProducts, GetBankDetailsFromRoutingCode, GetCardAuthorizationById, GetCardAuthorizations, GetCardById, GetCardImageUrl, GetCardProduct, GetCardSettlementById, GetCardSettlements, GetCards, GetCharge, GetCharges, GetChargesByAccountId, GetChargesByLoanAccountId, GetClient, GetClientAddress, GetClientAddressTemplate, GetClientClassification, GetClients, GetCompletedTransactions, GetConfigurationByName, GetConfigurations, GetCreditAccountBilledStatements, GetCreditAccountCompletedTransactions, GetCreditAccountDetails, GetCreditAccountPendingTransactions, GetCreditAccountTransactionById, GetCreditProduct, GetCreditProducts, GetDataTableProductMappingById, GetDataTableProductMappingTemplate, GetDataTableProductMappings, GetEntriesFromDataTable, GetFixedDepositAccount, GetLoanById, GetLoanPreclosureTemplate, GetLoanProduct, GetLoanProducts, GetLoanSearchTemplate, GetLoanTransactionDetails, GetLoanWriteoffTemplate, GetNoteById, GetNotes, GetPayment, GetPayments, GetPendingTransactions, GetPermittedDocumentTypes, GetPrepaidCardById, GetPrepaidCardsByAccountId, GetRecentTransactions, GetRecipient, GetRecipients, GetReportParameters, GetReports, GetSearchData, GetStatusOfVerifyClient, GetSubscriber, GetSubscribers, GetSubscription, GetSubscriptionEvents, GetSubscriptions, GetTemplates, GetTransactionById, GetTransfer, GetTransfers, GetUserDetail, GraphQL, HoldAmount, ListCardProduct, ListClientDocument, MakeRepayment, OrderPhysicalCard, PayAccountCharge, PreCloseLoan, RenewCard, ReplaceCard, RunReport, ScheduleAccountClosure, SetClientAddressStatus, SetPIN, SuspendCard, SwitchClientClassification, TerminateCard, UnblockAcquiredCardAddition, UndoChargeToAccount, UpdateAccount, UpdateAccountProduct, UpdateCardFeature, UpdateCardLimit, UpdateCardProduct, UpdateCharge, UpdateClient, UpdateClientAddress, UpdateClientIdentifier, UpdateCreditProduct, UpdateEntryInDataTable, UpdateFixedDepositAccount, UpdateLoanProduct, UpdatePayment, UpdateSelfServiceUser, UpdateSubscriber, UploadClientIdentifierDocument, VerifyWithActivateClients, WaiveChargeFromAccount, WriteLoanOff };
|