@fiado/type-kit 1.2.44 → 1.2.45
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/bin/account/dtos/AccountResponse.d.ts +21 -0
- package/bin/account/dtos/AccountResponse.js +6 -0
- package/bin/account/dtos/CreateBankAccountInput.d.ts +8 -0
- package/bin/account/dtos/CreateBankAccountInput.js +6 -0
- package/bin/account/dtos/CreateBankAccountOutput.d.ts +5 -0
- package/bin/account/dtos/CreateBankAccountOutput.js +6 -0
- package/bin/account/dtos/CreateBankAccountUserInput.d.ts +14 -0
- package/bin/account/dtos/CreateBankAccountUserInput.js +6 -0
- package/bin/account/dtos/CreateBankAccountUserOutput.d.ts +8 -0
- package/bin/account/dtos/CreateBankAccountUserOutput.js +6 -0
- package/bin/account/dtos/PocketCreateRequest.d.ts +4 -0
- package/bin/account/dtos/PocketCreateRequest.js +31 -0
- package/bin/account/dtos/PocketCreateResponse.d.ts +2 -0
- package/bin/account/dtos/PocketCreateResponse.js +6 -0
- package/bin/account/enums/AccountStatus.d.ts +5 -0
- package/bin/account/enums/AccountStatus.js +9 -0
- package/bin/card/dtos/CardCreateRequest.d.ts +34 -0
- package/bin/card/dtos/CardCreateRequest.js +176 -0
- package/bin/creditContract/dto/CreditContractCreateRequest.d.ts +15 -0
- package/bin/creditContract/dto/CreditContractCreateRequest.js +72 -0
- package/bin/pomelo/dtos/PomeloCreateUserRequest.d.ts +28 -0
- package/bin/pomelo/dtos/PomeloCreateUserRequest.js +2 -0
- package/bin/pomelo/dtos/PomeloCreateUserResponse.d.ts +35 -0
- package/bin/pomelo/dtos/PomeloCreateUserResponse.js +2 -0
- package/bin/pomelo/enums/CountryEnum.d.ts +8 -0
- package/bin/pomelo/enums/CountryEnum.js +12 -0
- package/bin/pomelo/enums/IdentificationTypeEnum.d.ts +7 -0
- package/bin/pomelo/enums/IdentificationTypeEnum.js +11 -0
- package/bin/pomelo/enums/SexEnum.d.ts +4 -0
- package/bin/pomelo/enums/SexEnum.js +8 -0
- package/bin/pomelo/enums/TaxTypeEnum.d.ts +7 -0
- package/bin/pomelo/enums/TaxTypeEnum.js +11 -0
- package/bin/pomelo/enums/UserStatusEnum.d.ts +4 -0
- package/bin/pomelo/enums/UserStatusEnum.js +8 -0
- package/bin/pomelo/index.d.ts +7 -0
- package/bin/pomelo/index.js +25 -0
- package/bin/productCatalog/dtos/GetProductCatalogRequest.d.ts +3 -0
- package/bin/productCatalog/dtos/GetProductCatalogRequest.js +19 -0
- package/bin/stpSpei/enums/ActividadesProductivasEnum.d.ts +48 -0
- package/bin/stpSpei/enums/ActividadesProductivasEnum.js +52 -0
- package/bin/stpSpei/enums/EntidadesFederativasEnum.d.ts +34 -0
- package/bin/stpSpei/enums/EntidadesFederativasEnum.js +38 -0
- package/bin/stpSpei/enums/PaisesEnum.d.ts +276 -0
- package/bin/stpSpei/enums/PaisesEnum.js +280 -0
- package/bin/stpSpei/index.d.ts +3 -0
- package/bin/stpSpei/index.js +3 -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/bin/transaction/TransactionCreateRequest.d.ts +2 -0
- package/bin/transaction/TransactionCreateRequest.js +6 -0
- package/bin/transaction/TransactionCreateResponse.d.ts +2 -0
- package/bin/transaction/TransactionCreateResponse.js +6 -0
- package/bin/transaction/dtos/TransactionGetDetailResponse.d.ts +1 -0
- package/bin/transaction/dtos/TransactionSourceEnum.d.ts +5 -0
- package/bin/transaction/dtos/TransactionSourceEnum.js +9 -0
- package/bin/transactionProcessor/dtos/private/PrivateProcessorAmountInfo.d.ts +6 -0
- package/bin/transactionProcessor/dtos/private/PrivateProcessorAmountInfo.js +6 -0
- package/bin/transactionProcessor/dtos/private/PrivateProcessorAmountInfoItem.d.ts +4 -0
- package/bin/transactionProcessor/dtos/private/PrivateProcessorAmountInfoItem.js +6 -0
- package/bin/transactionProcessor/dtos/private/PrivateProcessorCardInfo.d.ts +6 -0
- package/bin/transactionProcessor/dtos/private/PrivateProcessorCardInfo.js +6 -0
- package/bin/transactionProcessor/dtos/private/PrivateProcessorMerchantInfo.d.ts +7 -0
- package/bin/transactionProcessor/dtos/private/PrivateProcessorMerchantInfo.js +6 -0
- package/bin/transactionProcessor/dtos/private/PrivateProcessorTransactionInfo.d.ts +8 -0
- package/bin/transactionProcessor/dtos/private/PrivateProcessorTransactionInfo.js +6 -0
- package/bin/transactionProcessor/dtos/private/PrivateTransactionProcessorRequest.d.ts +16 -0
- package/bin/transactionProcessor/dtos/private/PrivateTransactionProcessorRequest.js +6 -0
- package/package.json +1 -1
- package/src/stpSpei/enums/ActividadesProductivasEnum.ts +48 -0
- package/src/stpSpei/enums/EntidadesFederativasEnum.ts +34 -0
- package/src/stpSpei/enums/PaisesEnum.ts +276 -0
- package/src/stpSpei/index.ts +4 -1
- package/src/transaction/dtos/TransactionGetDetailResponse.ts +1 -0
- package/.idea/aws.xml +0 -11
- package/.idea/fiado-type-kit.iml +0 -12
- package/.idea/modules.xml +0 -8
- package/.idea/sonarlint/issuestore/0/2/02175ba1c7b82f17c1f95edd897711cf21fc8b55 +0 -0
- package/.idea/sonarlint/issuestore/0/3/0382ec9d8bd1d671b35f3cce2e83a60a6f0d4e92 +0 -0
- package/.idea/sonarlint/issuestore/0/9/09ee7ee398f8b5bc6eda536c9104a8ae5419c82e +0 -0
- package/.idea/sonarlint/issuestore/0/f/0f534ce38f745b6707998aa6c868a729b909bf4d +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/9/197cec5934a8756e52d31de4e13741cc3a816164 +0 -0
- package/.idea/sonarlint/issuestore/1/f/1fcc1ef4b4c5c551f5f5833f39af79dd4d6440bd +0 -0
- package/.idea/sonarlint/issuestore/2/4/244f232939a7014966ac2eff9cd795d12c5ddc21 +0 -0
- package/.idea/sonarlint/issuestore/2/5/25497cc140764f84080ed16d4d408b09b411525a +0 -0
- package/.idea/sonarlint/issuestore/2/9/2983524a17882775f03310e18fd052a958d44d3b +0 -0
- package/.idea/sonarlint/issuestore/2/c/2cf73169675e38d4411f50e8ac8e5c5186a3616e +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/8/38c41cacebf63514689973e01014e89db38448d7 +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/d/4d722d4f799d0dcaf4f273105d16ce2d9761ceb2 +0 -0
- package/.idea/sonarlint/issuestore/4/f/4f9e0d80d4df64baa27bf681528cb43a3ba4fde6 +0 -0
- package/.idea/sonarlint/issuestore/5/2/52124373285180cc9fc913380c1cf02a160f9e62 +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/7/57d8ecb1bda7803e970cddbcb9d96ec682fbce50 +0 -0
- package/.idea/sonarlint/issuestore/5/8/5815363aa7c189fe1d8a995d750c3a3f27900621 +0 -0
- package/.idea/sonarlint/issuestore/5/9/5993b7cd868ca0f67fff0860484d2de906467a5c +0 -0
- package/.idea/sonarlint/issuestore/5/a/5a74acb4b064cbe70d9a71991eb486fb4d78f531 +0 -0
- package/.idea/sonarlint/issuestore/5/b/5b4cf966e749bb0515dfad5d0c51e5fa59e969e5 +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/5/65e727e2ee3468d20e4bf7cb3800385cb2c7a983 +0 -0
- package/.idea/sonarlint/issuestore/6/6/6627ec0b7b336db9c2a70382b2ee1e69ba3163ac +0 -0
- package/.idea/sonarlint/issuestore/6/9/69abfdb53d85b80c255b3ab2a88666175ceeac54 +0 -0
- package/.idea/sonarlint/issuestore/6/9/69d58b0b6323e7e777c435dbaefe94a64394e255 +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/0/70c663239858c68590cdba7e904366fe59855b0b +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/4/7489a99709fa9ca44fa1a085c02ee8502e21a9fd +0 -0
- package/.idea/sonarlint/issuestore/7/7/77a3404a468e41376864800c0ab63d69287e6eab +0 -0
- package/.idea/sonarlint/issuestore/7/8/782e1a44f35a71927df243d92a4eede126f437ac +0 -0
- package/.idea/sonarlint/issuestore/7/a/7aa3d5a067415a7071571cb5018a37d03cff5bbd +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/1/81c76302465b6fb29ef101681712a023c52c8f00 +0 -0
- package/.idea/sonarlint/issuestore/8/2/823bafbef2d005b52054bb6ba237d26a93a69289 +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/2/9252baf9a1ff6cf967c8f83c4a62c40264b122d7 +0 -0
- package/.idea/sonarlint/issuestore/9/4/948b0afb07fbe2035d9d0a168a017e51c2b221a2 +0 -0
- package/.idea/sonarlint/issuestore/9/4/94f646fcac8f4172c6e6958abd9f455b3c79995f +0 -0
- package/.idea/sonarlint/issuestore/9/5/95966b4a91847f490e094dfa87f80c2c5c59fbb9 +0 -0
- package/.idea/sonarlint/issuestore/9/8/98a520adeec585ead0013d974a18f679393b6997 +0 -0
- package/.idea/sonarlint/issuestore/9/f/9fc96c9beeba61e907bd3ba313f11eac8cf0d430 +0 -0
- package/.idea/sonarlint/issuestore/a/0/a06a99270cf7808dda3a6025cf813ae52720b475 +0 -0
- package/.idea/sonarlint/issuestore/a/5/a5cc2925ca8258af241be7e5b0381edf30266302 +0 -0
- package/.idea/sonarlint/issuestore/a/9/a903e3bfc804794d9b9535cbb530c68383652b5d +0 -0
- package/.idea/sonarlint/issuestore/a/b/abfb24bd8d0e3cdfbf3ff4c7e80603bf1cdf7871 +0 -0
- package/.idea/sonarlint/issuestore/b/c/bc5b896ed63da1497d081036364d9f2384f2ea37 +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/c/d/cdd687c2228066cdac5910ebcd0a5584e5c50985 +0 -0
- package/.idea/sonarlint/issuestore/d/2/d24fe332e92475452d840d36f81c9af7b70887e7 +0 -0
- package/.idea/sonarlint/issuestore/d/2/d2b43e6a30699faba4dff61341b06c7e17e7f400 +0 -0
- package/.idea/sonarlint/issuestore/d/d/dd375f957eb150c2f7fb1d4edba07501286db515 +0 -0
- package/.idea/sonarlint/issuestore/d/f/df083cf457b627bc4ada3c11eee92cc83e6c4c80 +0 -0
- package/.idea/sonarlint/issuestore/e/0/e05f58bae396006667e2ac1103d301e443e1f856 +0 -0
- package/.idea/sonarlint/issuestore/e/7/e7248564a8f7fdc020eba78ea0c58c98603880a4 +0 -0
- package/.idea/sonarlint/issuestore/e/d/ed43355775e0bbf3987e4526d4d8dd779773eb91 +0 -0
- package/.idea/sonarlint/issuestore/f/2/f2d1f4712d58f68a238d7df4f455d3cc45882594 +0 -0
- package/.idea/sonarlint/issuestore/f/2/f2f4d557bf4d2e72606a808a2446af7098387e58 +0 -0
- package/.idea/sonarlint/issuestore/f/9/f9cb0ab2ca2e8ce4e64e10034c949066c38000f5 +0 -0
- package/.idea/sonarlint/issuestore/f/9/f9d6327040914014594d301e0dc6361a476a5ff4 +0 -0
- package/.idea/sonarlint/issuestore/f/a/fa9452abeeb6e134b984ce22f0ff271a774c9093 +0 -0
- package/.idea/sonarlint/issuestore/f/a/fa9dce145b13c5aaff8e84813e79f94dcd4c0860 +0 -0
- package/.idea/sonarlint/issuestore/f/b/fb74f3edc49c374fcb38034841d290680603b9cb +0 -0
- package/.idea/sonarlint/issuestore/f/d/fdd4872693720f9140008b46069639fb2801114d +0 -0
- package/.idea/sonarlint/issuestore/index.pb +0 -168
- package/.idea/sonarlint/securityhotspotstore/0/2/02175ba1c7b82f17c1f95edd897711cf21fc8b55 +0 -0
- package/.idea/sonarlint/securityhotspotstore/0/3/0382ec9d8bd1d671b35f3cce2e83a60a6f0d4e92 +0 -0
- package/.idea/sonarlint/securityhotspotstore/0/9/09ee7ee398f8b5bc6eda536c9104a8ae5419c82e +0 -0
- package/.idea/sonarlint/securityhotspotstore/0/f/0f534ce38f745b6707998aa6c868a729b909bf4d +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/9/197cec5934a8756e52d31de4e13741cc3a816164 +0 -0
- package/.idea/sonarlint/securityhotspotstore/1/f/1fcc1ef4b4c5c551f5f5833f39af79dd4d6440bd +0 -0
- package/.idea/sonarlint/securityhotspotstore/2/4/244f232939a7014966ac2eff9cd795d12c5ddc21 +0 -0
- package/.idea/sonarlint/securityhotspotstore/2/5/25497cc140764f84080ed16d4d408b09b411525a +0 -0
- package/.idea/sonarlint/securityhotspotstore/2/9/2983524a17882775f03310e18fd052a958d44d3b +0 -0
- package/.idea/sonarlint/securityhotspotstore/2/c/2cf73169675e38d4411f50e8ac8e5c5186a3616e +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/8/38c41cacebf63514689973e01014e89db38448d7 +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/d/4d722d4f799d0dcaf4f273105d16ce2d9761ceb2 +0 -0
- package/.idea/sonarlint/securityhotspotstore/4/f/4f9e0d80d4df64baa27bf681528cb43a3ba4fde6 +0 -0
- package/.idea/sonarlint/securityhotspotstore/5/2/52124373285180cc9fc913380c1cf02a160f9e62 +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/7/57d8ecb1bda7803e970cddbcb9d96ec682fbce50 +0 -0
- package/.idea/sonarlint/securityhotspotstore/5/8/5815363aa7c189fe1d8a995d750c3a3f27900621 +0 -0
- package/.idea/sonarlint/securityhotspotstore/5/9/5993b7cd868ca0f67fff0860484d2de906467a5c +0 -0
- package/.idea/sonarlint/securityhotspotstore/5/a/5a74acb4b064cbe70d9a71991eb486fb4d78f531 +0 -0
- package/.idea/sonarlint/securityhotspotstore/5/b/5b4cf966e749bb0515dfad5d0c51e5fa59e969e5 +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/5/65e727e2ee3468d20e4bf7cb3800385cb2c7a983 +0 -0
- package/.idea/sonarlint/securityhotspotstore/6/6/6627ec0b7b336db9c2a70382b2ee1e69ba3163ac +0 -0
- package/.idea/sonarlint/securityhotspotstore/6/9/69abfdb53d85b80c255b3ab2a88666175ceeac54 +0 -0
- package/.idea/sonarlint/securityhotspotstore/6/9/69d58b0b6323e7e777c435dbaefe94a64394e255 +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/0/70c663239858c68590cdba7e904366fe59855b0b +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/4/7489a99709fa9ca44fa1a085c02ee8502e21a9fd +0 -0
- package/.idea/sonarlint/securityhotspotstore/7/7/77a3404a468e41376864800c0ab63d69287e6eab +0 -0
- package/.idea/sonarlint/securityhotspotstore/7/8/782e1a44f35a71927df243d92a4eede126f437ac +0 -0
- package/.idea/sonarlint/securityhotspotstore/7/a/7aa3d5a067415a7071571cb5018a37d03cff5bbd +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/1/81c76302465b6fb29ef101681712a023c52c8f00 +0 -0
- package/.idea/sonarlint/securityhotspotstore/8/2/823bafbef2d005b52054bb6ba237d26a93a69289 +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/2/9252baf9a1ff6cf967c8f83c4a62c40264b122d7 +0 -0
- package/.idea/sonarlint/securityhotspotstore/9/4/948b0afb07fbe2035d9d0a168a017e51c2b221a2 +0 -0
- package/.idea/sonarlint/securityhotspotstore/9/4/94f646fcac8f4172c6e6958abd9f455b3c79995f +0 -0
- package/.idea/sonarlint/securityhotspotstore/9/5/95966b4a91847f490e094dfa87f80c2c5c59fbb9 +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/0/a06a99270cf7808dda3a6025cf813ae52720b475 +0 -0
- package/.idea/sonarlint/securityhotspotstore/a/5/a5cc2925ca8258af241be7e5b0381edf30266302 +0 -0
- package/.idea/sonarlint/securityhotspotstore/a/9/a903e3bfc804794d9b9535cbb530c68383652b5d +0 -0
- package/.idea/sonarlint/securityhotspotstore/a/b/abfb24bd8d0e3cdfbf3ff4c7e80603bf1cdf7871 +0 -0
- package/.idea/sonarlint/securityhotspotstore/b/c/bc5b896ed63da1497d081036364d9f2384f2ea37 +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/c/d/cdd687c2228066cdac5910ebcd0a5584e5c50985 +0 -0
- package/.idea/sonarlint/securityhotspotstore/d/2/d24fe332e92475452d840d36f81c9af7b70887e7 +0 -0
- package/.idea/sonarlint/securityhotspotstore/d/2/d2b43e6a30699faba4dff61341b06c7e17e7f400 +0 -0
- package/.idea/sonarlint/securityhotspotstore/d/d/dd375f957eb150c2f7fb1d4edba07501286db515 +0 -0
- package/.idea/sonarlint/securityhotspotstore/d/f/df083cf457b627bc4ada3c11eee92cc83e6c4c80 +0 -0
- package/.idea/sonarlint/securityhotspotstore/e/0/e05f58bae396006667e2ac1103d301e443e1f856 +0 -0
- package/.idea/sonarlint/securityhotspotstore/e/7/e7248564a8f7fdc020eba78ea0c58c98603880a4 +0 -0
- package/.idea/sonarlint/securityhotspotstore/e/d/ed43355775e0bbf3987e4526d4d8dd779773eb91 +0 -0
- package/.idea/sonarlint/securityhotspotstore/f/2/f2d1f4712d58f68a238d7df4f455d3cc45882594 +0 -0
- package/.idea/sonarlint/securityhotspotstore/f/2/f2f4d557bf4d2e72606a808a2446af7098387e58 +0 -0
- package/.idea/sonarlint/securityhotspotstore/f/9/f9cb0ab2ca2e8ce4e64e10034c949066c38000f5 +0 -0
- package/.idea/sonarlint/securityhotspotstore/f/9/f9d6327040914014594d301e0dc6361a476a5ff4 +0 -0
- package/.idea/sonarlint/securityhotspotstore/f/a/fa9452abeeb6e134b984ce22f0ff271a774c9093 +0 -0
- package/.idea/sonarlint/securityhotspotstore/f/a/fa9dce145b13c5aaff8e84813e79f94dcd4c0860 +0 -0
- package/.idea/sonarlint/securityhotspotstore/f/b/fb74f3edc49c374fcb38034841d290680603b9cb +0 -0
- package/.idea/sonarlint/securityhotspotstore/f/d/fdd4872693720f9140008b46069639fb2801114d +0 -0
- package/.idea/sonarlint/securityhotspotstore/index.pb +0 -168
- package/.idea/vcs.xml +0 -6
|
@@ -0,0 +1,280 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PaisesEnum = void 0;
|
|
4
|
+
var PaisesEnum;
|
|
5
|
+
(function (PaisesEnum) {
|
|
6
|
+
PaisesEnum["SE_DESCONOCE"] = "0";
|
|
7
|
+
PaisesEnum["REPUBLICA_ISLAMICA_DE_AFGANISTAN"] = "1";
|
|
8
|
+
PaisesEnum["REPUBLICA_DE_ALBANIA"] = "2";
|
|
9
|
+
PaisesEnum["REPUBLICA_FEDERAL_DE_ALEMANIA"] = "3";
|
|
10
|
+
PaisesEnum["ALTO_VOLTA"] = "4";
|
|
11
|
+
PaisesEnum["PRINCIPADO_DE_ANDORRA"] = "5";
|
|
12
|
+
PaisesEnum["REPUBLICA_DE_ANGOLA"] = "6";
|
|
13
|
+
PaisesEnum["ANGUILA"] = "7";
|
|
14
|
+
PaisesEnum["ANTIGUA_Y_BARBUDA"] = "8";
|
|
15
|
+
PaisesEnum["ANTILLAS_NEERLANDESAS"] = "9";
|
|
16
|
+
PaisesEnum["REINO_DE_ARABIA_SAUDITA"] = "10";
|
|
17
|
+
PaisesEnum["ARGENTINA"] = "11";
|
|
18
|
+
PaisesEnum["REPUBLICA_DEMOCRATICA_POPULAR_DE_ARGELIA"] = "12";
|
|
19
|
+
PaisesEnum["REPUBLICA_ARGENTINA"] = "13";
|
|
20
|
+
PaisesEnum["REPUBLICA_DE_ARMENIA"] = "14";
|
|
21
|
+
PaisesEnum["ARUBA"] = "15";
|
|
22
|
+
PaisesEnum["ISLAS_DE_ASCENCION"] = "16";
|
|
23
|
+
PaisesEnum["COMMONWEALTH_DE_AUSTRALIA"] = "17";
|
|
24
|
+
PaisesEnum["REPUBLICA_DE_AUSTRIA"] = "18";
|
|
25
|
+
PaisesEnum["REPUBLICA_DE_AZERBAIYAN"] = "19";
|
|
26
|
+
PaisesEnum["COMMONWEALTH_DE_LAS_BAHAMAS"] = "20";
|
|
27
|
+
PaisesEnum["REINO_DE_BAHREIN"] = "21";
|
|
28
|
+
PaisesEnum["REPUBLICA_POPULAR_DE_BANGLADESH"] = "22";
|
|
29
|
+
PaisesEnum["BARBADOS"] = "23";
|
|
30
|
+
PaisesEnum["REPUBLICA_DE_BELARUS"] = "24";
|
|
31
|
+
PaisesEnum["REINO_DE_BELGICA"] = "25";
|
|
32
|
+
PaisesEnum["BELICE"] = "26";
|
|
33
|
+
PaisesEnum["BERMUDAS"] = "27";
|
|
34
|
+
PaisesEnum["BIRMANIA"] = "28";
|
|
35
|
+
PaisesEnum["REPUBLICA_DE_BOLIVIA"] = "29";
|
|
36
|
+
PaisesEnum["BOSNIA_HERZEGOVINA"] = "30";
|
|
37
|
+
PaisesEnum["REPUBLICA_DE_BOTSWANA"] = "31";
|
|
38
|
+
PaisesEnum["REPUBLICA_FEDERAL_DE_BRASIL"] = "32";
|
|
39
|
+
PaisesEnum["BRUNEI_MALASIA"] = "33";
|
|
40
|
+
PaisesEnum["REPUBLICA_DE_BULGARIA"] = "34";
|
|
41
|
+
PaisesEnum["REPUBLICA_DE_BURUNDI"] = "35";
|
|
42
|
+
PaisesEnum["REINO_DE_BUTAN"] = "36";
|
|
43
|
+
PaisesEnum["REPUBLICA_DE_CAMERUN"] = "37";
|
|
44
|
+
PaisesEnum["CAMPIONE_D_ITALIA"] = "38";
|
|
45
|
+
PaisesEnum["DOMINIO_DE_CANADA"] = "39";
|
|
46
|
+
PaisesEnum["REPUBLICA_DE_COLOMBIA"] = "40";
|
|
47
|
+
PaisesEnum["CHILE"] = "41";
|
|
48
|
+
PaisesEnum["REPUBLICA_POPULAR_DEMOCRATICA_DE_COREA"] = "42";
|
|
49
|
+
PaisesEnum["REPUBLICA_DE_COREA"] = "43";
|
|
50
|
+
PaisesEnum["REPUBLICA_DE_COSTA_DE_MARFIL"] = "44";
|
|
51
|
+
PaisesEnum["REPUBLICA_DE_COSTA_RICA"] = "45";
|
|
52
|
+
PaisesEnum["REPUBLICA_DE_CROACIA"] = "46";
|
|
53
|
+
PaisesEnum["REPUBLICA_DE_CUBA"] = "47";
|
|
54
|
+
PaisesEnum["CROACIA"] = "48";
|
|
55
|
+
PaisesEnum["REPUBLICA_DE_CHAD"] = "49";
|
|
56
|
+
PaisesEnum["CURAZAO"] = "50";
|
|
57
|
+
PaisesEnum["REPUBLICA_DE_CHILE"] = "51";
|
|
58
|
+
PaisesEnum["REPUBLICA_POPULAR_CHINA"] = "52";
|
|
59
|
+
PaisesEnum["DAHOMEY_HOY_BENIN_RP"] = "53";
|
|
60
|
+
PaisesEnum["REINO_DE_DINAMARCA"] = "54";
|
|
61
|
+
PaisesEnum["COMMONWEALTH_DE_DOMINICA"] = "55";
|
|
62
|
+
PaisesEnum["REPUBLICA_DEL_ECUADOR"] = "56";
|
|
63
|
+
PaisesEnum["REPUBLICA_ARABE_DE_EGIPTO"] = "57";
|
|
64
|
+
PaisesEnum["REPUBLICA_DE_EL_SALVADOR"] = "58";
|
|
65
|
+
PaisesEnum["EMIRATOS_ARABES_UNIDOS"] = "59";
|
|
66
|
+
PaisesEnum["REINO_DE_ESPANA"] = "60";
|
|
67
|
+
PaisesEnum["ESTADO_DE_KUWAIT"] = "61";
|
|
68
|
+
PaisesEnum["ESTADO_DE_QATAR"] = "62";
|
|
69
|
+
PaisesEnum["ESTADOS_UNIDOS_DE_NORTEAMERICA"] = "63";
|
|
70
|
+
PaisesEnum["REPUBLICA_DE_ESTONIA"] = "64";
|
|
71
|
+
PaisesEnum["REPUBLICA_DEMOCRATICA_FEDERAL_DE_ETIOPIA"] = "65";
|
|
72
|
+
PaisesEnum["REPUBLICA_DE_LAS_FILIPINAS"] = "66";
|
|
73
|
+
PaisesEnum["REPUBLICA_DE_FINLANDIA"] = "67";
|
|
74
|
+
PaisesEnum["REPUBLICA_DE_FRANCIA"] = "68";
|
|
75
|
+
PaisesEnum["REPUBLICA_DE_GABON"] = "69";
|
|
76
|
+
PaisesEnum["REPUBLICA_DE_LA_GAMBIA"] = "70";
|
|
77
|
+
PaisesEnum["GAMBIA"] = "71";
|
|
78
|
+
PaisesEnum["REPUBLICA_DE_GHANA"] = "72";
|
|
79
|
+
PaisesEnum["NO_APLICA"] = "73";
|
|
80
|
+
PaisesEnum["GEORGIA"] = "74";
|
|
81
|
+
PaisesEnum["GHANA"] = "75";
|
|
82
|
+
PaisesEnum["GIBRALTAR"] = "76";
|
|
83
|
+
PaisesEnum["GRANADA"] = "77";
|
|
84
|
+
PaisesEnum["GRECIA"] = "78";
|
|
85
|
+
PaisesEnum["GROENLANDIA"] = "79";
|
|
86
|
+
PaisesEnum["GUADALUPE"] = "80";
|
|
87
|
+
PaisesEnum["GUAM"] = "81";
|
|
88
|
+
PaisesEnum["GUINEA_BISSAU"] = "82";
|
|
89
|
+
PaisesEnum["GUAYANA_FRANCESA"] = "83";
|
|
90
|
+
PaisesEnum["GUYANA_HOLANDESA"] = "84";
|
|
91
|
+
PaisesEnum["GUYANA_INGLESA"] = "85";
|
|
92
|
+
PaisesEnum["REPUBLICA_DE_HAITI"] = "86";
|
|
93
|
+
PaisesEnum["HOLANDA"] = "87";
|
|
94
|
+
PaisesEnum["REPUBLICA_DE_HONDURAS"] = "88";
|
|
95
|
+
PaisesEnum["HONDURAS"] = "89";
|
|
96
|
+
PaisesEnum["HONG_KONG"] = "90";
|
|
97
|
+
PaisesEnum["REPUBLICA_DE_INDIA"] = "91";
|
|
98
|
+
PaisesEnum["REPUBLICA_DE_INDONESIA"] = "92";
|
|
99
|
+
PaisesEnum["INDONESIA"] = "93";
|
|
100
|
+
PaisesEnum["REPUBLICA_DE_IRAK"] = "94";
|
|
101
|
+
PaisesEnum["REPUBLICA_ISLAMICA_DE_IRAN"] = "95";
|
|
102
|
+
PaisesEnum["REPUBLICA_DE_IRLANDA"] = "96";
|
|
103
|
+
PaisesEnum["IRLANDA"] = "97";
|
|
104
|
+
PaisesEnum["ISLA_DE_NORFOLK"] = "98";
|
|
105
|
+
PaisesEnum["ISLA_DE_PASCUA"] = "99";
|
|
106
|
+
PaisesEnum["ISLA_DE_SAN_PEDRO_Y_MIQUELIN"] = "100";
|
|
107
|
+
PaisesEnum["ISLA_DE_MAN"] = "101";
|
|
108
|
+
PaisesEnum["ISLA_QUESHM"] = "102";
|
|
109
|
+
PaisesEnum["ISLANDIA"] = "103";
|
|
110
|
+
PaisesEnum["ISLAS_AZORES"] = "104";
|
|
111
|
+
PaisesEnum["ISLAS_CANARIAS"] = "105";
|
|
112
|
+
PaisesEnum["ISLAS_COOK"] = "106";
|
|
113
|
+
PaisesEnum["ISLAS_DE_COCOS_O_KELLING"] = "107";
|
|
114
|
+
PaisesEnum["GUERNESEY"] = "108";
|
|
115
|
+
PaisesEnum["ISLAS_MALVINAS"] = "109";
|
|
116
|
+
PaisesEnum["REPUBLICA_DE_LAS_ISLAS_MARSHALL"] = "110";
|
|
117
|
+
PaisesEnum["ISLAS_PACIFICO"] = "111";
|
|
118
|
+
PaisesEnum["ISLAS_SALOMON"] = "112";
|
|
119
|
+
PaisesEnum["ISLAS_TURCAS_Y_CAICOS"] = "113";
|
|
120
|
+
PaisesEnum["ISLAS_VIRGENES_BRITANICAS"] = "114";
|
|
121
|
+
PaisesEnum["ISLAS_VIRGENES_DE_ESTADOS_UNIDOS_DE_AMERICA"] = "115";
|
|
122
|
+
PaisesEnum["ESTADO_DE_ISRAEL"] = "116";
|
|
123
|
+
PaisesEnum["REPUBLICA_DE_ITALIA"] = "117";
|
|
124
|
+
PaisesEnum["JAMAICA"] = "118";
|
|
125
|
+
PaisesEnum["JAPON"] = "119";
|
|
126
|
+
PaisesEnum["REINO_HASHEMITA_DE_JORDANIA"] = "120";
|
|
127
|
+
PaisesEnum["REPUBLICA_DE_KAZAJSTAN"] = "121";
|
|
128
|
+
PaisesEnum["REPUBLICA_DE_KENYA"] = "122";
|
|
129
|
+
PaisesEnum["REPUBLICA_DE_KIRGUISTAN"] = "123";
|
|
130
|
+
PaisesEnum["REPUBLICA_DE_KIRIBATI"] = "124";
|
|
131
|
+
PaisesEnum["LESOTHO"] = "125";
|
|
132
|
+
PaisesEnum["LABUAN"] = "126";
|
|
133
|
+
PaisesEnum["REPUBLICA_DEMOCRATICA_POPULAR_DE_LAOS"] = "127";
|
|
134
|
+
PaisesEnum["LATVIA"] = "128";
|
|
135
|
+
PaisesEnum["REINO_DE_LESOTHO"] = "129";
|
|
136
|
+
PaisesEnum["REPUBLICA_DEL_LIBANO"] = "130";
|
|
137
|
+
PaisesEnum["REPUBLICA_DE_LIBERIA"] = "131";
|
|
138
|
+
PaisesEnum["JAMAHIRIYA_ARABE_LIBIA_POPULAR_SOCIALISTA"] = "132";
|
|
139
|
+
PaisesEnum["PRINCIPADO_DE_LIECHENSTEIN"] = "133";
|
|
140
|
+
PaisesEnum["REPUBLICA_DE_LITUANIA"] = "134";
|
|
141
|
+
PaisesEnum["GRAN_DUCADO_DE_LUXEMBURGO"] = "135";
|
|
142
|
+
PaisesEnum["REGION_ESPECIAL_ADMINISTRATIVA_DE_MACAO_DE_LA_REPUBLICA_POPULAR_CHINA"] = "136";
|
|
143
|
+
PaisesEnum["ANTIGUA_REPUBLICA_YUGOSLAVA_DE_MACEDONIA"] = "137";
|
|
144
|
+
PaisesEnum["REPUBLICA_DE_MADAGASCAR"] = "138";
|
|
145
|
+
PaisesEnum["MADEIRA"] = "139";
|
|
146
|
+
PaisesEnum["MALASIA"] = "140";
|
|
147
|
+
PaisesEnum["REPUBLICA_DE_MALAWI"] = "141";
|
|
148
|
+
PaisesEnum["REPUBLICA_DE_MALI"] = "142";
|
|
149
|
+
PaisesEnum["REPUBLICA_DE_MALTA"] = "143";
|
|
150
|
+
PaisesEnum["REINO_DE_MARRUECOS"] = "144";
|
|
151
|
+
PaisesEnum["REPUBLICA_DE_MAURICIO"] = "145";
|
|
152
|
+
PaisesEnum["REPUBLICA_ISLAMICA_DE_MAURITANIA"] = "146";
|
|
153
|
+
PaisesEnum["MOLDURA"] = "147";
|
|
154
|
+
PaisesEnum["PRINCIPADO_DE_MONACO"] = "148";
|
|
155
|
+
PaisesEnum["MONACO"] = "149";
|
|
156
|
+
PaisesEnum["MONTSERRAT"] = "150";
|
|
157
|
+
PaisesEnum["REPUBLICA_DE_MOZAMBIQUE"] = "151";
|
|
158
|
+
PaisesEnum["REPUBLICA_DE_NAMIBIA"] = "152";
|
|
159
|
+
PaisesEnum["REPUBLICA_DE_NAURU"] = "153";
|
|
160
|
+
PaisesEnum["ESTADO_DE_NEPAL"] = "154";
|
|
161
|
+
PaisesEnum["NEVIS"] = "155";
|
|
162
|
+
PaisesEnum["REPUBLICA_DE_NICARAGUA"] = "156";
|
|
163
|
+
PaisesEnum["REPUBLICA_DEL_NIGER"] = "157";
|
|
164
|
+
PaisesEnum["REPUBLICA_FEDERAL_DE_NIGERIA"] = "158";
|
|
165
|
+
PaisesEnum["NIGER"] = "159";
|
|
166
|
+
PaisesEnum["NO_CLASIFICADO"] = "160";
|
|
167
|
+
PaisesEnum["REINO_DE_NORUEGA"] = "161";
|
|
168
|
+
PaisesEnum["NORUEGA"] = "162";
|
|
169
|
+
PaisesEnum["SULTANATO_DE_OMAN"] = "163";
|
|
170
|
+
PaisesEnum["REPUBLICA_DE_PALAOS"] = "164";
|
|
171
|
+
PaisesEnum["REPUBLICA_PANAMA"] = "165";
|
|
172
|
+
PaisesEnum["REPUBLICA_ISLAMICA_DE_PAQUISTAN"] = "166";
|
|
173
|
+
PaisesEnum["REPUBLICA_DE_PARAGUAY"] = "167";
|
|
174
|
+
PaisesEnum["REPUBLICA_DEL_PERU"] = "168";
|
|
175
|
+
PaisesEnum["ISLAS_PITCAIRN"] = "169";
|
|
176
|
+
PaisesEnum["POLINESIA_FRANCESA"] = "170";
|
|
177
|
+
PaisesEnum["REPUBLICA_DE_POLONIA"] = "171";
|
|
178
|
+
PaisesEnum["REPUBLICA_DE_PORTUGAL"] = "172";
|
|
179
|
+
PaisesEnum["ESTADO_LIBRE_ASOCIADO_DE_PUERTO_RICO"] = "173";
|
|
180
|
+
PaisesEnum["REINO_DE_SWAZILANDIA"] = "174";
|
|
181
|
+
PaisesEnum["REINO_DE_TONGA"] = "175";
|
|
182
|
+
PaisesEnum["REPUBLICA_CENTRO_AFRICANA"] = "176";
|
|
183
|
+
PaisesEnum["REPUBLICA_DE_CABO_VERDE"] = "177";
|
|
184
|
+
PaisesEnum["REPUBLICA_DE_CHIPRE"] = "178";
|
|
185
|
+
PaisesEnum["REPUBLICA_DE_DJIBOUTI"] = "179";
|
|
186
|
+
PaisesEnum["REPUBLICA_DE_COREA_DEL_SUR"] = "180";
|
|
187
|
+
PaisesEnum["REPUBLICA_DE_LAS_MALDIVAS"] = "181";
|
|
188
|
+
PaisesEnum["REPUBLICA_DE_SEYCHELLES"] = "182";
|
|
189
|
+
PaisesEnum["REPUBLICA_DE_TUNEZ"] = "183";
|
|
190
|
+
PaisesEnum["REPUBLICA_DE_VANUATU"] = "184";
|
|
191
|
+
PaisesEnum["REPUBLICA_DEL_YEMEN"] = "185";
|
|
192
|
+
PaisesEnum["REPUBLICA_DOMINICANA"] = "186";
|
|
193
|
+
PaisesEnum["MEXICO"] = "187";
|
|
194
|
+
PaisesEnum["REPUBLICA_ORIENTAL_DE_URUGUAY"] = "188";
|
|
195
|
+
PaisesEnum["RODESIA"] = "189";
|
|
196
|
+
PaisesEnum["REPUBLICA_DE_RUANDA"] = "190";
|
|
197
|
+
PaisesEnum["RUMANIA"] = "191";
|
|
198
|
+
PaisesEnum["FEDERACION_RUSA"] = "192";
|
|
199
|
+
PaisesEnum["SAHARA_DEL_OESTE"] = "193";
|
|
200
|
+
PaisesEnum["SAMOA_AMERICANA"] = "194";
|
|
201
|
+
PaisesEnum["SAN_CRISTOBAL_Y_NEVIS"] = "195";
|
|
202
|
+
PaisesEnum["SAN_KITTS"] = "196";
|
|
203
|
+
PaisesEnum["SAN_VICENTE_Y_LAS_GRANADINAS"] = "197";
|
|
204
|
+
PaisesEnum["SAN_VICENTE_Y_GRANADI"] = "198";
|
|
205
|
+
PaisesEnum["REPUBLICA_DE_SENEGAL"] = "199";
|
|
206
|
+
PaisesEnum["SERENISIMA_REPUBLICA_DE_SAN_MARINO"] = "200";
|
|
207
|
+
PaisesEnum["REPUBLICA_DE_SIERRA_LEONA"] = "201";
|
|
208
|
+
PaisesEnum["REPUBLICA_ARABE_SIRIA"] = "202";
|
|
209
|
+
PaisesEnum["SLOVAKIA"] = "203";
|
|
210
|
+
PaisesEnum["SLOVENIA"] = "204";
|
|
211
|
+
PaisesEnum["SINGAPUR"] = "205";
|
|
212
|
+
PaisesEnum["REPUBLICA_DEMOCRATICA_SOCIALISTA_DE_SRI_LANKA"] = "206";
|
|
213
|
+
PaisesEnum["REPUBLICA_DE_SUDAFRICA"] = "207";
|
|
214
|
+
PaisesEnum["REPUBLICA_DEL_SUDAN"] = "208";
|
|
215
|
+
PaisesEnum["REINO_DE_SUECIA"] = "209";
|
|
216
|
+
PaisesEnum["CONFEDERACION_HELVETICA"] = "210";
|
|
217
|
+
PaisesEnum["REPUBLICA_DE_SURINAM"] = "211";
|
|
218
|
+
PaisesEnum["REINO_DE_TAILANDIA"] = "212";
|
|
219
|
+
PaisesEnum["REPUBLICA_DE_CHINA_TAIWAN"] = "213";
|
|
220
|
+
PaisesEnum["REPUBLICA_UNIDA_DE_TANZANIA"] = "214";
|
|
221
|
+
PaisesEnum["REPUBLICA_DE_TAJIKISTAN"] = "215";
|
|
222
|
+
PaisesEnum["REPUBLICA_DE_TOGO"] = "216";
|
|
223
|
+
PaisesEnum["TAILANDIA"] = "217";
|
|
224
|
+
PaisesEnum["TRIESTE"] = "218";
|
|
225
|
+
PaisesEnum["REPUBLICA_DE_TRINIDAD_Y_TOBAGO"] = "219";
|
|
226
|
+
PaisesEnum["TRISTAN_DE_CUNHA"] = "220";
|
|
227
|
+
PaisesEnum["TERRITORIOS_EXT_AUSTRALIA"] = "221";
|
|
228
|
+
PaisesEnum["TIMOR_LESTE"] = "222";
|
|
229
|
+
PaisesEnum["REPUBLICA_DE_TURQUIA"] = "223";
|
|
230
|
+
PaisesEnum["TUVALU"] = "224";
|
|
231
|
+
PaisesEnum["TONGA"] = "225";
|
|
232
|
+
PaisesEnum["TRINIDAD_Y_TOBAGO"] = "226";
|
|
233
|
+
PaisesEnum["REPUBLICA_DE_UZBEKISTAN"] = "227";
|
|
234
|
+
PaisesEnum["REPUBLICA_BOLIVARIANA_DE_VENEZUELA"] = "228";
|
|
235
|
+
PaisesEnum["REPUBLICA_SOCIALISTA_DE_VIETNAM"] = "229";
|
|
236
|
+
PaisesEnum["TURQUIA"] = "230";
|
|
237
|
+
PaisesEnum["REPUBLICA_DE_ZAIRE"] = "231";
|
|
238
|
+
PaisesEnum["REPUBLICA_DE_ZAMBIA"] = "232";
|
|
239
|
+
PaisesEnum["UGANDA"] = "233";
|
|
240
|
+
PaisesEnum["UNION_DE_MYANMAR"] = "234";
|
|
241
|
+
PaisesEnum["SAN_CRISTOBAL_Y_NIEVES"] = "235";
|
|
242
|
+
PaisesEnum["REPUBLICA_DE_SINGAPURE"] = "236";
|
|
243
|
+
PaisesEnum["SAMOA"] = "237";
|
|
244
|
+
PaisesEnum["BURKINA_FASO"] = "238";
|
|
245
|
+
PaisesEnum["TERRITORIOS_PALESTINOS"] = "239";
|
|
246
|
+
PaisesEnum["ISLA_DE_CHRISTMAS"] = "240";
|
|
247
|
+
PaisesEnum["COMORAS"] = "241";
|
|
248
|
+
PaisesEnum["ERITREA"] = "242";
|
|
249
|
+
PaisesEnum["ISLAS_FAROE"] = "243";
|
|
250
|
+
PaisesEnum["FIYI"] = "244";
|
|
251
|
+
PaisesEnum["MARTINICA"] = "245";
|
|
252
|
+
PaisesEnum["MICRONESIA"] = "246";
|
|
253
|
+
PaisesEnum["MOLDOVA"] = "247";
|
|
254
|
+
PaisesEnum["MONTENEGRO"] = "248";
|
|
255
|
+
PaisesEnum["NUEVA_CALEDONIA"] = "249";
|
|
256
|
+
PaisesEnum["PALESTINA"] = "250";
|
|
257
|
+
PaisesEnum["PAPUA_NUEVA_GUINEA"] = "251";
|
|
258
|
+
PaisesEnum["SUAZILANDIA"] = "252";
|
|
259
|
+
PaisesEnum["SANTO_TOME_Y_PRINCIPE"] = "253";
|
|
260
|
+
PaisesEnum["SERBIA"] = "254";
|
|
261
|
+
PaisesEnum["ZIMBABUE"] = "255";
|
|
262
|
+
PaisesEnum["ANTARTIDA"] = "256";
|
|
263
|
+
PaisesEnum["ISLAS_OLAND"] = "257";
|
|
264
|
+
PaisesEnum["ISLA_BOUVET"] = "258";
|
|
265
|
+
PaisesEnum["REPUBLICA_DEMOCRATICA_DEL_CONGO"] = "259";
|
|
266
|
+
PaisesEnum["CLIPPERTON"] = "260";
|
|
267
|
+
PaisesEnum["GEORGIA_DEL_SUR_E_ISLAS_SANDWICH_DEL_SUR"] = "262";
|
|
268
|
+
PaisesEnum["ISLAS_HEARD_Y_MCDONALD"] = "263";
|
|
269
|
+
PaisesEnum["TERRITORIO_BRITANICO_DEL_OCEANO_INDICO"] = "264";
|
|
270
|
+
PaisesEnum["JERSEY"] = "265";
|
|
271
|
+
PaisesEnum["LETONIA"] = "266";
|
|
272
|
+
PaisesEnum["ISLAS_MARIANAS_DEL_NORTE"] = "267";
|
|
273
|
+
PaisesEnum["PAISES_BAJOS"] = "269";
|
|
274
|
+
PaisesEnum["REUNION"] = "270";
|
|
275
|
+
PaisesEnum["TERRITORIOS_AUSTRALES_FRANCESES"] = "271";
|
|
276
|
+
PaisesEnum["ISLAS_MENORES_ALEJADAS_DE_LOS_ESTADOS_UNIDOS"] = "272";
|
|
277
|
+
PaisesEnum["SANTA_SEDE_ESTADO_DE_LA_CIUDAD_DEL_VATICANO"] = "273";
|
|
278
|
+
PaisesEnum["WALLIS_Y_FUTUNA"] = "274";
|
|
279
|
+
PaisesEnum["MAYOTTE"] = "275";
|
|
280
|
+
})(PaisesEnum || (exports.PaisesEnum = PaisesEnum = {}));
|
package/bin/stpSpei/index.d.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
export * from './dtos/PutStpOrderRequest';
|
|
2
2
|
export * from './dtos/SpeiWebhookMessage';
|
|
3
3
|
export * from './enums/WebhookMessageStatusEnum';
|
|
4
|
+
export * from './enums/ActividadesProductivasEnum';
|
|
5
|
+
export * from './enums/EntidadesFederativasEnum';
|
|
6
|
+
export * from './enums/PaisesEnum';
|
package/bin/stpSpei/index.js
CHANGED
|
@@ -17,3 +17,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./dtos/PutStpOrderRequest"), exports);
|
|
18
18
|
__exportStar(require("./dtos/SpeiWebhookMessage"), exports);
|
|
19
19
|
__exportStar(require("./enums/WebhookMessageStatusEnum"), exports);
|
|
20
|
+
__exportStar(require("./enums/ActividadesProductivasEnum"), exports);
|
|
21
|
+
__exportStar(require("./enums/EntidadesFederativasEnum"), exports);
|
|
22
|
+
__exportStar(require("./enums/PaisesEnum"), exports);
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.TernAddress = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class TernAddress {
|
|
15
|
+
}
|
|
16
|
+
exports.TernAddress = TernAddress;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], TernAddress.prototype, "address1", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsString)(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], TernAddress.prototype, "address2", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, class_validator_1.IsString)(),
|
|
27
|
+
__metadata("design:type", String)
|
|
28
|
+
], TernAddress.prototype, "city", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, class_validator_1.IsString)(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], TernAddress.prototype, "province", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, class_validator_1.IsString)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], TernAddress.prototype, "postalCode", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, class_validator_1.IsString)(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], TernAddress.prototype, "country", void 0);
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.TernCreateAccountRequest = void 0;
|
|
13
|
+
const TernAccountTypeEnum_1 = require("../enums/TernAccountTypeEnum");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class TernCreateAccountRequest {
|
|
16
|
+
}
|
|
17
|
+
exports.TernCreateAccountRequest = TernCreateAccountRequest;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsString)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], TernCreateAccountRequest.prototype, "externalUserId", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], TernCreateAccountRequest.prototype, "name", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsString)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], TernCreateAccountRequest.prototype, "lastName", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, class_validator_1.IsEnum)(TernAccountTypeEnum_1.TernAccountTypeEnum),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], TernCreateAccountRequest.prototype, "type", void 0);
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.TernCreateAccountResponse = void 0;
|
|
13
|
+
const provider_1 = require("../../provider");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class TernCreateAccountResponse {
|
|
16
|
+
}
|
|
17
|
+
exports.TernCreateAccountResponse = TernCreateAccountResponse;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsString)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], TernCreateAccountResponse.prototype, "externalAccountId", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsEnum)(provider_1.Provider),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], TernCreateAccountResponse.prototype, "provider", void 0);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SexDocument } from "../../identity";
|
|
2
|
+
import { AddressResponse } from "../../address";
|
|
3
|
+
export declare class TernCreateUserRequest {
|
|
4
|
+
directoryId: string;
|
|
5
|
+
typeOfDirectoryId: string;
|
|
6
|
+
firstName: string;
|
|
7
|
+
lastName: string;
|
|
8
|
+
phoneNumber: string;
|
|
9
|
+
address: AddressResponse;
|
|
10
|
+
email: string;
|
|
11
|
+
dob: string;
|
|
12
|
+
documentNumber: string;
|
|
13
|
+
documentType?: string;
|
|
14
|
+
gender?: SexDocument;
|
|
15
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.TernCreateUserRequest = void 0;
|
|
13
|
+
const identity_1 = require("../../identity");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const regex_1 = require("../../helpers/constans/regex");
|
|
16
|
+
const directory_1 = require("../../directory");
|
|
17
|
+
const IsPhoneNumberConstraint_1 = require("../../card/validations/IsPhoneNumberConstraint");
|
|
18
|
+
const address_1 = require("../../address");
|
|
19
|
+
class TernCreateUserRequest {
|
|
20
|
+
}
|
|
21
|
+
exports.TernCreateUserRequest = TernCreateUserRequest;
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
(0, class_validator_1.Matches)(regex_1.regexUuidV4, {
|
|
25
|
+
message: 'directoryId must be a valid UUID v4',
|
|
26
|
+
}),
|
|
27
|
+
__metadata("design:type", String)
|
|
28
|
+
], TernCreateUserRequest.prototype, "directoryId", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, class_validator_1.IsEnum)(directory_1.TypeOfDirectoryId),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], TernCreateUserRequest.prototype, "typeOfDirectoryId", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, class_validator_1.IsString)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], TernCreateUserRequest.prototype, "firstName", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, class_validator_1.IsString)(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], TernCreateUserRequest.prototype, "lastName", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, IsPhoneNumberConstraint_1.IsPhoneNumberFiado)(),
|
|
43
|
+
__metadata("design:type", String)
|
|
44
|
+
], TernCreateUserRequest.prototype, "phoneNumber", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, class_validator_1.ValidateNested)(),
|
|
47
|
+
__metadata("design:type", address_1.AddressResponse)
|
|
48
|
+
], TernCreateUserRequest.prototype, "address", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, class_validator_1.IsEmail)(),
|
|
51
|
+
__metadata("design:type", String)
|
|
52
|
+
], TernCreateUserRequest.prototype, "email", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, class_validator_1.IsDateString)(),
|
|
55
|
+
__metadata("design:type", String)
|
|
56
|
+
], TernCreateUserRequest.prototype, "dob", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, class_validator_1.IsString)(),
|
|
59
|
+
(0, class_validator_1.Length)(1, 30),
|
|
60
|
+
__metadata("design:type", String)
|
|
61
|
+
], TernCreateUserRequest.prototype, "documentNumber", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, class_validator_1.IsString)(),
|
|
64
|
+
(0, class_validator_1.Length)(1, 30),
|
|
65
|
+
__metadata("design:type", String)
|
|
66
|
+
], TernCreateUserRequest.prototype, "documentType", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
(0, class_validator_1.IsEnum)(identity_1.SexDocument),
|
|
69
|
+
__metadata("design:type", String)
|
|
70
|
+
], TernCreateUserRequest.prototype, "gender", void 0);
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.TernCreateUserResponse = void 0;
|
|
13
|
+
const provider_1 = require("../../provider");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class TernCreateUserResponse {
|
|
16
|
+
}
|
|
17
|
+
exports.TernCreateUserResponse = TernCreateUserResponse;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsString)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], TernCreateUserResponse.prototype, "externalUserId", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], TernCreateUserResponse.prototype, "externalAccountId", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsEnum)(provider_1.Provider),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], TernCreateUserResponse.prototype, "provider", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, class_validator_1.IsString)(),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], TernCreateUserResponse.prototype, "accountNumber", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, class_validator_1.IsString)(),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], TernCreateUserResponse.prototype, "routingNumber", void 0);
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.TernGetAccountRequest = void 0;
|
|
13
|
+
const TernAccountTypeEnum_1 = require("../enums/TernAccountTypeEnum");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class TernGetAccountRequest {
|
|
16
|
+
}
|
|
17
|
+
exports.TernGetAccountRequest = TernGetAccountRequest;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsString)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], TernGetAccountRequest.prototype, "externalAccountId", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsEnum)(TernAccountTypeEnum_1.TernAccountTypeEnum),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], TernGetAccountRequest.prototype, "accountType", void 0);
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { TernAccountTypeEnum } from "../enums/TernAccountTypeEnum";
|
|
2
|
+
import { TernAddress } from "./TernAddress";
|
|
3
|
+
import { TernAccountStatusEnum } from "../enums/TernAccountStatusEnum";
|
|
4
|
+
export declare class TernGetAccountResponse {
|
|
5
|
+
id: string;
|
|
6
|
+
businessId: string;
|
|
7
|
+
userId: string;
|
|
8
|
+
name: string;
|
|
9
|
+
accountNumber: string;
|
|
10
|
+
routingNumber: string;
|
|
11
|
+
accountType: TernAccountTypeEnum;
|
|
12
|
+
active: boolean;
|
|
13
|
+
isPrimary: boolean;
|
|
14
|
+
createdDate: string;
|
|
15
|
+
updatedDate: string;
|
|
16
|
+
deletedDate: string;
|
|
17
|
+
updatedBy: string;
|
|
18
|
+
balance: number;
|
|
19
|
+
address?: TernAddress;
|
|
20
|
+
kybStatus?: string;
|
|
21
|
+
statusName?: TernAccountStatusEnum;
|
|
22
|
+
}
|