@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,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
//dtos
|
|
18
|
+
__exportStar(require("./dtos/PomeloCreateUserRequest"), exports);
|
|
19
|
+
__exportStar(require("./dtos/PomeloCreateUserResponse"), exports);
|
|
20
|
+
//enums
|
|
21
|
+
__exportStar(require("./enums/CountryEnum"), exports);
|
|
22
|
+
__exportStar(require("./enums/IdentificationTypeEnum"), exports);
|
|
23
|
+
__exportStar(require("./enums/SexEnum"), exports);
|
|
24
|
+
__exportStar(require("./enums/TaxTypeEnum"), exports);
|
|
25
|
+
__exportStar(require("./enums/UserStatusEnum"), exports);
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
const class_validator_1 = require("class-validator");
|
|
13
|
+
class GetProductCatalogRequest {
|
|
14
|
+
}
|
|
15
|
+
exports.default = GetProductCatalogRequest;
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, class_validator_1.IsArray)(),
|
|
18
|
+
__metadata("design:type", Array)
|
|
19
|
+
], GetProductCatalogRequest.prototype, "ids", void 0);
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export declare enum ActividadesProductivasEnum {
|
|
2
|
+
SERVICIOS_PASARELA_DE_PAGOS = "28",
|
|
3
|
+
SERVICIOS_TURISTICOS = "29",
|
|
4
|
+
FINTECH_CROWDFOUNDING = "30",
|
|
5
|
+
FINTECH_WALLET = "31",
|
|
6
|
+
FINTECH_MONEDAS_VIRTUALES = "32",
|
|
7
|
+
SERVICIOS_OUTSOURCING = "33",
|
|
8
|
+
MANUFACTURA = "34",
|
|
9
|
+
SOCIEDADES_FINANCIERAS_DE_OBJETO_MULTIPLE_REGULADAS = "35",
|
|
10
|
+
SOCIEDADES_FINANCIERAS_DE_OBJETO_MULTIPLE_NO_REGULADAS = "36",
|
|
11
|
+
INSTITUCIONES_FINANCIERAS_DEL_EXTRANJERO = "37",
|
|
12
|
+
SERVICIOS_DE_INSTITUCIONES_DE_CREDITO_ORGANIZACIONES_AUXILIARES_E_INSTITUCIONES_DE_SEGUROS_Y_FIANZAS = "38",
|
|
13
|
+
SERVICIOS_RELACIONADOS_CON_INMUEBLES = "39",
|
|
14
|
+
SERVICIOS_PROFESIONALES_Y_TECNICOS = "40",
|
|
15
|
+
SERVICIOS_DE_BUFETES_JURIDICOS = "41",
|
|
16
|
+
SERVICIOS_DE_ANALISIS_DE_SISTEMAS_Y_PROCESAMIENTO_ELECTRONICO_DE_DATOS = "42",
|
|
17
|
+
SERVICIOS_DE_AGENCIAS_DE_COLOCACION_Y_SELECCION_DE_PERSONAL = "43",
|
|
18
|
+
SERVICIOS_MEDICO_GENERAL_Y_ESPECIALIZADO_EN_CONSULTORIOS = "44",
|
|
19
|
+
ESTABLECIMIENTOS_PRIVADOS_DE_INSTRUCCION_EDUCACION_CULTURA_E_INVESTIGACION = "45",
|
|
20
|
+
SOCIEDADES_DE_AHORRO_Y_CREDITO_POPULAR = "47",
|
|
21
|
+
SOCIEDADES_DE_INVERSION = "48",
|
|
22
|
+
COMPRAVENTA_DE_GAS_PARA_USO_DOMESTICO_O_COMERCIAL = "49",
|
|
23
|
+
CONTRATACION_DE_OBRAS_COMPLETAS_DE_CONSTRUCCION = "50",
|
|
24
|
+
SERVICIOS_DE_ENSENANZA_PRE_PRIMARIA_Y_PRIMARIA = "51",
|
|
25
|
+
SERVICIOS_DE_ENSENANZA_SECUNDARIA = "52",
|
|
26
|
+
SERVICIOS_DE_ENSENANZA_COMERCIAL_Y_DE_IDIOMA = "53",
|
|
27
|
+
CASAS_DE_BOLSA_NACIONALES = "54",
|
|
28
|
+
ADMINISTRACION_DE_INMUEBLES = "55",
|
|
29
|
+
COMPANIAS_DE_SEGUROS_NACIONALES = "56",
|
|
30
|
+
CASA_DE_CAMBIO = "57",
|
|
31
|
+
CONSTRUCCION_DE_INMUEBLES = "58",
|
|
32
|
+
COMPRAVENTA_DE_ARTICULOS_DE_PLATA = "59",
|
|
33
|
+
COMPRAVENTA_DE_OTRAS_JOYAS = "60",
|
|
34
|
+
COMPRAVENTA_DE_RELOJES = "61",
|
|
35
|
+
SERVICIOS_DE_BLINDAJE = "62",
|
|
36
|
+
COMPRAVENTA_DE_AUTOMOVILES_Y_CAMIONES_NUEVOS = "63",
|
|
37
|
+
COMPRAVENTA_DE_CASAS_Y_OTROS_INMUEBLES = "64",
|
|
38
|
+
TARJETA_DE_CREDITO = "65",
|
|
39
|
+
CENTROS_CAMBIARIOS = "66",
|
|
40
|
+
AGENCIA_ADUANAL = "67",
|
|
41
|
+
MONTEPIO_O_CASAS_DE_EMPENO = "68",
|
|
42
|
+
FACTORING = "69",
|
|
43
|
+
ADMINISTRADORAS_DE_TARJETA_DE_CREDITO = "70",
|
|
44
|
+
NOTARIAS_PUBLICAS = "71",
|
|
45
|
+
EMPRESAS_TRANSPORTADORAS_DE_VALORES = "72",
|
|
46
|
+
JUEGOS_DE_FERIA_Y_APUESTAS = "73",
|
|
47
|
+
TRANSMISORES_DE_DINERO_O_DISPERSORES = "74"
|
|
48
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActividadesProductivasEnum = void 0;
|
|
4
|
+
var ActividadesProductivasEnum;
|
|
5
|
+
(function (ActividadesProductivasEnum) {
|
|
6
|
+
ActividadesProductivasEnum["SERVICIOS_PASARELA_DE_PAGOS"] = "28";
|
|
7
|
+
ActividadesProductivasEnum["SERVICIOS_TURISTICOS"] = "29";
|
|
8
|
+
ActividadesProductivasEnum["FINTECH_CROWDFOUNDING"] = "30";
|
|
9
|
+
ActividadesProductivasEnum["FINTECH_WALLET"] = "31";
|
|
10
|
+
ActividadesProductivasEnum["FINTECH_MONEDAS_VIRTUALES"] = "32";
|
|
11
|
+
ActividadesProductivasEnum["SERVICIOS_OUTSOURCING"] = "33";
|
|
12
|
+
ActividadesProductivasEnum["MANUFACTURA"] = "34";
|
|
13
|
+
ActividadesProductivasEnum["SOCIEDADES_FINANCIERAS_DE_OBJETO_MULTIPLE_REGULADAS"] = "35";
|
|
14
|
+
ActividadesProductivasEnum["SOCIEDADES_FINANCIERAS_DE_OBJETO_MULTIPLE_NO_REGULADAS"] = "36";
|
|
15
|
+
ActividadesProductivasEnum["INSTITUCIONES_FINANCIERAS_DEL_EXTRANJERO"] = "37";
|
|
16
|
+
ActividadesProductivasEnum["SERVICIOS_DE_INSTITUCIONES_DE_CREDITO_ORGANIZACIONES_AUXILIARES_E_INSTITUCIONES_DE_SEGUROS_Y_FIANZAS"] = "38";
|
|
17
|
+
ActividadesProductivasEnum["SERVICIOS_RELACIONADOS_CON_INMUEBLES"] = "39";
|
|
18
|
+
ActividadesProductivasEnum["SERVICIOS_PROFESIONALES_Y_TECNICOS"] = "40";
|
|
19
|
+
ActividadesProductivasEnum["SERVICIOS_DE_BUFETES_JURIDICOS"] = "41";
|
|
20
|
+
ActividadesProductivasEnum["SERVICIOS_DE_ANALISIS_DE_SISTEMAS_Y_PROCESAMIENTO_ELECTRONICO_DE_DATOS"] = "42";
|
|
21
|
+
ActividadesProductivasEnum["SERVICIOS_DE_AGENCIAS_DE_COLOCACION_Y_SELECCION_DE_PERSONAL"] = "43";
|
|
22
|
+
ActividadesProductivasEnum["SERVICIOS_MEDICO_GENERAL_Y_ESPECIALIZADO_EN_CONSULTORIOS"] = "44";
|
|
23
|
+
ActividadesProductivasEnum["ESTABLECIMIENTOS_PRIVADOS_DE_INSTRUCCION_EDUCACION_CULTURA_E_INVESTIGACION"] = "45";
|
|
24
|
+
ActividadesProductivasEnum["SOCIEDADES_DE_AHORRO_Y_CREDITO_POPULAR"] = "47";
|
|
25
|
+
ActividadesProductivasEnum["SOCIEDADES_DE_INVERSION"] = "48";
|
|
26
|
+
ActividadesProductivasEnum["COMPRAVENTA_DE_GAS_PARA_USO_DOMESTICO_O_COMERCIAL"] = "49";
|
|
27
|
+
ActividadesProductivasEnum["CONTRATACION_DE_OBRAS_COMPLETAS_DE_CONSTRUCCION"] = "50";
|
|
28
|
+
ActividadesProductivasEnum["SERVICIOS_DE_ENSENANZA_PRE_PRIMARIA_Y_PRIMARIA"] = "51";
|
|
29
|
+
ActividadesProductivasEnum["SERVICIOS_DE_ENSENANZA_SECUNDARIA"] = "52";
|
|
30
|
+
ActividadesProductivasEnum["SERVICIOS_DE_ENSENANZA_COMERCIAL_Y_DE_IDIOMA"] = "53";
|
|
31
|
+
ActividadesProductivasEnum["CASAS_DE_BOLSA_NACIONALES"] = "54";
|
|
32
|
+
ActividadesProductivasEnum["ADMINISTRACION_DE_INMUEBLES"] = "55";
|
|
33
|
+
ActividadesProductivasEnum["COMPANIAS_DE_SEGUROS_NACIONALES"] = "56";
|
|
34
|
+
ActividadesProductivasEnum["CASA_DE_CAMBIO"] = "57";
|
|
35
|
+
ActividadesProductivasEnum["CONSTRUCCION_DE_INMUEBLES"] = "58";
|
|
36
|
+
ActividadesProductivasEnum["COMPRAVENTA_DE_ARTICULOS_DE_PLATA"] = "59";
|
|
37
|
+
ActividadesProductivasEnum["COMPRAVENTA_DE_OTRAS_JOYAS"] = "60";
|
|
38
|
+
ActividadesProductivasEnum["COMPRAVENTA_DE_RELOJES"] = "61";
|
|
39
|
+
ActividadesProductivasEnum["SERVICIOS_DE_BLINDAJE"] = "62";
|
|
40
|
+
ActividadesProductivasEnum["COMPRAVENTA_DE_AUTOMOVILES_Y_CAMIONES_NUEVOS"] = "63";
|
|
41
|
+
ActividadesProductivasEnum["COMPRAVENTA_DE_CASAS_Y_OTROS_INMUEBLES"] = "64";
|
|
42
|
+
ActividadesProductivasEnum["TARJETA_DE_CREDITO"] = "65";
|
|
43
|
+
ActividadesProductivasEnum["CENTROS_CAMBIARIOS"] = "66";
|
|
44
|
+
ActividadesProductivasEnum["AGENCIA_ADUANAL"] = "67";
|
|
45
|
+
ActividadesProductivasEnum["MONTEPIO_O_CASAS_DE_EMPENO"] = "68";
|
|
46
|
+
ActividadesProductivasEnum["FACTORING"] = "69";
|
|
47
|
+
ActividadesProductivasEnum["ADMINISTRADORAS_DE_TARJETA_DE_CREDITO"] = "70";
|
|
48
|
+
ActividadesProductivasEnum["NOTARIAS_PUBLICAS"] = "71";
|
|
49
|
+
ActividadesProductivasEnum["EMPRESAS_TRANSPORTADORAS_DE_VALORES"] = "72";
|
|
50
|
+
ActividadesProductivasEnum["JUEGOS_DE_FERIA_Y_APUESTAS"] = "73";
|
|
51
|
+
ActividadesProductivasEnum["TRANSMISORES_DE_DINERO_O_DISPERSORES"] = "74";
|
|
52
|
+
})(ActividadesProductivasEnum || (exports.ActividadesProductivasEnum = ActividadesProductivasEnum = {}));
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare enum EntidadesFederativasEnum {
|
|
2
|
+
AGUASCALIENTES = "1",
|
|
3
|
+
BAJA_CALIFORNIA = "2",
|
|
4
|
+
BAJA_CALIFORNIA_SUR = "3",
|
|
5
|
+
CAMPECHE = "4",
|
|
6
|
+
CHIAPAS = "5",
|
|
7
|
+
CHIHUAHUA = "6",
|
|
8
|
+
COAHUILA = "7",
|
|
9
|
+
COLIMA = "8",
|
|
10
|
+
CIUDAD_DE_MEXICO = "9",
|
|
11
|
+
DURANGO = "10",
|
|
12
|
+
ESTADO_DE_MEXICO = "11",
|
|
13
|
+
GUANAJUATO = "12",
|
|
14
|
+
GUERRERO = "13",
|
|
15
|
+
HIDALGO = "14",
|
|
16
|
+
JALISCO = "15",
|
|
17
|
+
MICHOACAN = "16",
|
|
18
|
+
MORELOS = "17",
|
|
19
|
+
NAYARIT = "18",
|
|
20
|
+
NUEVO_LEON = "19",
|
|
21
|
+
OAXACA = "20",
|
|
22
|
+
PUEBLA = "21",
|
|
23
|
+
QUERETARO = "22",
|
|
24
|
+
QUINTANA_ROO = "23",
|
|
25
|
+
SAN_LUIS_POTOSI = "24",
|
|
26
|
+
SINALOA = "25",
|
|
27
|
+
SONORA = "26",
|
|
28
|
+
TABASCO = "27",
|
|
29
|
+
TAMAULIPAS = "28",
|
|
30
|
+
TLAXCALA = "29",
|
|
31
|
+
VERACRUZ = "30",
|
|
32
|
+
YUCATAN = "31",
|
|
33
|
+
ZACATECAS = "32"
|
|
34
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EntidadesFederativasEnum = void 0;
|
|
4
|
+
var EntidadesFederativasEnum;
|
|
5
|
+
(function (EntidadesFederativasEnum) {
|
|
6
|
+
EntidadesFederativasEnum["AGUASCALIENTES"] = "1";
|
|
7
|
+
EntidadesFederativasEnum["BAJA_CALIFORNIA"] = "2";
|
|
8
|
+
EntidadesFederativasEnum["BAJA_CALIFORNIA_SUR"] = "3";
|
|
9
|
+
EntidadesFederativasEnum["CAMPECHE"] = "4";
|
|
10
|
+
EntidadesFederativasEnum["CHIAPAS"] = "5";
|
|
11
|
+
EntidadesFederativasEnum["CHIHUAHUA"] = "6";
|
|
12
|
+
EntidadesFederativasEnum["COAHUILA"] = "7";
|
|
13
|
+
EntidadesFederativasEnum["COLIMA"] = "8";
|
|
14
|
+
EntidadesFederativasEnum["CIUDAD_DE_MEXICO"] = "9";
|
|
15
|
+
EntidadesFederativasEnum["DURANGO"] = "10";
|
|
16
|
+
EntidadesFederativasEnum["ESTADO_DE_MEXICO"] = "11";
|
|
17
|
+
EntidadesFederativasEnum["GUANAJUATO"] = "12";
|
|
18
|
+
EntidadesFederativasEnum["GUERRERO"] = "13";
|
|
19
|
+
EntidadesFederativasEnum["HIDALGO"] = "14";
|
|
20
|
+
EntidadesFederativasEnum["JALISCO"] = "15";
|
|
21
|
+
EntidadesFederativasEnum["MICHOACAN"] = "16";
|
|
22
|
+
EntidadesFederativasEnum["MORELOS"] = "17";
|
|
23
|
+
EntidadesFederativasEnum["NAYARIT"] = "18";
|
|
24
|
+
EntidadesFederativasEnum["NUEVO_LEON"] = "19";
|
|
25
|
+
EntidadesFederativasEnum["OAXACA"] = "20";
|
|
26
|
+
EntidadesFederativasEnum["PUEBLA"] = "21";
|
|
27
|
+
EntidadesFederativasEnum["QUERETARO"] = "22";
|
|
28
|
+
EntidadesFederativasEnum["QUINTANA_ROO"] = "23";
|
|
29
|
+
EntidadesFederativasEnum["SAN_LUIS_POTOSI"] = "24";
|
|
30
|
+
EntidadesFederativasEnum["SINALOA"] = "25";
|
|
31
|
+
EntidadesFederativasEnum["SONORA"] = "26";
|
|
32
|
+
EntidadesFederativasEnum["TABASCO"] = "27";
|
|
33
|
+
EntidadesFederativasEnum["TAMAULIPAS"] = "28";
|
|
34
|
+
EntidadesFederativasEnum["TLAXCALA"] = "29";
|
|
35
|
+
EntidadesFederativasEnum["VERACRUZ"] = "30";
|
|
36
|
+
EntidadesFederativasEnum["YUCATAN"] = "31";
|
|
37
|
+
EntidadesFederativasEnum["ZACATECAS"] = "32";
|
|
38
|
+
})(EntidadesFederativasEnum || (exports.EntidadesFederativasEnum = EntidadesFederativasEnum = {}));
|
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
export declare enum PaisesEnum {
|
|
2
|
+
SE_DESCONOCE = "0",
|
|
3
|
+
REPUBLICA_ISLAMICA_DE_AFGANISTAN = "1",
|
|
4
|
+
REPUBLICA_DE_ALBANIA = "2",
|
|
5
|
+
REPUBLICA_FEDERAL_DE_ALEMANIA = "3",
|
|
6
|
+
ALTO_VOLTA = "4",
|
|
7
|
+
PRINCIPADO_DE_ANDORRA = "5",
|
|
8
|
+
REPUBLICA_DE_ANGOLA = "6",
|
|
9
|
+
ANGUILA = "7",
|
|
10
|
+
ANTIGUA_Y_BARBUDA = "8",
|
|
11
|
+
ANTILLAS_NEERLANDESAS = "9",
|
|
12
|
+
REINO_DE_ARABIA_SAUDITA = "10",
|
|
13
|
+
ARGENTINA = "11",
|
|
14
|
+
REPUBLICA_DEMOCRATICA_POPULAR_DE_ARGELIA = "12",
|
|
15
|
+
REPUBLICA_ARGENTINA = "13",
|
|
16
|
+
REPUBLICA_DE_ARMENIA = "14",
|
|
17
|
+
ARUBA = "15",
|
|
18
|
+
ISLAS_DE_ASCENCION = "16",
|
|
19
|
+
COMMONWEALTH_DE_AUSTRALIA = "17",
|
|
20
|
+
REPUBLICA_DE_AUSTRIA = "18",
|
|
21
|
+
REPUBLICA_DE_AZERBAIYAN = "19",
|
|
22
|
+
COMMONWEALTH_DE_LAS_BAHAMAS = "20",
|
|
23
|
+
REINO_DE_BAHREIN = "21",
|
|
24
|
+
REPUBLICA_POPULAR_DE_BANGLADESH = "22",
|
|
25
|
+
BARBADOS = "23",
|
|
26
|
+
REPUBLICA_DE_BELARUS = "24",
|
|
27
|
+
REINO_DE_BELGICA = "25",
|
|
28
|
+
BELICE = "26",
|
|
29
|
+
BERMUDAS = "27",
|
|
30
|
+
BIRMANIA = "28",
|
|
31
|
+
REPUBLICA_DE_BOLIVIA = "29",
|
|
32
|
+
BOSNIA_HERZEGOVINA = "30",
|
|
33
|
+
REPUBLICA_DE_BOTSWANA = "31",
|
|
34
|
+
REPUBLICA_FEDERAL_DE_BRASIL = "32",
|
|
35
|
+
BRUNEI_MALASIA = "33",
|
|
36
|
+
REPUBLICA_DE_BULGARIA = "34",
|
|
37
|
+
REPUBLICA_DE_BURUNDI = "35",
|
|
38
|
+
REINO_DE_BUTAN = "36",
|
|
39
|
+
REPUBLICA_DE_CAMERUN = "37",
|
|
40
|
+
CAMPIONE_D_ITALIA = "38",
|
|
41
|
+
DOMINIO_DE_CANADA = "39",
|
|
42
|
+
REPUBLICA_DE_COLOMBIA = "40",
|
|
43
|
+
CHILE = "41",
|
|
44
|
+
REPUBLICA_POPULAR_DEMOCRATICA_DE_COREA = "42",
|
|
45
|
+
REPUBLICA_DE_COREA = "43",
|
|
46
|
+
REPUBLICA_DE_COSTA_DE_MARFIL = "44",
|
|
47
|
+
REPUBLICA_DE_COSTA_RICA = "45",
|
|
48
|
+
REPUBLICA_DE_CROACIA = "46",
|
|
49
|
+
REPUBLICA_DE_CUBA = "47",
|
|
50
|
+
CROACIA = "48",
|
|
51
|
+
REPUBLICA_DE_CHAD = "49",
|
|
52
|
+
CURAZAO = "50",
|
|
53
|
+
REPUBLICA_DE_CHILE = "51",
|
|
54
|
+
REPUBLICA_POPULAR_CHINA = "52",
|
|
55
|
+
DAHOMEY_HOY_BENIN_RP = "53",
|
|
56
|
+
REINO_DE_DINAMARCA = "54",
|
|
57
|
+
COMMONWEALTH_DE_DOMINICA = "55",
|
|
58
|
+
REPUBLICA_DEL_ECUADOR = "56",
|
|
59
|
+
REPUBLICA_ARABE_DE_EGIPTO = "57",
|
|
60
|
+
REPUBLICA_DE_EL_SALVADOR = "58",
|
|
61
|
+
EMIRATOS_ARABES_UNIDOS = "59",
|
|
62
|
+
REINO_DE_ESPANA = "60",
|
|
63
|
+
ESTADO_DE_KUWAIT = "61",
|
|
64
|
+
ESTADO_DE_QATAR = "62",
|
|
65
|
+
ESTADOS_UNIDOS_DE_NORTEAMERICA = "63",
|
|
66
|
+
REPUBLICA_DE_ESTONIA = "64",
|
|
67
|
+
REPUBLICA_DEMOCRATICA_FEDERAL_DE_ETIOPIA = "65",
|
|
68
|
+
REPUBLICA_DE_LAS_FILIPINAS = "66",
|
|
69
|
+
REPUBLICA_DE_FINLANDIA = "67",
|
|
70
|
+
REPUBLICA_DE_FRANCIA = "68",
|
|
71
|
+
REPUBLICA_DE_GABON = "69",
|
|
72
|
+
REPUBLICA_DE_LA_GAMBIA = "70",
|
|
73
|
+
GAMBIA = "71",
|
|
74
|
+
REPUBLICA_DE_GHANA = "72",
|
|
75
|
+
NO_APLICA = "73",
|
|
76
|
+
GEORGIA = "74",
|
|
77
|
+
GHANA = "75",
|
|
78
|
+
GIBRALTAR = "76",
|
|
79
|
+
GRANADA = "77",
|
|
80
|
+
GRECIA = "78",
|
|
81
|
+
GROENLANDIA = "79",
|
|
82
|
+
GUADALUPE = "80",
|
|
83
|
+
GUAM = "81",
|
|
84
|
+
GUINEA_BISSAU = "82",
|
|
85
|
+
GUAYANA_FRANCESA = "83",
|
|
86
|
+
GUYANA_HOLANDESA = "84",
|
|
87
|
+
GUYANA_INGLESA = "85",
|
|
88
|
+
REPUBLICA_DE_HAITI = "86",
|
|
89
|
+
HOLANDA = "87",
|
|
90
|
+
REPUBLICA_DE_HONDURAS = "88",
|
|
91
|
+
HONDURAS = "89",
|
|
92
|
+
HONG_KONG = "90",
|
|
93
|
+
REPUBLICA_DE_INDIA = "91",
|
|
94
|
+
REPUBLICA_DE_INDONESIA = "92",
|
|
95
|
+
INDONESIA = "93",
|
|
96
|
+
REPUBLICA_DE_IRAK = "94",
|
|
97
|
+
REPUBLICA_ISLAMICA_DE_IRAN = "95",
|
|
98
|
+
REPUBLICA_DE_IRLANDA = "96",
|
|
99
|
+
IRLANDA = "97",
|
|
100
|
+
ISLA_DE_NORFOLK = "98",
|
|
101
|
+
ISLA_DE_PASCUA = "99",
|
|
102
|
+
ISLA_DE_SAN_PEDRO_Y_MIQUELIN = "100",
|
|
103
|
+
ISLA_DE_MAN = "101",
|
|
104
|
+
ISLA_QUESHM = "102",
|
|
105
|
+
ISLANDIA = "103",
|
|
106
|
+
ISLAS_AZORES = "104",
|
|
107
|
+
ISLAS_CANARIAS = "105",
|
|
108
|
+
ISLAS_COOK = "106",
|
|
109
|
+
ISLAS_DE_COCOS_O_KELLING = "107",
|
|
110
|
+
GUERNESEY = "108",
|
|
111
|
+
ISLAS_MALVINAS = "109",
|
|
112
|
+
REPUBLICA_DE_LAS_ISLAS_MARSHALL = "110",
|
|
113
|
+
ISLAS_PACIFICO = "111",
|
|
114
|
+
ISLAS_SALOMON = "112",
|
|
115
|
+
ISLAS_TURCAS_Y_CAICOS = "113",
|
|
116
|
+
ISLAS_VIRGENES_BRITANICAS = "114",
|
|
117
|
+
ISLAS_VIRGENES_DE_ESTADOS_UNIDOS_DE_AMERICA = "115",
|
|
118
|
+
ESTADO_DE_ISRAEL = "116",
|
|
119
|
+
REPUBLICA_DE_ITALIA = "117",
|
|
120
|
+
JAMAICA = "118",
|
|
121
|
+
JAPON = "119",
|
|
122
|
+
REINO_HASHEMITA_DE_JORDANIA = "120",
|
|
123
|
+
REPUBLICA_DE_KAZAJSTAN = "121",
|
|
124
|
+
REPUBLICA_DE_KENYA = "122",
|
|
125
|
+
REPUBLICA_DE_KIRGUISTAN = "123",
|
|
126
|
+
REPUBLICA_DE_KIRIBATI = "124",
|
|
127
|
+
LESOTHO = "125",
|
|
128
|
+
LABUAN = "126",
|
|
129
|
+
REPUBLICA_DEMOCRATICA_POPULAR_DE_LAOS = "127",
|
|
130
|
+
LATVIA = "128",
|
|
131
|
+
REINO_DE_LESOTHO = "129",
|
|
132
|
+
REPUBLICA_DEL_LIBANO = "130",
|
|
133
|
+
REPUBLICA_DE_LIBERIA = "131",
|
|
134
|
+
JAMAHIRIYA_ARABE_LIBIA_POPULAR_SOCIALISTA = "132",
|
|
135
|
+
PRINCIPADO_DE_LIECHENSTEIN = "133",
|
|
136
|
+
REPUBLICA_DE_LITUANIA = "134",
|
|
137
|
+
GRAN_DUCADO_DE_LUXEMBURGO = "135",
|
|
138
|
+
REGION_ESPECIAL_ADMINISTRATIVA_DE_MACAO_DE_LA_REPUBLICA_POPULAR_CHINA = "136",
|
|
139
|
+
ANTIGUA_REPUBLICA_YUGOSLAVA_DE_MACEDONIA = "137",
|
|
140
|
+
REPUBLICA_DE_MADAGASCAR = "138",
|
|
141
|
+
MADEIRA = "139",
|
|
142
|
+
MALASIA = "140",
|
|
143
|
+
REPUBLICA_DE_MALAWI = "141",
|
|
144
|
+
REPUBLICA_DE_MALI = "142",
|
|
145
|
+
REPUBLICA_DE_MALTA = "143",
|
|
146
|
+
REINO_DE_MARRUECOS = "144",
|
|
147
|
+
REPUBLICA_DE_MAURICIO = "145",
|
|
148
|
+
REPUBLICA_ISLAMICA_DE_MAURITANIA = "146",
|
|
149
|
+
MOLDURA = "147",
|
|
150
|
+
PRINCIPADO_DE_MONACO = "148",
|
|
151
|
+
MONACO = "149",
|
|
152
|
+
MONTSERRAT = "150",
|
|
153
|
+
REPUBLICA_DE_MOZAMBIQUE = "151",
|
|
154
|
+
REPUBLICA_DE_NAMIBIA = "152",
|
|
155
|
+
REPUBLICA_DE_NAURU = "153",
|
|
156
|
+
ESTADO_DE_NEPAL = "154",
|
|
157
|
+
NEVIS = "155",
|
|
158
|
+
REPUBLICA_DE_NICARAGUA = "156",
|
|
159
|
+
REPUBLICA_DEL_NIGER = "157",
|
|
160
|
+
REPUBLICA_FEDERAL_DE_NIGERIA = "158",
|
|
161
|
+
NIGER = "159",
|
|
162
|
+
NO_CLASIFICADO = "160",
|
|
163
|
+
REINO_DE_NORUEGA = "161",
|
|
164
|
+
NORUEGA = "162",
|
|
165
|
+
SULTANATO_DE_OMAN = "163",
|
|
166
|
+
REPUBLICA_DE_PALAOS = "164",
|
|
167
|
+
REPUBLICA_PANAMA = "165",
|
|
168
|
+
REPUBLICA_ISLAMICA_DE_PAQUISTAN = "166",
|
|
169
|
+
REPUBLICA_DE_PARAGUAY = "167",
|
|
170
|
+
REPUBLICA_DEL_PERU = "168",
|
|
171
|
+
ISLAS_PITCAIRN = "169",
|
|
172
|
+
POLINESIA_FRANCESA = "170",
|
|
173
|
+
REPUBLICA_DE_POLONIA = "171",
|
|
174
|
+
REPUBLICA_DE_PORTUGAL = "172",
|
|
175
|
+
ESTADO_LIBRE_ASOCIADO_DE_PUERTO_RICO = "173",
|
|
176
|
+
REINO_DE_SWAZILANDIA = "174",
|
|
177
|
+
REINO_DE_TONGA = "175",
|
|
178
|
+
REPUBLICA_CENTRO_AFRICANA = "176",
|
|
179
|
+
REPUBLICA_DE_CABO_VERDE = "177",
|
|
180
|
+
REPUBLICA_DE_CHIPRE = "178",
|
|
181
|
+
REPUBLICA_DE_DJIBOUTI = "179",
|
|
182
|
+
REPUBLICA_DE_COREA_DEL_SUR = "180",
|
|
183
|
+
REPUBLICA_DE_LAS_MALDIVAS = "181",
|
|
184
|
+
REPUBLICA_DE_SEYCHELLES = "182",
|
|
185
|
+
REPUBLICA_DE_TUNEZ = "183",
|
|
186
|
+
REPUBLICA_DE_VANUATU = "184",
|
|
187
|
+
REPUBLICA_DEL_YEMEN = "185",
|
|
188
|
+
REPUBLICA_DOMINICANA = "186",
|
|
189
|
+
MEXICO = "187",
|
|
190
|
+
REPUBLICA_ORIENTAL_DE_URUGUAY = "188",
|
|
191
|
+
RODESIA = "189",
|
|
192
|
+
REPUBLICA_DE_RUANDA = "190",
|
|
193
|
+
RUMANIA = "191",
|
|
194
|
+
FEDERACION_RUSA = "192",
|
|
195
|
+
SAHARA_DEL_OESTE = "193",
|
|
196
|
+
SAMOA_AMERICANA = "194",
|
|
197
|
+
SAN_CRISTOBAL_Y_NEVIS = "195",
|
|
198
|
+
SAN_KITTS = "196",
|
|
199
|
+
SAN_VICENTE_Y_LAS_GRANADINAS = "197",
|
|
200
|
+
SAN_VICENTE_Y_GRANADI = "198",
|
|
201
|
+
REPUBLICA_DE_SENEGAL = "199",
|
|
202
|
+
SERENISIMA_REPUBLICA_DE_SAN_MARINO = "200",
|
|
203
|
+
REPUBLICA_DE_SIERRA_LEONA = "201",
|
|
204
|
+
REPUBLICA_ARABE_SIRIA = "202",
|
|
205
|
+
SLOVAKIA = "203",
|
|
206
|
+
SLOVENIA = "204",
|
|
207
|
+
SINGAPUR = "205",
|
|
208
|
+
REPUBLICA_DEMOCRATICA_SOCIALISTA_DE_SRI_LANKA = "206",
|
|
209
|
+
REPUBLICA_DE_SUDAFRICA = "207",
|
|
210
|
+
REPUBLICA_DEL_SUDAN = "208",
|
|
211
|
+
REINO_DE_SUECIA = "209",
|
|
212
|
+
CONFEDERACION_HELVETICA = "210",
|
|
213
|
+
REPUBLICA_DE_SURINAM = "211",
|
|
214
|
+
REINO_DE_TAILANDIA = "212",
|
|
215
|
+
REPUBLICA_DE_CHINA_TAIWAN = "213",
|
|
216
|
+
REPUBLICA_UNIDA_DE_TANZANIA = "214",
|
|
217
|
+
REPUBLICA_DE_TAJIKISTAN = "215",
|
|
218
|
+
REPUBLICA_DE_TOGO = "216",
|
|
219
|
+
TAILANDIA = "217",
|
|
220
|
+
TRIESTE = "218",
|
|
221
|
+
REPUBLICA_DE_TRINIDAD_Y_TOBAGO = "219",
|
|
222
|
+
TRISTAN_DE_CUNHA = "220",
|
|
223
|
+
TERRITORIOS_EXT_AUSTRALIA = "221",
|
|
224
|
+
TIMOR_LESTE = "222",
|
|
225
|
+
REPUBLICA_DE_TURQUIA = "223",
|
|
226
|
+
TUVALU = "224",
|
|
227
|
+
TONGA = "225",
|
|
228
|
+
TRINIDAD_Y_TOBAGO = "226",
|
|
229
|
+
REPUBLICA_DE_UZBEKISTAN = "227",
|
|
230
|
+
REPUBLICA_BOLIVARIANA_DE_VENEZUELA = "228",
|
|
231
|
+
REPUBLICA_SOCIALISTA_DE_VIETNAM = "229",
|
|
232
|
+
TURQUIA = "230",
|
|
233
|
+
REPUBLICA_DE_ZAIRE = "231",
|
|
234
|
+
REPUBLICA_DE_ZAMBIA = "232",
|
|
235
|
+
UGANDA = "233",
|
|
236
|
+
UNION_DE_MYANMAR = "234",
|
|
237
|
+
SAN_CRISTOBAL_Y_NIEVES = "235",
|
|
238
|
+
REPUBLICA_DE_SINGAPURE = "236",
|
|
239
|
+
SAMOA = "237",
|
|
240
|
+
BURKINA_FASO = "238",
|
|
241
|
+
TERRITORIOS_PALESTINOS = "239",
|
|
242
|
+
ISLA_DE_CHRISTMAS = "240",
|
|
243
|
+
COMORAS = "241",
|
|
244
|
+
ERITREA = "242",
|
|
245
|
+
ISLAS_FAROE = "243",
|
|
246
|
+
FIYI = "244",
|
|
247
|
+
MARTINICA = "245",
|
|
248
|
+
MICRONESIA = "246",
|
|
249
|
+
MOLDOVA = "247",
|
|
250
|
+
MONTENEGRO = "248",
|
|
251
|
+
NUEVA_CALEDONIA = "249",
|
|
252
|
+
PALESTINA = "250",
|
|
253
|
+
PAPUA_NUEVA_GUINEA = "251",
|
|
254
|
+
SUAZILANDIA = "252",
|
|
255
|
+
SANTO_TOME_Y_PRINCIPE = "253",
|
|
256
|
+
SERBIA = "254",
|
|
257
|
+
ZIMBABUE = "255",
|
|
258
|
+
ANTARTIDA = "256",
|
|
259
|
+
ISLAS_OLAND = "257",
|
|
260
|
+
ISLA_BOUVET = "258",
|
|
261
|
+
REPUBLICA_DEMOCRATICA_DEL_CONGO = "259",
|
|
262
|
+
CLIPPERTON = "260",
|
|
263
|
+
GEORGIA_DEL_SUR_E_ISLAS_SANDWICH_DEL_SUR = "262",
|
|
264
|
+
ISLAS_HEARD_Y_MCDONALD = "263",
|
|
265
|
+
TERRITORIO_BRITANICO_DEL_OCEANO_INDICO = "264",
|
|
266
|
+
JERSEY = "265",
|
|
267
|
+
LETONIA = "266",
|
|
268
|
+
ISLAS_MARIANAS_DEL_NORTE = "267",
|
|
269
|
+
PAISES_BAJOS = "269",
|
|
270
|
+
REUNION = "270",
|
|
271
|
+
TERRITORIOS_AUSTRALES_FRANCESES = "271",
|
|
272
|
+
ISLAS_MENORES_ALEJADAS_DE_LOS_ESTADOS_UNIDOS = "272",
|
|
273
|
+
SANTA_SEDE_ESTADO_DE_LA_CIUDAD_DEL_VATICANO = "273",
|
|
274
|
+
WALLIS_Y_FUTUNA = "274",
|
|
275
|
+
MAYOTTE = "275"
|
|
276
|
+
}
|