@mbanq/core-sdk-js 0.46.3 → 0.46.4
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-5VNL7IK3.js +1 -0
- package/dist/chunk-BMAIEOWZ.mjs +1 -0
- package/dist/commands/index.d.mts +1 -2426
- package/dist/commands/index.d.ts +1 -2426
- package/dist/commands/index.js +2 -2
- package/dist/commands/index.mjs +2 -2
- package/dist/zod/index.d.mts +1 -1
- package/dist/zod/index.d.ts +1 -1
- package/dist/zod/index.js +1 -1
- package/dist/zod/index.mjs +1 -1
- package/dist/zod-4CCoUuDc.d.mts +6479 -0
- package/dist/zod-DwxNJAey.d.ts +6479 -0
- package/package.json +1 -1
- package/dist/chunk-M5BCLAOC.mjs +0 -1
- package/dist/chunk-SU45ZOOL.js +0 -1
- package/dist/zod-BvxEP-9H.d.mts +0 -980
- package/dist/zod-C4RaBdQx.d.ts +0 -980
package/dist/commands/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import z$1, { z } from 'zod';
|
|
|
2
2
|
import { a as Command, G as GraphQLRequest } from '../config.d-BvqzFkbH.js';
|
|
3
3
|
import * as buffer from 'buffer';
|
|
4
4
|
import { e as ProcessOutput, 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$1, U as UpdatePaymentInput, j as GetAccountResponse, l as GetAccountsOfClientRequest, k as GetAccountsOfClientResponse, m as UpdateAccountRequest, 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 UpdateRecipientRequest, R as Recipient, O as GetRecipientParams, g as CreateRecipientRequest, 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-CpahZQEL.js';
|
|
5
|
-
import { C as CreateCreditProductRequest,
|
|
5
|
+
import { G as GetClientRequest, U as UpdateClientRequest, C as CreateClientRequest, a as CreateClientResponse, L as ListClientsRequest, b as ListClientsResponse, V as VerifyWithActivateClient, R as ResponseVerify, c as GetStatusOfVerifyClientResponse, d as CreateCreditProductRequest, e as GetCreditProductsResponse, f as UpdateCreditProductRequest } from '../zod-DwxNJAey.js';
|
|
6
6
|
import 'graphql';
|
|
7
7
|
import 'axios';
|
|
8
8
|
|
|
@@ -22136,2431 +22136,6 @@ declare const ApproveRejectClientDocument: (params: ApproveRejectClientDocumentP
|
|
|
22136
22136
|
params: ApproveRejectClientDocumentParams;
|
|
22137
22137
|
}, ApproveRejectClientDocumentResponse>;
|
|
22138
22138
|
|
|
22139
|
-
declare const CreateClientRequestSchema: z$1.ZodObject<{
|
|
22140
|
-
firstname: z$1.ZodString;
|
|
22141
|
-
middlename: z$1.ZodOptional<z$1.ZodString>;
|
|
22142
|
-
lastname: z$1.ZodString;
|
|
22143
|
-
fullname: z$1.ZodOptional<z$1.ZodString>;
|
|
22144
|
-
dob: z$1.ZodString;
|
|
22145
|
-
genderId: z$1.ZodNumber;
|
|
22146
|
-
locale: z$1.ZodString;
|
|
22147
|
-
officeId: z$1.ZodNumber;
|
|
22148
|
-
mobileCountryCode: z$1.ZodString;
|
|
22149
|
-
mobileNo: z$1.ZodString;
|
|
22150
|
-
emailAddress: z$1.ZodString;
|
|
22151
|
-
legalFormId: z$1.ZodNumber;
|
|
22152
|
-
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
22153
|
-
isOptedForMLALStatus: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
22154
|
-
currentMLALStatus: z$1.ZodOptional<z$1.ZodString>;
|
|
22155
|
-
isStaff: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
22156
|
-
staffId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22157
|
-
clientClassificationId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22158
|
-
savingsProductId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22159
|
-
active: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
22160
|
-
dateFormat: z$1.ZodString;
|
|
22161
|
-
activationDate: z$1.ZodOptional<z$1.ZodString>;
|
|
22162
|
-
submittedOnDate: z$1.ZodString;
|
|
22163
|
-
dateOfBirth: z$1.ZodString;
|
|
22164
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
22165
|
-
firstname: z$1.ZodString;
|
|
22166
|
-
middlename: z$1.ZodOptional<z$1.ZodString>;
|
|
22167
|
-
lastname: z$1.ZodString;
|
|
22168
|
-
fullname: z$1.ZodOptional<z$1.ZodString>;
|
|
22169
|
-
dob: z$1.ZodString;
|
|
22170
|
-
genderId: z$1.ZodNumber;
|
|
22171
|
-
locale: z$1.ZodString;
|
|
22172
|
-
officeId: z$1.ZodNumber;
|
|
22173
|
-
mobileCountryCode: z$1.ZodString;
|
|
22174
|
-
mobileNo: z$1.ZodString;
|
|
22175
|
-
emailAddress: z$1.ZodString;
|
|
22176
|
-
legalFormId: z$1.ZodNumber;
|
|
22177
|
-
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
22178
|
-
isOptedForMLALStatus: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
22179
|
-
currentMLALStatus: z$1.ZodOptional<z$1.ZodString>;
|
|
22180
|
-
isStaff: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
22181
|
-
staffId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22182
|
-
clientClassificationId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22183
|
-
savingsProductId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22184
|
-
active: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
22185
|
-
dateFormat: z$1.ZodString;
|
|
22186
|
-
activationDate: z$1.ZodOptional<z$1.ZodString>;
|
|
22187
|
-
submittedOnDate: z$1.ZodString;
|
|
22188
|
-
dateOfBirth: z$1.ZodString;
|
|
22189
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
22190
|
-
firstname: z$1.ZodString;
|
|
22191
|
-
middlename: z$1.ZodOptional<z$1.ZodString>;
|
|
22192
|
-
lastname: z$1.ZodString;
|
|
22193
|
-
fullname: z$1.ZodOptional<z$1.ZodString>;
|
|
22194
|
-
dob: z$1.ZodString;
|
|
22195
|
-
genderId: z$1.ZodNumber;
|
|
22196
|
-
locale: z$1.ZodString;
|
|
22197
|
-
officeId: z$1.ZodNumber;
|
|
22198
|
-
mobileCountryCode: z$1.ZodString;
|
|
22199
|
-
mobileNo: z$1.ZodString;
|
|
22200
|
-
emailAddress: z$1.ZodString;
|
|
22201
|
-
legalFormId: z$1.ZodNumber;
|
|
22202
|
-
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
22203
|
-
isOptedForMLALStatus: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
22204
|
-
currentMLALStatus: z$1.ZodOptional<z$1.ZodString>;
|
|
22205
|
-
isStaff: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
22206
|
-
staffId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22207
|
-
clientClassificationId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22208
|
-
savingsProductId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22209
|
-
active: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
22210
|
-
dateFormat: z$1.ZodString;
|
|
22211
|
-
activationDate: z$1.ZodOptional<z$1.ZodString>;
|
|
22212
|
-
submittedOnDate: z$1.ZodString;
|
|
22213
|
-
dateOfBirth: z$1.ZodString;
|
|
22214
|
-
}, z$1.ZodAny, "strip">>;
|
|
22215
|
-
declare const CreateClientResponseSchema: z$1.ZodObject<{
|
|
22216
|
-
clientId: z$1.ZodNumber;
|
|
22217
|
-
status: z$1.ZodString;
|
|
22218
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
22219
|
-
clientId: z$1.ZodNumber;
|
|
22220
|
-
status: z$1.ZodString;
|
|
22221
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
22222
|
-
clientId: z$1.ZodNumber;
|
|
22223
|
-
status: z$1.ZodString;
|
|
22224
|
-
}, z$1.ZodAny, "strip">>;
|
|
22225
|
-
declare const UpdateClientRequestSchema: z$1.ZodObject<{
|
|
22226
|
-
firstname: z$1.ZodOptional<z$1.ZodString>;
|
|
22227
|
-
middlename: z$1.ZodOptional<z$1.ZodString>;
|
|
22228
|
-
fullname: z$1.ZodOptional<z$1.ZodString>;
|
|
22229
|
-
genderId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22230
|
-
lastname: z$1.ZodOptional<z$1.ZodString>;
|
|
22231
|
-
occupationId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22232
|
-
mobileCountryCode: z$1.ZodOptional<z$1.ZodString>;
|
|
22233
|
-
mobileNo: z$1.ZodOptional<z$1.ZodString>;
|
|
22234
|
-
emailAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
22235
|
-
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
22236
|
-
clientClassificationId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22237
|
-
dateOfBirth: z$1.ZodOptional<z$1.ZodString>;
|
|
22238
|
-
dateFormat: z$1.ZodOptional<z$1.ZodString>;
|
|
22239
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
22240
|
-
firstname: z$1.ZodOptional<z$1.ZodString>;
|
|
22241
|
-
middlename: z$1.ZodOptional<z$1.ZodString>;
|
|
22242
|
-
fullname: z$1.ZodOptional<z$1.ZodString>;
|
|
22243
|
-
genderId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22244
|
-
lastname: z$1.ZodOptional<z$1.ZodString>;
|
|
22245
|
-
occupationId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22246
|
-
mobileCountryCode: z$1.ZodOptional<z$1.ZodString>;
|
|
22247
|
-
mobileNo: z$1.ZodOptional<z$1.ZodString>;
|
|
22248
|
-
emailAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
22249
|
-
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
22250
|
-
clientClassificationId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22251
|
-
dateOfBirth: z$1.ZodOptional<z$1.ZodString>;
|
|
22252
|
-
dateFormat: z$1.ZodOptional<z$1.ZodString>;
|
|
22253
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
22254
|
-
firstname: z$1.ZodOptional<z$1.ZodString>;
|
|
22255
|
-
middlename: z$1.ZodOptional<z$1.ZodString>;
|
|
22256
|
-
fullname: z$1.ZodOptional<z$1.ZodString>;
|
|
22257
|
-
genderId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22258
|
-
lastname: z$1.ZodOptional<z$1.ZodString>;
|
|
22259
|
-
occupationId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22260
|
-
mobileCountryCode: z$1.ZodOptional<z$1.ZodString>;
|
|
22261
|
-
mobileNo: z$1.ZodOptional<z$1.ZodString>;
|
|
22262
|
-
emailAddress: z$1.ZodOptional<z$1.ZodString>;
|
|
22263
|
-
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
22264
|
-
clientClassificationId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22265
|
-
dateOfBirth: z$1.ZodOptional<z$1.ZodString>;
|
|
22266
|
-
dateFormat: z$1.ZodOptional<z$1.ZodString>;
|
|
22267
|
-
}, z$1.ZodAny, "strip">>;
|
|
22268
|
-
declare const ListClientsRequestSchema: z$1.ZodObject<{
|
|
22269
|
-
tenantId: z$1.ZodOptional<z$1.ZodString>;
|
|
22270
|
-
offset: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22271
|
-
limit: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22272
|
-
orderBy: z$1.ZodOptional<z$1.ZodString>;
|
|
22273
|
-
sortOrder: z$1.ZodOptional<z$1.ZodString>;
|
|
22274
|
-
officeId: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22275
|
-
displayName: z$1.ZodOptional<z$1.ZodString>;
|
|
22276
|
-
firstname: z$1.ZodOptional<z$1.ZodString>;
|
|
22277
|
-
lastname: z$1.ZodOptional<z$1.ZodString>;
|
|
22278
|
-
externalId: z$1.ZodOptional<z$1.ZodString>;
|
|
22279
|
-
orphansOnly: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
22280
|
-
clientStatus: z$1.ZodOptional<z$1.ZodString>;
|
|
22281
|
-
mobileNo: z$1.ZodOptional<z$1.ZodString>;
|
|
22282
|
-
createdStartDate: z$1.ZodOptional<z$1.ZodString>;
|
|
22283
|
-
creationEndDate: z$1.ZodOptional<z$1.ZodString>;
|
|
22284
|
-
activatedStartDate: z$1.ZodOptional<z$1.ZodString>;
|
|
22285
|
-
activatedEndDate: z$1.ZodOptional<z$1.ZodString>;
|
|
22286
|
-
closedStartDate: z$1.ZodOptional<z$1.ZodString>;
|
|
22287
|
-
closedEndDate: z$1.ZodOptional<z$1.ZodString>;
|
|
22288
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22289
|
-
displayName?: string | undefined;
|
|
22290
|
-
externalId?: string | undefined;
|
|
22291
|
-
tenantId?: string | undefined;
|
|
22292
|
-
orderBy?: string | undefined;
|
|
22293
|
-
sortOrder?: string | undefined;
|
|
22294
|
-
limit?: number | undefined;
|
|
22295
|
-
offset?: number | undefined;
|
|
22296
|
-
officeId?: number | undefined;
|
|
22297
|
-
firstname?: string | undefined;
|
|
22298
|
-
lastname?: string | undefined;
|
|
22299
|
-
mobileNo?: string | undefined;
|
|
22300
|
-
orphansOnly?: boolean | undefined;
|
|
22301
|
-
clientStatus?: string | undefined;
|
|
22302
|
-
createdStartDate?: string | undefined;
|
|
22303
|
-
creationEndDate?: string | undefined;
|
|
22304
|
-
activatedStartDate?: string | undefined;
|
|
22305
|
-
activatedEndDate?: string | undefined;
|
|
22306
|
-
closedStartDate?: string | undefined;
|
|
22307
|
-
closedEndDate?: string | undefined;
|
|
22308
|
-
}, {
|
|
22309
|
-
displayName?: string | undefined;
|
|
22310
|
-
externalId?: string | undefined;
|
|
22311
|
-
tenantId?: string | undefined;
|
|
22312
|
-
orderBy?: string | undefined;
|
|
22313
|
-
sortOrder?: string | undefined;
|
|
22314
|
-
limit?: number | undefined;
|
|
22315
|
-
offset?: number | undefined;
|
|
22316
|
-
officeId?: number | undefined;
|
|
22317
|
-
firstname?: string | undefined;
|
|
22318
|
-
lastname?: string | undefined;
|
|
22319
|
-
mobileNo?: string | undefined;
|
|
22320
|
-
orphansOnly?: boolean | undefined;
|
|
22321
|
-
clientStatus?: string | undefined;
|
|
22322
|
-
createdStartDate?: string | undefined;
|
|
22323
|
-
creationEndDate?: string | undefined;
|
|
22324
|
-
activatedStartDate?: string | undefined;
|
|
22325
|
-
activatedEndDate?: string | undefined;
|
|
22326
|
-
closedStartDate?: string | undefined;
|
|
22327
|
-
closedEndDate?: string | undefined;
|
|
22328
|
-
}>;
|
|
22329
|
-
declare const ListClientsResponseSchema: z$1.ZodObject<{
|
|
22330
|
-
totalFilteredRecords: z$1.ZodNumber;
|
|
22331
|
-
pageItems: z$1.ZodArray<z$1.ZodObject<{
|
|
22332
|
-
id: z$1.ZodNumber;
|
|
22333
|
-
accountNo: z$1.ZodString;
|
|
22334
|
-
status: z$1.ZodObject<{
|
|
22335
|
-
id: z$1.ZodNumber;
|
|
22336
|
-
code: z$1.ZodString;
|
|
22337
|
-
value: z$1.ZodString;
|
|
22338
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22339
|
-
value: string;
|
|
22340
|
-
code: string;
|
|
22341
|
-
id: number;
|
|
22342
|
-
}, {
|
|
22343
|
-
value: string;
|
|
22344
|
-
code: string;
|
|
22345
|
-
id: number;
|
|
22346
|
-
}>;
|
|
22347
|
-
subStatus: z$1.ZodObject<{
|
|
22348
|
-
active: z$1.ZodBoolean;
|
|
22349
|
-
mandatory: z$1.ZodBoolean;
|
|
22350
|
-
systemDefined: z$1.ZodBoolean;
|
|
22351
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22352
|
-
active: boolean;
|
|
22353
|
-
mandatory: boolean;
|
|
22354
|
-
systemDefined: boolean;
|
|
22355
|
-
}, {
|
|
22356
|
-
active: boolean;
|
|
22357
|
-
mandatory: boolean;
|
|
22358
|
-
systemDefined: boolean;
|
|
22359
|
-
}>;
|
|
22360
|
-
active: z$1.ZodBoolean;
|
|
22361
|
-
activationDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
22362
|
-
firstname: z$1.ZodString;
|
|
22363
|
-
lastname: z$1.ZodString;
|
|
22364
|
-
displayName: z$1.ZodString;
|
|
22365
|
-
mobileNo: z$1.ZodString;
|
|
22366
|
-
emailAddress: z$1.ZodString;
|
|
22367
|
-
dateOfBirth: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
22368
|
-
gender: z$1.ZodObject<{
|
|
22369
|
-
id: z$1.ZodNumber;
|
|
22370
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22371
|
-
id: number;
|
|
22372
|
-
}, {
|
|
22373
|
-
id: number;
|
|
22374
|
-
}>;
|
|
22375
|
-
clientTypes: z$1.ZodArray<z$1.ZodAny, "many">;
|
|
22376
|
-
clientClassification: z$1.ZodObject<{
|
|
22377
|
-
id: z$1.ZodNumber;
|
|
22378
|
-
name: z$1.ZodOptional<z$1.ZodString>;
|
|
22379
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22380
|
-
id: number;
|
|
22381
|
-
name?: string | undefined;
|
|
22382
|
-
}, {
|
|
22383
|
-
id: number;
|
|
22384
|
-
name?: string | undefined;
|
|
22385
|
-
}>;
|
|
22386
|
-
occupation: z$1.ZodObject<{
|
|
22387
|
-
active: z$1.ZodBoolean;
|
|
22388
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22389
|
-
active: boolean;
|
|
22390
|
-
}, {
|
|
22391
|
-
active: boolean;
|
|
22392
|
-
}>;
|
|
22393
|
-
isStaff: z$1.ZodBoolean;
|
|
22394
|
-
skipAvs: z$1.ZodBoolean;
|
|
22395
|
-
officeId: z$1.ZodNumber;
|
|
22396
|
-
officeName: z$1.ZodString;
|
|
22397
|
-
imageId: z$1.ZodOptional<z$1.ZodString>;
|
|
22398
|
-
imagePresent: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
22399
|
-
timeline: z$1.ZodObject<{
|
|
22400
|
-
submittedOnDate: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
22401
|
-
submittedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
22402
|
-
submittedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
22403
|
-
submittedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
22404
|
-
activatedOnDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
22405
|
-
activatedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
22406
|
-
activatedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
22407
|
-
activatedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
22408
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22409
|
-
submittedOnDate: number[];
|
|
22410
|
-
submittedByUsername?: string | undefined;
|
|
22411
|
-
submittedByFirstname?: string | undefined;
|
|
22412
|
-
submittedByLastname?: string | undefined;
|
|
22413
|
-
activatedOnDate?: number[] | undefined;
|
|
22414
|
-
activatedByUsername?: string | undefined;
|
|
22415
|
-
activatedByFirstname?: string | undefined;
|
|
22416
|
-
activatedByLastname?: string | undefined;
|
|
22417
|
-
}, {
|
|
22418
|
-
submittedOnDate: number[];
|
|
22419
|
-
submittedByUsername?: string | undefined;
|
|
22420
|
-
submittedByFirstname?: string | undefined;
|
|
22421
|
-
submittedByLastname?: string | undefined;
|
|
22422
|
-
activatedOnDate?: number[] | undefined;
|
|
22423
|
-
activatedByUsername?: string | undefined;
|
|
22424
|
-
activatedByFirstname?: string | undefined;
|
|
22425
|
-
activatedByLastname?: string | undefined;
|
|
22426
|
-
}>;
|
|
22427
|
-
legalForm: z$1.ZodObject<{
|
|
22428
|
-
id: z$1.ZodNumber;
|
|
22429
|
-
code: z$1.ZodString;
|
|
22430
|
-
value: z$1.ZodString;
|
|
22431
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22432
|
-
value: string;
|
|
22433
|
-
code: string;
|
|
22434
|
-
id: number;
|
|
22435
|
-
}, {
|
|
22436
|
-
value: string;
|
|
22437
|
-
code: string;
|
|
22438
|
-
id: number;
|
|
22439
|
-
}>;
|
|
22440
|
-
clientVerificationStatus: z$1.ZodString;
|
|
22441
|
-
updatedAt: z$1.ZodString;
|
|
22442
|
-
isBlockExternalCardsAddition: z$1.ZodBoolean;
|
|
22443
|
-
clientNonPersonDetails: z$1.ZodObject<{
|
|
22444
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22445
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22446
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22447
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
22448
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22449
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22450
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22451
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
22452
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22453
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22454
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22455
|
-
}, z$1.ZodAny, "strip">>;
|
|
22456
|
-
clientTransferOptionData: z$1.ZodObject<{
|
|
22457
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
22458
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
22459
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
22460
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22461
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
22462
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
22463
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
22464
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
22465
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22466
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
22467
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22468
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
22469
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22470
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
22471
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
22472
|
-
type: z$1.ZodString;
|
|
22473
|
-
resourceId: z$1.ZodNumber;
|
|
22474
|
-
id: z$1.ZodNumber;
|
|
22475
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
22476
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
22477
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
22478
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
22479
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22480
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
22481
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
22482
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
22483
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
22484
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22485
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
22486
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22487
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
22488
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22489
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
22490
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
22491
|
-
type: z$1.ZodString;
|
|
22492
|
-
resourceId: z$1.ZodNumber;
|
|
22493
|
-
id: z$1.ZodNumber;
|
|
22494
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
22495
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
22496
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
22497
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
22498
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22499
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
22500
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
22501
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
22502
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
22503
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22504
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
22505
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22506
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
22507
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22508
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
22509
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
22510
|
-
type: z$1.ZodString;
|
|
22511
|
-
resourceId: z$1.ZodNumber;
|
|
22512
|
-
id: z$1.ZodNumber;
|
|
22513
|
-
}, z$1.ZodAny, "strip">>;
|
|
22514
|
-
authorizations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
22515
|
-
mobileCountryCode: z$1.ZodString;
|
|
22516
|
-
clientKycStatus: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22517
|
-
ofLoanCycle: z$1.ZodNumber;
|
|
22518
|
-
ofLoanActive: z$1.ZodNumber;
|
|
22519
|
-
activeDepositAccount: z$1.ZodNumber;
|
|
22520
|
-
onBoardingStatus: z$1.ZodOptional<z$1.ZodString>;
|
|
22521
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
22522
|
-
id: z$1.ZodNumber;
|
|
22523
|
-
accountNo: z$1.ZodString;
|
|
22524
|
-
status: z$1.ZodObject<{
|
|
22525
|
-
id: z$1.ZodNumber;
|
|
22526
|
-
code: z$1.ZodString;
|
|
22527
|
-
value: z$1.ZodString;
|
|
22528
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22529
|
-
value: string;
|
|
22530
|
-
code: string;
|
|
22531
|
-
id: number;
|
|
22532
|
-
}, {
|
|
22533
|
-
value: string;
|
|
22534
|
-
code: string;
|
|
22535
|
-
id: number;
|
|
22536
|
-
}>;
|
|
22537
|
-
subStatus: z$1.ZodObject<{
|
|
22538
|
-
active: z$1.ZodBoolean;
|
|
22539
|
-
mandatory: z$1.ZodBoolean;
|
|
22540
|
-
systemDefined: z$1.ZodBoolean;
|
|
22541
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22542
|
-
active: boolean;
|
|
22543
|
-
mandatory: boolean;
|
|
22544
|
-
systemDefined: boolean;
|
|
22545
|
-
}, {
|
|
22546
|
-
active: boolean;
|
|
22547
|
-
mandatory: boolean;
|
|
22548
|
-
systemDefined: boolean;
|
|
22549
|
-
}>;
|
|
22550
|
-
active: z$1.ZodBoolean;
|
|
22551
|
-
activationDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
22552
|
-
firstname: z$1.ZodString;
|
|
22553
|
-
lastname: z$1.ZodString;
|
|
22554
|
-
displayName: z$1.ZodString;
|
|
22555
|
-
mobileNo: z$1.ZodString;
|
|
22556
|
-
emailAddress: z$1.ZodString;
|
|
22557
|
-
dateOfBirth: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
22558
|
-
gender: z$1.ZodObject<{
|
|
22559
|
-
id: z$1.ZodNumber;
|
|
22560
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22561
|
-
id: number;
|
|
22562
|
-
}, {
|
|
22563
|
-
id: number;
|
|
22564
|
-
}>;
|
|
22565
|
-
clientTypes: z$1.ZodArray<z$1.ZodAny, "many">;
|
|
22566
|
-
clientClassification: z$1.ZodObject<{
|
|
22567
|
-
id: z$1.ZodNumber;
|
|
22568
|
-
name: z$1.ZodOptional<z$1.ZodString>;
|
|
22569
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22570
|
-
id: number;
|
|
22571
|
-
name?: string | undefined;
|
|
22572
|
-
}, {
|
|
22573
|
-
id: number;
|
|
22574
|
-
name?: string | undefined;
|
|
22575
|
-
}>;
|
|
22576
|
-
occupation: z$1.ZodObject<{
|
|
22577
|
-
active: z$1.ZodBoolean;
|
|
22578
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22579
|
-
active: boolean;
|
|
22580
|
-
}, {
|
|
22581
|
-
active: boolean;
|
|
22582
|
-
}>;
|
|
22583
|
-
isStaff: z$1.ZodBoolean;
|
|
22584
|
-
skipAvs: z$1.ZodBoolean;
|
|
22585
|
-
officeId: z$1.ZodNumber;
|
|
22586
|
-
officeName: z$1.ZodString;
|
|
22587
|
-
imageId: z$1.ZodOptional<z$1.ZodString>;
|
|
22588
|
-
imagePresent: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
22589
|
-
timeline: z$1.ZodObject<{
|
|
22590
|
-
submittedOnDate: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
22591
|
-
submittedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
22592
|
-
submittedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
22593
|
-
submittedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
22594
|
-
activatedOnDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
22595
|
-
activatedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
22596
|
-
activatedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
22597
|
-
activatedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
22598
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22599
|
-
submittedOnDate: number[];
|
|
22600
|
-
submittedByUsername?: string | undefined;
|
|
22601
|
-
submittedByFirstname?: string | undefined;
|
|
22602
|
-
submittedByLastname?: string | undefined;
|
|
22603
|
-
activatedOnDate?: number[] | undefined;
|
|
22604
|
-
activatedByUsername?: string | undefined;
|
|
22605
|
-
activatedByFirstname?: string | undefined;
|
|
22606
|
-
activatedByLastname?: string | undefined;
|
|
22607
|
-
}, {
|
|
22608
|
-
submittedOnDate: number[];
|
|
22609
|
-
submittedByUsername?: string | undefined;
|
|
22610
|
-
submittedByFirstname?: string | undefined;
|
|
22611
|
-
submittedByLastname?: string | undefined;
|
|
22612
|
-
activatedOnDate?: number[] | undefined;
|
|
22613
|
-
activatedByUsername?: string | undefined;
|
|
22614
|
-
activatedByFirstname?: string | undefined;
|
|
22615
|
-
activatedByLastname?: string | undefined;
|
|
22616
|
-
}>;
|
|
22617
|
-
legalForm: z$1.ZodObject<{
|
|
22618
|
-
id: z$1.ZodNumber;
|
|
22619
|
-
code: z$1.ZodString;
|
|
22620
|
-
value: z$1.ZodString;
|
|
22621
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22622
|
-
value: string;
|
|
22623
|
-
code: string;
|
|
22624
|
-
id: number;
|
|
22625
|
-
}, {
|
|
22626
|
-
value: string;
|
|
22627
|
-
code: string;
|
|
22628
|
-
id: number;
|
|
22629
|
-
}>;
|
|
22630
|
-
clientVerificationStatus: z$1.ZodString;
|
|
22631
|
-
updatedAt: z$1.ZodString;
|
|
22632
|
-
isBlockExternalCardsAddition: z$1.ZodBoolean;
|
|
22633
|
-
clientNonPersonDetails: z$1.ZodObject<{
|
|
22634
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22635
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22636
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22637
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
22638
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22639
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22640
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22641
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
22642
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22643
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22644
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22645
|
-
}, z$1.ZodAny, "strip">>;
|
|
22646
|
-
clientTransferOptionData: z$1.ZodObject<{
|
|
22647
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
22648
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
22649
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
22650
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22651
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
22652
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
22653
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
22654
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
22655
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22656
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
22657
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22658
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
22659
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22660
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
22661
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
22662
|
-
type: z$1.ZodString;
|
|
22663
|
-
resourceId: z$1.ZodNumber;
|
|
22664
|
-
id: z$1.ZodNumber;
|
|
22665
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
22666
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
22667
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
22668
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
22669
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22670
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
22671
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
22672
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
22673
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
22674
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22675
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
22676
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22677
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
22678
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22679
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
22680
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
22681
|
-
type: z$1.ZodString;
|
|
22682
|
-
resourceId: z$1.ZodNumber;
|
|
22683
|
-
id: z$1.ZodNumber;
|
|
22684
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
22685
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
22686
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
22687
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
22688
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22689
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
22690
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
22691
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
22692
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
22693
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22694
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
22695
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22696
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
22697
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22698
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
22699
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
22700
|
-
type: z$1.ZodString;
|
|
22701
|
-
resourceId: z$1.ZodNumber;
|
|
22702
|
-
id: z$1.ZodNumber;
|
|
22703
|
-
}, z$1.ZodAny, "strip">>;
|
|
22704
|
-
authorizations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
22705
|
-
mobileCountryCode: z$1.ZodString;
|
|
22706
|
-
clientKycStatus: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22707
|
-
ofLoanCycle: z$1.ZodNumber;
|
|
22708
|
-
ofLoanActive: z$1.ZodNumber;
|
|
22709
|
-
activeDepositAccount: z$1.ZodNumber;
|
|
22710
|
-
onBoardingStatus: z$1.ZodOptional<z$1.ZodString>;
|
|
22711
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
22712
|
-
id: z$1.ZodNumber;
|
|
22713
|
-
accountNo: z$1.ZodString;
|
|
22714
|
-
status: z$1.ZodObject<{
|
|
22715
|
-
id: z$1.ZodNumber;
|
|
22716
|
-
code: z$1.ZodString;
|
|
22717
|
-
value: z$1.ZodString;
|
|
22718
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22719
|
-
value: string;
|
|
22720
|
-
code: string;
|
|
22721
|
-
id: number;
|
|
22722
|
-
}, {
|
|
22723
|
-
value: string;
|
|
22724
|
-
code: string;
|
|
22725
|
-
id: number;
|
|
22726
|
-
}>;
|
|
22727
|
-
subStatus: z$1.ZodObject<{
|
|
22728
|
-
active: z$1.ZodBoolean;
|
|
22729
|
-
mandatory: z$1.ZodBoolean;
|
|
22730
|
-
systemDefined: z$1.ZodBoolean;
|
|
22731
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22732
|
-
active: boolean;
|
|
22733
|
-
mandatory: boolean;
|
|
22734
|
-
systemDefined: boolean;
|
|
22735
|
-
}, {
|
|
22736
|
-
active: boolean;
|
|
22737
|
-
mandatory: boolean;
|
|
22738
|
-
systemDefined: boolean;
|
|
22739
|
-
}>;
|
|
22740
|
-
active: z$1.ZodBoolean;
|
|
22741
|
-
activationDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
22742
|
-
firstname: z$1.ZodString;
|
|
22743
|
-
lastname: z$1.ZodString;
|
|
22744
|
-
displayName: z$1.ZodString;
|
|
22745
|
-
mobileNo: z$1.ZodString;
|
|
22746
|
-
emailAddress: z$1.ZodString;
|
|
22747
|
-
dateOfBirth: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
22748
|
-
gender: z$1.ZodObject<{
|
|
22749
|
-
id: z$1.ZodNumber;
|
|
22750
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22751
|
-
id: number;
|
|
22752
|
-
}, {
|
|
22753
|
-
id: number;
|
|
22754
|
-
}>;
|
|
22755
|
-
clientTypes: z$1.ZodArray<z$1.ZodAny, "many">;
|
|
22756
|
-
clientClassification: z$1.ZodObject<{
|
|
22757
|
-
id: z$1.ZodNumber;
|
|
22758
|
-
name: z$1.ZodOptional<z$1.ZodString>;
|
|
22759
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22760
|
-
id: number;
|
|
22761
|
-
name?: string | undefined;
|
|
22762
|
-
}, {
|
|
22763
|
-
id: number;
|
|
22764
|
-
name?: string | undefined;
|
|
22765
|
-
}>;
|
|
22766
|
-
occupation: z$1.ZodObject<{
|
|
22767
|
-
active: z$1.ZodBoolean;
|
|
22768
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22769
|
-
active: boolean;
|
|
22770
|
-
}, {
|
|
22771
|
-
active: boolean;
|
|
22772
|
-
}>;
|
|
22773
|
-
isStaff: z$1.ZodBoolean;
|
|
22774
|
-
skipAvs: z$1.ZodBoolean;
|
|
22775
|
-
officeId: z$1.ZodNumber;
|
|
22776
|
-
officeName: z$1.ZodString;
|
|
22777
|
-
imageId: z$1.ZodOptional<z$1.ZodString>;
|
|
22778
|
-
imagePresent: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
22779
|
-
timeline: z$1.ZodObject<{
|
|
22780
|
-
submittedOnDate: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
22781
|
-
submittedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
22782
|
-
submittedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
22783
|
-
submittedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
22784
|
-
activatedOnDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
22785
|
-
activatedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
22786
|
-
activatedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
22787
|
-
activatedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
22788
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22789
|
-
submittedOnDate: number[];
|
|
22790
|
-
submittedByUsername?: string | undefined;
|
|
22791
|
-
submittedByFirstname?: string | undefined;
|
|
22792
|
-
submittedByLastname?: string | undefined;
|
|
22793
|
-
activatedOnDate?: number[] | undefined;
|
|
22794
|
-
activatedByUsername?: string | undefined;
|
|
22795
|
-
activatedByFirstname?: string | undefined;
|
|
22796
|
-
activatedByLastname?: string | undefined;
|
|
22797
|
-
}, {
|
|
22798
|
-
submittedOnDate: number[];
|
|
22799
|
-
submittedByUsername?: string | undefined;
|
|
22800
|
-
submittedByFirstname?: string | undefined;
|
|
22801
|
-
submittedByLastname?: string | undefined;
|
|
22802
|
-
activatedOnDate?: number[] | undefined;
|
|
22803
|
-
activatedByUsername?: string | undefined;
|
|
22804
|
-
activatedByFirstname?: string | undefined;
|
|
22805
|
-
activatedByLastname?: string | undefined;
|
|
22806
|
-
}>;
|
|
22807
|
-
legalForm: z$1.ZodObject<{
|
|
22808
|
-
id: z$1.ZodNumber;
|
|
22809
|
-
code: z$1.ZodString;
|
|
22810
|
-
value: z$1.ZodString;
|
|
22811
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22812
|
-
value: string;
|
|
22813
|
-
code: string;
|
|
22814
|
-
id: number;
|
|
22815
|
-
}, {
|
|
22816
|
-
value: string;
|
|
22817
|
-
code: string;
|
|
22818
|
-
id: number;
|
|
22819
|
-
}>;
|
|
22820
|
-
clientVerificationStatus: z$1.ZodString;
|
|
22821
|
-
updatedAt: z$1.ZodString;
|
|
22822
|
-
isBlockExternalCardsAddition: z$1.ZodBoolean;
|
|
22823
|
-
clientNonPersonDetails: z$1.ZodObject<{
|
|
22824
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22825
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22826
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22827
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
22828
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22829
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22830
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22831
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
22832
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22833
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22834
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22835
|
-
}, z$1.ZodAny, "strip">>;
|
|
22836
|
-
clientTransferOptionData: z$1.ZodObject<{
|
|
22837
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
22838
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
22839
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
22840
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22841
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
22842
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
22843
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
22844
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
22845
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22846
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
22847
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22848
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
22849
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22850
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
22851
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
22852
|
-
type: z$1.ZodString;
|
|
22853
|
-
resourceId: z$1.ZodNumber;
|
|
22854
|
-
id: z$1.ZodNumber;
|
|
22855
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
22856
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
22857
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
22858
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
22859
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22860
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
22861
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
22862
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
22863
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
22864
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22865
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
22866
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22867
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
22868
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22869
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
22870
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
22871
|
-
type: z$1.ZodString;
|
|
22872
|
-
resourceId: z$1.ZodNumber;
|
|
22873
|
-
id: z$1.ZodNumber;
|
|
22874
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
22875
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
22876
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
22877
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
22878
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22879
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
22880
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
22881
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
22882
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
22883
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22884
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
22885
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22886
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
22887
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
22888
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
22889
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
22890
|
-
type: z$1.ZodString;
|
|
22891
|
-
resourceId: z$1.ZodNumber;
|
|
22892
|
-
id: z$1.ZodNumber;
|
|
22893
|
-
}, z$1.ZodAny, "strip">>;
|
|
22894
|
-
authorizations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
22895
|
-
mobileCountryCode: z$1.ZodString;
|
|
22896
|
-
clientKycStatus: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
22897
|
-
ofLoanCycle: z$1.ZodNumber;
|
|
22898
|
-
ofLoanActive: z$1.ZodNumber;
|
|
22899
|
-
activeDepositAccount: z$1.ZodNumber;
|
|
22900
|
-
onBoardingStatus: z$1.ZodOptional<z$1.ZodString>;
|
|
22901
|
-
}, z$1.ZodAny, "strip">>, "many">;
|
|
22902
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
22903
|
-
totalFilteredRecords: z$1.ZodNumber;
|
|
22904
|
-
pageItems: z$1.ZodArray<z$1.ZodObject<{
|
|
22905
|
-
id: z$1.ZodNumber;
|
|
22906
|
-
accountNo: z$1.ZodString;
|
|
22907
|
-
status: z$1.ZodObject<{
|
|
22908
|
-
id: z$1.ZodNumber;
|
|
22909
|
-
code: z$1.ZodString;
|
|
22910
|
-
value: z$1.ZodString;
|
|
22911
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22912
|
-
value: string;
|
|
22913
|
-
code: string;
|
|
22914
|
-
id: number;
|
|
22915
|
-
}, {
|
|
22916
|
-
value: string;
|
|
22917
|
-
code: string;
|
|
22918
|
-
id: number;
|
|
22919
|
-
}>;
|
|
22920
|
-
subStatus: z$1.ZodObject<{
|
|
22921
|
-
active: z$1.ZodBoolean;
|
|
22922
|
-
mandatory: z$1.ZodBoolean;
|
|
22923
|
-
systemDefined: z$1.ZodBoolean;
|
|
22924
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22925
|
-
active: boolean;
|
|
22926
|
-
mandatory: boolean;
|
|
22927
|
-
systemDefined: boolean;
|
|
22928
|
-
}, {
|
|
22929
|
-
active: boolean;
|
|
22930
|
-
mandatory: boolean;
|
|
22931
|
-
systemDefined: boolean;
|
|
22932
|
-
}>;
|
|
22933
|
-
active: z$1.ZodBoolean;
|
|
22934
|
-
activationDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
22935
|
-
firstname: z$1.ZodString;
|
|
22936
|
-
lastname: z$1.ZodString;
|
|
22937
|
-
displayName: z$1.ZodString;
|
|
22938
|
-
mobileNo: z$1.ZodString;
|
|
22939
|
-
emailAddress: z$1.ZodString;
|
|
22940
|
-
dateOfBirth: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
22941
|
-
gender: z$1.ZodObject<{
|
|
22942
|
-
id: z$1.ZodNumber;
|
|
22943
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22944
|
-
id: number;
|
|
22945
|
-
}, {
|
|
22946
|
-
id: number;
|
|
22947
|
-
}>;
|
|
22948
|
-
clientTypes: z$1.ZodArray<z$1.ZodAny, "many">;
|
|
22949
|
-
clientClassification: z$1.ZodObject<{
|
|
22950
|
-
id: z$1.ZodNumber;
|
|
22951
|
-
name: z$1.ZodOptional<z$1.ZodString>;
|
|
22952
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22953
|
-
id: number;
|
|
22954
|
-
name?: string | undefined;
|
|
22955
|
-
}, {
|
|
22956
|
-
id: number;
|
|
22957
|
-
name?: string | undefined;
|
|
22958
|
-
}>;
|
|
22959
|
-
occupation: z$1.ZodObject<{
|
|
22960
|
-
active: z$1.ZodBoolean;
|
|
22961
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22962
|
-
active: boolean;
|
|
22963
|
-
}, {
|
|
22964
|
-
active: boolean;
|
|
22965
|
-
}>;
|
|
22966
|
-
isStaff: z$1.ZodBoolean;
|
|
22967
|
-
skipAvs: z$1.ZodBoolean;
|
|
22968
|
-
officeId: z$1.ZodNumber;
|
|
22969
|
-
officeName: z$1.ZodString;
|
|
22970
|
-
imageId: z$1.ZodOptional<z$1.ZodString>;
|
|
22971
|
-
imagePresent: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
22972
|
-
timeline: z$1.ZodObject<{
|
|
22973
|
-
submittedOnDate: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
22974
|
-
submittedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
22975
|
-
submittedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
22976
|
-
submittedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
22977
|
-
activatedOnDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
22978
|
-
activatedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
22979
|
-
activatedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
22980
|
-
activatedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
22981
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
22982
|
-
submittedOnDate: number[];
|
|
22983
|
-
submittedByUsername?: string | undefined;
|
|
22984
|
-
submittedByFirstname?: string | undefined;
|
|
22985
|
-
submittedByLastname?: string | undefined;
|
|
22986
|
-
activatedOnDate?: number[] | undefined;
|
|
22987
|
-
activatedByUsername?: string | undefined;
|
|
22988
|
-
activatedByFirstname?: string | undefined;
|
|
22989
|
-
activatedByLastname?: string | undefined;
|
|
22990
|
-
}, {
|
|
22991
|
-
submittedOnDate: number[];
|
|
22992
|
-
submittedByUsername?: string | undefined;
|
|
22993
|
-
submittedByFirstname?: string | undefined;
|
|
22994
|
-
submittedByLastname?: string | undefined;
|
|
22995
|
-
activatedOnDate?: number[] | undefined;
|
|
22996
|
-
activatedByUsername?: string | undefined;
|
|
22997
|
-
activatedByFirstname?: string | undefined;
|
|
22998
|
-
activatedByLastname?: string | undefined;
|
|
22999
|
-
}>;
|
|
23000
|
-
legalForm: z$1.ZodObject<{
|
|
23001
|
-
id: z$1.ZodNumber;
|
|
23002
|
-
code: z$1.ZodString;
|
|
23003
|
-
value: z$1.ZodString;
|
|
23004
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23005
|
-
value: string;
|
|
23006
|
-
code: string;
|
|
23007
|
-
id: number;
|
|
23008
|
-
}, {
|
|
23009
|
-
value: string;
|
|
23010
|
-
code: string;
|
|
23011
|
-
id: number;
|
|
23012
|
-
}>;
|
|
23013
|
-
clientVerificationStatus: z$1.ZodString;
|
|
23014
|
-
updatedAt: z$1.ZodString;
|
|
23015
|
-
isBlockExternalCardsAddition: z$1.ZodBoolean;
|
|
23016
|
-
clientNonPersonDetails: z$1.ZodObject<{
|
|
23017
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23018
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23019
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23020
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
23021
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23022
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23023
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23024
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
23025
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23026
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23027
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23028
|
-
}, z$1.ZodAny, "strip">>;
|
|
23029
|
-
clientTransferOptionData: z$1.ZodObject<{
|
|
23030
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
23031
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
23032
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
23033
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23034
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
23035
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
23036
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
23037
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
23038
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23039
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
23040
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23041
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
23042
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23043
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
23044
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
23045
|
-
type: z$1.ZodString;
|
|
23046
|
-
resourceId: z$1.ZodNumber;
|
|
23047
|
-
id: z$1.ZodNumber;
|
|
23048
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
23049
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
23050
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
23051
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
23052
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23053
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
23054
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
23055
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
23056
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
23057
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23058
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
23059
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23060
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
23061
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23062
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
23063
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
23064
|
-
type: z$1.ZodString;
|
|
23065
|
-
resourceId: z$1.ZodNumber;
|
|
23066
|
-
id: z$1.ZodNumber;
|
|
23067
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
23068
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
23069
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
23070
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
23071
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23072
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
23073
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
23074
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
23075
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
23076
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23077
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
23078
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23079
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
23080
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23081
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
23082
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
23083
|
-
type: z$1.ZodString;
|
|
23084
|
-
resourceId: z$1.ZodNumber;
|
|
23085
|
-
id: z$1.ZodNumber;
|
|
23086
|
-
}, z$1.ZodAny, "strip">>;
|
|
23087
|
-
authorizations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
23088
|
-
mobileCountryCode: z$1.ZodString;
|
|
23089
|
-
clientKycStatus: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23090
|
-
ofLoanCycle: z$1.ZodNumber;
|
|
23091
|
-
ofLoanActive: z$1.ZodNumber;
|
|
23092
|
-
activeDepositAccount: z$1.ZodNumber;
|
|
23093
|
-
onBoardingStatus: z$1.ZodOptional<z$1.ZodString>;
|
|
23094
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
23095
|
-
id: z$1.ZodNumber;
|
|
23096
|
-
accountNo: z$1.ZodString;
|
|
23097
|
-
status: z$1.ZodObject<{
|
|
23098
|
-
id: z$1.ZodNumber;
|
|
23099
|
-
code: z$1.ZodString;
|
|
23100
|
-
value: z$1.ZodString;
|
|
23101
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23102
|
-
value: string;
|
|
23103
|
-
code: string;
|
|
23104
|
-
id: number;
|
|
23105
|
-
}, {
|
|
23106
|
-
value: string;
|
|
23107
|
-
code: string;
|
|
23108
|
-
id: number;
|
|
23109
|
-
}>;
|
|
23110
|
-
subStatus: z$1.ZodObject<{
|
|
23111
|
-
active: z$1.ZodBoolean;
|
|
23112
|
-
mandatory: z$1.ZodBoolean;
|
|
23113
|
-
systemDefined: z$1.ZodBoolean;
|
|
23114
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23115
|
-
active: boolean;
|
|
23116
|
-
mandatory: boolean;
|
|
23117
|
-
systemDefined: boolean;
|
|
23118
|
-
}, {
|
|
23119
|
-
active: boolean;
|
|
23120
|
-
mandatory: boolean;
|
|
23121
|
-
systemDefined: boolean;
|
|
23122
|
-
}>;
|
|
23123
|
-
active: z$1.ZodBoolean;
|
|
23124
|
-
activationDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
23125
|
-
firstname: z$1.ZodString;
|
|
23126
|
-
lastname: z$1.ZodString;
|
|
23127
|
-
displayName: z$1.ZodString;
|
|
23128
|
-
mobileNo: z$1.ZodString;
|
|
23129
|
-
emailAddress: z$1.ZodString;
|
|
23130
|
-
dateOfBirth: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
23131
|
-
gender: z$1.ZodObject<{
|
|
23132
|
-
id: z$1.ZodNumber;
|
|
23133
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23134
|
-
id: number;
|
|
23135
|
-
}, {
|
|
23136
|
-
id: number;
|
|
23137
|
-
}>;
|
|
23138
|
-
clientTypes: z$1.ZodArray<z$1.ZodAny, "many">;
|
|
23139
|
-
clientClassification: z$1.ZodObject<{
|
|
23140
|
-
id: z$1.ZodNumber;
|
|
23141
|
-
name: z$1.ZodOptional<z$1.ZodString>;
|
|
23142
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23143
|
-
id: number;
|
|
23144
|
-
name?: string | undefined;
|
|
23145
|
-
}, {
|
|
23146
|
-
id: number;
|
|
23147
|
-
name?: string | undefined;
|
|
23148
|
-
}>;
|
|
23149
|
-
occupation: z$1.ZodObject<{
|
|
23150
|
-
active: z$1.ZodBoolean;
|
|
23151
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23152
|
-
active: boolean;
|
|
23153
|
-
}, {
|
|
23154
|
-
active: boolean;
|
|
23155
|
-
}>;
|
|
23156
|
-
isStaff: z$1.ZodBoolean;
|
|
23157
|
-
skipAvs: z$1.ZodBoolean;
|
|
23158
|
-
officeId: z$1.ZodNumber;
|
|
23159
|
-
officeName: z$1.ZodString;
|
|
23160
|
-
imageId: z$1.ZodOptional<z$1.ZodString>;
|
|
23161
|
-
imagePresent: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
23162
|
-
timeline: z$1.ZodObject<{
|
|
23163
|
-
submittedOnDate: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
23164
|
-
submittedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
23165
|
-
submittedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
23166
|
-
submittedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
23167
|
-
activatedOnDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
23168
|
-
activatedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
23169
|
-
activatedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
23170
|
-
activatedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
23171
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23172
|
-
submittedOnDate: number[];
|
|
23173
|
-
submittedByUsername?: string | undefined;
|
|
23174
|
-
submittedByFirstname?: string | undefined;
|
|
23175
|
-
submittedByLastname?: string | undefined;
|
|
23176
|
-
activatedOnDate?: number[] | undefined;
|
|
23177
|
-
activatedByUsername?: string | undefined;
|
|
23178
|
-
activatedByFirstname?: string | undefined;
|
|
23179
|
-
activatedByLastname?: string | undefined;
|
|
23180
|
-
}, {
|
|
23181
|
-
submittedOnDate: number[];
|
|
23182
|
-
submittedByUsername?: string | undefined;
|
|
23183
|
-
submittedByFirstname?: string | undefined;
|
|
23184
|
-
submittedByLastname?: string | undefined;
|
|
23185
|
-
activatedOnDate?: number[] | undefined;
|
|
23186
|
-
activatedByUsername?: string | undefined;
|
|
23187
|
-
activatedByFirstname?: string | undefined;
|
|
23188
|
-
activatedByLastname?: string | undefined;
|
|
23189
|
-
}>;
|
|
23190
|
-
legalForm: z$1.ZodObject<{
|
|
23191
|
-
id: z$1.ZodNumber;
|
|
23192
|
-
code: z$1.ZodString;
|
|
23193
|
-
value: z$1.ZodString;
|
|
23194
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23195
|
-
value: string;
|
|
23196
|
-
code: string;
|
|
23197
|
-
id: number;
|
|
23198
|
-
}, {
|
|
23199
|
-
value: string;
|
|
23200
|
-
code: string;
|
|
23201
|
-
id: number;
|
|
23202
|
-
}>;
|
|
23203
|
-
clientVerificationStatus: z$1.ZodString;
|
|
23204
|
-
updatedAt: z$1.ZodString;
|
|
23205
|
-
isBlockExternalCardsAddition: z$1.ZodBoolean;
|
|
23206
|
-
clientNonPersonDetails: z$1.ZodObject<{
|
|
23207
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23208
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23209
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23210
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
23211
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23212
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23213
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23214
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
23215
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23216
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23217
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23218
|
-
}, z$1.ZodAny, "strip">>;
|
|
23219
|
-
clientTransferOptionData: z$1.ZodObject<{
|
|
23220
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
23221
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
23222
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
23223
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23224
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
23225
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
23226
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
23227
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
23228
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23229
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
23230
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23231
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
23232
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23233
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
23234
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
23235
|
-
type: z$1.ZodString;
|
|
23236
|
-
resourceId: z$1.ZodNumber;
|
|
23237
|
-
id: z$1.ZodNumber;
|
|
23238
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
23239
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
23240
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
23241
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
23242
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23243
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
23244
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
23245
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
23246
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
23247
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23248
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
23249
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23250
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
23251
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23252
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
23253
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
23254
|
-
type: z$1.ZodString;
|
|
23255
|
-
resourceId: z$1.ZodNumber;
|
|
23256
|
-
id: z$1.ZodNumber;
|
|
23257
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
23258
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
23259
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
23260
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
23261
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23262
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
23263
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
23264
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
23265
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
23266
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23267
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
23268
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23269
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
23270
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23271
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
23272
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
23273
|
-
type: z$1.ZodString;
|
|
23274
|
-
resourceId: z$1.ZodNumber;
|
|
23275
|
-
id: z$1.ZodNumber;
|
|
23276
|
-
}, z$1.ZodAny, "strip">>;
|
|
23277
|
-
authorizations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
23278
|
-
mobileCountryCode: z$1.ZodString;
|
|
23279
|
-
clientKycStatus: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23280
|
-
ofLoanCycle: z$1.ZodNumber;
|
|
23281
|
-
ofLoanActive: z$1.ZodNumber;
|
|
23282
|
-
activeDepositAccount: z$1.ZodNumber;
|
|
23283
|
-
onBoardingStatus: z$1.ZodOptional<z$1.ZodString>;
|
|
23284
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
23285
|
-
id: z$1.ZodNumber;
|
|
23286
|
-
accountNo: z$1.ZodString;
|
|
23287
|
-
status: z$1.ZodObject<{
|
|
23288
|
-
id: z$1.ZodNumber;
|
|
23289
|
-
code: z$1.ZodString;
|
|
23290
|
-
value: z$1.ZodString;
|
|
23291
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23292
|
-
value: string;
|
|
23293
|
-
code: string;
|
|
23294
|
-
id: number;
|
|
23295
|
-
}, {
|
|
23296
|
-
value: string;
|
|
23297
|
-
code: string;
|
|
23298
|
-
id: number;
|
|
23299
|
-
}>;
|
|
23300
|
-
subStatus: z$1.ZodObject<{
|
|
23301
|
-
active: z$1.ZodBoolean;
|
|
23302
|
-
mandatory: z$1.ZodBoolean;
|
|
23303
|
-
systemDefined: z$1.ZodBoolean;
|
|
23304
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23305
|
-
active: boolean;
|
|
23306
|
-
mandatory: boolean;
|
|
23307
|
-
systemDefined: boolean;
|
|
23308
|
-
}, {
|
|
23309
|
-
active: boolean;
|
|
23310
|
-
mandatory: boolean;
|
|
23311
|
-
systemDefined: boolean;
|
|
23312
|
-
}>;
|
|
23313
|
-
active: z$1.ZodBoolean;
|
|
23314
|
-
activationDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
23315
|
-
firstname: z$1.ZodString;
|
|
23316
|
-
lastname: z$1.ZodString;
|
|
23317
|
-
displayName: z$1.ZodString;
|
|
23318
|
-
mobileNo: z$1.ZodString;
|
|
23319
|
-
emailAddress: z$1.ZodString;
|
|
23320
|
-
dateOfBirth: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
23321
|
-
gender: z$1.ZodObject<{
|
|
23322
|
-
id: z$1.ZodNumber;
|
|
23323
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23324
|
-
id: number;
|
|
23325
|
-
}, {
|
|
23326
|
-
id: number;
|
|
23327
|
-
}>;
|
|
23328
|
-
clientTypes: z$1.ZodArray<z$1.ZodAny, "many">;
|
|
23329
|
-
clientClassification: z$1.ZodObject<{
|
|
23330
|
-
id: z$1.ZodNumber;
|
|
23331
|
-
name: z$1.ZodOptional<z$1.ZodString>;
|
|
23332
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23333
|
-
id: number;
|
|
23334
|
-
name?: string | undefined;
|
|
23335
|
-
}, {
|
|
23336
|
-
id: number;
|
|
23337
|
-
name?: string | undefined;
|
|
23338
|
-
}>;
|
|
23339
|
-
occupation: z$1.ZodObject<{
|
|
23340
|
-
active: z$1.ZodBoolean;
|
|
23341
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23342
|
-
active: boolean;
|
|
23343
|
-
}, {
|
|
23344
|
-
active: boolean;
|
|
23345
|
-
}>;
|
|
23346
|
-
isStaff: z$1.ZodBoolean;
|
|
23347
|
-
skipAvs: z$1.ZodBoolean;
|
|
23348
|
-
officeId: z$1.ZodNumber;
|
|
23349
|
-
officeName: z$1.ZodString;
|
|
23350
|
-
imageId: z$1.ZodOptional<z$1.ZodString>;
|
|
23351
|
-
imagePresent: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
23352
|
-
timeline: z$1.ZodObject<{
|
|
23353
|
-
submittedOnDate: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
23354
|
-
submittedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
23355
|
-
submittedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
23356
|
-
submittedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
23357
|
-
activatedOnDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
23358
|
-
activatedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
23359
|
-
activatedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
23360
|
-
activatedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
23361
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23362
|
-
submittedOnDate: number[];
|
|
23363
|
-
submittedByUsername?: string | undefined;
|
|
23364
|
-
submittedByFirstname?: string | undefined;
|
|
23365
|
-
submittedByLastname?: string | undefined;
|
|
23366
|
-
activatedOnDate?: number[] | undefined;
|
|
23367
|
-
activatedByUsername?: string | undefined;
|
|
23368
|
-
activatedByFirstname?: string | undefined;
|
|
23369
|
-
activatedByLastname?: string | undefined;
|
|
23370
|
-
}, {
|
|
23371
|
-
submittedOnDate: number[];
|
|
23372
|
-
submittedByUsername?: string | undefined;
|
|
23373
|
-
submittedByFirstname?: string | undefined;
|
|
23374
|
-
submittedByLastname?: string | undefined;
|
|
23375
|
-
activatedOnDate?: number[] | undefined;
|
|
23376
|
-
activatedByUsername?: string | undefined;
|
|
23377
|
-
activatedByFirstname?: string | undefined;
|
|
23378
|
-
activatedByLastname?: string | undefined;
|
|
23379
|
-
}>;
|
|
23380
|
-
legalForm: z$1.ZodObject<{
|
|
23381
|
-
id: z$1.ZodNumber;
|
|
23382
|
-
code: z$1.ZodString;
|
|
23383
|
-
value: z$1.ZodString;
|
|
23384
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23385
|
-
value: string;
|
|
23386
|
-
code: string;
|
|
23387
|
-
id: number;
|
|
23388
|
-
}, {
|
|
23389
|
-
value: string;
|
|
23390
|
-
code: string;
|
|
23391
|
-
id: number;
|
|
23392
|
-
}>;
|
|
23393
|
-
clientVerificationStatus: z$1.ZodString;
|
|
23394
|
-
updatedAt: z$1.ZodString;
|
|
23395
|
-
isBlockExternalCardsAddition: z$1.ZodBoolean;
|
|
23396
|
-
clientNonPersonDetails: z$1.ZodObject<{
|
|
23397
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23398
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23399
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23400
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
23401
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23402
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23403
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23404
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
23405
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23406
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23407
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23408
|
-
}, z$1.ZodAny, "strip">>;
|
|
23409
|
-
clientTransferOptionData: z$1.ZodObject<{
|
|
23410
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
23411
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
23412
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
23413
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23414
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
23415
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
23416
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
23417
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
23418
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23419
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
23420
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23421
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
23422
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23423
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
23424
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
23425
|
-
type: z$1.ZodString;
|
|
23426
|
-
resourceId: z$1.ZodNumber;
|
|
23427
|
-
id: z$1.ZodNumber;
|
|
23428
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
23429
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
23430
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
23431
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
23432
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23433
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
23434
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
23435
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
23436
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
23437
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23438
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
23439
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23440
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
23441
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23442
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
23443
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
23444
|
-
type: z$1.ZodString;
|
|
23445
|
-
resourceId: z$1.ZodNumber;
|
|
23446
|
-
id: z$1.ZodNumber;
|
|
23447
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
23448
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
23449
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
23450
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
23451
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23452
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
23453
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
23454
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
23455
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
23456
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23457
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
23458
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23459
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
23460
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23461
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
23462
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
23463
|
-
type: z$1.ZodString;
|
|
23464
|
-
resourceId: z$1.ZodNumber;
|
|
23465
|
-
id: z$1.ZodNumber;
|
|
23466
|
-
}, z$1.ZodAny, "strip">>;
|
|
23467
|
-
authorizations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
23468
|
-
mobileCountryCode: z$1.ZodString;
|
|
23469
|
-
clientKycStatus: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23470
|
-
ofLoanCycle: z$1.ZodNumber;
|
|
23471
|
-
ofLoanActive: z$1.ZodNumber;
|
|
23472
|
-
activeDepositAccount: z$1.ZodNumber;
|
|
23473
|
-
onBoardingStatus: z$1.ZodOptional<z$1.ZodString>;
|
|
23474
|
-
}, z$1.ZodAny, "strip">>, "many">;
|
|
23475
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
23476
|
-
totalFilteredRecords: z$1.ZodNumber;
|
|
23477
|
-
pageItems: z$1.ZodArray<z$1.ZodObject<{
|
|
23478
|
-
id: z$1.ZodNumber;
|
|
23479
|
-
accountNo: z$1.ZodString;
|
|
23480
|
-
status: z$1.ZodObject<{
|
|
23481
|
-
id: z$1.ZodNumber;
|
|
23482
|
-
code: z$1.ZodString;
|
|
23483
|
-
value: z$1.ZodString;
|
|
23484
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23485
|
-
value: string;
|
|
23486
|
-
code: string;
|
|
23487
|
-
id: number;
|
|
23488
|
-
}, {
|
|
23489
|
-
value: string;
|
|
23490
|
-
code: string;
|
|
23491
|
-
id: number;
|
|
23492
|
-
}>;
|
|
23493
|
-
subStatus: z$1.ZodObject<{
|
|
23494
|
-
active: z$1.ZodBoolean;
|
|
23495
|
-
mandatory: z$1.ZodBoolean;
|
|
23496
|
-
systemDefined: z$1.ZodBoolean;
|
|
23497
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23498
|
-
active: boolean;
|
|
23499
|
-
mandatory: boolean;
|
|
23500
|
-
systemDefined: boolean;
|
|
23501
|
-
}, {
|
|
23502
|
-
active: boolean;
|
|
23503
|
-
mandatory: boolean;
|
|
23504
|
-
systemDefined: boolean;
|
|
23505
|
-
}>;
|
|
23506
|
-
active: z$1.ZodBoolean;
|
|
23507
|
-
activationDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
23508
|
-
firstname: z$1.ZodString;
|
|
23509
|
-
lastname: z$1.ZodString;
|
|
23510
|
-
displayName: z$1.ZodString;
|
|
23511
|
-
mobileNo: z$1.ZodString;
|
|
23512
|
-
emailAddress: z$1.ZodString;
|
|
23513
|
-
dateOfBirth: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
23514
|
-
gender: z$1.ZodObject<{
|
|
23515
|
-
id: z$1.ZodNumber;
|
|
23516
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23517
|
-
id: number;
|
|
23518
|
-
}, {
|
|
23519
|
-
id: number;
|
|
23520
|
-
}>;
|
|
23521
|
-
clientTypes: z$1.ZodArray<z$1.ZodAny, "many">;
|
|
23522
|
-
clientClassification: z$1.ZodObject<{
|
|
23523
|
-
id: z$1.ZodNumber;
|
|
23524
|
-
name: z$1.ZodOptional<z$1.ZodString>;
|
|
23525
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23526
|
-
id: number;
|
|
23527
|
-
name?: string | undefined;
|
|
23528
|
-
}, {
|
|
23529
|
-
id: number;
|
|
23530
|
-
name?: string | undefined;
|
|
23531
|
-
}>;
|
|
23532
|
-
occupation: z$1.ZodObject<{
|
|
23533
|
-
active: z$1.ZodBoolean;
|
|
23534
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23535
|
-
active: boolean;
|
|
23536
|
-
}, {
|
|
23537
|
-
active: boolean;
|
|
23538
|
-
}>;
|
|
23539
|
-
isStaff: z$1.ZodBoolean;
|
|
23540
|
-
skipAvs: z$1.ZodBoolean;
|
|
23541
|
-
officeId: z$1.ZodNumber;
|
|
23542
|
-
officeName: z$1.ZodString;
|
|
23543
|
-
imageId: z$1.ZodOptional<z$1.ZodString>;
|
|
23544
|
-
imagePresent: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
23545
|
-
timeline: z$1.ZodObject<{
|
|
23546
|
-
submittedOnDate: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
23547
|
-
submittedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
23548
|
-
submittedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
23549
|
-
submittedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
23550
|
-
activatedOnDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
23551
|
-
activatedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
23552
|
-
activatedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
23553
|
-
activatedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
23554
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23555
|
-
submittedOnDate: number[];
|
|
23556
|
-
submittedByUsername?: string | undefined;
|
|
23557
|
-
submittedByFirstname?: string | undefined;
|
|
23558
|
-
submittedByLastname?: string | undefined;
|
|
23559
|
-
activatedOnDate?: number[] | undefined;
|
|
23560
|
-
activatedByUsername?: string | undefined;
|
|
23561
|
-
activatedByFirstname?: string | undefined;
|
|
23562
|
-
activatedByLastname?: string | undefined;
|
|
23563
|
-
}, {
|
|
23564
|
-
submittedOnDate: number[];
|
|
23565
|
-
submittedByUsername?: string | undefined;
|
|
23566
|
-
submittedByFirstname?: string | undefined;
|
|
23567
|
-
submittedByLastname?: string | undefined;
|
|
23568
|
-
activatedOnDate?: number[] | undefined;
|
|
23569
|
-
activatedByUsername?: string | undefined;
|
|
23570
|
-
activatedByFirstname?: string | undefined;
|
|
23571
|
-
activatedByLastname?: string | undefined;
|
|
23572
|
-
}>;
|
|
23573
|
-
legalForm: z$1.ZodObject<{
|
|
23574
|
-
id: z$1.ZodNumber;
|
|
23575
|
-
code: z$1.ZodString;
|
|
23576
|
-
value: z$1.ZodString;
|
|
23577
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23578
|
-
value: string;
|
|
23579
|
-
code: string;
|
|
23580
|
-
id: number;
|
|
23581
|
-
}, {
|
|
23582
|
-
value: string;
|
|
23583
|
-
code: string;
|
|
23584
|
-
id: number;
|
|
23585
|
-
}>;
|
|
23586
|
-
clientVerificationStatus: z$1.ZodString;
|
|
23587
|
-
updatedAt: z$1.ZodString;
|
|
23588
|
-
isBlockExternalCardsAddition: z$1.ZodBoolean;
|
|
23589
|
-
clientNonPersonDetails: z$1.ZodObject<{
|
|
23590
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23591
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23592
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23593
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
23594
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23595
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23596
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23597
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
23598
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23599
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23600
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23601
|
-
}, z$1.ZodAny, "strip">>;
|
|
23602
|
-
clientTransferOptionData: z$1.ZodObject<{
|
|
23603
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
23604
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
23605
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
23606
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23607
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
23608
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
23609
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
23610
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
23611
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23612
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
23613
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23614
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
23615
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23616
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
23617
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
23618
|
-
type: z$1.ZodString;
|
|
23619
|
-
resourceId: z$1.ZodNumber;
|
|
23620
|
-
id: z$1.ZodNumber;
|
|
23621
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
23622
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
23623
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
23624
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
23625
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23626
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
23627
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
23628
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
23629
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
23630
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23631
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
23632
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23633
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
23634
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23635
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
23636
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
23637
|
-
type: z$1.ZodString;
|
|
23638
|
-
resourceId: z$1.ZodNumber;
|
|
23639
|
-
id: z$1.ZodNumber;
|
|
23640
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
23641
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
23642
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
23643
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
23644
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23645
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
23646
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
23647
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
23648
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
23649
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23650
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
23651
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23652
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
23653
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23654
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
23655
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
23656
|
-
type: z$1.ZodString;
|
|
23657
|
-
resourceId: z$1.ZodNumber;
|
|
23658
|
-
id: z$1.ZodNumber;
|
|
23659
|
-
}, z$1.ZodAny, "strip">>;
|
|
23660
|
-
authorizations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
23661
|
-
mobileCountryCode: z$1.ZodString;
|
|
23662
|
-
clientKycStatus: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23663
|
-
ofLoanCycle: z$1.ZodNumber;
|
|
23664
|
-
ofLoanActive: z$1.ZodNumber;
|
|
23665
|
-
activeDepositAccount: z$1.ZodNumber;
|
|
23666
|
-
onBoardingStatus: z$1.ZodOptional<z$1.ZodString>;
|
|
23667
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
23668
|
-
id: z$1.ZodNumber;
|
|
23669
|
-
accountNo: z$1.ZodString;
|
|
23670
|
-
status: z$1.ZodObject<{
|
|
23671
|
-
id: z$1.ZodNumber;
|
|
23672
|
-
code: z$1.ZodString;
|
|
23673
|
-
value: z$1.ZodString;
|
|
23674
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23675
|
-
value: string;
|
|
23676
|
-
code: string;
|
|
23677
|
-
id: number;
|
|
23678
|
-
}, {
|
|
23679
|
-
value: string;
|
|
23680
|
-
code: string;
|
|
23681
|
-
id: number;
|
|
23682
|
-
}>;
|
|
23683
|
-
subStatus: z$1.ZodObject<{
|
|
23684
|
-
active: z$1.ZodBoolean;
|
|
23685
|
-
mandatory: z$1.ZodBoolean;
|
|
23686
|
-
systemDefined: z$1.ZodBoolean;
|
|
23687
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23688
|
-
active: boolean;
|
|
23689
|
-
mandatory: boolean;
|
|
23690
|
-
systemDefined: boolean;
|
|
23691
|
-
}, {
|
|
23692
|
-
active: boolean;
|
|
23693
|
-
mandatory: boolean;
|
|
23694
|
-
systemDefined: boolean;
|
|
23695
|
-
}>;
|
|
23696
|
-
active: z$1.ZodBoolean;
|
|
23697
|
-
activationDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
23698
|
-
firstname: z$1.ZodString;
|
|
23699
|
-
lastname: z$1.ZodString;
|
|
23700
|
-
displayName: z$1.ZodString;
|
|
23701
|
-
mobileNo: z$1.ZodString;
|
|
23702
|
-
emailAddress: z$1.ZodString;
|
|
23703
|
-
dateOfBirth: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
23704
|
-
gender: z$1.ZodObject<{
|
|
23705
|
-
id: z$1.ZodNumber;
|
|
23706
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23707
|
-
id: number;
|
|
23708
|
-
}, {
|
|
23709
|
-
id: number;
|
|
23710
|
-
}>;
|
|
23711
|
-
clientTypes: z$1.ZodArray<z$1.ZodAny, "many">;
|
|
23712
|
-
clientClassification: z$1.ZodObject<{
|
|
23713
|
-
id: z$1.ZodNumber;
|
|
23714
|
-
name: z$1.ZodOptional<z$1.ZodString>;
|
|
23715
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23716
|
-
id: number;
|
|
23717
|
-
name?: string | undefined;
|
|
23718
|
-
}, {
|
|
23719
|
-
id: number;
|
|
23720
|
-
name?: string | undefined;
|
|
23721
|
-
}>;
|
|
23722
|
-
occupation: z$1.ZodObject<{
|
|
23723
|
-
active: z$1.ZodBoolean;
|
|
23724
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23725
|
-
active: boolean;
|
|
23726
|
-
}, {
|
|
23727
|
-
active: boolean;
|
|
23728
|
-
}>;
|
|
23729
|
-
isStaff: z$1.ZodBoolean;
|
|
23730
|
-
skipAvs: z$1.ZodBoolean;
|
|
23731
|
-
officeId: z$1.ZodNumber;
|
|
23732
|
-
officeName: z$1.ZodString;
|
|
23733
|
-
imageId: z$1.ZodOptional<z$1.ZodString>;
|
|
23734
|
-
imagePresent: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
23735
|
-
timeline: z$1.ZodObject<{
|
|
23736
|
-
submittedOnDate: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
23737
|
-
submittedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
23738
|
-
submittedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
23739
|
-
submittedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
23740
|
-
activatedOnDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
23741
|
-
activatedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
23742
|
-
activatedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
23743
|
-
activatedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
23744
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23745
|
-
submittedOnDate: number[];
|
|
23746
|
-
submittedByUsername?: string | undefined;
|
|
23747
|
-
submittedByFirstname?: string | undefined;
|
|
23748
|
-
submittedByLastname?: string | undefined;
|
|
23749
|
-
activatedOnDate?: number[] | undefined;
|
|
23750
|
-
activatedByUsername?: string | undefined;
|
|
23751
|
-
activatedByFirstname?: string | undefined;
|
|
23752
|
-
activatedByLastname?: string | undefined;
|
|
23753
|
-
}, {
|
|
23754
|
-
submittedOnDate: number[];
|
|
23755
|
-
submittedByUsername?: string | undefined;
|
|
23756
|
-
submittedByFirstname?: string | undefined;
|
|
23757
|
-
submittedByLastname?: string | undefined;
|
|
23758
|
-
activatedOnDate?: number[] | undefined;
|
|
23759
|
-
activatedByUsername?: string | undefined;
|
|
23760
|
-
activatedByFirstname?: string | undefined;
|
|
23761
|
-
activatedByLastname?: string | undefined;
|
|
23762
|
-
}>;
|
|
23763
|
-
legalForm: z$1.ZodObject<{
|
|
23764
|
-
id: z$1.ZodNumber;
|
|
23765
|
-
code: z$1.ZodString;
|
|
23766
|
-
value: z$1.ZodString;
|
|
23767
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23768
|
-
value: string;
|
|
23769
|
-
code: string;
|
|
23770
|
-
id: number;
|
|
23771
|
-
}, {
|
|
23772
|
-
value: string;
|
|
23773
|
-
code: string;
|
|
23774
|
-
id: number;
|
|
23775
|
-
}>;
|
|
23776
|
-
clientVerificationStatus: z$1.ZodString;
|
|
23777
|
-
updatedAt: z$1.ZodString;
|
|
23778
|
-
isBlockExternalCardsAddition: z$1.ZodBoolean;
|
|
23779
|
-
clientNonPersonDetails: z$1.ZodObject<{
|
|
23780
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23781
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23782
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23783
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
23784
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23785
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23786
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23787
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
23788
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23789
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23790
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23791
|
-
}, z$1.ZodAny, "strip">>;
|
|
23792
|
-
clientTransferOptionData: z$1.ZodObject<{
|
|
23793
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
23794
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
23795
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
23796
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23797
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
23798
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
23799
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
23800
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
23801
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23802
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
23803
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23804
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
23805
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23806
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
23807
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
23808
|
-
type: z$1.ZodString;
|
|
23809
|
-
resourceId: z$1.ZodNumber;
|
|
23810
|
-
id: z$1.ZodNumber;
|
|
23811
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
23812
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
23813
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
23814
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
23815
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23816
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
23817
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
23818
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
23819
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
23820
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23821
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
23822
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23823
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
23824
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23825
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
23826
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
23827
|
-
type: z$1.ZodString;
|
|
23828
|
-
resourceId: z$1.ZodNumber;
|
|
23829
|
-
id: z$1.ZodNumber;
|
|
23830
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
23831
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
23832
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
23833
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
23834
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23835
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
23836
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
23837
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
23838
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
23839
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23840
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
23841
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23842
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
23843
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23844
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
23845
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
23846
|
-
type: z$1.ZodString;
|
|
23847
|
-
resourceId: z$1.ZodNumber;
|
|
23848
|
-
id: z$1.ZodNumber;
|
|
23849
|
-
}, z$1.ZodAny, "strip">>;
|
|
23850
|
-
authorizations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
23851
|
-
mobileCountryCode: z$1.ZodString;
|
|
23852
|
-
clientKycStatus: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23853
|
-
ofLoanCycle: z$1.ZodNumber;
|
|
23854
|
-
ofLoanActive: z$1.ZodNumber;
|
|
23855
|
-
activeDepositAccount: z$1.ZodNumber;
|
|
23856
|
-
onBoardingStatus: z$1.ZodOptional<z$1.ZodString>;
|
|
23857
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
23858
|
-
id: z$1.ZodNumber;
|
|
23859
|
-
accountNo: z$1.ZodString;
|
|
23860
|
-
status: z$1.ZodObject<{
|
|
23861
|
-
id: z$1.ZodNumber;
|
|
23862
|
-
code: z$1.ZodString;
|
|
23863
|
-
value: z$1.ZodString;
|
|
23864
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23865
|
-
value: string;
|
|
23866
|
-
code: string;
|
|
23867
|
-
id: number;
|
|
23868
|
-
}, {
|
|
23869
|
-
value: string;
|
|
23870
|
-
code: string;
|
|
23871
|
-
id: number;
|
|
23872
|
-
}>;
|
|
23873
|
-
subStatus: z$1.ZodObject<{
|
|
23874
|
-
active: z$1.ZodBoolean;
|
|
23875
|
-
mandatory: z$1.ZodBoolean;
|
|
23876
|
-
systemDefined: z$1.ZodBoolean;
|
|
23877
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23878
|
-
active: boolean;
|
|
23879
|
-
mandatory: boolean;
|
|
23880
|
-
systemDefined: boolean;
|
|
23881
|
-
}, {
|
|
23882
|
-
active: boolean;
|
|
23883
|
-
mandatory: boolean;
|
|
23884
|
-
systemDefined: boolean;
|
|
23885
|
-
}>;
|
|
23886
|
-
active: z$1.ZodBoolean;
|
|
23887
|
-
activationDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
23888
|
-
firstname: z$1.ZodString;
|
|
23889
|
-
lastname: z$1.ZodString;
|
|
23890
|
-
displayName: z$1.ZodString;
|
|
23891
|
-
mobileNo: z$1.ZodString;
|
|
23892
|
-
emailAddress: z$1.ZodString;
|
|
23893
|
-
dateOfBirth: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
23894
|
-
gender: z$1.ZodObject<{
|
|
23895
|
-
id: z$1.ZodNumber;
|
|
23896
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23897
|
-
id: number;
|
|
23898
|
-
}, {
|
|
23899
|
-
id: number;
|
|
23900
|
-
}>;
|
|
23901
|
-
clientTypes: z$1.ZodArray<z$1.ZodAny, "many">;
|
|
23902
|
-
clientClassification: z$1.ZodObject<{
|
|
23903
|
-
id: z$1.ZodNumber;
|
|
23904
|
-
name: z$1.ZodOptional<z$1.ZodString>;
|
|
23905
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23906
|
-
id: number;
|
|
23907
|
-
name?: string | undefined;
|
|
23908
|
-
}, {
|
|
23909
|
-
id: number;
|
|
23910
|
-
name?: string | undefined;
|
|
23911
|
-
}>;
|
|
23912
|
-
occupation: z$1.ZodObject<{
|
|
23913
|
-
active: z$1.ZodBoolean;
|
|
23914
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23915
|
-
active: boolean;
|
|
23916
|
-
}, {
|
|
23917
|
-
active: boolean;
|
|
23918
|
-
}>;
|
|
23919
|
-
isStaff: z$1.ZodBoolean;
|
|
23920
|
-
skipAvs: z$1.ZodBoolean;
|
|
23921
|
-
officeId: z$1.ZodNumber;
|
|
23922
|
-
officeName: z$1.ZodString;
|
|
23923
|
-
imageId: z$1.ZodOptional<z$1.ZodString>;
|
|
23924
|
-
imagePresent: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
23925
|
-
timeline: z$1.ZodObject<{
|
|
23926
|
-
submittedOnDate: z$1.ZodArray<z$1.ZodNumber, "many">;
|
|
23927
|
-
submittedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
23928
|
-
submittedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
23929
|
-
submittedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
23930
|
-
activatedOnDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
23931
|
-
activatedByUsername: z$1.ZodOptional<z$1.ZodString>;
|
|
23932
|
-
activatedByFirstname: z$1.ZodOptional<z$1.ZodString>;
|
|
23933
|
-
activatedByLastname: z$1.ZodOptional<z$1.ZodString>;
|
|
23934
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23935
|
-
submittedOnDate: number[];
|
|
23936
|
-
submittedByUsername?: string | undefined;
|
|
23937
|
-
submittedByFirstname?: string | undefined;
|
|
23938
|
-
submittedByLastname?: string | undefined;
|
|
23939
|
-
activatedOnDate?: number[] | undefined;
|
|
23940
|
-
activatedByUsername?: string | undefined;
|
|
23941
|
-
activatedByFirstname?: string | undefined;
|
|
23942
|
-
activatedByLastname?: string | undefined;
|
|
23943
|
-
}, {
|
|
23944
|
-
submittedOnDate: number[];
|
|
23945
|
-
submittedByUsername?: string | undefined;
|
|
23946
|
-
submittedByFirstname?: string | undefined;
|
|
23947
|
-
submittedByLastname?: string | undefined;
|
|
23948
|
-
activatedOnDate?: number[] | undefined;
|
|
23949
|
-
activatedByUsername?: string | undefined;
|
|
23950
|
-
activatedByFirstname?: string | undefined;
|
|
23951
|
-
activatedByLastname?: string | undefined;
|
|
23952
|
-
}>;
|
|
23953
|
-
legalForm: z$1.ZodObject<{
|
|
23954
|
-
id: z$1.ZodNumber;
|
|
23955
|
-
code: z$1.ZodString;
|
|
23956
|
-
value: z$1.ZodString;
|
|
23957
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
23958
|
-
value: string;
|
|
23959
|
-
code: string;
|
|
23960
|
-
id: number;
|
|
23961
|
-
}, {
|
|
23962
|
-
value: string;
|
|
23963
|
-
code: string;
|
|
23964
|
-
id: number;
|
|
23965
|
-
}>;
|
|
23966
|
-
clientVerificationStatus: z$1.ZodString;
|
|
23967
|
-
updatedAt: z$1.ZodString;
|
|
23968
|
-
isBlockExternalCardsAddition: z$1.ZodBoolean;
|
|
23969
|
-
clientNonPersonDetails: z$1.ZodObject<{
|
|
23970
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23971
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23972
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23973
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
23974
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23975
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23976
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23977
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
23978
|
-
constitution: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23979
|
-
mainBusinessLine: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23980
|
-
countryOfIncorporation: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
23981
|
-
}, z$1.ZodAny, "strip">>;
|
|
23982
|
-
clientTransferOptionData: z$1.ZodObject<{
|
|
23983
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
23984
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
23985
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
23986
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23987
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
23988
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
23989
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
23990
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
23991
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23992
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
23993
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23994
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
23995
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
23996
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
23997
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
23998
|
-
type: z$1.ZodString;
|
|
23999
|
-
resourceId: z$1.ZodNumber;
|
|
24000
|
-
id: z$1.ZodNumber;
|
|
24001
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
24002
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
24003
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
24004
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
24005
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
24006
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
24007
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
24008
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
24009
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
24010
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
24011
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
24012
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
24013
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
24014
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
24015
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
24016
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
24017
|
-
type: z$1.ZodString;
|
|
24018
|
-
resourceId: z$1.ZodNumber;
|
|
24019
|
-
id: z$1.ZodNumber;
|
|
24020
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
24021
|
-
isExternalCardDebitDisable: z$1.ZodBoolean;
|
|
24022
|
-
isExternalCardCreditDisable: z$1.ZodBoolean;
|
|
24023
|
-
isAchDebitOutgoingDisable: z$1.ZodBoolean;
|
|
24024
|
-
isAchCreditOutgoingDisable: z$1.ZodBoolean;
|
|
24025
|
-
isAchDebitIncomingDisable: z$1.ZodBoolean;
|
|
24026
|
-
isAchCreditIncomingDisable: z$1.ZodBoolean;
|
|
24027
|
-
isInternalCreditDisable: z$1.ZodBoolean;
|
|
24028
|
-
isInternalDebitDisable: z$1.ZodBoolean;
|
|
24029
|
-
isWireCreditOutgoingDisable: z$1.ZodBoolean;
|
|
24030
|
-
isWireCreditIncomingDisable: z$1.ZodBoolean;
|
|
24031
|
-
isSwiftCreditOutgoingDisable: z$1.ZodBoolean;
|
|
24032
|
-
isSwiftCreditIncomingDisable: z$1.ZodBoolean;
|
|
24033
|
-
isFxpayCreditOutgoingDisable: z$1.ZodBoolean;
|
|
24034
|
-
isAllocateToSubAccountDisable: z$1.ZodBoolean;
|
|
24035
|
-
isInternalCreditOwnDisable: z$1.ZodBoolean;
|
|
24036
|
-
type: z$1.ZodString;
|
|
24037
|
-
resourceId: z$1.ZodNumber;
|
|
24038
|
-
id: z$1.ZodNumber;
|
|
24039
|
-
}, z$1.ZodAny, "strip">>;
|
|
24040
|
-
authorizations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
24041
|
-
mobileCountryCode: z$1.ZodString;
|
|
24042
|
-
clientKycStatus: z$1.ZodObject<{}, "strip", z$1.ZodAny, z$1.objectOutputType<{}, z$1.ZodAny, "strip">, z$1.objectInputType<{}, z$1.ZodAny, "strip">>;
|
|
24043
|
-
ofLoanCycle: z$1.ZodNumber;
|
|
24044
|
-
ofLoanActive: z$1.ZodNumber;
|
|
24045
|
-
activeDepositAccount: z$1.ZodNumber;
|
|
24046
|
-
onBoardingStatus: z$1.ZodOptional<z$1.ZodString>;
|
|
24047
|
-
}, z$1.ZodAny, "strip">>, "many">;
|
|
24048
|
-
}, z$1.ZodAny, "strip">>;
|
|
24049
|
-
type CreateClientRequest = z$1.infer<typeof CreateClientRequestSchema>;
|
|
24050
|
-
type CreateClientResponse = z$1.infer<typeof CreateClientResponseSchema>;
|
|
24051
|
-
type UpdateClientRequest = z$1.infer<typeof UpdateClientRequestSchema>;
|
|
24052
|
-
type ListClientsRequest = z$1.infer<typeof ListClientsRequestSchema>;
|
|
24053
|
-
type ListClientsResponse = z$1.infer<typeof ListClientsResponseSchema>;
|
|
24054
|
-
declare const VerifyWithActivateClientSchema: z$1.ZodEffects<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodEffects<z$1.ZodObject<{
|
|
24055
|
-
clientId: z$1.ZodString;
|
|
24056
|
-
kycVerificationType: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodEnum<["FULL", "PARTIAL"]>>>;
|
|
24057
|
-
note: z$1.ZodOptional<z$1.ZodString>;
|
|
24058
|
-
locale: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodString>>;
|
|
24059
|
-
dateFormat: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodString>>;
|
|
24060
|
-
activationDate: z$1.ZodOptional<z$1.ZodString>;
|
|
24061
|
-
isActivatedByManualReview: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodBoolean>>;
|
|
24062
|
-
manualReviewActivationComments: z$1.ZodOptional<z$1.ZodString>;
|
|
24063
|
-
skipVerify: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
24064
|
-
skipActivate: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
24065
|
-
autoActivate: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
24066
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24067
|
-
clientId: string;
|
|
24068
|
-
skipVerify: boolean;
|
|
24069
|
-
skipActivate: boolean;
|
|
24070
|
-
autoActivate: boolean;
|
|
24071
|
-
dateFormat?: string | undefined;
|
|
24072
|
-
locale?: string | undefined;
|
|
24073
|
-
note?: string | undefined;
|
|
24074
|
-
activationDate?: string | undefined;
|
|
24075
|
-
kycVerificationType?: "FULL" | "PARTIAL" | undefined;
|
|
24076
|
-
isActivatedByManualReview?: boolean | undefined;
|
|
24077
|
-
manualReviewActivationComments?: string | undefined;
|
|
24078
|
-
}, {
|
|
24079
|
-
clientId: string;
|
|
24080
|
-
dateFormat?: string | undefined;
|
|
24081
|
-
locale?: string | undefined;
|
|
24082
|
-
note?: string | undefined;
|
|
24083
|
-
activationDate?: string | undefined;
|
|
24084
|
-
kycVerificationType?: "FULL" | "PARTIAL" | undefined;
|
|
24085
|
-
isActivatedByManualReview?: boolean | undefined;
|
|
24086
|
-
manualReviewActivationComments?: string | undefined;
|
|
24087
|
-
skipVerify?: boolean | undefined;
|
|
24088
|
-
skipActivate?: boolean | undefined;
|
|
24089
|
-
autoActivate?: boolean | undefined;
|
|
24090
|
-
}>, {
|
|
24091
|
-
clientId: string;
|
|
24092
|
-
skipVerify: boolean;
|
|
24093
|
-
skipActivate: boolean;
|
|
24094
|
-
autoActivate: boolean;
|
|
24095
|
-
dateFormat?: string | undefined;
|
|
24096
|
-
locale?: string | undefined;
|
|
24097
|
-
note?: string | undefined;
|
|
24098
|
-
activationDate?: string | undefined;
|
|
24099
|
-
kycVerificationType?: "FULL" | "PARTIAL" | undefined;
|
|
24100
|
-
isActivatedByManualReview?: boolean | undefined;
|
|
24101
|
-
manualReviewActivationComments?: string | undefined;
|
|
24102
|
-
}, {
|
|
24103
|
-
clientId: string;
|
|
24104
|
-
dateFormat?: string | undefined;
|
|
24105
|
-
locale?: string | undefined;
|
|
24106
|
-
note?: string | undefined;
|
|
24107
|
-
activationDate?: string | undefined;
|
|
24108
|
-
kycVerificationType?: "FULL" | "PARTIAL" | undefined;
|
|
24109
|
-
isActivatedByManualReview?: boolean | undefined;
|
|
24110
|
-
manualReviewActivationComments?: string | undefined;
|
|
24111
|
-
skipVerify?: boolean | undefined;
|
|
24112
|
-
skipActivate?: boolean | undefined;
|
|
24113
|
-
autoActivate?: boolean | undefined;
|
|
24114
|
-
}>, {
|
|
24115
|
-
clientId: string;
|
|
24116
|
-
skipVerify: boolean;
|
|
24117
|
-
skipActivate: boolean;
|
|
24118
|
-
autoActivate: boolean;
|
|
24119
|
-
dateFormat?: string | undefined;
|
|
24120
|
-
locale?: string | undefined;
|
|
24121
|
-
note?: string | undefined;
|
|
24122
|
-
activationDate?: string | undefined;
|
|
24123
|
-
kycVerificationType?: "FULL" | "PARTIAL" | undefined;
|
|
24124
|
-
isActivatedByManualReview?: boolean | undefined;
|
|
24125
|
-
manualReviewActivationComments?: string | undefined;
|
|
24126
|
-
}, {
|
|
24127
|
-
clientId: string;
|
|
24128
|
-
dateFormat?: string | undefined;
|
|
24129
|
-
locale?: string | undefined;
|
|
24130
|
-
note?: string | undefined;
|
|
24131
|
-
activationDate?: string | undefined;
|
|
24132
|
-
kycVerificationType?: "FULL" | "PARTIAL" | undefined;
|
|
24133
|
-
isActivatedByManualReview?: boolean | undefined;
|
|
24134
|
-
manualReviewActivationComments?: string | undefined;
|
|
24135
|
-
skipVerify?: boolean | undefined;
|
|
24136
|
-
skipActivate?: boolean | undefined;
|
|
24137
|
-
autoActivate?: boolean | undefined;
|
|
24138
|
-
}>, {
|
|
24139
|
-
clientId: string;
|
|
24140
|
-
skipVerify: boolean;
|
|
24141
|
-
skipActivate: boolean;
|
|
24142
|
-
autoActivate: boolean;
|
|
24143
|
-
dateFormat?: string | undefined;
|
|
24144
|
-
locale?: string | undefined;
|
|
24145
|
-
note?: string | undefined;
|
|
24146
|
-
activationDate?: string | undefined;
|
|
24147
|
-
kycVerificationType?: "FULL" | "PARTIAL" | undefined;
|
|
24148
|
-
isActivatedByManualReview?: boolean | undefined;
|
|
24149
|
-
manualReviewActivationComments?: string | undefined;
|
|
24150
|
-
}, {
|
|
24151
|
-
clientId: string;
|
|
24152
|
-
dateFormat?: string | undefined;
|
|
24153
|
-
locale?: string | undefined;
|
|
24154
|
-
note?: string | undefined;
|
|
24155
|
-
activationDate?: string | undefined;
|
|
24156
|
-
kycVerificationType?: "FULL" | "PARTIAL" | undefined;
|
|
24157
|
-
isActivatedByManualReview?: boolean | undefined;
|
|
24158
|
-
manualReviewActivationComments?: string | undefined;
|
|
24159
|
-
skipVerify?: boolean | undefined;
|
|
24160
|
-
skipActivate?: boolean | undefined;
|
|
24161
|
-
autoActivate?: boolean | undefined;
|
|
24162
|
-
}>, {
|
|
24163
|
-
clientId: string;
|
|
24164
|
-
skipVerify: boolean;
|
|
24165
|
-
skipActivate: boolean;
|
|
24166
|
-
autoActivate: boolean;
|
|
24167
|
-
dateFormat?: string | undefined;
|
|
24168
|
-
locale?: string | undefined;
|
|
24169
|
-
note?: string | undefined;
|
|
24170
|
-
activationDate?: string | undefined;
|
|
24171
|
-
kycVerificationType?: "FULL" | "PARTIAL" | undefined;
|
|
24172
|
-
isActivatedByManualReview?: boolean | undefined;
|
|
24173
|
-
manualReviewActivationComments?: string | undefined;
|
|
24174
|
-
}, {
|
|
24175
|
-
clientId: string;
|
|
24176
|
-
dateFormat?: string | undefined;
|
|
24177
|
-
locale?: string | undefined;
|
|
24178
|
-
note?: string | undefined;
|
|
24179
|
-
activationDate?: string | undefined;
|
|
24180
|
-
kycVerificationType?: "FULL" | "PARTIAL" | undefined;
|
|
24181
|
-
isActivatedByManualReview?: boolean | undefined;
|
|
24182
|
-
manualReviewActivationComments?: string | undefined;
|
|
24183
|
-
skipVerify?: boolean | undefined;
|
|
24184
|
-
skipActivate?: boolean | undefined;
|
|
24185
|
-
autoActivate?: boolean | undefined;
|
|
24186
|
-
}>, {
|
|
24187
|
-
clientId: string;
|
|
24188
|
-
skipVerify: boolean;
|
|
24189
|
-
skipActivate: boolean;
|
|
24190
|
-
autoActivate: boolean;
|
|
24191
|
-
dateFormat?: string | undefined;
|
|
24192
|
-
locale?: string | undefined;
|
|
24193
|
-
note?: string | undefined;
|
|
24194
|
-
activationDate?: string | undefined;
|
|
24195
|
-
kycVerificationType?: "FULL" | "PARTIAL" | undefined;
|
|
24196
|
-
isActivatedByManualReview?: boolean | undefined;
|
|
24197
|
-
manualReviewActivationComments?: string | undefined;
|
|
24198
|
-
}, {
|
|
24199
|
-
clientId: string;
|
|
24200
|
-
dateFormat?: string | undefined;
|
|
24201
|
-
locale?: string | undefined;
|
|
24202
|
-
note?: string | undefined;
|
|
24203
|
-
activationDate?: string | undefined;
|
|
24204
|
-
kycVerificationType?: "FULL" | "PARTIAL" | undefined;
|
|
24205
|
-
isActivatedByManualReview?: boolean | undefined;
|
|
24206
|
-
manualReviewActivationComments?: string | undefined;
|
|
24207
|
-
skipVerify?: boolean | undefined;
|
|
24208
|
-
skipActivate?: boolean | undefined;
|
|
24209
|
-
autoActivate?: boolean | undefined;
|
|
24210
|
-
}>;
|
|
24211
|
-
type VerifyWithActivateClient = z$1.infer<typeof VerifyWithActivateClientSchema>;
|
|
24212
|
-
declare const ResponseVerifySchema: z$1.ZodObject<{
|
|
24213
|
-
id: z$1.ZodNumber;
|
|
24214
|
-
clientId: z$1.ZodNumber;
|
|
24215
|
-
officeId: z$1.ZodNumber;
|
|
24216
|
-
resourceId: z$1.ZodNumber;
|
|
24217
|
-
data: z$1.ZodObject<{
|
|
24218
|
-
clientVerificationStatus: z$1.ZodEnum<["PENDING", "IN_PROGRESS", "APPROVED", "REJECTED"]>;
|
|
24219
|
-
clientKycStatus: z$1.ZodString;
|
|
24220
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24221
|
-
clientVerificationStatus: "REJECTED" | "PENDING" | "IN_PROGRESS" | "APPROVED";
|
|
24222
|
-
clientKycStatus: string;
|
|
24223
|
-
}, {
|
|
24224
|
-
clientVerificationStatus: "REJECTED" | "PENDING" | "IN_PROGRESS" | "APPROVED";
|
|
24225
|
-
clientKycStatus: string;
|
|
24226
|
-
}>;
|
|
24227
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24228
|
-
id: number;
|
|
24229
|
-
clientId: number;
|
|
24230
|
-
resourceId: number;
|
|
24231
|
-
data: {
|
|
24232
|
-
clientVerificationStatus: "REJECTED" | "PENDING" | "IN_PROGRESS" | "APPROVED";
|
|
24233
|
-
clientKycStatus: string;
|
|
24234
|
-
};
|
|
24235
|
-
officeId: number;
|
|
24236
|
-
}, {
|
|
24237
|
-
id: number;
|
|
24238
|
-
clientId: number;
|
|
24239
|
-
resourceId: number;
|
|
24240
|
-
data: {
|
|
24241
|
-
clientVerificationStatus: "REJECTED" | "PENDING" | "IN_PROGRESS" | "APPROVED";
|
|
24242
|
-
clientKycStatus: string;
|
|
24243
|
-
};
|
|
24244
|
-
officeId: number;
|
|
24245
|
-
}>;
|
|
24246
|
-
type ResponseVerify = z$1.infer<typeof ResponseVerifySchema>;
|
|
24247
|
-
declare const GetStatusOfVerifyClientResponseSchema: z$1.ZodObject<{
|
|
24248
|
-
id: z$1.ZodNumber;
|
|
24249
|
-
accountNo: z$1.ZodUnion<[z$1.ZodString, z$1.ZodNumber]>;
|
|
24250
|
-
displayName: z$1.ZodString;
|
|
24251
|
-
legalForm: z$1.ZodObject<{
|
|
24252
|
-
code: z$1.ZodString;
|
|
24253
|
-
value: z$1.ZodNumber;
|
|
24254
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24255
|
-
value: number;
|
|
24256
|
-
code: string;
|
|
24257
|
-
}, {
|
|
24258
|
-
value: number;
|
|
24259
|
-
code: string;
|
|
24260
|
-
}>;
|
|
24261
|
-
verificationStatus: z$1.ZodObject<{
|
|
24262
|
-
id: z$1.ZodNumber;
|
|
24263
|
-
value: z$1.ZodString;
|
|
24264
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24265
|
-
value: string;
|
|
24266
|
-
id: number;
|
|
24267
|
-
}, {
|
|
24268
|
-
value: string;
|
|
24269
|
-
id: number;
|
|
24270
|
-
}>;
|
|
24271
|
-
identifiers: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
24272
|
-
id: z$1.ZodNumber;
|
|
24273
|
-
clientId: z$1.ZodNumber;
|
|
24274
|
-
documentType: z$1.ZodObject<{
|
|
24275
|
-
id: z$1.ZodNumber;
|
|
24276
|
-
name: z$1.ZodString;
|
|
24277
|
-
isMasked: z$1.ZodBoolean;
|
|
24278
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24279
|
-
name: string;
|
|
24280
|
-
id: number;
|
|
24281
|
-
isMasked: boolean;
|
|
24282
|
-
}, {
|
|
24283
|
-
name: string;
|
|
24284
|
-
id: number;
|
|
24285
|
-
isMasked: boolean;
|
|
24286
|
-
}>;
|
|
24287
|
-
documentKey: z$1.ZodString;
|
|
24288
|
-
issuedDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
24289
|
-
expiryDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
24290
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
24291
|
-
status: z$1.ZodString;
|
|
24292
|
-
issuedBy: z$1.ZodOptional<z$1.ZodString>;
|
|
24293
|
-
verificationStatus: z$1.ZodOptional<z$1.ZodObject<{
|
|
24294
|
-
id: z$1.ZodNumber;
|
|
24295
|
-
value: z$1.ZodString;
|
|
24296
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24297
|
-
value: string;
|
|
24298
|
-
id: number;
|
|
24299
|
-
}, {
|
|
24300
|
-
value: string;
|
|
24301
|
-
id: number;
|
|
24302
|
-
}>>;
|
|
24303
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24304
|
-
status: string;
|
|
24305
|
-
id: number;
|
|
24306
|
-
clientId: number;
|
|
24307
|
-
documentKey: string;
|
|
24308
|
-
documentType: {
|
|
24309
|
-
name: string;
|
|
24310
|
-
id: number;
|
|
24311
|
-
isMasked: boolean;
|
|
24312
|
-
};
|
|
24313
|
-
description?: string | undefined;
|
|
24314
|
-
expiryDate?: number[] | undefined;
|
|
24315
|
-
issuedBy?: string | undefined;
|
|
24316
|
-
issuedDate?: number[] | undefined;
|
|
24317
|
-
verificationStatus?: {
|
|
24318
|
-
value: string;
|
|
24319
|
-
id: number;
|
|
24320
|
-
} | undefined;
|
|
24321
|
-
}, {
|
|
24322
|
-
status: string;
|
|
24323
|
-
id: number;
|
|
24324
|
-
clientId: number;
|
|
24325
|
-
documentKey: string;
|
|
24326
|
-
documentType: {
|
|
24327
|
-
name: string;
|
|
24328
|
-
id: number;
|
|
24329
|
-
isMasked: boolean;
|
|
24330
|
-
};
|
|
24331
|
-
description?: string | undefined;
|
|
24332
|
-
expiryDate?: number[] | undefined;
|
|
24333
|
-
issuedBy?: string | undefined;
|
|
24334
|
-
issuedDate?: number[] | undefined;
|
|
24335
|
-
verificationStatus?: {
|
|
24336
|
-
value: string;
|
|
24337
|
-
id: number;
|
|
24338
|
-
} | undefined;
|
|
24339
|
-
}>, "many">>;
|
|
24340
|
-
ofLoanCycle: z$1.ZodNumber;
|
|
24341
|
-
mobileCountryCode: z$1.ZodString;
|
|
24342
|
-
ofLoanActive: z$1.ZodNumber;
|
|
24343
|
-
activeDepositAccount: z$1.ZodNumber;
|
|
24344
|
-
}, "strip", z$1.ZodAny, z$1.objectOutputType<{
|
|
24345
|
-
id: z$1.ZodNumber;
|
|
24346
|
-
accountNo: z$1.ZodUnion<[z$1.ZodString, z$1.ZodNumber]>;
|
|
24347
|
-
displayName: z$1.ZodString;
|
|
24348
|
-
legalForm: z$1.ZodObject<{
|
|
24349
|
-
code: z$1.ZodString;
|
|
24350
|
-
value: z$1.ZodNumber;
|
|
24351
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24352
|
-
value: number;
|
|
24353
|
-
code: string;
|
|
24354
|
-
}, {
|
|
24355
|
-
value: number;
|
|
24356
|
-
code: string;
|
|
24357
|
-
}>;
|
|
24358
|
-
verificationStatus: z$1.ZodObject<{
|
|
24359
|
-
id: z$1.ZodNumber;
|
|
24360
|
-
value: z$1.ZodString;
|
|
24361
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24362
|
-
value: string;
|
|
24363
|
-
id: number;
|
|
24364
|
-
}, {
|
|
24365
|
-
value: string;
|
|
24366
|
-
id: number;
|
|
24367
|
-
}>;
|
|
24368
|
-
identifiers: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
24369
|
-
id: z$1.ZodNumber;
|
|
24370
|
-
clientId: z$1.ZodNumber;
|
|
24371
|
-
documentType: z$1.ZodObject<{
|
|
24372
|
-
id: z$1.ZodNumber;
|
|
24373
|
-
name: z$1.ZodString;
|
|
24374
|
-
isMasked: z$1.ZodBoolean;
|
|
24375
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24376
|
-
name: string;
|
|
24377
|
-
id: number;
|
|
24378
|
-
isMasked: boolean;
|
|
24379
|
-
}, {
|
|
24380
|
-
name: string;
|
|
24381
|
-
id: number;
|
|
24382
|
-
isMasked: boolean;
|
|
24383
|
-
}>;
|
|
24384
|
-
documentKey: z$1.ZodString;
|
|
24385
|
-
issuedDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
24386
|
-
expiryDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
24387
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
24388
|
-
status: z$1.ZodString;
|
|
24389
|
-
issuedBy: z$1.ZodOptional<z$1.ZodString>;
|
|
24390
|
-
verificationStatus: z$1.ZodOptional<z$1.ZodObject<{
|
|
24391
|
-
id: z$1.ZodNumber;
|
|
24392
|
-
value: z$1.ZodString;
|
|
24393
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24394
|
-
value: string;
|
|
24395
|
-
id: number;
|
|
24396
|
-
}, {
|
|
24397
|
-
value: string;
|
|
24398
|
-
id: number;
|
|
24399
|
-
}>>;
|
|
24400
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24401
|
-
status: string;
|
|
24402
|
-
id: number;
|
|
24403
|
-
clientId: number;
|
|
24404
|
-
documentKey: string;
|
|
24405
|
-
documentType: {
|
|
24406
|
-
name: string;
|
|
24407
|
-
id: number;
|
|
24408
|
-
isMasked: boolean;
|
|
24409
|
-
};
|
|
24410
|
-
description?: string | undefined;
|
|
24411
|
-
expiryDate?: number[] | undefined;
|
|
24412
|
-
issuedBy?: string | undefined;
|
|
24413
|
-
issuedDate?: number[] | undefined;
|
|
24414
|
-
verificationStatus?: {
|
|
24415
|
-
value: string;
|
|
24416
|
-
id: number;
|
|
24417
|
-
} | undefined;
|
|
24418
|
-
}, {
|
|
24419
|
-
status: string;
|
|
24420
|
-
id: number;
|
|
24421
|
-
clientId: number;
|
|
24422
|
-
documentKey: string;
|
|
24423
|
-
documentType: {
|
|
24424
|
-
name: string;
|
|
24425
|
-
id: number;
|
|
24426
|
-
isMasked: boolean;
|
|
24427
|
-
};
|
|
24428
|
-
description?: string | undefined;
|
|
24429
|
-
expiryDate?: number[] | undefined;
|
|
24430
|
-
issuedBy?: string | undefined;
|
|
24431
|
-
issuedDate?: number[] | undefined;
|
|
24432
|
-
verificationStatus?: {
|
|
24433
|
-
value: string;
|
|
24434
|
-
id: number;
|
|
24435
|
-
} | undefined;
|
|
24436
|
-
}>, "many">>;
|
|
24437
|
-
ofLoanCycle: z$1.ZodNumber;
|
|
24438
|
-
mobileCountryCode: z$1.ZodString;
|
|
24439
|
-
ofLoanActive: z$1.ZodNumber;
|
|
24440
|
-
activeDepositAccount: z$1.ZodNumber;
|
|
24441
|
-
}, z$1.ZodAny, "strip">, z$1.objectInputType<{
|
|
24442
|
-
id: z$1.ZodNumber;
|
|
24443
|
-
accountNo: z$1.ZodUnion<[z$1.ZodString, z$1.ZodNumber]>;
|
|
24444
|
-
displayName: z$1.ZodString;
|
|
24445
|
-
legalForm: z$1.ZodObject<{
|
|
24446
|
-
code: z$1.ZodString;
|
|
24447
|
-
value: z$1.ZodNumber;
|
|
24448
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24449
|
-
value: number;
|
|
24450
|
-
code: string;
|
|
24451
|
-
}, {
|
|
24452
|
-
value: number;
|
|
24453
|
-
code: string;
|
|
24454
|
-
}>;
|
|
24455
|
-
verificationStatus: z$1.ZodObject<{
|
|
24456
|
-
id: z$1.ZodNumber;
|
|
24457
|
-
value: z$1.ZodString;
|
|
24458
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24459
|
-
value: string;
|
|
24460
|
-
id: number;
|
|
24461
|
-
}, {
|
|
24462
|
-
value: string;
|
|
24463
|
-
id: number;
|
|
24464
|
-
}>;
|
|
24465
|
-
identifiers: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
24466
|
-
id: z$1.ZodNumber;
|
|
24467
|
-
clientId: z$1.ZodNumber;
|
|
24468
|
-
documentType: z$1.ZodObject<{
|
|
24469
|
-
id: z$1.ZodNumber;
|
|
24470
|
-
name: z$1.ZodString;
|
|
24471
|
-
isMasked: z$1.ZodBoolean;
|
|
24472
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24473
|
-
name: string;
|
|
24474
|
-
id: number;
|
|
24475
|
-
isMasked: boolean;
|
|
24476
|
-
}, {
|
|
24477
|
-
name: string;
|
|
24478
|
-
id: number;
|
|
24479
|
-
isMasked: boolean;
|
|
24480
|
-
}>;
|
|
24481
|
-
documentKey: z$1.ZodString;
|
|
24482
|
-
issuedDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
24483
|
-
expiryDate: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
24484
|
-
description: z$1.ZodOptional<z$1.ZodString>;
|
|
24485
|
-
status: z$1.ZodString;
|
|
24486
|
-
issuedBy: z$1.ZodOptional<z$1.ZodString>;
|
|
24487
|
-
verificationStatus: z$1.ZodOptional<z$1.ZodObject<{
|
|
24488
|
-
id: z$1.ZodNumber;
|
|
24489
|
-
value: z$1.ZodString;
|
|
24490
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24491
|
-
value: string;
|
|
24492
|
-
id: number;
|
|
24493
|
-
}, {
|
|
24494
|
-
value: string;
|
|
24495
|
-
id: number;
|
|
24496
|
-
}>>;
|
|
24497
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24498
|
-
status: string;
|
|
24499
|
-
id: number;
|
|
24500
|
-
clientId: number;
|
|
24501
|
-
documentKey: string;
|
|
24502
|
-
documentType: {
|
|
24503
|
-
name: string;
|
|
24504
|
-
id: number;
|
|
24505
|
-
isMasked: boolean;
|
|
24506
|
-
};
|
|
24507
|
-
description?: string | undefined;
|
|
24508
|
-
expiryDate?: number[] | undefined;
|
|
24509
|
-
issuedBy?: string | undefined;
|
|
24510
|
-
issuedDate?: number[] | undefined;
|
|
24511
|
-
verificationStatus?: {
|
|
24512
|
-
value: string;
|
|
24513
|
-
id: number;
|
|
24514
|
-
} | undefined;
|
|
24515
|
-
}, {
|
|
24516
|
-
status: string;
|
|
24517
|
-
id: number;
|
|
24518
|
-
clientId: number;
|
|
24519
|
-
documentKey: string;
|
|
24520
|
-
documentType: {
|
|
24521
|
-
name: string;
|
|
24522
|
-
id: number;
|
|
24523
|
-
isMasked: boolean;
|
|
24524
|
-
};
|
|
24525
|
-
description?: string | undefined;
|
|
24526
|
-
expiryDate?: number[] | undefined;
|
|
24527
|
-
issuedBy?: string | undefined;
|
|
24528
|
-
issuedDate?: number[] | undefined;
|
|
24529
|
-
verificationStatus?: {
|
|
24530
|
-
value: string;
|
|
24531
|
-
id: number;
|
|
24532
|
-
} | undefined;
|
|
24533
|
-
}>, "many">>;
|
|
24534
|
-
ofLoanCycle: z$1.ZodNumber;
|
|
24535
|
-
mobileCountryCode: z$1.ZodString;
|
|
24536
|
-
ofLoanActive: z$1.ZodNumber;
|
|
24537
|
-
activeDepositAccount: z$1.ZodNumber;
|
|
24538
|
-
}, z$1.ZodAny, "strip">>;
|
|
24539
|
-
type GetStatusOfVerifyClientResponse = z$1.infer<typeof GetStatusOfVerifyClientResponseSchema>;
|
|
24540
|
-
declare const GetClientRequestSchema: z$1.ZodObject<{
|
|
24541
|
-
riskRating: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
24542
|
-
clientAddress: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
24543
|
-
clientIdentifier: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
24544
|
-
staffInSelectedOfficeOnly: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
24545
|
-
checkIdentitiesExpiration: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
24546
|
-
clientAccountAssociate: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
24547
|
-
}, "strip", z$1.ZodTypeAny, {
|
|
24548
|
-
riskRating?: boolean | undefined;
|
|
24549
|
-
clientAddress?: boolean | undefined;
|
|
24550
|
-
clientIdentifier?: boolean | undefined;
|
|
24551
|
-
staffInSelectedOfficeOnly?: boolean | undefined;
|
|
24552
|
-
checkIdentitiesExpiration?: boolean | undefined;
|
|
24553
|
-
clientAccountAssociate?: boolean | undefined;
|
|
24554
|
-
}, {
|
|
24555
|
-
riskRating?: boolean | undefined;
|
|
24556
|
-
clientAddress?: boolean | undefined;
|
|
24557
|
-
clientIdentifier?: boolean | undefined;
|
|
24558
|
-
staffInSelectedOfficeOnly?: boolean | undefined;
|
|
24559
|
-
checkIdentitiesExpiration?: boolean | undefined;
|
|
24560
|
-
clientAccountAssociate?: boolean | undefined;
|
|
24561
|
-
}>;
|
|
24562
|
-
type GetClientRequest = z$1.infer<typeof GetClientRequestSchema>;
|
|
24563
|
-
|
|
24564
22139
|
/**
|
|
24565
22140
|
* Get client details with optional related data
|
|
24566
22141
|
*
|