@fiado/type-kit 1.0.85 → 1.0.87
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/.idea/aws.xml +10 -10
- package/.idea/fiado-type-kit.iml +11 -11
- package/.idea/modules.xml +7 -7
- package/.idea/vcs.xml +5 -5
- package/README.md +70 -70
- package/bin/account/dtos/GetPocketResponse.d.ts +6 -0
- package/bin/account/dtos/PocketBalanceItem.d.ts +6 -0
- package/bin/account/dtos/PocketBalanceItem.js +32 -0
- package/bin/account/dtos/PocketItem.d.ts +2 -3
- package/bin/account/dtos/PocketItem.js +3 -11
- package/bin/account/index.d.ts +1 -0
- package/bin/account/index.js +1 -0
- package/bin/tern/dtos/TernAddress.d.ts +8 -0
- package/bin/tern/dtos/TernAddress.js +40 -0
- package/bin/tern/dtos/TernCreateAccountRequest.d.ts +7 -0
- package/bin/tern/dtos/TernCreateAccountRequest.js +33 -0
- package/bin/tern/dtos/TernCreateAccountResponse.d.ts +5 -0
- package/bin/tern/dtos/TernCreateAccountResponse.js +25 -0
- package/bin/tern/dtos/TernCreateUserRequest.d.ts +15 -0
- package/bin/tern/dtos/TernCreateUserRequest.js +70 -0
- package/bin/tern/dtos/TernCreateUserResponse.d.ts +8 -0
- package/bin/tern/dtos/TernCreateUserResponse.js +37 -0
- package/bin/tern/dtos/TernGetAccountRequest.d.ts +5 -0
- package/bin/tern/dtos/TernGetAccountRequest.js +25 -0
- package/bin/tern/dtos/TernGetAccountResponse.d.ts +22 -0
- package/bin/tern/dtos/TernGetAccountResponse.js +87 -0
- package/bin/tern/dtos/TernGetUserRequest.d.ts +3 -0
- package/bin/tern/dtos/TernGetUserRequest.js +20 -0
- package/bin/tern/dtos/TernGetUserResponse.d.ts +24 -0
- package/bin/tern/dtos/TernGetUserResponse.js +96 -0
- package/bin/tern/enums/TernAccountStatusEnum.d.ts +4 -0
- package/bin/tern/enums/TernAccountStatusEnum.js +8 -0
- package/bin/tern/enums/TernAccountTypeEnum.d.ts +5 -0
- package/bin/tern/enums/TernAccountTypeEnum.js +9 -0
- package/bin/tern/index.d.ts +11 -0
- package/bin/tern/index.js +29 -0
- package/package.json +23 -23
- package/src/account/dtos/AccountCreateRequest.ts +75 -75
- package/src/account/dtos/AccountCreateResponse.ts +7 -7
- package/src/account/dtos/AccountInfo.ts +39 -39
- package/src/account/dtos/BankAccountExternalAddress.ts +17 -17
- package/src/account/dtos/CreateBankAccountRequest.ts +11 -11
- package/src/account/dtos/CreateBankAccountResponse.ts +8 -8
- package/src/account/dtos/CreateBankAccountUserRequest.ts +17 -17
- package/src/account/dtos/CreateBankAccountUserResponse.ts +11 -11
- package/src/account/dtos/ExchangeInfo.ts +8 -8
- package/src/account/dtos/GetAccountBalanceResponse.ts +32 -32
- package/src/account/dtos/GetBankAccountRequest.ts +3 -3
- package/src/account/dtos/GetBankAccountResponse.ts +22 -22
- package/src/account/dtos/GetBankAccountSensitiveInformationRequest.ts +5 -5
- package/src/account/dtos/GetBankAccountSensitiveInformationResponse.ts +8 -8
- package/src/account/dtos/GetBankAccountUserRequest.ts +2 -2
- package/src/account/dtos/GetBankAccountUserResponse.ts +25 -25
- package/src/account/dtos/GetPocketBalanceResponse.ts +43 -43
- package/src/account/dtos/GetPocketResponse.ts +8 -2
- package/src/account/dtos/PocketBalanceItem.ts +15 -0
- package/src/account/dtos/PocketItem.ts +40 -45
- package/src/account/dtos/UpdateBankAccountUserRequest.ts +26 -26
- package/src/account/dtos/UpdateBankAccountUserResponse.ts +3 -3
- package/src/account/entities/AccountEntityBase.ts +12 -12
- package/src/account/enums/AccountEntityStatusEnum.ts +4 -4
- package/src/account/enums/AccountLevelEnum.ts +5 -5
- package/src/account/enums/BankAccountTypeEnum.ts +2 -2
- package/src/account/enums/BankAccountUserStatusEnum.ts +4 -4
- package/src/account/enums/UserEntityStatusEnum.ts +4 -4
- package/src/account/index.ts +33 -32
- package/src/address/dtos/AddressBase.ts +130 -130
- package/src/address/dtos/AddressCreateRequest.ts +6 -6
- package/src/address/dtos/AddressResponse.ts +41 -41
- package/src/address/dtos/AddressShippingCardRequest.ts +12 -12
- package/src/address/dtos/AddressShippingCardResponse.ts +11 -11
- package/src/address/dtos/Geometry.ts +4 -4
- package/src/address/dtos/OfficeDetails.ts +30 -30
- package/src/address/dtos/OperationSchedule.ts +8 -8
- package/src/address/dtos/Place.ts +83 -83
- package/src/address/dtos/Shipping.ts +36 -36
- package/src/address/dtos/Timezone.ts +5 -5
- package/src/address/enums/AddressProvider.ts +10 -10
- package/src/address/enums/AddressStatus.ts +9 -9
- package/src/address/index.ts +16 -16
- package/src/app/enums/App.ts +10 -10
- package/src/app/index.ts +3 -3
- package/src/authentication/dtos/SignUpAdditionalRequest.ts +32 -32
- package/src/authentication/dtos/SignUpAdditionalResponse.ts +5 -5
- package/src/authentication/index.ts +3 -3
- package/src/card/dtos/CardActivateRequest.ts +12 -12
- package/src/card/dtos/CardApplicationRequest.ts +20 -20
- package/src/card/dtos/CardBalanceResponse.ts +10 -10
- package/src/card/dtos/CardCreateAdditionalRequest.ts +40 -40
- package/src/card/dtos/CardResponse.ts +4 -4
- package/src/card/dtos/CardShipmentQueueMessage.ts +7 -7
- package/src/card/dtos/CardShipmentUpdateRequest.ts +19 -19
- package/src/card/dtos/CardUpdateRequest.ts +13 -13
- package/src/card/dtos/Internal/ActivateBankAccountCardRequest.ts +9 -9
- package/src/card/dtos/Internal/ActivateBankAccountCardResponse.ts +4 -4
- package/src/card/dtos/Internal/CreateBankAccountCardRequest.ts +16 -16
- package/src/card/dtos/Internal/CreateBankAccountCardResponse.ts +8 -8
- package/src/card/dtos/Internal/CreateBankAccountCardShippingRequest.ts +14 -14
- package/src/card/dtos/Internal/CreateBankAccountCardShippingResponse.ts +12 -12
- package/src/card/dtos/Internal/GetBankAccountShippingRequest.ts +5 -5
- package/src/card/dtos/Internal/GetBankAccountShippingResponse.ts +19 -19
- package/src/card/dtos/Internal/UpdateBankAccountCardRequest.ts +21 -21
- package/src/card/dtos/Internal/UpdateBankAccountCardResponse.ts +5 -5
- package/src/card/enums/Brand.ts +7 -7
- package/src/card/enums/CardIssuanceStatus.ts +5 -5
- package/src/card/enums/CardIssuing.ts +6 -6
- package/src/card/enums/CardType.ts +4 -4
- package/src/card/enums/CardUpdateKey.ts +4 -4
- package/src/card/enums/CreditOrDebit.ts +5 -5
- package/src/card/enums/DeliveryChannel.ts +7 -7
- package/src/card/enums/ExternalShippingStatus.ts +14 -14
- package/src/card/enums/ExternalShippingStatusDetails.ts +53 -53
- package/src/card/enums/IssuanceType.ts +5 -5
- package/src/card/enums/NominatedOrInnominated.ts +8 -8
- package/src/card/enums/OwnershipType.ts +3 -3
- package/src/card/enums/ShippingStatus.ts +8 -8
- package/src/card/enums/Status.ts +6 -6
- package/src/card/enums/UpdateKey.ts +5 -5
- package/src/card/enums/VirtualOrPhysical.ts +6 -6
- package/src/card/index.ts +44 -44
- package/src/card/validations/CardUpdateKeyConstraint.ts +53 -53
- package/src/card/validations/IsPhoneNumberConstraint.ts +26 -26
- package/src/country/enums/Country.ts +6 -6
- package/src/country/enums/CountryId.ts +6 -6
- package/src/country/index.ts +5 -5
- package/src/currency/dtos/CurrencyResponse.ts +8 -8
- package/src/currency/index.ts +2 -2
- package/src/directory/dtos/DirectoryResponse.ts +18 -18
- package/src/directory/dtos/External.ts +6 -6
- package/src/directory/enums/Profile.ts +6 -6
- package/src/directory/enums/Scope.ts +7 -7
- package/src/directory/enums/Status.ts +8 -8
- package/src/directory/enums/TypeOfDirectoryId.ts +6 -6
- package/src/directory/index.ts +7 -7
- package/src/eventBridge/dto/EventBridgeMessageRequest.ts +4 -4
- package/src/eventBridge/index.ts +1 -1
- package/src/exchangeRate/dtos/ExchangeRateCreateRequest.ts +50 -50
- package/src/exchangeRate/dtos/ExchangeRateCreateResponse.ts +4 -4
- package/src/exchangeRate/dtos/ExchangeRateResponse.ts +19 -19
- package/src/exchangeRate/enums/ExchangeRateStatus.ts +5 -5
- package/src/exchangeRate/index.ts +8 -8
- package/src/genericMessage/dto/GenericMessageRequest.ts +17 -17
- package/src/genericMessage/enums/GenericMessageSourceEnum.ts +3 -3
- package/src/genericMessage/index.ts +1 -1
- package/src/group/dtos/GroupAddDirectoryRequest.ts +27 -27
- package/src/group/dtos/GroupCreateRequest.ts +54 -54
- package/src/group/dtos/GroupDirectoryRelationsResponse.ts +20 -20
- package/src/group/dtos/GroupDirectoryRelationsUpdateRequest.ts +10 -10
- package/src/group/dtos/GroupResponse.ts +17 -17
- package/src/group/dtos/GroupUpdateRequest.ts +31 -31
- package/src/group/enums/GroupAction.ts +8 -8
- package/src/group/enums/GroupStatus.ts +6 -6
- package/src/group/enums/RelationStatus.ts +8 -8
- package/src/group/enums/RelationType.ts +9 -9
- package/src/group/index.ts +18 -18
- package/src/header/TokenPayload.ts +17 -17
- package/src/header/index.ts +3 -3
- package/src/helpers/ValidationUtils.ts +32 -32
- package/src/helpers/constans/regex.ts +12 -12
- package/src/identity/dtos/IdentificationDocument.ts +24 -24
- package/src/identity/dtos/PeopleCreateRequest.ts +4 -4
- package/src/identity/dtos/PeopleResponse.ts +80 -80
- package/src/identity/dtos/PeopleUpdateRequest.ts +75 -75
- package/src/identity/dtos/TypeOfDocument.ts +11 -11
- package/src/identity/enums/IdentificationDocumentStatus.ts +7 -7
- package/src/identity/enums/SexDocument.ts +6 -6
- package/src/identity/enums/TypeOfDocument.ts +5 -5
- package/src/identity/index.ts +12 -12
- package/src/index.ts +22 -22
- package/src/notificationMessages/dtos/NotificationQueueMessageRequest.ts +7 -7
- package/src/notificationMessages/dtos/QueueMessageDestination.ts +6 -6
- package/src/notificationMessages/dtos/QueueMessageVariableValues.ts +3 -3
- package/src/notificationMessages/enums/NotificationId.ts +13 -13
- package/src/notificationMessages/index.ts +5 -5
- package/src/provider/enums/Provider.ts +4 -4
- package/src/provider/index.ts +1 -1
- package/src/queue/dtos/QueueMessageBase.ts +13 -13
- package/src/servicePayment/dtos/ServicePaymentRequest.ts +33 -33
- package/src/sessionActivity/dtos/SessionActivityQueueMessageRequest.ts +10 -10
- package/src/sessionActivity/enums/SessionActivityActionEnum.ts +7 -7
- package/src/sessionActivity/enums/SessionActivityActionOriginEnum.ts +4 -4
- package/src/sessionActivity/index.ts +2 -2
- package/.idea/sonarlint/issuestore/0/9/09ee7ee398f8b5bc6eda536c9104a8ae5419c82e +0 -0
- package/.idea/sonarlint/issuestore/1/0/10612661d76edd5c482b60e71edd3a7f74505d5e +0 -0
- package/.idea/sonarlint/issuestore/1/2/12453d06e6e35287172e482940b954ba12dc25a2 +0 -2
- package/.idea/sonarlint/issuestore/1/8/18c290c3d5b13d503bb211e6319a9e64ccd83350 +0 -0
- package/.idea/sonarlint/issuestore/1/f/1fcc1ef4b4c5c551f5f5833f39af79dd4d6440bd +0 -0
- package/.idea/sonarlint/issuestore/2/5/25497cc140764f84080ed16d4d408b09b411525a +0 -0
- package/.idea/sonarlint/issuestore/2/d/2de53b2c61661c8acd989aad739d9b6cc0deabde +0 -0
- package/.idea/sonarlint/issuestore/3/5/355a0b1b7628657539752d4cfbd8f33fcc664d5d +0 -0
- package/.idea/sonarlint/issuestore/3/9/3942490f54c10c0111afa09b30a079f3ef9aeec7 +0 -0
- package/.idea/sonarlint/issuestore/3/a/3a96f9d5c15844580b34596455a77e22ce0b1da1 +0 -0
- package/.idea/sonarlint/issuestore/4/1/4110de41994be7f0e890b6711ba86bb4fb50f602 +0 -0
- package/.idea/sonarlint/issuestore/4/f/4f9e0d80d4df64baa27bf681528cb43a3ba4fde6 +0 -0
- package/.idea/sonarlint/issuestore/5/5/55792c374cceb362b99620756061abf16563279b +0 -0
- package/.idea/sonarlint/issuestore/5/6/566db33aef0142b767c76568b2fca29caaa1b423 +0 -0
- package/.idea/sonarlint/issuestore/5/8/5815363aa7c189fe1d8a995d750c3a3f27900621 +0 -0
- package/.idea/sonarlint/issuestore/5/9/59861d131fb0f6508d57801b470735455669e76f +0 -0
- package/.idea/sonarlint/issuestore/5/a/5a74acb4b064cbe70d9a71991eb486fb4d78f531 +0 -0
- package/.idea/sonarlint/issuestore/5/b/5bc0ebc2a399a9f7595b8013c990ef8681de0fb8 +0 -0
- package/.idea/sonarlint/issuestore/6/1/619fe0b2aa30704d95a60035674b31d432fc5a75 +0 -0
- package/.idea/sonarlint/issuestore/6/4/646b88aafc1ca8453d1a111ea33d258c52e07851 +0 -0
- package/.idea/sonarlint/issuestore/6/9/69abfdb53d85b80c255b3ab2a88666175ceeac54 +0 -0
- package/.idea/sonarlint/issuestore/6/b/6bcb55d35bf54b940fe29f44e2bb679bc6f621e1 +0 -0
- package/.idea/sonarlint/issuestore/6/f/6f43ceef55b03d8c26768ceb4ee9e3e1cea7ddd4 +0 -0
- package/.idea/sonarlint/issuestore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +0 -0
- package/.idea/sonarlint/issuestore/7/3/73d3690344e0bf29ccdba246e5f3450707458c0a +0 -0
- package/.idea/sonarlint/issuestore/7/3/73eee44012dacbb17c6d2e2d988e6def209267b8 +0 -0
- package/.idea/sonarlint/issuestore/7/7/77a3404a468e41376864800c0ab63d69287e6eab +0 -0
- package/.idea/sonarlint/issuestore/7/e/7ecdb333781356fc0fe1cc9fa84ac8f76b996401 +0 -0
- package/.idea/sonarlint/issuestore/7/f/7f9d84f1e541f40d1bc582e467f11283b3acfe99 +0 -0
- package/.idea/sonarlint/issuestore/8/3/837ec76e2e7ee5ac8e0326747630f9f66b7d5c1c +0 -0
- package/.idea/sonarlint/issuestore/8/b/8b0588db2495f22a93ce5d97cc089971f40aa4ec +0 -0
- package/.idea/sonarlint/issuestore/8/c/8ce69d617cb074433c15518eed688652cbc8c164 +0 -0
- package/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +0 -0
- package/.idea/sonarlint/issuestore/9/4/948b0afb07fbe2035d9d0a168a017e51c2b221a2 +0 -0
- package/.idea/sonarlint/issuestore/9/8/98a520adeec585ead0013d974a18f679393b6997 +0 -2
- package/.idea/sonarlint/issuestore/9/f/9fc96c9beeba61e907bd3ba313f11eac8cf0d430 +0 -0
- package/.idea/sonarlint/issuestore/a/5/a545ebf840220599f323a01614431575a770e319 +0 -0
- package/.idea/sonarlint/issuestore/a/9/a903e3bfc804794d9b9535cbb530c68383652b5d +0 -0
- package/.idea/sonarlint/issuestore/c/5/c5fb850250c7443c48a6c12b5cf6916773da31f1 +0 -0
- package/.idea/sonarlint/issuestore/c/9/c9c508bb5b9ad2f0f6b3ad35422b961d678e1d0f +0 -0
- package/.idea/sonarlint/issuestore/c/b/cbc130a9515015718fb34e36adfe27e4e31f43e5 +0 -0
- package/.idea/sonarlint/issuestore/f/9/f9cb0ab2ca2e8ce4e64e10034c949066c38000f5 +0 -0
- package/.idea/sonarlint/issuestore/f/9/f9d6327040914014594d301e0dc6361a476a5ff4 +0 -0
- package/.idea/sonarlint/issuestore/index.pb +0 -87
- package/.idea/sonarlint/securityhotspotstore/0/9/09ee7ee398f8b5bc6eda536c9104a8ae5419c82e +0 -0
- package/.idea/sonarlint/securityhotspotstore/1/0/10612661d76edd5c482b60e71edd3a7f74505d5e +0 -0
- package/.idea/sonarlint/securityhotspotstore/1/2/12453d06e6e35287172e482940b954ba12dc25a2 +0 -0
- package/.idea/sonarlint/securityhotspotstore/1/8/18c290c3d5b13d503bb211e6319a9e64ccd83350 +0 -0
- package/.idea/sonarlint/securityhotspotstore/1/f/1fcc1ef4b4c5c551f5f5833f39af79dd4d6440bd +0 -0
- package/.idea/sonarlint/securityhotspotstore/2/5/25497cc140764f84080ed16d4d408b09b411525a +0 -0
- package/.idea/sonarlint/securityhotspotstore/2/d/2de53b2c61661c8acd989aad739d9b6cc0deabde +0 -0
- package/.idea/sonarlint/securityhotspotstore/3/5/355a0b1b7628657539752d4cfbd8f33fcc664d5d +0 -0
- package/.idea/sonarlint/securityhotspotstore/3/9/3942490f54c10c0111afa09b30a079f3ef9aeec7 +0 -0
- package/.idea/sonarlint/securityhotspotstore/3/a/3a96f9d5c15844580b34596455a77e22ce0b1da1 +0 -0
- package/.idea/sonarlint/securityhotspotstore/4/1/4110de41994be7f0e890b6711ba86bb4fb50f602 +0 -0
- package/.idea/sonarlint/securityhotspotstore/4/f/4f9e0d80d4df64baa27bf681528cb43a3ba4fde6 +0 -0
- package/.idea/sonarlint/securityhotspotstore/5/5/55792c374cceb362b99620756061abf16563279b +0 -0
- package/.idea/sonarlint/securityhotspotstore/5/6/566db33aef0142b767c76568b2fca29caaa1b423 +0 -0
- package/.idea/sonarlint/securityhotspotstore/5/8/5815363aa7c189fe1d8a995d750c3a3f27900621 +0 -0
- package/.idea/sonarlint/securityhotspotstore/5/9/59861d131fb0f6508d57801b470735455669e76f +0 -0
- package/.idea/sonarlint/securityhotspotstore/5/a/5a74acb4b064cbe70d9a71991eb486fb4d78f531 +0 -0
- package/.idea/sonarlint/securityhotspotstore/5/b/5bc0ebc2a399a9f7595b8013c990ef8681de0fb8 +0 -0
- package/.idea/sonarlint/securityhotspotstore/6/1/619fe0b2aa30704d95a60035674b31d432fc5a75 +0 -0
- package/.idea/sonarlint/securityhotspotstore/6/4/646b88aafc1ca8453d1a111ea33d258c52e07851 +0 -0
- package/.idea/sonarlint/securityhotspotstore/6/9/69abfdb53d85b80c255b3ab2a88666175ceeac54 +0 -0
- package/.idea/sonarlint/securityhotspotstore/6/b/6bcb55d35bf54b940fe29f44e2bb679bc6f621e1 +0 -0
- package/.idea/sonarlint/securityhotspotstore/6/f/6f43ceef55b03d8c26768ceb4ee9e3e1cea7ddd4 +0 -0
- package/.idea/sonarlint/securityhotspotstore/7/0/7030d0b2f71b999ff89a343de08c414af32fc93a +0 -0
- package/.idea/sonarlint/securityhotspotstore/7/3/73d3690344e0bf29ccdba246e5f3450707458c0a +0 -0
- package/.idea/sonarlint/securityhotspotstore/7/3/73eee44012dacbb17c6d2e2d988e6def209267b8 +0 -0
- package/.idea/sonarlint/securityhotspotstore/7/7/77a3404a468e41376864800c0ab63d69287e6eab +0 -0
- package/.idea/sonarlint/securityhotspotstore/7/e/7ecdb333781356fc0fe1cc9fa84ac8f76b996401 +0 -0
- package/.idea/sonarlint/securityhotspotstore/7/f/7f9d84f1e541f40d1bc582e467f11283b3acfe99 +0 -0
- package/.idea/sonarlint/securityhotspotstore/8/3/837ec76e2e7ee5ac8e0326747630f9f66b7d5c1c +0 -0
- package/.idea/sonarlint/securityhotspotstore/8/b/8b0588db2495f22a93ce5d97cc089971f40aa4ec +0 -0
- package/.idea/sonarlint/securityhotspotstore/8/c/8ce69d617cb074433c15518eed688652cbc8c164 +0 -0
- package/.idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +0 -0
- package/.idea/sonarlint/securityhotspotstore/9/4/948b0afb07fbe2035d9d0a168a017e51c2b221a2 +0 -0
- package/.idea/sonarlint/securityhotspotstore/9/8/98a520adeec585ead0013d974a18f679393b6997 +0 -0
- package/.idea/sonarlint/securityhotspotstore/9/f/9fc96c9beeba61e907bd3ba313f11eac8cf0d430 +0 -0
- package/.idea/sonarlint/securityhotspotstore/a/5/a545ebf840220599f323a01614431575a770e319 +0 -0
- package/.idea/sonarlint/securityhotspotstore/a/9/a903e3bfc804794d9b9535cbb530c68383652b5d +0 -0
- package/.idea/sonarlint/securityhotspotstore/c/5/c5fb850250c7443c48a6c12b5cf6916773da31f1 +0 -0
- package/.idea/sonarlint/securityhotspotstore/c/9/c9c508bb5b9ad2f0f6b3ad35422b961d678e1d0f +0 -0
- package/.idea/sonarlint/securityhotspotstore/c/b/cbc130a9515015718fb34e36adfe27e4e31f43e5 +0 -0
- package/.idea/sonarlint/securityhotspotstore/f/9/f9cb0ab2ca2e8ce4e64e10034c949066c38000f5 +0 -0
- package/.idea/sonarlint/securityhotspotstore/f/9/f9d6327040914014594d301e0dc6361a476a5ff4 +0 -0
- package/.idea/sonarlint/securityhotspotstore/index.pb +0 -87
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Provider } from "../../provider";
|
|
2
|
-
|
|
3
|
-
export class CreateBankAccountResponse {
|
|
4
|
-
externalAccountId: string
|
|
5
|
-
provider: Provider
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { Provider } from "../../provider";
|
|
2
|
+
|
|
3
|
+
export class CreateBankAccountResponse {
|
|
4
|
+
externalAccountId: string
|
|
5
|
+
provider: Provider
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import {AddressBase} from "../../address/dtos/AddressBase";
|
|
2
|
-
|
|
3
|
-
export class CreateBankAccountUserRequest {
|
|
4
|
-
directoryId: string;
|
|
5
|
-
typeOfDirectoryId: string;
|
|
6
|
-
firstName: string;
|
|
7
|
-
lastName: string;
|
|
8
|
-
phoneNumber: string;
|
|
9
|
-
address: AddressBase;
|
|
10
|
-
email: string;
|
|
11
|
-
dob: string;
|
|
12
|
-
documentNumber: string;
|
|
13
|
-
documentType?: string;
|
|
14
|
-
gender?: "M" | "F";
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import {AddressBase} from "../../address/dtos/AddressBase";
|
|
2
|
+
|
|
3
|
+
export class CreateBankAccountUserRequest {
|
|
4
|
+
directoryId: string;
|
|
5
|
+
typeOfDirectoryId: string;
|
|
6
|
+
firstName: string;
|
|
7
|
+
lastName: string;
|
|
8
|
+
phoneNumber: string;
|
|
9
|
+
address: AddressBase;
|
|
10
|
+
email: string;
|
|
11
|
+
dob: string;
|
|
12
|
+
documentNumber: string;
|
|
13
|
+
documentType?: string;
|
|
14
|
+
gender?: "M" | "F";
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Provider } from "../../provider";
|
|
2
|
-
|
|
3
|
-
export class CreateBankAccountUserResponse {
|
|
4
|
-
externalUserId:string
|
|
5
|
-
externalAccountId?:string
|
|
6
|
-
provider:Provider
|
|
7
|
-
accountNumber?:string
|
|
8
|
-
routingNumber?:string
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { Provider } from "../../provider";
|
|
2
|
+
|
|
3
|
+
export class CreateBankAccountUserResponse {
|
|
4
|
+
externalUserId:string
|
|
5
|
+
externalAccountId?:string
|
|
6
|
+
provider:Provider
|
|
7
|
+
accountNumber?:string
|
|
8
|
+
routingNumber?:string
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {IsNumber, IsString} from "class-validator";
|
|
2
|
-
|
|
3
|
-
export default class ExchangeInfo {
|
|
4
|
-
@IsString()
|
|
5
|
-
currencyId: string;
|
|
6
|
-
|
|
7
|
-
@IsNumber()
|
|
8
|
-
rate: number;
|
|
1
|
+
import {IsNumber, IsString} from "class-validator";
|
|
2
|
+
|
|
3
|
+
export default class ExchangeInfo {
|
|
4
|
+
@IsString()
|
|
5
|
+
currencyId: string;
|
|
6
|
+
|
|
7
|
+
@IsNumber()
|
|
8
|
+
rate: number;
|
|
9
9
|
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import {IsNumber, IsString, Matches} from "class-validator";
|
|
2
|
-
import {regexUuidV4} from "../../helpers/constans/regex";
|
|
3
|
-
|
|
4
|
-
export class GetAccountBalanceResponse {
|
|
5
|
-
@IsString()
|
|
6
|
-
@Matches(regexUuidV4,
|
|
7
|
-
{
|
|
8
|
-
message: 'directoryId must be a valid UUID v4',
|
|
9
|
-
})
|
|
10
|
-
id: string;
|
|
11
|
-
|
|
12
|
-
@IsString()
|
|
13
|
-
@Matches(regexUuidV4,
|
|
14
|
-
{
|
|
15
|
-
message: 'directoryId must be a valid UUID v4',
|
|
16
|
-
})
|
|
17
|
-
directoryId: string;
|
|
18
|
-
|
|
19
|
-
@IsString()
|
|
20
|
-
currencyId: string;
|
|
21
|
-
|
|
22
|
-
@IsNumber()
|
|
23
|
-
currentBalance: number;
|
|
24
|
-
|
|
25
|
-
@IsNumber()
|
|
26
|
-
availableBalance: number;
|
|
27
|
-
|
|
28
|
-
@IsNumber()
|
|
29
|
-
lockedBalance: number;
|
|
30
|
-
|
|
31
|
-
@IsNumber()
|
|
32
|
-
unsettledBalance: number;
|
|
1
|
+
import {IsNumber, IsString, Matches} from "class-validator";
|
|
2
|
+
import {regexUuidV4} from "../../helpers/constans/regex";
|
|
3
|
+
|
|
4
|
+
export class GetAccountBalanceResponse {
|
|
5
|
+
@IsString()
|
|
6
|
+
@Matches(regexUuidV4,
|
|
7
|
+
{
|
|
8
|
+
message: 'directoryId must be a valid UUID v4',
|
|
9
|
+
})
|
|
10
|
+
id: string;
|
|
11
|
+
|
|
12
|
+
@IsString()
|
|
13
|
+
@Matches(regexUuidV4,
|
|
14
|
+
{
|
|
15
|
+
message: 'directoryId must be a valid UUID v4',
|
|
16
|
+
})
|
|
17
|
+
directoryId: string;
|
|
18
|
+
|
|
19
|
+
@IsString()
|
|
20
|
+
currencyId: string;
|
|
21
|
+
|
|
22
|
+
@IsNumber()
|
|
23
|
+
currentBalance: number;
|
|
24
|
+
|
|
25
|
+
@IsNumber()
|
|
26
|
+
availableBalance: number;
|
|
27
|
+
|
|
28
|
+
@IsNumber()
|
|
29
|
+
lockedBalance: number;
|
|
30
|
+
|
|
31
|
+
@IsNumber()
|
|
32
|
+
unsettledBalance: number;
|
|
33
33
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export class GetBankAccountRequest {
|
|
2
|
-
externalAccountId: string;
|
|
3
|
-
accountType?: "USER" | "BUSINESS";
|
|
1
|
+
export class GetBankAccountRequest {
|
|
2
|
+
externalAccountId: string;
|
|
3
|
+
accountType?: "USER" | "BUSINESS";
|
|
4
4
|
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import {BankAccountTypeEnum} from "../enums/BankAccountTypeEnum";
|
|
2
|
-
import {BankAccountExternalAddress} from "./BankAccountExternalAddress";
|
|
3
|
-
import {AccountEntityStatusEnum} from "../enums/AccountEntityStatusEnum";
|
|
4
|
-
|
|
5
|
-
export class GetBankAccountResponse {
|
|
6
|
-
id: string;
|
|
7
|
-
businessId: string;
|
|
8
|
-
userId: string;
|
|
9
|
-
name: string;
|
|
10
|
-
accountNumber: string;
|
|
11
|
-
routingNumber: string;
|
|
12
|
-
accountType: BankAccountTypeEnum;
|
|
13
|
-
active: boolean;
|
|
14
|
-
isPrimary: boolean;
|
|
15
|
-
createdDate: string;
|
|
16
|
-
updatedDate: string;
|
|
17
|
-
deletedDate: string;
|
|
18
|
-
updatedBy: string;
|
|
19
|
-
balance: number;
|
|
20
|
-
address?: BankAccountExternalAddress;
|
|
21
|
-
kybStatus?: string;
|
|
22
|
-
statusName?: AccountEntityStatusEnum;
|
|
1
|
+
import {BankAccountTypeEnum} from "../enums/BankAccountTypeEnum";
|
|
2
|
+
import {BankAccountExternalAddress} from "./BankAccountExternalAddress";
|
|
3
|
+
import {AccountEntityStatusEnum} from "../enums/AccountEntityStatusEnum";
|
|
4
|
+
|
|
5
|
+
export class GetBankAccountResponse {
|
|
6
|
+
id: string;
|
|
7
|
+
businessId: string;
|
|
8
|
+
userId: string;
|
|
9
|
+
name: string;
|
|
10
|
+
accountNumber: string;
|
|
11
|
+
routingNumber: string;
|
|
12
|
+
accountType: BankAccountTypeEnum;
|
|
13
|
+
active: boolean;
|
|
14
|
+
isPrimary: boolean;
|
|
15
|
+
createdDate: string;
|
|
16
|
+
updatedDate: string;
|
|
17
|
+
deletedDate: string;
|
|
18
|
+
updatedBy: string;
|
|
19
|
+
balance: number;
|
|
20
|
+
address?: BankAccountExternalAddress;
|
|
21
|
+
kybStatus?: string;
|
|
22
|
+
statusName?: AccountEntityStatusEnum;
|
|
23
23
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
export class GetBankAccountSensitiveInformationRequest {
|
|
3
|
-
externalCardId: string;
|
|
4
|
-
externalAccountId?: string;
|
|
5
|
-
externalUserId?: string;
|
|
1
|
+
|
|
2
|
+
export class GetBankAccountSensitiveInformationRequest {
|
|
3
|
+
externalCardId: string;
|
|
4
|
+
externalAccountId?: string;
|
|
5
|
+
externalUserId?: string;
|
|
6
6
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
export class GetBankAccountSensitiveInformationResponse {
|
|
3
|
-
name:string
|
|
4
|
-
cvv :string
|
|
5
|
-
expirationYear:string
|
|
6
|
-
expirationMonth:string
|
|
7
|
-
pin?:string
|
|
8
|
-
pan: string
|
|
1
|
+
|
|
2
|
+
export class GetBankAccountSensitiveInformationResponse {
|
|
3
|
+
name:string
|
|
4
|
+
cvv :string
|
|
5
|
+
expirationYear:string
|
|
6
|
+
expirationMonth:string
|
|
7
|
+
pin?:string
|
|
8
|
+
pan: string
|
|
9
9
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export class GetBankAccountUserRequest {
|
|
2
|
-
externalUserId: string;
|
|
1
|
+
export class GetBankAccountUserRequest {
|
|
2
|
+
externalUserId: string;
|
|
3
3
|
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import {BankAccountExternalAddress} from "./BankAccountExternalAddress";
|
|
2
|
-
import {UserEntityStatusEnum} from "../enums/UserEntityStatusEnum";
|
|
3
|
-
import {SexDocument, TypeOfDocument} from "../../identity";
|
|
4
|
-
import {Country} from "../../country";
|
|
5
|
-
|
|
6
|
-
export class GetBankAccountUserResponse {
|
|
7
|
-
id: string;
|
|
8
|
-
typeOfUserId: string;
|
|
9
|
-
dob: string;
|
|
10
|
-
name: string;
|
|
11
|
-
lastName: string;
|
|
12
|
-
phoneNumber: string;
|
|
13
|
-
email: string;
|
|
14
|
-
address?: BankAccountExternalAddress;
|
|
15
|
-
status: UserEntityStatusEnum;
|
|
16
|
-
sex?: SexDocument;
|
|
17
|
-
documentNumber: string;
|
|
18
|
-
typeOfDocumentId?: TypeOfDocument;
|
|
19
|
-
countryId: Country;
|
|
20
|
-
userAccountIds?: string[];
|
|
21
|
-
createdDate?: string;
|
|
22
|
-
updatedDate?: string;
|
|
23
|
-
deletedDate?: string;
|
|
24
|
-
updatedBy?: string;
|
|
25
|
-
accountIds?: number[];
|
|
1
|
+
import {BankAccountExternalAddress} from "./BankAccountExternalAddress";
|
|
2
|
+
import {UserEntityStatusEnum} from "../enums/UserEntityStatusEnum";
|
|
3
|
+
import {SexDocument, TypeOfDocument} from "../../identity";
|
|
4
|
+
import {Country} from "../../country";
|
|
5
|
+
|
|
6
|
+
export class GetBankAccountUserResponse {
|
|
7
|
+
id: string;
|
|
8
|
+
typeOfUserId: string;
|
|
9
|
+
dob: string;
|
|
10
|
+
name: string;
|
|
11
|
+
lastName: string;
|
|
12
|
+
phoneNumber: string;
|
|
13
|
+
email: string;
|
|
14
|
+
address?: BankAccountExternalAddress;
|
|
15
|
+
status: UserEntityStatusEnum;
|
|
16
|
+
sex?: SexDocument;
|
|
17
|
+
documentNumber: string;
|
|
18
|
+
typeOfDocumentId?: TypeOfDocument;
|
|
19
|
+
countryId: Country;
|
|
20
|
+
userAccountIds?: string[];
|
|
21
|
+
createdDate?: string;
|
|
22
|
+
updatedDate?: string;
|
|
23
|
+
deletedDate?: string;
|
|
24
|
+
updatedBy?: string;
|
|
25
|
+
accountIds?: number[];
|
|
26
26
|
}
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
import {IsNumber, IsString, Matches} from "class-validator";
|
|
2
|
-
import {regexUuidV4} from "../../helpers/constans/regex";
|
|
3
|
-
|
|
4
|
-
export class GetPocketBalanceResponse {
|
|
5
|
-
@IsString()
|
|
6
|
-
@Matches(regexUuidV4,
|
|
7
|
-
{
|
|
8
|
-
message: 'directoryId must be a valid UUID v4',
|
|
9
|
-
})
|
|
10
|
-
id: string;
|
|
11
|
-
|
|
12
|
-
@IsString()
|
|
13
|
-
@Matches(regexUuidV4,
|
|
14
|
-
{
|
|
15
|
-
message: 'directoryId must be a valid UUID v4',
|
|
16
|
-
})
|
|
17
|
-
accountId: string;
|
|
18
|
-
|
|
19
|
-
@IsString()
|
|
20
|
-
@Matches(regexUuidV4,
|
|
21
|
-
{
|
|
22
|
-
message: 'directoryId must be a valid UUID v4',
|
|
23
|
-
})
|
|
24
|
-
ownerDirectoryId: string;
|
|
25
|
-
|
|
26
|
-
@IsString()
|
|
27
|
-
@Matches(regexUuidV4,
|
|
28
|
-
{
|
|
29
|
-
message: 'directoryId must be a valid UUID v4',
|
|
30
|
-
})
|
|
31
|
-
beneficiaryDirectoryId: string;
|
|
32
|
-
|
|
33
|
-
@IsString()
|
|
34
|
-
currencyId: string;
|
|
35
|
-
|
|
36
|
-
@IsNumber()
|
|
37
|
-
currentBalance: number;
|
|
38
|
-
|
|
39
|
-
@IsNumber()
|
|
40
|
-
availableBalance: number;
|
|
41
|
-
|
|
42
|
-
@IsNumber()
|
|
43
|
-
lockedBalance: number;
|
|
1
|
+
import {IsNumber, IsString, Matches} from "class-validator";
|
|
2
|
+
import {regexUuidV4} from "../../helpers/constans/regex";
|
|
3
|
+
|
|
4
|
+
export class GetPocketBalanceResponse {
|
|
5
|
+
@IsString()
|
|
6
|
+
@Matches(regexUuidV4,
|
|
7
|
+
{
|
|
8
|
+
message: 'directoryId must be a valid UUID v4',
|
|
9
|
+
})
|
|
10
|
+
id: string;
|
|
11
|
+
|
|
12
|
+
@IsString()
|
|
13
|
+
@Matches(regexUuidV4,
|
|
14
|
+
{
|
|
15
|
+
message: 'directoryId must be a valid UUID v4',
|
|
16
|
+
})
|
|
17
|
+
accountId: string;
|
|
18
|
+
|
|
19
|
+
@IsString()
|
|
20
|
+
@Matches(regexUuidV4,
|
|
21
|
+
{
|
|
22
|
+
message: 'directoryId must be a valid UUID v4',
|
|
23
|
+
})
|
|
24
|
+
ownerDirectoryId: string;
|
|
25
|
+
|
|
26
|
+
@IsString()
|
|
27
|
+
@Matches(regexUuidV4,
|
|
28
|
+
{
|
|
29
|
+
message: 'directoryId must be a valid UUID v4',
|
|
30
|
+
})
|
|
31
|
+
beneficiaryDirectoryId: string;
|
|
32
|
+
|
|
33
|
+
@IsString()
|
|
34
|
+
currencyId: string;
|
|
35
|
+
|
|
36
|
+
@IsNumber()
|
|
37
|
+
currentBalance: number;
|
|
38
|
+
|
|
39
|
+
@IsNumber()
|
|
40
|
+
availableBalance: number;
|
|
41
|
+
|
|
42
|
+
@IsNumber()
|
|
43
|
+
lockedBalance: number;
|
|
44
44
|
}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import AccountInfo from "./AccountInfo";
|
|
2
|
+
import PocketItem from "./PocketItem";
|
|
3
|
+
import ExchangeInfo from "./ExchangeInfo";
|
|
4
|
+
|
|
5
|
+
export default class GetPocketResponse {
|
|
6
|
+
accountInfo: AccountInfo;
|
|
7
|
+
pockets: PocketItem[];
|
|
8
|
+
exchangeInfo: ExchangeInfo;
|
|
3
9
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import {IsNumber, IsString} from "class-validator";
|
|
2
|
+
|
|
3
|
+
export class PocketBalanceItem {
|
|
4
|
+
@IsString()
|
|
5
|
+
currencyId: string;
|
|
6
|
+
|
|
7
|
+
@IsNumber()
|
|
8
|
+
availableBalance: number;
|
|
9
|
+
|
|
10
|
+
@IsNumber()
|
|
11
|
+
lockedBalance: number;
|
|
12
|
+
|
|
13
|
+
@IsNumber()
|
|
14
|
+
unsettledBalance: number;
|
|
15
|
+
}
|
|
@@ -1,46 +1,41 @@
|
|
|
1
|
-
import {IsBoolean, IsNumber, IsString, Matches} from "class-validator";
|
|
2
|
-
import {regexUuidV4} from "../../helpers/constans/regex";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
@
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
@
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
@
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
@IsNumber()
|
|
42
|
-
lockedBalance: number;
|
|
43
|
-
|
|
44
|
-
@IsNumber()
|
|
45
|
-
unsettledBalance: number;
|
|
1
|
+
import {IsBoolean, IsNumber, IsString, Matches, ValidateNested} from "class-validator";
|
|
2
|
+
import {regexUuidV4} from "../../helpers/constans/regex";
|
|
3
|
+
import {PocketBalanceItem} from "./PocketBalanceItem";
|
|
4
|
+
|
|
5
|
+
export default class PocketItem {
|
|
6
|
+
@IsString()
|
|
7
|
+
@Matches(regexUuidV4,
|
|
8
|
+
{
|
|
9
|
+
message: 'directoryId must be a valid UUID v4',
|
|
10
|
+
})
|
|
11
|
+
id: string;
|
|
12
|
+
|
|
13
|
+
@IsString()
|
|
14
|
+
@Matches(regexUuidV4,
|
|
15
|
+
{
|
|
16
|
+
message: 'directoryId must be a valid UUID v4',
|
|
17
|
+
})
|
|
18
|
+
ownerDirectoryId: string;
|
|
19
|
+
|
|
20
|
+
@IsString()
|
|
21
|
+
@Matches(regexUuidV4,
|
|
22
|
+
{
|
|
23
|
+
message: 'directoryId must be a valid UUID v4',
|
|
24
|
+
})
|
|
25
|
+
beneficiaryDirectoryId: string;
|
|
26
|
+
|
|
27
|
+
@IsBoolean()
|
|
28
|
+
isOwnerPocket: boolean;
|
|
29
|
+
|
|
30
|
+
@IsString()
|
|
31
|
+
phoneNumber: string;
|
|
32
|
+
|
|
33
|
+
@IsString()
|
|
34
|
+
name: string;
|
|
35
|
+
|
|
36
|
+
@IsString()
|
|
37
|
+
lastName: string;
|
|
38
|
+
|
|
39
|
+
@ValidateNested()
|
|
40
|
+
pocketBalance: PocketBalanceItem[];
|
|
46
41
|
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { AddressBase } from "../../address/dtos/AddressBase"
|
|
2
|
-
import { CountryId } from "../../country"
|
|
3
|
-
import { SexDocument } from "../../identity"
|
|
4
|
-
import { TypeOfDocument } from "../../identity/enums/TypeOfDocument"
|
|
5
|
-
import { BankAccountUserStatus } from "../enums/BankAccountUserStatusEnum"
|
|
6
|
-
|
|
7
|
-
export class UpdateBankAccountUserRequest {
|
|
8
|
-
id:string
|
|
9
|
-
name?: string
|
|
10
|
-
lastName?: string
|
|
11
|
-
typeOfDocumentId?: TypeOfDocument
|
|
12
|
-
documentNumber?: string
|
|
13
|
-
sex?: SexDocument
|
|
14
|
-
email?: string
|
|
15
|
-
phoneNumber?: string
|
|
16
|
-
status?: BankAccountUserStatus
|
|
17
|
-
taxNumber?: string
|
|
18
|
-
taxType?: "RFC"
|
|
19
|
-
address?: AddressBase
|
|
20
|
-
dob?:string
|
|
21
|
-
nationality?:CountryId
|
|
22
|
-
createdDate?: string
|
|
23
|
-
updatedDate?: string
|
|
24
|
-
deletedDate?: string
|
|
25
|
-
updatedBy?: string
|
|
26
|
-
governmentId?: string
|
|
1
|
+
import { AddressBase } from "../../address/dtos/AddressBase"
|
|
2
|
+
import { CountryId } from "../../country"
|
|
3
|
+
import { SexDocument } from "../../identity"
|
|
4
|
+
import { TypeOfDocument } from "../../identity/enums/TypeOfDocument"
|
|
5
|
+
import { BankAccountUserStatus } from "../enums/BankAccountUserStatusEnum"
|
|
6
|
+
|
|
7
|
+
export class UpdateBankAccountUserRequest {
|
|
8
|
+
id:string
|
|
9
|
+
name?: string
|
|
10
|
+
lastName?: string
|
|
11
|
+
typeOfDocumentId?: TypeOfDocument
|
|
12
|
+
documentNumber?: string
|
|
13
|
+
sex?: SexDocument
|
|
14
|
+
email?: string
|
|
15
|
+
phoneNumber?: string
|
|
16
|
+
status?: BankAccountUserStatus
|
|
17
|
+
taxNumber?: string
|
|
18
|
+
taxType?: "RFC"
|
|
19
|
+
address?: AddressBase
|
|
20
|
+
dob?:string
|
|
21
|
+
nationality?:CountryId
|
|
22
|
+
createdDate?: string
|
|
23
|
+
updatedDate?: string
|
|
24
|
+
deletedDate?: string
|
|
25
|
+
updatedBy?: string
|
|
26
|
+
governmentId?: string
|
|
27
27
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export class UpdateBankAccountUserResponse {
|
|
2
|
-
updatedAt: string;
|
|
3
|
-
updatedBy: string;
|
|
1
|
+
export class UpdateBankAccountUserResponse {
|
|
2
|
+
updatedAt: string;
|
|
3
|
+
updatedBy: string;
|
|
4
4
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {AccountEntityStatusEnum} from "../enums/AccountEntityStatusEnum"
|
|
2
|
-
import {AccountLevelEnum} from "../enums/AccountLevelEnum";
|
|
3
|
-
|
|
4
|
-
export class AccountEntityBase {
|
|
5
|
-
id: string;
|
|
6
|
-
directoryId: string;
|
|
7
|
-
typeOfDirectoryId: string;
|
|
8
|
-
peopleId: string;
|
|
9
|
-
currencyId: string;
|
|
10
|
-
status: AccountEntityStatusEnum;
|
|
11
|
-
tenantId: string;
|
|
12
|
-
accountLevel: AccountLevelEnum;
|
|
1
|
+
import {AccountEntityStatusEnum} from "../enums/AccountEntityStatusEnum"
|
|
2
|
+
import {AccountLevelEnum} from "../enums/AccountLevelEnum";
|
|
3
|
+
|
|
4
|
+
export class AccountEntityBase {
|
|
5
|
+
id: string;
|
|
6
|
+
directoryId: string;
|
|
7
|
+
typeOfDirectoryId: string;
|
|
8
|
+
peopleId: string;
|
|
9
|
+
currencyId: string;
|
|
10
|
+
status: AccountEntityStatusEnum;
|
|
11
|
+
tenantId: string;
|
|
12
|
+
accountLevel: AccountLevelEnum;
|
|
13
13
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export enum AccountEntityStatusEnum {
|
|
2
|
-
ACTIVE = "ACTIVE",
|
|
3
|
-
INACTIVE = "INACTIVE",
|
|
4
|
-
PAUSED = "PAUSED"
|
|
1
|
+
export enum AccountEntityStatusEnum {
|
|
2
|
+
ACTIVE = "ACTIVE",
|
|
3
|
+
INACTIVE = "INACTIVE",
|
|
4
|
+
PAUSED = "PAUSED"
|
|
5
5
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export enum AccountLevelEnum {
|
|
2
|
-
LEVEL_1 = "1",
|
|
3
|
-
LEVEL_2 = "2",
|
|
4
|
-
LEVEL_3 = "3",
|
|
5
|
-
LEVEL_4 = "4",
|
|
1
|
+
export enum AccountLevelEnum {
|
|
2
|
+
LEVEL_1 = "1",
|
|
3
|
+
LEVEL_2 = "2",
|
|
4
|
+
LEVEL_3 = "3",
|
|
5
|
+
LEVEL_4 = "4",
|
|
6
6
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export enum BankAccountTypeEnum {
|
|
2
|
-
CARD_ISSUING = "Card Issuing"
|
|
1
|
+
export enum BankAccountTypeEnum {
|
|
2
|
+
CARD_ISSUING = "Card Issuing"
|
|
3
3
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export enum BankAccountUserStatus {
|
|
2
|
-
ACTIVE = "ACTIVE",
|
|
3
|
-
BLOCKED = "BLOCKED",
|
|
4
|
-
INACTIVE = "INACTIVE"
|
|
1
|
+
export enum BankAccountUserStatus {
|
|
2
|
+
ACTIVE = "ACTIVE",
|
|
3
|
+
BLOCKED = "BLOCKED",
|
|
4
|
+
INACTIVE = "INACTIVE"
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export enum UserEntityStatusEnum {
|
|
2
|
-
ACTIVE = "ACTIVE",
|
|
3
|
-
BLOCKED = "BLOCKED",
|
|
4
|
-
INACTIVE = "INACTIVE"
|
|
1
|
+
export enum UserEntityStatusEnum {
|
|
2
|
+
ACTIVE = "ACTIVE",
|
|
3
|
+
BLOCKED = "BLOCKED",
|
|
4
|
+
INACTIVE = "INACTIVE"
|
|
5
5
|
}
|