@fiado/type-kit 3.38.0 → 3.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +572 -572
- package/_test_/cognitoBackofficeConnector/validators/MfaTypesRequiresOne.test.ts +77 -0
- package/_test_/unit/cognitoBackofficeConnector/validators/NoTenantIdInCustomAttrs.test.ts +43 -43
- package/bin/benefitCenter/dtos/BackofficeInputLabelsUpdateRequest.d.ts +12 -0
- package/bin/benefitCenter/dtos/BackofficeInputLabelsUpdateRequest.js +29 -0
- package/bin/benefitCenter/dtos/BackofficeLeafHelpImageUpdateRequest.d.ts +9 -0
- package/bin/benefitCenter/dtos/BackofficeLeafHelpImageUpdateRequest.js +26 -0
- package/bin/benefitCenter/dtos/BackofficeProductEnabledUpdateRequest.d.ts +9 -0
- package/bin/benefitCenter/dtos/BackofficeProductEnabledUpdateRequest.js +26 -0
- package/bin/benefitCenter/dtos/BackofficeProductHelpImageUpdateRequest.d.ts +9 -0
- package/bin/benefitCenter/dtos/BackofficeProductHelpImageUpdateRequest.js +26 -0
- package/bin/benefitCenter/dtos/BackofficeSubcategoryLogoUpdateRequest.d.ts +10 -0
- package/bin/benefitCenter/dtos/BackofficeSubcategoryLogoUpdateRequest.js +27 -0
- package/bin/benefitCenter/dtos/LeafAssetUploadUrlRequest.d.ts +14 -0
- package/bin/benefitCenter/dtos/LeafAssetUploadUrlRequest.js +36 -0
- package/bin/benefitCenter/dtos/LeafAssetUploadUrlResponse.d.ts +13 -0
- package/bin/benefitCenter/dtos/LeafAssetUploadUrlResponse.js +12 -0
- package/bin/benefitCenter/dtos/ProductItem.d.ts +12 -0
- package/bin/benefitCenter/enums/LeafAssetKindEnum.d.ts +12 -0
- package/bin/benefitCenter/enums/LeafAssetKindEnum.js +16 -0
- package/bin/benefitCenter/index.d.ts +8 -0
- package/bin/benefitCenter/index.js +9 -0
- package/bin/cognitoBackofficeConnector/dtos/AppClientConfig.d.ts +19 -0
- package/bin/cognitoBackofficeConnector/dtos/AppClientConfig.js +74 -0
- package/bin/cognitoBackofficeConnector/dtos/AuthEventsRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/AuthEventsRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/ChangePasswordRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/ChangePasswordRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/ConfirmForgotPasswordRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/ConfirmForgotPasswordRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/CreatePoolRequest.d.ts +19 -0
- package/bin/cognitoBackofficeConnector/dtos/CreatePoolRequest.js +63 -0
- package/bin/cognitoBackofficeConnector/dtos/CreatePoolResponse.d.ts +13 -0
- package/bin/cognitoBackofficeConnector/dtos/CreatePoolResponse.js +13 -0
- package/bin/cognitoBackofficeConnector/dtos/CreateUserRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/CreateUserRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/CustomAttributeSpec.d.ts +9 -0
- package/bin/cognitoBackofficeConnector/dtos/CustomAttributeSpec.js +38 -0
- package/bin/cognitoBackofficeConnector/dtos/DeletePoolRequest.d.ts +13 -0
- package/bin/{messagesConnector/dtos/VerifyOtpRequest.js → cognitoBackofficeConnector/dtos/DeletePoolRequest.js} +14 -12
- package/bin/cognitoBackofficeConnector/dtos/DeleteUserRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/DeleteUserRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/ForgotPasswordRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/ForgotPasswordRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/InitiateAuthRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/InitiateAuthRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/MfaPoolConfig.d.ts +7 -0
- package/bin/cognitoBackofficeConnector/dtos/MfaPoolConfig.js +31 -0
- package/bin/cognitoBackofficeConnector/dtos/MfaResetRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/MfaResetRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/PasswordPolicyConfig.d.ts +8 -0
- package/bin/cognitoBackofficeConnector/dtos/PasswordPolicyConfig.js +51 -0
- package/bin/cognitoBackofficeConnector/dtos/RefreshTokensRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/RefreshTokensRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/ResendConfirmationRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/ResendConfirmationRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/ResendInvitationRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/ResendInvitationRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/RespondToChallengeRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/RespondToChallengeRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/SetMfaPreferenceRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/SetMfaPreferenceRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/TotpBeginRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/TotpBeginRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/TotpVerifyRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/TotpVerifyRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/UpdateEmailRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/UpdateEmailRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/UpdateProfileRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/UpdateProfileRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/UpdateUserAttributesRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/UpdateUserAttributesRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/UserActionRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/UserActionRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/dtos/VerifyEmailRequest.d.ts +1 -0
- package/bin/cognitoBackofficeConnector/dtos/VerifyEmailRequest.js +6 -0
- package/bin/cognitoBackofficeConnector/index.d.ts +8 -2
- package/bin/cognitoBackofficeConnector/index.js +8 -2
- package/bin/cognitoBackofficeConnector/validators/MfaTypesRequiresOne.d.ts +17 -0
- package/bin/cognitoBackofficeConnector/validators/MfaTypesRequiresOne.js +39 -0
- package/bin/index.d.ts +1 -0
- package/bin/index.js +7 -1
- package/bin/platformRbac/dtos/AuthContext.d.ts +21 -0
- package/bin/platformRbac/dtos/AuthContext.js +2 -0
- package/bin/platformRbac/dtos/PermissionMeta.d.ts +19 -0
- package/bin/platformRbac/dtos/PermissionMeta.js +2 -0
- package/bin/platformRbac/dtos/RoleAssignmentInfo.d.ts +11 -0
- package/bin/platformRbac/dtos/RoleAssignmentInfo.js +2 -0
- package/bin/platformRbac/enums/Permission.d.ts +93 -0
- package/bin/platformRbac/enums/Permission.js +118 -0
- package/bin/platformRbac/enums/PermissionCategory.d.ts +14 -0
- package/bin/platformRbac/enums/PermissionCategory.js +18 -0
- package/bin/platformRbac/enums/PermissionScope.d.ts +10 -0
- package/bin/platformRbac/enums/PermissionScope.js +14 -0
- package/bin/platformRbac/index.d.ts +6 -0
- package/bin/platformRbac/index.js +18 -0
- package/jest.config.js +8 -8
- package/package.json +28 -28
- package/src/account/dtos/AccountCreateRequest.ts +110 -110
- package/src/account/dtos/AccountCreateResponse.ts +10 -10
- package/src/account/dtos/AccountInfo.ts +43 -43
- package/src/account/dtos/AccountUpdateBalanceRequest.ts +11 -11
- package/src/account/dtos/AccountUpdateRequest.ts +44 -44
- package/src/account/dtos/BankAccountAchTransferRequest.ts +12 -12
- package/src/account/dtos/BankAccountAchTransferResponse.ts +11 -11
- package/src/account/dtos/BankAccountExternalAddress.ts +17 -17
- package/src/account/dtos/BankAccountMCSendTransferRequest.ts +10 -10
- package/src/account/dtos/BankAccountMCSendTransferResponse.ts +7 -7
- package/src/account/dtos/BankAccountP2pTransferRequest.ts +11 -11
- package/src/account/dtos/BankAccountP2pTransferResponse.ts +11 -11
- package/src/account/dtos/BankAccountPocketTransferRequest.ts +10 -10
- package/src/account/dtos/BankAccountPocketTransferResponse.ts +9 -9
- package/src/account/dtos/CreateAccountEventRequest.ts +34 -34
- package/src/account/dtos/CreateAccountEventResponse.ts +21 -21
- package/src/account/dtos/CreateBankAccountRequest.ts +11 -11
- package/src/account/dtos/CreateBankAccountResponse.ts +8 -8
- package/src/account/dtos/CreateBankAccountUserRequest.ts +22 -22
- package/src/account/dtos/CreateBankAccountUserResponse.ts +14 -14
- package/src/account/dtos/ExchangeInfo.ts +8 -8
- package/src/account/dtos/ExecuteP2pOperationRequest.ts +13 -13
- package/src/account/dtos/ExecuteP2pOperationResponse.ts +6 -6
- package/src/account/dtos/ExecutePocketOperationRequest.ts +13 -13
- package/src/account/dtos/ExecutePocketOperationResponse.ts +7 -7
- package/src/account/dtos/GetAccountBalanceResponse.ts +57 -57
- package/src/account/dtos/GetAccountResponse.ts +66 -66
- package/src/account/dtos/GetAccountResponseList.ts +5 -5
- package/src/account/dtos/GetBankAccountRequest.ts +3 -3
- package/src/account/dtos/GetBankAccountResponse.ts +22 -22
- package/src/account/dtos/GetBankAccountSensitiveInformationRequest.ts +5 -5
- package/src/account/dtos/GetBankAccountSensitiveInformationResponse.ts +10 -10
- package/src/account/dtos/GetBankAccountUserRequest.ts +2 -2
- package/src/account/dtos/GetBankAccountUserResponse.ts +27 -27
- package/src/account/dtos/GetPocketBalanceResponse.ts +46 -46
- package/src/account/dtos/GetPocketResponse.ts +8 -8
- package/src/account/dtos/PocketBalanceItem.ts +17 -17
- package/src/account/dtos/PocketItem.ts +43 -43
- package/src/account/dtos/SPEITransferCreateRequest.ts +42 -42
- package/src/account/dtos/SPEITransferResponse.ts +22 -22
- package/src/account/dtos/SPEITransferUpdateRequest.ts +43 -43
- package/src/account/dtos/UpdateBalanceOperation.ts +10 -10
- package/src/account/dtos/UpdateBankAccountUserRequest.ts +26 -26
- package/src/account/dtos/UpdateBankAccountUserResponse.ts +3 -3
- package/src/account/entities/AccountEntityBase.ts +12 -12
- package/src/account/entities/BankInfo.ts +7 -7
- package/src/account/enums/AccountEntityStatusEnum.ts +6 -6
- package/src/account/enums/AccountLevelEnum.ts +5 -5
- package/src/account/enums/AccountLifecycleEventTypeEnum.ts +62 -62
- package/src/account/enums/AchTransferStatusEnum.ts +12 -12
- package/src/account/enums/AchTransferTypeEnum.ts +4 -4
- package/src/account/enums/BankAccountP2pTransferType.ts +5 -5
- package/src/account/enums/BankAccountTypeEnum.ts +5 -5
- package/src/account/enums/BankAccountUserStatusEnum.ts +4 -4
- package/src/account/enums/CreateBankAccountUserStatusEnum.ts +5 -5
- package/src/account/enums/PocketOperationTypeEnum.ts +10 -10
- package/src/account/enums/SpeiTransferStatusEnum.ts +10 -10
- package/src/account/enums/UserEntityStatusEnum.ts +4 -4
- package/src/account/index.ts +64 -64
- package/src/accountIssuanceBusiness/enums/Status.ts +12 -12
- package/src/accountIssuanceBusiness/index.ts +2 -2
- package/src/activity/dtos/ActivityMessageRequest.ts +30 -30
- package/src/activity/dtos/ActivityMessageResponse.ts +24 -24
- package/src/activity/dtos/ActivityQueueMessage.ts +9 -9
- package/src/activity/index.ts +8 -8
- package/src/address/dtos/AddressBase.ts +132 -132
- package/src/address/dtos/AddressCreateRequest.ts +6 -6
- package/src/address/dtos/AddressResponse.ts +41 -41
- package/src/address/dtos/AddressShippingCardRequest.ts +12 -12
- package/src/address/dtos/AddressShippingCardResponse.ts +11 -11
- package/src/address/dtos/Geometry.ts +4 -4
- package/src/address/dtos/GetLocationResponse.ts +6 -6
- package/src/address/dtos/Location.ts +26 -26
- package/src/address/dtos/LocationAddress.ts +25 -25
- package/src/address/dtos/OfficeDetails.ts +30 -30
- package/src/address/dtos/OperationSchedule.ts +8 -8
- package/src/address/dtos/Place.ts +95 -95
- package/src/address/dtos/Shipping.ts +36 -36
- package/src/address/dtos/SuggestedAddress.ts +87 -87
- package/src/address/dtos/Timezone.ts +9 -9
- package/src/address/dtos/ValidateAddressRequest.ts +4 -4
- package/src/address/dtos/ValidateAddressResponse.ts +6 -6
- package/src/address/dtos/ValidateAddressResult.ts +6 -6
- package/src/address/enums/AddressProvider.ts +10 -10
- package/src/address/enums/AddressStatus.ts +9 -9
- package/src/address/enums/LocationTypeEnum.ts +3 -3
- package/src/address/enums/ValidateAddressErrorCodeEnum.ts +15 -15
- package/src/address/enums/ValidateAddressStatusEnum.ts +10 -10
- package/src/address/index.ts +26 -26
- package/src/aiEngine/dtos/internal/AiAnalyzeRequest.ts +15 -15
- package/src/aiEngine/dtos/internal/AiAnalyzeResponse.ts +6 -6
- package/src/aiEngine/index.ts +3 -3
- package/src/apiResponse/dtos/FiadoApiResponse.ts +7 -7
- package/src/app/enums/App.ts +10 -10
- package/src/app/index.ts +3 -3
- package/src/appSelectionData/dtos/AppSelectionDataCreateRequest.ts +27 -27
- package/src/appSelectionData/index.ts +4 -4
- package/src/auth/dtos/ChallengeBackofficeRequest.ts +22 -22
- package/src/auth/dtos/ResetPasswordBackofficeRequest.ts +9 -9
- package/src/auth/dtos/SignInBackofficeRequest.ts +13 -13
- package/src/auth/dtos/SignInBackofficeResponse.ts +7 -7
- package/src/auth/dtos/SignUpBackofficeRequest.ts +22 -22
- package/src/auth/index.ts +7 -7
- package/src/authentication/dtos/ChangePasswordRequest.ts +16 -16
- package/src/authentication/dtos/DirectoryBatchSummaryResponse.ts +22 -22
- package/src/authentication/dtos/RefreshTokenRequest.ts +12 -12
- package/src/authentication/dtos/RespondToAuthChallengeRequest.ts +24 -24
- package/src/authentication/dtos/SignInRequest.ts +30 -30
- package/src/authentication/dtos/SignUpAdditionalRequest.ts +32 -32
- package/src/authentication/dtos/SignUpAdditionalResponse.ts +5 -5
- package/src/authentication/dtos/SignUpRequest.ts +21 -21
- package/src/authentication/dtos/SignUpUserBackofficeRequest.ts +79 -79
- package/src/authentication/dtos/UserConfirmRequest.ts +13 -13
- package/src/authentication/index.ts +19 -19
- package/src/bankAccount/dtos/CreateExternalBankAccountRequest.ts +14 -14
- package/src/bankAccount/dtos/CreateExternalBankAccountResponse.ts +6 -6
- package/src/bankAccount/dtos/ExternalAccountCurrency.ts +3 -3
- package/src/bankAccount/dtos/GetExternalBankAccountRequest.ts +11 -11
- package/src/bankAccount/dtos/GetExternalBankAccountResponse.ts +17 -17
- package/src/bankAccount/dtos/GetExternalBankResponse.ts +13 -13
- package/src/bankAccount/enums/ExternalAccountOwnershipEnum.ts +3 -3
- package/src/bankAccount/enums/ExternalAccountStatusEnum.ts +6 -6
- package/src/bankAccount/enums/ExternalAccountTypeEnum.ts +5 -5
- package/src/bankAccount/index.ts +9 -9
- package/src/bbvaRst/dtos/CreateRSTTransactionRequest.ts +14 -14
- package/src/bbvaRst/dtos/CreateRSTTransactionResponse.ts +9 -9
- package/src/bbvaRst/enums/RSTStatusEnum.ts +4 -4
- package/src/bbvaRst/index.ts +2 -2
- package/src/beneficiary/dtos/AccountBeneficiaryCreateRequest.ts +57 -57
- package/src/beneficiary/dtos/AccountBeneficiaryResponse.ts +26 -26
- package/src/beneficiary/dtos/AccountBeneficiaryUpdateRequest.ts +42 -42
- package/src/beneficiary/enums/AccountType.ts +6 -6
- package/src/beneficiary/index.ts +7 -7
- package/src/benefitCenter/dtos/AuthorizeBenefitsMarketplaceTransactionRequest.ts +138 -138
- package/src/benefitCenter/dtos/BackofficeInputLabelsUpdateRequest.ts +16 -0
- package/src/benefitCenter/dtos/BackofficeLeafDetailResponse.ts +14 -14
- package/src/benefitCenter/dtos/BackofficeLeafFacetsResponse.ts +26 -26
- package/src/benefitCenter/dtos/BackofficeLeafHelpImageUpdateRequest.ts +13 -0
- package/src/benefitCenter/dtos/BackofficeLeafListItem.ts +27 -27
- package/src/benefitCenter/dtos/BackofficeLeafListResponse.ts +8 -8
- package/src/benefitCenter/dtos/BackofficeLeafUpdateRequest.ts +30 -30
- package/src/benefitCenter/dtos/BackofficeProductEnabledUpdateRequest.ts +12 -0
- package/src/benefitCenter/dtos/BackofficeProductHelpImageUpdateRequest.ts +13 -0
- package/src/benefitCenter/dtos/BackofficeSubcategoryLogoUpdateRequest.ts +14 -0
- package/src/benefitCenter/dtos/BackofficeSubcategoryOrderUpdateRequest.ts +20 -20
- package/src/benefitCenter/dtos/BackofficeSubcategoryOrdersResponse.ts +29 -29
- package/src/benefitCenter/dtos/BackofficeSubcategoryReorderRequest.ts +17 -17
- package/src/benefitCenter/dtos/BannerAction.ts +25 -25
- package/src/benefitCenter/dtos/BannerActionRequest.ts +28 -28
- package/src/benefitCenter/dtos/BannerContent.ts +33 -33
- package/src/benefitCenter/dtos/BannerContentRequest.ts +24 -24
- package/src/benefitCenter/dtos/BannerCreateRequest.ts +67 -67
- package/src/benefitCenter/dtos/BannerItem.ts +9 -9
- package/src/benefitCenter/dtos/BannerTemplateRequest.ts +17 -17
- package/src/benefitCenter/dtos/BannerTemplateTheme.ts +18 -18
- package/src/benefitCenter/dtos/BannerTemplateThemeRequest.ts +23 -23
- package/src/benefitCenter/dtos/BannerTranslation.ts +22 -22
- package/src/benefitCenter/dtos/BannerTranslationRequest.ts +31 -31
- package/src/benefitCenter/dtos/BannerTranslationsRequest.ts +15 -15
- package/src/benefitCenter/dtos/BannerUpdateRequest.ts +57 -57
- package/src/benefitCenter/dtos/BannerUploadUrlRequest.ts +23 -23
- package/src/benefitCenter/dtos/BannerUploadUrlResponse.ts +15 -15
- package/src/benefitCenter/dtos/BenefitCatalogResponse.ts +7 -7
- package/src/benefitCenter/dtos/BenefitCreateRequest.ts +67 -67
- package/src/benefitCenter/dtos/BenefitItem.ts +11 -11
- package/src/benefitCenter/dtos/BenefitListResponse.ts +7 -7
- package/src/benefitCenter/dtos/BenefitModuleConfigRequest.ts +11 -11
- package/src/benefitCenter/dtos/BenefitModuleEntryRequest.ts +11 -11
- package/src/benefitCenter/dtos/BenefitPaymentRequest.ts +78 -78
- package/src/benefitCenter/dtos/BenefitPaymentResponse.ts +28 -28
- package/src/benefitCenter/dtos/BenefitReferenceVerificationRequest.ts +25 -25
- package/src/benefitCenter/dtos/BenefitSummary.ts +8 -8
- package/src/benefitCenter/dtos/BenefitUpdateRequest.ts +41 -41
- package/src/benefitCenter/dtos/CatalogNode.ts +13 -13
- package/src/benefitCenter/dtos/ConnectorCatalogItem.ts +37 -37
- package/src/benefitCenter/dtos/ConnectorCatalogResponse.ts +5 -5
- package/src/benefitCenter/dtos/FavoriteDetailResponse.ts +43 -43
- package/src/benefitCenter/dtos/FavoriteItem.ts +25 -25
- package/src/benefitCenter/dtos/FavoriteListResponse.ts +5 -5
- package/src/benefitCenter/dtos/FavoriteReorderRequest.ts +32 -32
- package/src/benefitCenter/dtos/FavoriteUpdateRequest.ts +35 -35
- package/src/benefitCenter/dtos/FavoriteUpsertContext.ts +26 -26
- package/src/benefitCenter/dtos/FavoriteValidationResult.ts +37 -37
- package/src/benefitCenter/dtos/InputField.ts +14 -14
- package/src/benefitCenter/dtos/InputSchema.ts +7 -7
- package/src/benefitCenter/dtos/InputValidation.ts +8 -8
- package/src/benefitCenter/dtos/LeafAssetUploadUrlRequest.ts +23 -0
- package/src/benefitCenter/dtos/LeafAssetUploadUrlResponse.ts +13 -0
- package/src/benefitCenter/dtos/ProductItem.ts +25 -11
- package/src/benefitCenter/dtos/PublicVerifyReferenceRequest.ts +33 -33
- package/src/benefitCenter/dtos/SelectOption.ts +4 -4
- package/src/benefitCenter/dtos/ServiceLeaf.ts +14 -14
- package/src/benefitCenter/enums/BannerActionTypeEnum.ts +14 -14
- package/src/benefitCenter/enums/BannerAssetKindEnum.ts +11 -11
- package/src/benefitCenter/enums/BannerContentTypeEnum.ts +14 -14
- package/src/benefitCenter/enums/BannerLocaleEnum.ts +4 -4
- package/src/benefitCenter/enums/BannerScreenEnum.ts +11 -11
- package/src/benefitCenter/enums/BannerStatusEnum.ts +5 -5
- package/src/benefitCenter/enums/BannerTemplateVariantEnum.ts +14 -14
- package/src/benefitCenter/enums/BenefitFlowEnum.ts +9 -9
- package/src/benefitCenter/enums/BenefitPaymentErrorCodeEnum.ts +17 -17
- package/src/benefitCenter/enums/BenefitPaymentStatusEnum.ts +12 -12
- package/src/benefitCenter/enums/CatalogNodeTypeEnum.ts +4 -4
- package/src/benefitCenter/enums/FavoriteDisabledReasonEnum.ts +15 -15
- package/src/benefitCenter/enums/InputFieldTypeEnum.ts +10 -10
- package/src/benefitCenter/enums/LeafAssetKindEnum.ts +12 -0
- package/src/benefitCenter/index.ts +84 -75
- package/src/blacklist/dtos/CreateBlockedPersonRequest.ts +32 -32
- package/src/blacklist/dtos/GetBlockedPersonsResponse.ts +84 -84
- package/src/blacklist/dtos/UpdateBlockedPersonRequest.ts +42 -42
- package/src/blacklist/enums/IdentificationParameter.ts +5 -5
- package/src/blacklist/index.ts +7 -7
- package/src/card/dtos/AccountCancelGetResponse.ts +25 -25
- package/src/card/dtos/AccountIssuanceStepConfig.ts +13 -13
- package/src/card/dtos/CardActivateRequest.ts +22 -22
- package/src/card/dtos/CardAdditionalRequest.ts +25 -25
- package/src/card/dtos/CardAdditionalResponse.ts +14 -14
- package/src/card/dtos/CardApplicationRequest.ts +52 -52
- package/src/card/dtos/CardBalanceResponse.ts +10 -10
- package/src/card/dtos/CardCreateAdditionalRequest.ts +82 -82
- package/src/card/dtos/CardResponse.ts +34 -34
- package/src/card/dtos/CardSensitiveInformationResponse.ts +25 -25
- package/src/card/dtos/CardShipmentQueueMessage.ts +7 -7
- package/src/card/dtos/CardShipmentUpdateRequest.ts +19 -19
- package/src/card/dtos/CardSummaryResponse.ts +10 -10
- package/src/card/dtos/CardUpdateIssuanceRequest.ts +24 -24
- package/src/card/dtos/CardUpdateRequest.ts +23 -23
- package/src/card/dtos/Internal/ActivateBankAccountCardRequest.ts +13 -13
- package/src/card/dtos/Internal/ActivateBankAccountCardResponse.ts +4 -4
- package/src/card/dtos/Internal/AssignCardRequest.ts +8 -8
- package/src/card/dtos/Internal/BatchBeneficiary.ts +6 -6
- package/src/card/dtos/Internal/BatchCardAttributes.ts +9 -9
- package/src/card/dtos/Internal/BatchCardInitialLoad.ts +3 -3
- package/src/card/dtos/Internal/BatchPointOfContact.ts +4 -4
- package/src/card/dtos/Internal/BatchShippingAddress.ts +7 -7
- package/src/card/dtos/Internal/CardBatchRequest.ts +13 -13
- package/src/card/dtos/Internal/CardBatchResponse.ts +19 -19
- package/src/card/dtos/Internal/CardIssuanceObservationUpdateRequest.ts +14 -14
- package/src/card/dtos/Internal/CardStatementListResponse.ts +6 -6
- package/src/card/dtos/Internal/CreateBankAccountCardRequest.ts +16 -16
- package/src/card/dtos/Internal/CreateBankAccountCardResponse.ts +8 -8
- package/src/card/dtos/Internal/CreateBankAccountCardShippingRequest.ts +19 -19
- package/src/card/dtos/Internal/CreateBankAccountCardShippingResponse.ts +14 -14
- package/src/card/dtos/Internal/GetBankAccountCardBalanceResponse.ts +12 -12
- package/src/card/dtos/Internal/GetBankAccountCardResponse.ts +34 -34
- package/src/card/dtos/Internal/GetBankAccountShippingRequest.ts +5 -5
- package/src/card/dtos/Internal/GetBankAccountShippingResponse.ts +19 -19
- package/src/card/dtos/Internal/ReplaceBankAccountCardRequest.ts +9 -9
- package/src/card/dtos/Internal/ReplaceBankAccountCardResponse.ts +3 -3
- package/src/card/dtos/Internal/StatementDocumentResponse.ts +2 -2
- package/src/card/dtos/Internal/UpdateBankAccountCardRequest.ts +24 -24
- package/src/card/dtos/Internal/UpdateBankAccountCardResponse.ts +7 -7
- package/src/card/enums/AccountCancellationStatus.ts +7 -7
- package/src/card/enums/Brand.ts +7 -7
- package/src/card/enums/CardIssuanceStatus.ts +5 -5
- package/src/card/enums/CardIssuing.ts +6 -6
- package/src/card/enums/CardReasonStatus.ts +8 -8
- package/src/card/enums/CardType.ts +4 -4
- package/src/card/enums/CardUpdateKey.ts +4 -4
- package/src/card/enums/CreditOrDebit.ts +5 -5
- package/src/card/enums/DeliveryChannel.ts +7 -7
- package/src/card/enums/ExternalShippingStatus.ts +59 -59
- package/src/card/enums/ExternalShippingStatusDetails.ts +53 -53
- package/src/card/enums/IssuanceType.ts +5 -5
- package/src/card/enums/KycReason.ts +6 -6
- package/src/card/enums/NominatedOrInnominated.ts +8 -8
- package/src/card/enums/OwnershipType.ts +3 -3
- package/src/card/enums/PinChangedStatus.ts +7 -7
- package/src/card/enums/Program.ts +6 -6
- package/src/card/enums/ReplaceBankAccountCardReasonEnum.ts +7 -7
- package/src/card/enums/ShippingStatus.ts +8 -8
- package/src/card/enums/Status.ts +7 -7
- package/src/card/enums/UpdateKey.ts +6 -6
- package/src/card/enums/VirtualOrPhysical.ts +6 -6
- package/src/card/enums/issuance/IssuanceFlow.ts +8 -8
- package/src/card/enums/issuance/KycStatus.ts +13 -13
- package/src/card/enums/issuance/ObservationStatus.ts +6 -6
- package/src/card/enums/issuance/ObservationStep.ts +22 -22
- package/src/card/enums/issuance/UserStatus.ts +7 -7
- package/src/card/index.ts +74 -74
- package/src/card/validations/CardUpdateKeyConstraint.ts +71 -71
- package/src/card/validations/IsPhoneNumberConstraint.ts +29 -29
- package/src/centralPayments/dtos/CentralPaymentsTransactionInfo.ts +66 -66
- package/src/centralPayments/dtos/CentralWebhookEventRequest.ts +18 -18
- package/src/centralPayments/dtos/GetMerchantLocationsQueryParams.ts +12 -12
- package/src/centralPayments/dtos/GetMerchantLocationsResponse.ts +6 -6
- package/src/centralPayments/dtos/HealthcheckResponse.ts +8 -8
- package/src/centralPayments/dtos/MerchantLocation.ts +25 -25
- package/src/centralPayments/dtos/OOWAnswer.ts +3 -3
- package/src/centralPayments/dtos/OOWQuestionsResponse.ts +6 -6
- package/src/centralPayments/dtos/SubmitOOWQuestionAnswersRequest.ts +3 -3
- package/src/centralPayments/enums/CentralPaymentMetadataTypeEnum.ts +11 -11
- package/src/centralPayments/enums/CentralPaymentTransactionTypeEnum.ts +58 -58
- package/src/centralPayments/enums/MerchantLocationDistanceUnitEnum.ts +4 -4
- package/src/centralPayments/enums/ServiceStatusEnum.ts +4 -4
- package/src/centralPayments/index.ts +17 -17
- package/src/circuloCredito/dtos/AccountInfo.ts +32 -32
- package/src/circuloCredito/dtos/AddressInfo.ts +11 -11
- package/src/circuloCredito/dtos/ClientInfo.ts +14 -14
- package/src/circuloCredito/dtos/ReportarCuentaRequest.ts +30 -30
- package/src/circuloCredito/dtos/ReportarCuentaResponse.ts +40 -40
- package/src/circuloCredito/enums/AccountStatus.ts +5 -5
- package/src/circuloCredito/enums/CdcConnectorErrorCode.ts +8 -8
- package/src/circuloCredito/enums/PaymentFrequency.ts +10 -10
- package/src/circuloCredito/enums/PaymentPeriodStatus.ts +12 -12
- package/src/circuloCredito/enums/ReportType.ts +5 -5
- package/src/circuloCredito/enums/ReportarCuentaResultStatus.ts +5 -5
- package/src/circuloCredito/index.ts +12 -12
- package/src/cnbv/dtos/CNBVLocalityRequest.ts +4 -4
- package/src/cnbv/dtos/CNBVLocalityResponse.ts +44 -44
- package/src/cnbv/index.ts +5 -5
- package/src/cognitoBackofficeConnector/dtos/AppClientConfig.ts +22 -0
- package/src/cognitoBackofficeConnector/dtos/AuthEventResponse.ts +8 -8
- package/src/cognitoBackofficeConnector/dtos/AuthEventsRequest.ts +8 -7
- package/src/cognitoBackofficeConnector/dtos/AuthTokensResponse.ts +12 -12
- package/src/cognitoBackofficeConnector/dtos/ChangePasswordRequest.ts +9 -8
- package/src/cognitoBackofficeConnector/dtos/ConfirmForgotPasswordRequest.ts +11 -10
- package/src/cognitoBackofficeConnector/dtos/CreatePoolRequest.ts +30 -0
- package/src/cognitoBackofficeConnector/dtos/CreatePoolResponse.ts +13 -0
- package/src/cognitoBackofficeConnector/dtos/CreateUserRequest.ts +12 -11
- package/src/cognitoBackofficeConnector/dtos/CreateUserResponse.ts +11 -11
- package/src/cognitoBackofficeConnector/dtos/CustomAttributeSpec.ts +12 -0
- package/src/cognitoBackofficeConnector/dtos/DeletePoolRequest.ts +16 -0
- package/src/cognitoBackofficeConnector/dtos/DeleteUserRequest.ts +7 -6
- package/src/cognitoBackofficeConnector/dtos/ForgotPasswordRequest.ts +9 -8
- package/src/cognitoBackofficeConnector/dtos/HealthcheckResponse.ts +12 -12
- package/src/cognitoBackofficeConnector/dtos/InitiateAuthRequest.ts +11 -10
- package/src/cognitoBackofficeConnector/dtos/InitiateAuthResponse.ts +17 -17
- package/src/cognitoBackofficeConnector/dtos/MfaPoolConfig.ts +16 -0
- package/src/cognitoBackofficeConnector/dtos/MfaResetRequest.ts +7 -6
- package/src/cognitoBackofficeConnector/dtos/MfaVerifyResponse.ts +8 -8
- package/src/cognitoBackofficeConnector/dtos/PasswordPolicyConfig.ts +11 -0
- package/src/cognitoBackofficeConnector/dtos/RefreshTokensRequest.ts +9 -8
- package/src/cognitoBackofficeConnector/dtos/RefreshTokensResponse.ts +5 -5
- package/src/cognitoBackofficeConnector/dtos/ResendConfirmationRequest.ts +9 -8
- package/src/cognitoBackofficeConnector/dtos/ResendInvitationRequest.ts +7 -6
- package/src/cognitoBackofficeConnector/dtos/RespondToChallengeRequest.ts +12 -11
- package/src/cognitoBackofficeConnector/dtos/RespondToChallengeResponse.ts +14 -14
- package/src/cognitoBackofficeConnector/dtos/SetMfaPreferenceRequest.ts +12 -11
- package/src/cognitoBackofficeConnector/dtos/TotpBeginRequest.ts +8 -7
- package/src/cognitoBackofficeConnector/dtos/TotpBeginResponse.ts +4 -4
- package/src/cognitoBackofficeConnector/dtos/TotpVerifyRequest.ts +9 -8
- package/src/cognitoBackofficeConnector/dtos/UpdateEmailRequest.ts +8 -7
- package/src/cognitoBackofficeConnector/dtos/UpdateProfileRequest.ts +15 -14
- package/src/cognitoBackofficeConnector/dtos/UpdateUserAttributesRequest.ts +12 -11
- package/src/cognitoBackofficeConnector/dtos/UserActionRequest.ts +12 -11
- package/src/cognitoBackofficeConnector/dtos/UserDetailResponse.ts +14 -14
- package/src/cognitoBackofficeConnector/dtos/VerifyEmailRequest.ts +8 -7
- package/src/cognitoBackofficeConnector/enums/CognitoChallengeType.ts +26 -26
- package/src/cognitoBackofficeConnector/enums/CognitoUserStatus.ts +29 -29
- package/src/cognitoBackofficeConnector/index.ts +50 -44
- package/src/cognitoBackofficeConnector/validators/MfaTypesRequiresOne.ts +29 -0
- package/src/cognitoBackofficeConnector/validators/NoTenantIdInCustomAttrs.ts +36 -36
- package/src/cognitoConnector/dtos/ChangePasswordRequest.ts +20 -20
- package/src/cognitoConnector/dtos/GetUserRequest.ts +12 -12
- package/src/cognitoConnector/dtos/GetUserResponse.ts +9 -9
- package/src/cognitoConnector/dtos/RefreshTokenRequest.ts +14 -14
- package/src/cognitoConnector/dtos/RefreshTokenResponse.ts +6 -6
- package/src/cognitoConnector/dtos/RespondToAuthChallengeRequest.ts +25 -25
- package/src/cognitoConnector/dtos/SetPasswordRequest.ts +19 -19
- package/src/cognitoConnector/dtos/SignInRequest.ts +20 -20
- package/src/cognitoConnector/dtos/SignInResponse.ts +11 -11
- package/src/cognitoConnector/dtos/SignUpConfirmRequest.ts +17 -17
- package/src/cognitoConnector/dtos/SignUpRequest.ts +22 -22
- package/src/cognitoConnector/dtos/SignUpResponse.ts +8 -8
- package/src/cognitoConnector/enums/SyncStatus.ts +6 -6
- package/src/cognitoConnector/index.ts +24 -24
- package/src/collector/dtos/CollectionOrderBusiness.ts +119 -119
- package/src/collector/dtos/CollectionOrderExecution.ts +18 -18
- package/src/collector/dtos/CollectionOrderItem.ts +70 -70
- package/src/collector/dtos/CollectorTransactionResponse.ts +12 -12
- package/src/collector/dtos/CollectorTransactionUpdateRequest.ts +6 -6
- package/src/collector/dtos/CreateCollectionOrderRequest.ts +17 -17
- package/src/collector/dtos/CreditContractResponse.ts +11 -11
- package/src/collector/dtos/CreditContractUpdateRequest.ts +13 -13
- package/src/collector/dtos/GetLastExchangeRateOutput.ts +6 -6
- package/src/collector/dtos/OrderCollectorExecutionRequest.ts +17 -17
- package/src/collector/enums/CollectionOrderExecutionStatus.ts +13 -13
- package/src/collector/enums/CollectionType.ts +5 -5
- package/src/collector/enums/CollectorErrorCodeEnum.ts +34 -34
- package/src/collector/enums/CollectorOrderStatus.ts +22 -22
- package/src/collector/index.ts +13 -13
- package/src/comission-business/dtos/CalculateCommissionsRequest.ts +12 -12
- package/src/comission-business/dtos/CalculateCommissionsResponse.ts +6 -6
- package/src/comission-business/dtos/CreatePayableRequest.ts +14 -14
- package/src/comission-business/dtos/CreatePaymentMadeRequest.ts +13 -13
- package/src/comission-business/dtos/GenerateDepositsRequest.ts +5 -5
- package/src/comission-business/dtos/GenerateDepositsResponse.ts +7 -7
- package/src/comission-business/dtos/UpdateDepositRequest.ts +8 -8
- package/src/comission-business/dtos/UpdatePayableRequest.ts +7 -7
- package/src/comission-business/dtos/UpdatePaymentMadeRequest.ts +13 -13
- package/src/comission-business/enums/CalcTypeEnum.ts +7 -7
- package/src/comission-business/enums/DepositStatusEnum.ts +5 -5
- package/src/comission-business/enums/PayableStatusEnum.ts +4 -4
- package/src/comission-business/enums/PaymentMethodEnum.ts +4 -4
- package/src/comission-business/enums/ReportConceptEnum.ts +6 -6
- package/src/comission-business/index.ts +17 -17
- package/src/common/dtos/ProcessValidationResultDto.ts +16 -16
- package/src/common/enums/ProcessResultEnum.ts +3 -3
- package/src/common/enums/ProcessValidationEnum.ts +3 -3
- package/src/common/index.ts +5 -5
- package/src/company/enums/Company.ts +7 -7
- package/src/company/index.ts +6 -6
- package/src/contactInfo/dtos/ContactInfoBackOfficeResponse.ts +9 -9
- package/src/contactInfo/dtos/ContactInfoCreateBackOfficeRequest.ts +10 -10
- package/src/contactInfo/dtos/ContactInfoCreateRequest.ts +2 -2
- package/src/contactInfo/dtos/ContactInfoRequest.ts +29 -29
- package/src/contactInfo/dtos/ContactInfoResponse.ts +30 -30
- package/src/contactInfo/dtos/ContactInfoUpdateBackOfficeRequest.ts +15 -15
- package/src/contactInfo/dtos/ContactInfoUpdateRequest.ts +4 -4
- package/src/contactInfo/enums/TypeOfContactIdEnum.ts +3 -3
- package/src/contactInfo/index.ts +7 -7
- package/src/contract/dtos/ContractCreateRequest.ts +29 -29
- package/src/contract/dtos/ContractCreateResponse.ts +2 -2
- package/src/contract/index.ts +4 -4
- package/src/country/dtos/CreateCountryRequest.ts +65 -65
- package/src/country/dtos/UpdateCountryRequest.ts +65 -65
- package/src/country/enums/CountriesISO3.ts +220 -220
- package/src/country/enums/Country.ts +6 -6
- package/src/country/enums/CountryISO2ToISO3.ts +69 -69
- package/src/country/enums/CountryISO3ToISO2.ts +61 -61
- package/src/country/enums/CountryId.ts +19 -19
- package/src/country/index.ts +13 -13
- package/src/country/utilities/CountryCodeConverter.ts +13 -13
- package/src/credit/dtos/BannerStateResponse.ts +35 -35
- package/src/credit/dtos/CreditOfferConfigureRequest.ts +14 -14
- package/src/credit/dtos/CreditOfferConfigureResponse.ts +14 -14
- package/src/credit/dtos/CreditOfferOptionItem.ts +30 -30
- package/src/credit/dtos/EligibilityResponse.ts +13 -13
- package/src/credit/dtos/ExpedienteAuditLogResponse.ts +29 -29
- package/src/credit/dtos/ExpedienteIdentityResponse.ts +92 -92
- package/src/credit/dtos/ExpedienteResumenResponse.ts +34 -34
- package/src/credit/dtos/ExpedienteSearchItem.ts +13 -13
- package/src/credit/dtos/FinancialProfileResponse.ts +39 -39
- package/src/credit/dtos/internal/CreditBalanceResponse.ts +17 -17
- package/src/credit/dtos/internal/CreditProfileResponse.ts +15 -15
- package/src/credit/dtos/internal/CreditQueueMessage.ts +18 -18
- package/src/credit/dtos/internal/DocumentGenerateRequest.ts +19 -19
- package/src/credit/dtos/internal/DocumentGenerateResponse.ts +16 -16
- package/src/credit/dtos/internal/LienStatusResponse.ts +13 -13
- package/src/credit/enums/BannerStateEnum.ts +15 -15
- package/src/credit/enums/CreditLevelEnum.ts +15 -15
- package/src/credit/enums/CreditOfferStatusEnum.ts +17 -17
- package/src/credit/enums/ExpedienteAccessActionEnum.ts +20 -20
- package/src/credit/enums/IncomeClassificationEnum.ts +15 -15
- package/src/credit/enums/IncomeFrequencyEnum.ts +17 -17
- package/src/credit/index.ts +32 -32
- package/src/credit/interfaces/IIncomeDetectionMessage.ts +9 -9
- package/src/credit/interfaces/IOfferGenerationMessage.ts +8 -8
- package/src/credit/interfaces/IScoringMessage.ts +8 -8
- package/src/credit-statements/dtos/CreditStatementDownloadResponse.ts +8 -8
- package/src/credit-statements/dtos/CreditStatementListItem.ts +14 -14
- package/src/credit-statements/dtos/CreditStatementMessage.ts +13 -13
- package/src/credit-statements/enums/CreditStatementStatusEnum.ts +9 -9
- package/src/credit-statements/index.ts +4 -4
- package/src/creditBackoffice/dtos/BackofficeApplicationDetail.ts +33 -33
- package/src/creditBackoffice/dtos/BackofficeApplicationsListItem.ts +15 -15
- package/src/creditBackoffice/dtos/BackofficeCreditDetail.ts +78 -78
- package/src/creditBackoffice/dtos/BackofficeCreditsListItem.ts +14 -14
- package/src/creditBackoffice/dtos/BackofficeIncomeSourceItem.ts +13 -13
- package/src/creditBackoffice/dtos/BackofficeOfferDetail.ts +29 -29
- package/src/creditBackoffice/dtos/BackofficeOffersListItem.ts +14 -14
- package/src/creditBackoffice/dtos/BackofficePagination.ts +6 -6
- package/src/creditBackoffice/dtos/BackofficePipeline.ts +9 -9
- package/src/creditBackoffice/dtos/BackofficePipelineByLevel.ts +6 -6
- package/src/creditBackoffice/dtos/BackofficeProfileDetail.ts +79 -79
- package/src/creditBackoffice/dtos/BackofficeProfilesListItem.ts +24 -24
- package/src/creditBackoffice/dtos/BackofficeProfilesListResponse.ts +7 -7
- package/src/creditBackoffice/dtos/BackofficeProfilesSummary.ts +12 -12
- package/src/creditBackoffice/dtos/ConfigSnapshotListItem.ts +10 -10
- package/src/creditBackoffice/dtos/SimulateImpactRequest.ts +18 -18
- package/src/creditBackoffice/dtos/SimulateImpactResult.ts +41 -41
- package/src/creditBackoffice/dtos/SimulateInterestRequest.ts +15 -15
- package/src/creditBackoffice/dtos/SimulateInterestResult.ts +11 -11
- package/src/creditBackoffice/dtos/UpdateConfigRequest.ts +23 -23
- package/src/creditBackoffice/enums/ConfigType.ts +17 -17
- package/src/creditBackoffice/index.ts +24 -24
- package/src/creditContract/dtos/CreditContractCreateRequest.ts +66 -66
- package/src/creditContract/enums/InstrumentEnum.ts +5 -5
- package/src/creditContract/index.ts +5 -5
- package/src/creditDashboard/dtos/CohortQualityItem.ts +8 -8
- package/src/creditDashboard/dtos/DashboardSummary.ts +8 -8
- package/src/creditDashboard/dtos/NurturingFunnelItem.ts +5 -5
- package/src/creditDashboard/dtos/OriginationCompositionResult.ts +5 -5
- package/src/creditDashboard/dtos/OriginationEfficiencyResult.ts +8 -8
- package/src/creditDashboard/dtos/OriginationMonthlyItem.ts +6 -6
- package/src/creditDashboard/dtos/OriginationSummaryResult.ts +6 -6
- package/src/creditDashboard/dtos/OriginationWeeklyItem.ts +7 -7
- package/src/creditDashboard/dtos/PipelineLevelRow.ts +10 -10
- package/src/creditDashboard/dtos/PipelineWeek.ts +7 -7
- package/src/creditDashboard/dtos/PortfolioActiveItem.ts +12 -12
- package/src/creditDashboard/dtos/PortfolioBalance.ts +5 -5
- package/src/creditDashboard/dtos/PortfolioBalanceMonthlyItem.ts +5 -5
- package/src/creditDashboard/dtos/PortfolioByLevelItem.ts +7 -7
- package/src/creditDashboard/dtos/PortfolioResolutionItem.ts +8 -8
- package/src/creditDashboard/dtos/PortfolioUpcomingWeek.ts +7 -7
- package/src/creditDashboard/index.ts +16 -16
- package/src/creditEngine/dtos/AdvancedPaymentRequest.ts +15 -15
- package/src/creditEngine/dtos/AnticipatedPaymentRequest.ts +15 -15
- package/src/creditEngine/dtos/CreditDetailResponse.ts +32 -32
- package/src/creditEngine/dtos/CreditOriginationRequest.ts +29 -29
- package/src/creditEngine/dtos/CreditOriginationResponse.ts +10 -10
- package/src/creditEngine/dtos/CreditRequestResult.ts +9 -9
- package/src/creditEngine/dtos/CreditSignatureRequest.ts +14 -14
- package/src/creditEngine/dtos/CreditSignatureResult.ts +8 -8
- package/src/creditEngine/dtos/DisbursementRequest.ts +27 -27
- package/src/creditEngine/dtos/EarlyPaymentResult.ts +11 -11
- package/src/creditEngine/dtos/OfferResult.ts +22 -22
- package/src/creditEngine/dtos/PaymentScheduleItemResponse.ts +15 -15
- package/src/creditEngine/dtos/SettlementPaymentRequest.ts +11 -11
- package/src/creditEngine/dtos/SettlementQuote.ts +16 -16
- package/src/creditEngine/enums/CouponStatusEnum.ts +16 -16
- package/src/creditEngine/enums/CreditApplicationStatusEnum.ts +20 -20
- package/src/creditEngine/enums/CreditLevelEnum.ts +16 -16
- package/src/creditEngine/enums/CreditStatusEnum.ts +16 -16
- package/src/creditEngine/index.ts +20 -20
- package/src/crypto/dtos/JwkKey.ts +8 -8
- package/src/currency/dtos/CurrencyResponse.ts +8 -8
- package/src/currency/enums/CurrencyId.ts +15 -15
- package/src/currency/index.ts +1 -1
- package/src/customerFile/dtos/CustomerFileSearchRequest.ts +16 -16
- package/src/customerFile/index.ts +1 -1
- package/src/device/dtos/RegisterDeviceRequest.ts +20 -20
- package/src/device/dtos/ReplaceDeviceRequest.ts +23 -23
- package/src/device/enums/DeviceStatusEnum.ts +4 -4
- package/src/device/enums/DeviceTypeEnum.ts +4 -4
- package/src/device/index.ts +7 -7
- package/src/directory/dtos/CreateDirectoryUserEventRequest.ts +25 -25
- package/src/directory/dtos/CreateDirectoryUserEventResponse.ts +21 -21
- package/src/directory/dtos/DirectoryBackoffice.ts +16 -16
- package/src/directory/dtos/DirectoryBackofficeCreateRequest.ts +31 -31
- package/src/directory/dtos/DirectoryBackofficeResponse.ts +18 -18
- package/src/directory/dtos/DirectoryBackofficeUpdateRequest.ts +40 -40
- package/src/directory/dtos/DirectoryResponse.ts +20 -20
- package/src/directory/dtos/External.ts +6 -6
- package/src/directory/enums/DirectoryBackofficeStatusEnum.ts +4 -4
- package/src/directory/enums/DirectoryUserLifecycleEventTypeEnum.ts +37 -37
- package/src/directory/enums/Profile.ts +6 -6
- package/src/directory/enums/Scope.ts +7 -7
- package/src/directory/enums/Status.ts +9 -9
- package/src/directory/enums/TypeOfDirectoryId.ts +6 -6
- package/src/directory/index.ts +17 -17
- package/src/directorySetting/dtos/DirectorySettingCreateRequest.ts +5 -5
- package/src/directorySetting/index.ts +1 -1
- package/src/event/enums/EventCategoryEnum.ts +26 -26
- package/src/event/index.ts +1 -1
- package/src/eventBridge/dto/EventBridgeMessageRequest.ts +4 -4
- package/src/eventBridge/index.ts +1 -1
- package/src/exchangeRate/dtos/ExchangeRateCreateRequest.ts +50 -50
- package/src/exchangeRate/dtos/ExchangeRateCreateResponse.ts +4 -4
- package/src/exchangeRate/dtos/ExchangeRateResponse.ts +19 -19
- package/src/exchangeRate/dtos/GetExchangeRatesRequest.ts +3 -3
- package/src/exchangeRate/enums/ExchangeRateStatus.ts +5 -5
- package/src/exchangeRate/index.ts +9 -9
- package/src/fraudPreventionEngine/dtos/CreateAccountLevelRequest.ts +9 -9
- package/src/fraudPreventionEngine/dtos/GetAccountLevelParams.ts +5 -5
- package/src/fraudPreventionEngine/dtos/GetAccountLevelResponse.ts +7 -7
- package/src/fraudPreventionEngine/enums/AccountLevelTenantEnum.ts +5 -5
- package/src/fraudPreventionEngine/index.ts +5 -5
- package/src/funnel/dtos/AttributionCreateRequest.ts +67 -67
- package/src/funnel/dtos/AttributionCreateResponse.ts +8 -8
- package/src/funnel/dtos/AttributionDetailResponse.ts +23 -23
- package/src/funnel/dtos/AttributionListResponse.ts +13 -13
- package/src/funnel/dtos/AttributionStatsResponse.ts +11 -11
- package/src/funnel/index.ts +6 -6
- package/src/genericMessage/dto/GenericMessageRequest.ts +17 -17
- package/src/genericMessage/enums/GenericMessageSourceEnum.ts +3 -3
- package/src/genericMessage/index.ts +1 -1
- package/src/group/dtos/GroupAddDirectoryRequest.ts +27 -27
- package/src/group/dtos/GroupCreateRequest.ts +64 -64
- package/src/group/dtos/GroupDirectoryRelationsResponse.ts +21 -21
- package/src/group/dtos/GroupDirectoryRelationsUpdateRequest.ts +10 -10
- package/src/group/dtos/GroupResponse.ts +22 -22
- package/src/group/dtos/GroupUpdateRequest.ts +40 -40
- package/src/group/enums/GroupAction.ts +8 -8
- package/src/group/enums/GroupStatus.ts +6 -6
- package/src/group/enums/RelationStatus.ts +8 -8
- package/src/group/enums/RelationType.ts +9 -9
- package/src/group/index.ts +18 -18
- package/src/header/TokenPayload.ts +19 -19
- package/src/header/index.ts +3 -3
- package/src/helpdesk/dtos/HelpdeskCreateTicketRequest.ts +30 -30
- package/src/helpdesk/dtos/HelpdeskCreateUserRequest.ts +39 -39
- package/src/helpdesk/index.ts +1 -1
- package/src/helpers/ValidationUtils.ts +32 -32
- package/src/helpers/constans/regex.ts +12 -12
- package/src/identity/dtos/IdentificationDocument.ts +23 -23
- package/src/identity/dtos/ManualApproval.ts +16 -16
- package/src/identity/dtos/PeopleCreateRequest.ts +28 -28
- package/src/identity/dtos/PeopleResponse.ts +111 -111
- package/src/identity/dtos/PeopleUpdateRequest.ts +102 -102
- package/src/identity/dtos/TypeOfDocument.ts +11 -11
- package/src/identity/dtos/UploadDocumentFile.ts +6 -6
- package/src/identity/dtos/UploadDocumentRequest.ts +9 -9
- package/src/identity/enums/AccountRequirementStatusEnum.ts +4 -4
- package/src/identity/enums/AuthorizationNeededMXNStatus.ts +11 -11
- package/src/identity/enums/CPStatusEnum.ts +12 -12
- package/src/identity/enums/DocumentSideEnum.ts +3 -3
- package/src/identity/enums/IdentificationDocumentStatus.ts +7 -7
- package/src/identity/enums/InfoSelfVerifiedStatus.ts +9 -9
- package/src/identity/enums/SexDocument.ts +6 -6
- package/src/identity/enums/TypeOfDocument.ts +5 -5
- package/src/identity/index.ts +20 -20
- package/src/index.ts +85 -79
- package/src/invoice-collector/dto/InvoiceCollectorMessageQueue.ts +7 -7
- package/src/issuanceBusiness/dtos/BaseIssuanceRequirement.ts +195 -195
- package/src/issuanceBusiness/dtos/IssuanceRequirementCreateRequest.ts +13 -13
- package/src/issuanceBusiness/dtos/IssuanceRequirementResponse.ts +13 -13
- package/src/issuanceBusiness/dtos/IssuanceRequirementUpdateRequest.ts +5 -5
- package/src/issuanceBusiness/enums/IssuanceStatus.ts +7 -7
- package/src/issuanceBusiness/index.ts +8 -8
- package/src/legal-documents-business/dtos/DirectoryAcceptanceRequest.ts +6 -6
- package/src/legal-documents-business/dtos/LegalDocumentCreateRequest.ts +31 -31
- package/src/legal-documents-business/dtos/LegalDocumentResponse.ts +13 -13
- package/src/legal-documents-business/dtos/UpdateLegalDocumentRequest.ts +42 -42
- package/src/legal-documents-business/index.ts +6 -6
- package/src/messagesConnector/index.ts +17 -17
- package/src/milestone-business/dtos/MilestonesByEventKeyDateRangeParams.ts +9 -9
- package/src/milestone-business/index.ts +2 -2
- package/src/notificationMessages/dtos/NotificationQueueMessageRequest.ts +7 -7
- package/src/notificationMessages/dtos/NotificationTemplate.ts +30 -30
- package/src/notificationMessages/dtos/QueueMessageDestination.ts +6 -6
- package/src/notificationMessages/dtos/QueueMessageVariableValues.ts +3 -3
- package/src/notificationMessages/enums/NotificationId.ts +13 -13
- package/src/notificationMessages/enums/NotificationType.ts +4 -4
- package/src/notificationMessages/index.ts +7 -7
- package/src/notificationWS/dtos/NotificationWSQueueMessageRequest.ts +6 -6
- package/src/observations/dtos/ObservationCreateRequest.ts +31 -31
- package/src/observations/dtos/ObservationStatusUpdateRequest.ts +16 -16
- package/src/observations/enums/ObservationStatus.ts +12 -12
- package/src/observations/index.ts +7 -7
- package/src/p2pContact/dtos/CreateP2pContactRequest.ts +10 -10
- package/src/payroll-business/dtos/PayrollBossCreateRequest.ts +24 -24
- package/src/payroll-business/dtos/PayrollBossUpadteRequest.ts +20 -20
- package/src/payroll-business/enums/PayrollBossStatusEnum.ts +5 -5
- package/src/payroll-business/index.ts +8 -8
- package/src/platformErrorEvents/dtos/internal/PlatformErrorEventMessage.ts +21 -21
- package/src/platformErrorEvents/enums/ErrorSeverityEnum.ts +6 -6
- package/src/platformErrorEvents/enums/ErrorStatusEnum.ts +5 -5
- package/src/platformErrorEvents/enums/ResolutionTypeEnum.ts +4 -4
- package/src/platformErrorEvents/index.ts +11 -11
- package/src/platformErrorEvents/severity/card-business.severity.ts +25 -25
- package/src/platformErrorEvents/severity/transaction-processor.severity.ts +34 -34
- package/src/platformRbac/dtos/AuthContext.ts +22 -0
- package/src/platformRbac/dtos/PermissionMeta.ts +20 -0
- package/src/platformRbac/dtos/RoleAssignmentInfo.ts +12 -0
- package/src/platformRbac/enums/Permission.ts +120 -0
- package/src/platformRbac/enums/PermissionCategory.ts +14 -0
- package/src/platformRbac/enums/PermissionScope.ts +10 -0
- package/src/platformRbac/index.ts +17 -0
- package/src/pricelist/dtos/DiscountCreateRequest.ts +40 -40
- package/src/pricelist/dtos/DiscountResponse.ts +16 -16
- package/src/pricelist/dtos/GetDiscountByServiceIdAndDirectoriesResponse.ts +31 -31
- package/src/pricelist/dtos/GetDiscountListResponse.ts +5 -5
- package/src/pricelist/dtos/GetPricelistListResponse.ts +5 -5
- package/src/pricelist/dtos/PricelistCreateRequest.ts +19 -19
- package/src/pricelist/dtos/PricelistResponse.ts +9 -9
- package/src/pricelist/enums/DiscountTypeEnum.ts +3 -3
- package/src/pricelist/index.ts +11 -11
- package/src/productCatalog/dtos/CreateProductCatalogRequest.ts +14 -14
- package/src/productCatalog/dtos/GetProductCatalogResponse.ts +38 -38
- package/src/productCatalog/enums/CPProductSubtypeEnum.ts +57 -57
- package/src/productCatalog/enums/ProductSubtypeEnum.ts +70 -70
- package/src/productCatalog/enums/ProductTaxFeeTypeEnum.ts +3 -3
- package/src/productCatalog/enums/ProductTypeEnum.ts +13 -13
- package/src/productCatalog/index.ts +6 -6
- package/src/provider/dtos/ProviderDocumentImages.ts +6 -6
- package/src/provider/dtos/ProviderDocumentUploadRequest.ts +6 -6
- package/src/provider/dtos/ProviderDocumentUploadResponse.ts +11 -11
- package/src/provider/dtos/UploadDocumentStatusDetail.ts +10 -10
- package/src/provider/enums/Provider.ts +10 -10
- package/src/provider/enums/ProviderCode.ts +7 -7
- package/src/provider/enums/UploadDocumentStatusEnum.ts +3 -3
- package/src/provider/index.ts +9 -9
- package/src/queue/dtos/QueueMessageBase.ts +13 -13
- package/src/rbac/enums/PoolKind.ts +16 -16
- package/src/rbac/index.ts +1 -1
- package/src/referral-business/enums/AgentRoleEnum.ts +7 -7
- package/src/referral-business/index.ts +1 -1
- package/src/remittance/dtos/RemittanceAddBeneficiaryRequest.ts +81 -81
- package/src/remittance/dtos/RemittanceAddress.ts +40 -40
- package/src/remittance/dtos/RemittanceBeneficiary.ts +40 -40
- package/src/remittance/dtos/RemittanceHomeResponse.ts +45 -45
- package/src/remittance/dtos/RemittanceLimitsInfo.ts +12 -12
- package/src/remittance/dtos/RemittanceListBeneficiariesResponse.ts +7 -7
- package/src/remittance/dtos/RemittanceOnboardRequest.ts +64 -64
- package/src/remittance/dtos/RemittanceOnboardResponse.ts +7 -7
- package/src/remittance/dtos/RemittancePayerAdditionalFieldDto.ts +27 -27
- package/src/remittance/dtos/RemittancePayerBranchDto.ts +29 -29
- package/src/remittance/dtos/RemittancePayerDto.ts +35 -35
- package/src/remittance/dtos/RemittanceQuoteRequest.ts +33 -33
- package/src/remittance/dtos/RemittanceQuoteResponse.ts +11 -11
- package/src/remittance/dtos/RemittanceSecurityQuestionsResponse.ts +14 -14
- package/src/remittance/dtos/RemittanceSendPreviewRequest.ts +18 -18
- package/src/remittance/dtos/RemittanceSendPreviewResponse.ts +19 -19
- package/src/remittance/dtos/RemittanceStateDto.ts +11 -11
- package/src/remittance/dtos/RemittanceTransaction.ts +15 -15
- package/src/remittance/dtos/RemittanceUpdateBeneficiaryRequest.ts +24 -24
- package/src/remittance/dtos/index.ts +19 -19
- package/src/remittance/enums/ReceptionMethod.ts +5 -5
- package/src/remittance/enums/RemittanceCountryISO.ts +11 -11
- package/src/remittance/enums/RemittanceTxStatus.ts +8 -8
- package/src/remittance/enums/RemittanceUserState.ts +11 -11
- package/src/remittance/enums/index.ts +4 -4
- package/src/remittance/index.ts +4 -4
- package/src/riskProfile/dtos/AlarmCategory.ts +2 -2
- package/src/riskProfile/dtos/AnswerQuestionnaireQuestionRequest.ts +5 -5
- package/src/riskProfile/dtos/CreateBackofficeAlarm.ts +14 -14
- package/src/riskProfile/dtos/CreatePrivateAlarm.ts +38 -38
- package/src/riskProfile/dtos/CreateRiskProfileRequest.ts +45 -45
- package/src/riskProfile/dtos/GetUserQuestionnaireResponse.ts +12 -12
- package/src/riskProfile/dtos/TransactionAlarmQueueMessage.ts +48 -48
- package/src/riskProfile/dtos/TransactionAlertResponse.ts +50 -50
- package/src/riskProfile/dtos/UpdateAlarmProfileRequest.ts +9 -9
- package/src/riskProfile/dtos/UpdateFactorInfo.ts +5 -5
- package/src/riskProfile/dtos/UpdateRiskProfileRequest.ts +5 -5
- package/src/riskProfile/dtos/UpdateTransactionAlertRequest.ts +42 -42
- package/src/riskProfile/dtos/UserQuestionnaireQuestion.ts +8 -8
- package/src/riskProfile/dtos/private/AppendAlertNoteRequest.ts +29 -29
- package/src/riskProfile/dtos/private/AppendAlertNoteResponse.ts +12 -12
- package/src/riskProfile/dtos/private/CreateBlockedListAlertRequest.ts +22 -22
- package/src/riskProfile/dtos/private/CreateBlockedListAlertResponse.ts +10 -10
- package/src/riskProfile/dtos/private/DictaminateAlertRequest.ts +30 -30
- package/src/riskProfile/dtos/private/DictaminateAlertResponse.ts +16 -16
- package/src/riskProfile/dtos/private/MarkAlertReportedRequest.ts +21 -21
- package/src/riskProfile/dtos/private/MarkAlertReportedResponse.ts +11 -11
- package/src/riskProfile/dtos/private/SetCustomAlarmRequest.ts +31 -31
- package/src/riskProfile/dtos/private/SetCustomAlarmResponse.ts +15 -15
- package/src/riskProfile/dtos/private/SetDeclaredIncomeRequest.ts +26 -26
- package/src/riskProfile/dtos/private/SetDeclaredIncomeResponse.ts +22 -22
- package/src/riskProfile/dtos/private/SetManualRiskLevelRequest.ts +37 -37
- package/src/riskProfile/dtos/private/SetManualRiskLevelResponse.ts +22 -22
- package/src/riskProfile/enums/AlarmCategory.ts +11 -11
- package/src/riskProfile/enums/AlarmName.ts +21 -21
- package/src/riskProfile/enums/AlarmOperationType.ts +10 -10
- package/src/riskProfile/enums/AlarmPriority.ts +7 -7
- package/src/riskProfile/enums/AlarmType.ts +7 -7
- package/src/riskProfile/enums/CustomAlarmName.ts +9 -9
- package/src/riskProfile/enums/DictamenStatus.ts +9 -9
- package/src/riskProfile/enums/NotesMode.ts +9 -9
- package/src/riskProfile/enums/PepLevelEnum.ts +6 -6
- package/src/riskProfile/enums/RiskFactorCategoryEnum.ts +14 -14
- package/src/riskProfile/enums/UserQuestionnaireQuestionAnswerEnum.ts +3 -3
- package/src/riskProfile/enums/UserQuestionnaireQuestionStatusEnum.ts +3 -3
- package/src/riskProfile/enums/UserQuestionnaireStatusEnum.ts +3 -3
- package/src/riskProfile/index.ts +45 -45
- package/src/role/dtos/PermissionCreateRequest.ts +32 -32
- package/src/role/dtos/PermissionResponse.ts +13 -13
- package/src/role/dtos/PermissionUpdateRequest.ts +40 -40
- package/src/role/dtos/RoleAssignRequest.ts +14 -14
- package/src/role/dtos/RoleCreateRequest.ts +18 -18
- package/src/role/dtos/RoleResponse.ts +9 -9
- package/src/role/dtos/RoleUpdateRequest.ts +22 -22
- package/src/role/dtos/UserRoleResponse.ts +9 -9
- package/src/role/index.ts +9 -9
- package/src/sentry/dtos/SentryAnalysisResult.ts +14 -14
- package/src/sentry/dtos/SentryIssueAnalyzeRequest.ts +7 -7
- package/src/sentry/dtos/SentryIssueAnalyzeResponse.ts +7 -7
- package/src/sentry/index.ts +4 -4
- package/src/servicePayment/dtos/GetCatalogParams.ts +6 -6
- package/src/servicePayment/dtos/GetFavoritesParams.ts +11 -11
- package/src/servicePayment/dtos/GetFavoritesResponse.ts +44 -44
- package/src/servicePayment/dtos/ReferenceVerificationRequest.ts +17 -17
- package/src/servicePayment/dtos/ReferenceVerificationResponse.ts +5 -5
- package/src/servicePayment/dtos/ServicePaymentRequest.ts +46 -46
- package/src/servicePayment/enums/AmountTypeEnum.ts +3 -3
- package/src/servicePayment/enums/ReferenceTypeEnum.ts +6 -6
- package/src/servicePayment/enums/ServicePaymentStatusEnum.ts +10 -10
- package/src/servicePayment/index.ts +12 -12
- package/src/services/dtos/CreateServiceRequest.ts +50 -50
- package/src/services/dtos/GetServiceListAppResponse.ts +5 -5
- package/src/services/dtos/GetServiceListResponse.ts +6 -6
- package/src/services/dtos/GetServiceMembershipListAppResponse.ts +4 -4
- package/src/services/dtos/GetServiceMembershipListResponse.ts +5 -5
- package/src/services/dtos/RegisterServiceMembershipRequest.ts +19 -19
- package/src/services/dtos/ServiceMembershipResponse.ts +16 -16
- package/src/services/dtos/ServiceResponse.ts +23 -23
- package/src/services/dtos/UpdateMultipleServiceMembershipStatusRequest.ts +13 -13
- package/src/services/dtos/UpdateServiceMembershipRequest.ts +25 -25
- package/src/services/dtos/UpdateServiceRequest.ts +49 -49
- package/src/services/enums/ServiceCompanyEnum.ts +4 -4
- package/src/services/enums/ServiceFlowEnum.ts +3 -3
- package/src/services/enums/ServiceMembershipStatusEnum.ts +8 -8
- package/src/services/enums/ServiceRecurrenceEnum.ts +6 -6
- package/src/services/enums/ServiceStatusEnum.ts +4 -4
- package/src/services/enums/ServiceTypeEnum.ts +3 -3
- package/src/services/index.ts +24 -24
- package/src/sessionActivity/dtos/SessionActivityQueueMessageRequest.ts +14 -14
- package/src/sessionActivity/enums/SessionActivityActionEnum.ts +7 -7
- package/src/sessionActivity/enums/SessionActivityActionOriginEnum.ts +5 -5
- package/src/sessionActivity/index.ts +2 -2
- package/src/stpAccount/dtos/CreateAccountWebhookDetail.ts +5 -5
- package/src/stpSpei/dtos/GetBusinessAccountBalanceResponse.ts +4 -4
- package/src/stpSpei/dtos/PutStpOrderRequest.ts +19 -19
- package/src/stpSpei/dtos/SpeiAcuseCepRequest.ts +27 -27
- package/src/stpSpei/dtos/SpeiWebhookMessage.ts +10 -10
- package/src/stpSpei/enums/ActividadesProductivasEnum.ts +47 -47
- package/src/stpSpei/enums/BusinessNameEnum.ts +4 -4
- package/src/stpSpei/enums/EntidadesFederativasEnum.ts +33 -33
- package/src/stpSpei/enums/PaisesEnum.ts +275 -275
- package/src/stpSpei/enums/WebhookMessageStatusEnum.ts +7 -7
- package/src/stpSpei/index.ts +10 -10
- package/src/teamsConnector/dtos/internal/TeamsNotificationRequest.ts +25 -25
- package/src/teamsConnector/index.ts +1 -1
- package/src/transaction/dtos/ActivityProblemGetResponse.ts +22 -22
- package/src/transaction/dtos/Credit.ts +24 -24
- package/src/transaction/dtos/Debit.ts +20 -20
- package/src/transaction/dtos/Notional.ts +20 -20
- package/src/transaction/dtos/Product.ts +26 -26
- package/src/transaction/dtos/ProductDetail.ts +55 -55
- package/src/transaction/dtos/Total.ts +20 -20
- package/src/transaction/dtos/TransactionCreateRequest.ts +153 -153
- package/src/transaction/dtos/TransactionCreateResponse.ts +4 -4
- package/src/transaction/dtos/TransactionGetDetailResponse.ts +28 -28
- package/src/transaction/dtos/TransactionGetResponse.ts +24 -24
- package/src/transaction/dtos/internal/BaseProviderTransaction.ts +20 -20
- package/src/transaction/dtos/internal/BaseProviderTransactionQueryParams.ts +6 -6
- package/src/transaction/dtos/internal/CentralPaymentsQueryParams.ts +6 -6
- package/src/transaction/dtos/internal/CentralPaymentsTransactionItem.ts +37 -37
- package/src/transaction/dtos/internal/ProviderTransactionCompletionRequest.ts +3 -3
- package/src/transaction/dtos/internal/ProviderTransactionCompletionResponse.ts +4 -4
- package/src/transaction/dtos/internal/ProviderTransactionMerchant.ts +10 -10
- package/src/transaction/dtos/internal/ProviderTransactionPagination.ts +5 -5
- package/src/transaction/dtos/internal/ProviderTransactionReversalRequest.ts +3 -3
- package/src/transaction/dtos/internal/ProviderTransactionReversalResponse.ts +5 -5
- package/src/transaction/dtos/internal/TernQueryParams.ts +13 -13
- package/src/transaction/dtos/internal/TernTransactionItem.ts +23 -23
- package/src/transaction/dtos/internal/TransactionListResponse.ts +5 -5
- package/src/transaction/enums/ActivityProblemStatusEnum.ts +4 -4
- package/src/transaction/enums/DisputeOrFraudEnum.ts +3 -3
- package/src/transaction/enums/DisputeOrFraudStatusEnum.ts +4 -4
- package/src/transaction/enums/OperationEnum.ts +3 -3
- package/src/transaction/enums/TransactionSourceEnum.ts +7 -7
- package/src/transaction/enums/TransactionStatusEnum.ts +11 -11
- package/src/transaction/index.ts +35 -35
- package/src/transactionProcessor/dtos/AmountInfo.ts +6 -6
- package/src/transactionProcessor/dtos/AmountInfoItem.ts +3 -3
- package/src/transactionProcessor/dtos/AuthorizeAdjustmentTransactionRequest.ts +14 -14
- package/src/transactionProcessor/dtos/AuthorizeCollectorOrderRequest.ts +27 -27
- package/src/transactionProcessor/dtos/AuthorizeCollectorOrderResponse.ts +18 -18
- package/src/transactionProcessor/dtos/AuthorizeCollectorTransactionRequest.ts +9 -9
- package/src/transactionProcessor/dtos/AuthorizeCreditCardAdjustmentRequest.ts +19 -19
- package/src/transactionProcessor/dtos/AuthorizeCreditCardPurchaseRequest.ts +16 -16
- package/src/transactionProcessor/dtos/AuthorizeDisputeTransactionRequest.ts +13 -13
- package/src/transactionProcessor/dtos/AuthorizeMCSendTransactionRequest.ts +10 -10
- package/src/transactionProcessor/dtos/AuthorizeP2pTransactionRequest.ts +11 -11
- package/src/transactionProcessor/dtos/AuthorizePocketTransactionRequest.ts +8 -8
- package/src/transactionProcessor/dtos/AuthorizeRenewalPreAuthRequest.ts +13 -13
- package/src/transactionProcessor/dtos/AuthorizeRenewalPreAuthResponse.ts +10 -10
- package/src/transactionProcessor/dtos/AuthorizeRstTransactionRequest.ts +4 -4
- package/src/transactionProcessor/dtos/AuthorizeServicePaymentRequest.ts +7 -7
- package/src/transactionProcessor/dtos/AuthorizeSpeiBankTransferNcRequest.ts +14 -14
- package/src/transactionProcessor/dtos/AuthorizeSpeiBankTransferRequest.ts +7 -7
- package/src/transactionProcessor/dtos/AuthorizeSpeiMexBankTransferInRequest.ts +41 -41
- package/src/transactionProcessor/dtos/AuthorizeUsdAchTransactionRequest.ts +6 -6
- package/src/transactionProcessor/dtos/BankInfo.ts +9 -9
- package/src/transactionProcessor/dtos/CardInfo.ts +6 -6
- package/src/transactionProcessor/dtos/ChargebackTransactionItem.ts +11 -11
- package/src/transactionProcessor/dtos/CreditContractInfo.ts +6 -6
- package/src/transactionProcessor/dtos/EventTransactionInfo.ts +32 -32
- package/src/transactionProcessor/dtos/EventTransactionRequest.ts +20 -20
- package/src/transactionProcessor/dtos/InstallmentsInfo.ts +6 -6
- package/src/transactionProcessor/dtos/MembershipTransactionItem.ts +10 -10
- package/src/transactionProcessor/dtos/MerchantInfo.ts +11 -11
- package/src/transactionProcessor/dtos/ProcessUpdateLevelRequest.ts +3 -3
- package/src/transactionProcessor/dtos/ProviderProcessChargebackTransactionRequest.ts +4 -4
- package/src/transactionProcessor/dtos/ProviderProcessChargebackTransactionResponse.ts +4 -4
- package/src/transactionProcessor/dtos/ProviderProcessMembershipTransactionRequest.ts +4 -4
- package/src/transactionProcessor/dtos/ProviderProcessMembershipTransactionResponse.ts +4 -4
- package/src/transactionProcessor/dtos/ProviderProcessServicePaymentTransactionRequest.ts +5 -5
- package/src/transactionProcessor/dtos/ProviderProcessServicePaymentTransactionResponse.ts +5 -5
- package/src/transactionProcessor/dtos/RSTTransactionStatusUpdate.ts +6 -6
- package/src/transactionProcessor/dtos/ServicePaymentTransactionItem.ts +12 -12
- package/src/transactionProcessor/dtos/SpeiBankTransferStatusUpdate.ts +6 -6
- package/src/transactionProcessor/dtos/TransactionInfo.ts +7 -7
- package/src/transactionProcessor/dtos/TransactionProcessorQueueMessage.ts +3 -3
- package/src/transactionProcessor/dtos/TransactionProcessorResponse.ts +13 -13
- package/src/transactionProcessor/enums/AppEnum.ts +3 -3
- package/src/transactionProcessor/enums/AsyncTxStatusEnum.ts +6 -6
- package/src/transactionProcessor/enums/CreditContractStatusEnum.ts +7 -7
- package/src/transactionProcessor/enums/EventChannelEnum.ts +12 -12
- package/src/transactionProcessor/enums/EventTypeEnum.ts +23 -23
- package/src/transactionProcessor/enums/TransactionInfoStatusEnum.ts +7 -7
- package/src/transactionProcessor/enums/TransactionProcessorCodesEnum.ts +20 -20
- package/src/transactionProcessor/index.ts +51 -51
- package/src/zendeskMessaging/dtos/SendProactiveMessageRequest.ts +15 -15
- package/src/zendeskMessaging/dtos/SunshineCreateConversationRequest.ts +28 -28
- package/src/zendeskMessaging/dtos/SunshineCreateUserRequest.ts +27 -27
- package/src/zendeskMessaging/dtos/SunshinePostMessageRequest.ts +44 -44
- package/src/zendeskMessaging/index.ts +14 -14
- package/src/zendeskMessaging/interfaces/INormalizedNotificationEvent.ts +21 -21
- package/src/zendeskMessaging/interfaces/IProactiveMessagingEnums.ts +9 -9
- package/src/zendeskMessaging/interfaces/ISunshineConversations.ts +21 -21
- package/src/zendeskMessaging/interfaces/ISunshineProactiveResponses.ts +47 -47
- package/src/zendeskMessaging/interfaces/IZendeskWebhook.ts +40 -40
- package/bin/messagesConnector/dtos/SendMessageRequest.d.ts +0 -20
- package/bin/messagesConnector/dtos/SendMessageRequest.js +0 -118
- package/bin/messagesConnector/dtos/VerifyOtpRequest.d.ts +0 -5
- package/src/cognitoBackofficeConnector/dtos/PoolConfigResponse.ts +0 -18
- package/src/cognitoBackofficeConnector/dtos/PoolsListResponse.ts +0 -5
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import 'reflect-metadata';
|
|
2
|
+
import { plainToInstance } from 'class-transformer';
|
|
3
|
+
import { validate } from 'class-validator';
|
|
4
|
+
import { MfaPoolConfig } from '../../../src/cognitoBackofficeConnector/dtos/MfaPoolConfig';
|
|
5
|
+
|
|
6
|
+
describe('MfaTypesRequiresOne validator (cross-field validation)', () => {
|
|
7
|
+
async function validateMfaConfig(data: unknown) {
|
|
8
|
+
const instance = plainToInstance(MfaPoolConfig, data, { excludeExtraneousValues: true });
|
|
9
|
+
return validate(instance as object, { whitelist: true });
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
describe('requireMfa: true', () => {
|
|
13
|
+
it('mfaTypes con 1 elemento (SOFTWARE_TOKEN_MFA) → válido', async () => {
|
|
14
|
+
const errors = await validateMfaConfig({
|
|
15
|
+
requireMfa: true,
|
|
16
|
+
mfaTypes: ['SOFTWARE_TOKEN_MFA'],
|
|
17
|
+
});
|
|
18
|
+
expect(errors).toHaveLength(0);
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
it('mfaTypes con 1 elemento (EMAIL_OTP) → válido', async () => {
|
|
22
|
+
const errors = await validateMfaConfig({
|
|
23
|
+
requireMfa: true,
|
|
24
|
+
mfaTypes: ['EMAIL_OTP'],
|
|
25
|
+
});
|
|
26
|
+
expect(errors).toHaveLength(0);
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
it('mfaTypes con ambos elementos → válido (MFA exclusivo A17 se decide por user en login)', async () => {
|
|
30
|
+
const errors = await validateMfaConfig({
|
|
31
|
+
requireMfa: true,
|
|
32
|
+
mfaTypes: ['SOFTWARE_TOKEN_MFA', 'EMAIL_OTP'],
|
|
33
|
+
});
|
|
34
|
+
expect(errors).toHaveLength(0);
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
it('mfaTypes vacío → INVÁLIDO (MfaTypesRequiresOne)', async () => {
|
|
38
|
+
const errors = await validateMfaConfig({
|
|
39
|
+
requireMfa: true,
|
|
40
|
+
mfaTypes: [],
|
|
41
|
+
});
|
|
42
|
+
expect(errors.length).toBeGreaterThan(0);
|
|
43
|
+
const constraints = errors[0]?.constraints ?? {};
|
|
44
|
+
expect(Object.keys(constraints)).toContain('MfaTypesRequiresOneWhenMfaRequired');
|
|
45
|
+
});
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
describe('requireMfa: false', () => {
|
|
49
|
+
it('mfaTypes vacío → válido (cuando MFA no se requiere, no hace falta tipo)', async () => {
|
|
50
|
+
const errors = await validateMfaConfig({
|
|
51
|
+
requireMfa: false,
|
|
52
|
+
mfaTypes: [],
|
|
53
|
+
});
|
|
54
|
+
expect(errors).toHaveLength(0);
|
|
55
|
+
});
|
|
56
|
+
|
|
57
|
+
it('mfaTypes con elementos → válido también (caller decidió pasar tipos pero no requiere MFA — ok)', async () => {
|
|
58
|
+
const errors = await validateMfaConfig({
|
|
59
|
+
requireMfa: false,
|
|
60
|
+
mfaTypes: ['SOFTWARE_TOKEN_MFA'],
|
|
61
|
+
});
|
|
62
|
+
expect(errors).toHaveLength(0);
|
|
63
|
+
});
|
|
64
|
+
});
|
|
65
|
+
|
|
66
|
+
describe('mfaTypes con valor inválido fuera del enum', () => {
|
|
67
|
+
it('mfaTypes con "SMS_MFA" → INVÁLIDO (IsIn rechaza)', async () => {
|
|
68
|
+
const errors = await validateMfaConfig({
|
|
69
|
+
requireMfa: true,
|
|
70
|
+
mfaTypes: ['SMS_MFA'],
|
|
71
|
+
});
|
|
72
|
+
expect(errors.length).toBeGreaterThan(0);
|
|
73
|
+
const constraints = errors[0]?.constraints ?? {};
|
|
74
|
+
expect(Object.keys(constraints).join(',')).toMatch(/isIn/i);
|
|
75
|
+
});
|
|
76
|
+
});
|
|
77
|
+
});
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import 'reflect-metadata';
|
|
2
|
-
import { NoTenantIdInCustomAttrs } from '../../../../src/cognitoBackofficeConnector/validators/NoTenantIdInCustomAttrs';
|
|
3
|
-
|
|
4
|
-
describe('NoTenantIdInCustomAttrs validator', () => {
|
|
5
|
-
const subject = new NoTenantIdInCustomAttrs();
|
|
6
|
-
|
|
7
|
-
test('undefined es válido (optional field)', () => {
|
|
8
|
-
expect(subject.validate(undefined, { value: undefined } as any)).toBe(true);
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
test('null es válido (optional field)', () => {
|
|
12
|
-
expect(subject.validate(null, { value: null } as any)).toBe(true);
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
test('objeto vacío {} es válido', () => {
|
|
16
|
-
expect(subject.validate({}, { value: {} } as any)).toBe(true);
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
test('objeto sin tenantId es válido', () => {
|
|
20
|
-
const value = { foo: 'bar', anotherKey: 'baz' };
|
|
21
|
-
expect(subject.validate(value, { value } as any)).toBe(true);
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
test('objeto con tenantId solo es INVÁLIDO', () => {
|
|
25
|
-
const value = { tenantId: 'X' };
|
|
26
|
-
expect(subject.validate(value, { value } as any)).toBe(false);
|
|
27
|
-
});
|
|
28
|
-
|
|
29
|
-
test('objeto mixed con tenantId presente es INVÁLIDO', () => {
|
|
30
|
-
const value = { foo: 'bar', tenantId: 'X' };
|
|
31
|
-
expect(subject.validate(value, { value } as any)).toBe(false);
|
|
32
|
-
});
|
|
33
|
-
|
|
34
|
-
test('tipo incorrecto (string) es INVÁLIDO', () => {
|
|
35
|
-
expect(subject.validate('not-an-object', { value: 'not-an-object' } as any)).toBe(false);
|
|
36
|
-
});
|
|
37
|
-
|
|
38
|
-
test('defaultMessage menciona tenant reassignment', () => {
|
|
39
|
-
const msg = subject.defaultMessage({ property: 'customAttributes' } as any);
|
|
40
|
-
expect(msg.toLowerCase()).toContain('tenant');
|
|
41
|
-
expect(msg.toLowerCase()).toContain('reassignment');
|
|
42
|
-
});
|
|
43
|
-
});
|
|
1
|
+
import 'reflect-metadata';
|
|
2
|
+
import { NoTenantIdInCustomAttrs } from '../../../../src/cognitoBackofficeConnector/validators/NoTenantIdInCustomAttrs';
|
|
3
|
+
|
|
4
|
+
describe('NoTenantIdInCustomAttrs validator', () => {
|
|
5
|
+
const subject = new NoTenantIdInCustomAttrs();
|
|
6
|
+
|
|
7
|
+
test('undefined es válido (optional field)', () => {
|
|
8
|
+
expect(subject.validate(undefined, { value: undefined } as any)).toBe(true);
|
|
9
|
+
});
|
|
10
|
+
|
|
11
|
+
test('null es válido (optional field)', () => {
|
|
12
|
+
expect(subject.validate(null, { value: null } as any)).toBe(true);
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
test('objeto vacío {} es válido', () => {
|
|
16
|
+
expect(subject.validate({}, { value: {} } as any)).toBe(true);
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
test('objeto sin tenantId es válido', () => {
|
|
20
|
+
const value = { foo: 'bar', anotherKey: 'baz' };
|
|
21
|
+
expect(subject.validate(value, { value } as any)).toBe(true);
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
test('objeto con tenantId solo es INVÁLIDO', () => {
|
|
25
|
+
const value = { tenantId: 'X' };
|
|
26
|
+
expect(subject.validate(value, { value } as any)).toBe(false);
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
test('objeto mixed con tenantId presente es INVÁLIDO', () => {
|
|
30
|
+
const value = { foo: 'bar', tenantId: 'X' };
|
|
31
|
+
expect(subject.validate(value, { value } as any)).toBe(false);
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
test('tipo incorrecto (string) es INVÁLIDO', () => {
|
|
35
|
+
expect(subject.validate('not-an-object', { value: 'not-an-object' } as any)).toBe(false);
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
test('defaultMessage menciona tenant reassignment', () => {
|
|
39
|
+
const msg = subject.defaultMessage({ property: 'customAttributes' } as any);
|
|
40
|
+
expect(msg.toLowerCase()).toContain('tenant');
|
|
41
|
+
expect(msg.toLowerCase()).toContain('reassignment');
|
|
42
|
+
});
|
|
43
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Body de PUT /backoffice/leaves/{leafId}/input-labels.
|
|
3
|
+
*
|
|
4
|
+
* Override de los `label` del inputSchema, keyed por `key` de campo
|
|
5
|
+
* (ej. `{ "phoneNumber": "Tu número Telcel" }`). El conector guarda el map y
|
|
6
|
+
* lo aplica al construir el schema; los campos sin override mantienen el label
|
|
7
|
+
* generado.
|
|
8
|
+
*/
|
|
9
|
+
export declare class BackofficeInputLabelsUpdateRequest {
|
|
10
|
+
/** Map fieldKey → label. Los valores deben ser strings. */
|
|
11
|
+
labels: Record<string, string>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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.BackofficeInputLabelsUpdateRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
/**
|
|
15
|
+
* Body de PUT /backoffice/leaves/{leafId}/input-labels.
|
|
16
|
+
*
|
|
17
|
+
* Override de los `label` del inputSchema, keyed por `key` de campo
|
|
18
|
+
* (ej. `{ "phoneNumber": "Tu número Telcel" }`). El conector guarda el map y
|
|
19
|
+
* lo aplica al construir el schema; los campos sin override mantienen el label
|
|
20
|
+
* generado.
|
|
21
|
+
*/
|
|
22
|
+
class BackofficeInputLabelsUpdateRequest {
|
|
23
|
+
}
|
|
24
|
+
exports.BackofficeInputLabelsUpdateRequest = BackofficeInputLabelsUpdateRequest;
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, class_validator_1.IsObject)(),
|
|
27
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
28
|
+
__metadata("design:type", Object)
|
|
29
|
+
], BackofficeInputLabelsUpdateRequest.prototype, "labels", void 0);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Body de PUT /backoffice/leaves/{leafId}/help-image.
|
|
3
|
+
*
|
|
4
|
+
* Asigna la imagen de ayuda (`refSrc`) a TODOS los productos del servicio.
|
|
5
|
+
*/
|
|
6
|
+
export declare class BackofficeLeafHelpImageUpdateRequest {
|
|
7
|
+
/** URL pública de la imagen de ayuda (CloudFront) ya subida. */
|
|
8
|
+
helpImage: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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.BackofficeLeafHelpImageUpdateRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
/**
|
|
15
|
+
* Body de PUT /backoffice/leaves/{leafId}/help-image.
|
|
16
|
+
*
|
|
17
|
+
* Asigna la imagen de ayuda (`refSrc`) a TODOS los productos del servicio.
|
|
18
|
+
*/
|
|
19
|
+
class BackofficeLeafHelpImageUpdateRequest {
|
|
20
|
+
}
|
|
21
|
+
exports.BackofficeLeafHelpImageUpdateRequest = BackofficeLeafHelpImageUpdateRequest;
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], BackofficeLeafHelpImageUpdateRequest.prototype, "helpImage", void 0);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Body de PUT /backoffice/leaves/{leafId}/products/{productId}/enabled.
|
|
3
|
+
*
|
|
4
|
+
* Habilita/deshabilita UN producto. Un producto con `enabled=false` se oculta
|
|
5
|
+
* del catálogo público (la ausencia del campo = habilitado).
|
|
6
|
+
*/
|
|
7
|
+
export declare class BackofficeProductEnabledUpdateRequest {
|
|
8
|
+
enabled: boolean;
|
|
9
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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.BackofficeProductEnabledUpdateRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
/**
|
|
15
|
+
* Body de PUT /backoffice/leaves/{leafId}/products/{productId}/enabled.
|
|
16
|
+
*
|
|
17
|
+
* Habilita/deshabilita UN producto. Un producto con `enabled=false` se oculta
|
|
18
|
+
* del catálogo público (la ausencia del campo = habilitado).
|
|
19
|
+
*/
|
|
20
|
+
class BackofficeProductEnabledUpdateRequest {
|
|
21
|
+
}
|
|
22
|
+
exports.BackofficeProductEnabledUpdateRequest = BackofficeProductEnabledUpdateRequest;
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_validator_1.IsBoolean)(),
|
|
25
|
+
__metadata("design:type", Boolean)
|
|
26
|
+
], BackofficeProductEnabledUpdateRequest.prototype, "enabled", void 0);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Body de PUT /backoffice/leaves/{leafId}/products/{productId}/help-image.
|
|
3
|
+
*
|
|
4
|
+
* Asigna la imagen de ayuda (`refSrc`) a UN producto específico del servicio.
|
|
5
|
+
*/
|
|
6
|
+
export declare class BackofficeProductHelpImageUpdateRequest {
|
|
7
|
+
/** URL pública de la imagen de ayuda (CloudFront) ya subida. */
|
|
8
|
+
helpImage: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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.BackofficeProductHelpImageUpdateRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
/**
|
|
15
|
+
* Body de PUT /backoffice/leaves/{leafId}/products/{productId}/help-image.
|
|
16
|
+
*
|
|
17
|
+
* Asigna la imagen de ayuda (`refSrc`) a UN producto específico del servicio.
|
|
18
|
+
*/
|
|
19
|
+
class BackofficeProductHelpImageUpdateRequest {
|
|
20
|
+
}
|
|
21
|
+
exports.BackofficeProductHelpImageUpdateRequest = BackofficeProductHelpImageUpdateRequest;
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], BackofficeProductHelpImageUpdateRequest.prototype, "helpImage", void 0);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Body de PUT /backoffice/leaves/categories/{category}/subcategories/{subcategory}/logo.
|
|
3
|
+
*
|
|
4
|
+
* Asigna el mismo `logo` (URL pública ya subida a S3) a TODOS los leaves de la
|
|
5
|
+
* `(category, subcategory)` — el logo es de la marca, no de cada país.
|
|
6
|
+
*/
|
|
7
|
+
export declare class BackofficeSubcategoryLogoUpdateRequest {
|
|
8
|
+
/** URL pública del logo (CloudFront) ya subido vía asset-upload-url. */
|
|
9
|
+
logo: string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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.BackofficeSubcategoryLogoUpdateRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
/**
|
|
15
|
+
* Body de PUT /backoffice/leaves/categories/{category}/subcategories/{subcategory}/logo.
|
|
16
|
+
*
|
|
17
|
+
* Asigna el mismo `logo` (URL pública ya subida a S3) a TODOS los leaves de la
|
|
18
|
+
* `(category, subcategory)` — el logo es de la marca, no de cada país.
|
|
19
|
+
*/
|
|
20
|
+
class BackofficeSubcategoryLogoUpdateRequest {
|
|
21
|
+
}
|
|
22
|
+
exports.BackofficeSubcategoryLogoUpdateRequest = BackofficeSubcategoryLogoUpdateRequest;
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_validator_1.IsString)(),
|
|
25
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], BackofficeSubcategoryLogoUpdateRequest.prototype, "logo", void 0);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LeafAssetKindEnum } from "../enums/LeafAssetKindEnum";
|
|
2
|
+
/**
|
|
3
|
+
* Solicitud del backoffice para subir un asset de un leaf (logo o imagen de
|
|
4
|
+
* ayuda) directamente a S3. El backend responde con una presigned PUT URL y la
|
|
5
|
+
* URL pública final (CloudFront) que luego se asigna al leaf/producto.
|
|
6
|
+
*/
|
|
7
|
+
export declare class LeafAssetUploadUrlRequest {
|
|
8
|
+
/** Determina la subcarpeta S3 y el whitelist de MIME/tamaño. */
|
|
9
|
+
kind: LeafAssetKindEnum;
|
|
10
|
+
/** MIME type del archivo (ej. "image/png"). Debe estar en el whitelist. */
|
|
11
|
+
contentType: string;
|
|
12
|
+
/** Extensión sin punto (ej. "png"). Se usa para componer la key en S3. */
|
|
13
|
+
fileExtension: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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.LeafAssetUploadUrlRequest = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const LeafAssetKindEnum_1 = require("../enums/LeafAssetKindEnum");
|
|
15
|
+
/**
|
|
16
|
+
* Solicitud del backoffice para subir un asset de un leaf (logo o imagen de
|
|
17
|
+
* ayuda) directamente a S3. El backend responde con una presigned PUT URL y la
|
|
18
|
+
* URL pública final (CloudFront) que luego se asigna al leaf/producto.
|
|
19
|
+
*/
|
|
20
|
+
class LeafAssetUploadUrlRequest {
|
|
21
|
+
}
|
|
22
|
+
exports.LeafAssetUploadUrlRequest = LeafAssetUploadUrlRequest;
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_validator_1.IsEnum)(LeafAssetKindEnum_1.LeafAssetKindEnum),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], LeafAssetUploadUrlRequest.prototype, "kind", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], LeafAssetUploadUrlRequest.prototype, "contentType", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_validator_1.IsString)(),
|
|
34
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], LeafAssetUploadUrlRequest.prototype, "fileExtension", void 0);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Respuesta con la presigned URL para subir el asset del leaf directamente a S3.
|
|
3
|
+
* El backoffice hace `PUT uploadUrl` con el `Content-Type` exacto solicitado y
|
|
4
|
+
* body binario (≤ maxSizeBytes). `publicUrl` (CloudFront) es la que se asigna
|
|
5
|
+
* luego al leaf (logo) o producto (helpImage).
|
|
6
|
+
*/
|
|
7
|
+
export declare class LeafAssetUploadUrlResponse {
|
|
8
|
+
uploadUrl: string;
|
|
9
|
+
publicUrl: string;
|
|
10
|
+
key: string;
|
|
11
|
+
expiresAt: string;
|
|
12
|
+
maxSizeBytes: number;
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LeafAssetUploadUrlResponse = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Respuesta con la presigned URL para subir el asset del leaf directamente a S3.
|
|
6
|
+
* El backoffice hace `PUT uploadUrl` con el `Content-Type` exacto solicitado y
|
|
7
|
+
* body binario (≤ maxSizeBytes). `publicUrl` (CloudFront) es la que se asigna
|
|
8
|
+
* luego al leaf (logo) o producto (helpImage).
|
|
9
|
+
*/
|
|
10
|
+
class LeafAssetUploadUrlResponse {
|
|
11
|
+
}
|
|
12
|
+
exports.LeafAssetUploadUrlResponse = LeafAssetUploadUrlResponse;
|
|
@@ -7,4 +7,16 @@ export declare class ProductItem {
|
|
|
7
7
|
amountType: AmountTypeEnum;
|
|
8
8
|
logo: string;
|
|
9
9
|
helpText: string;
|
|
10
|
+
/**
|
|
11
|
+
* Imagen de ayuda del producto (ej. dónde escanear la referencia/código).
|
|
12
|
+
* Mapea desde `refSrc` del catálogo nativo. Opcional/aditivo: ausente en
|
|
13
|
+
* datos viejos.
|
|
14
|
+
*/
|
|
15
|
+
helpImage?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Si el producto está habilitado. Opcional/aditivo: la AUSENCIA del campo
|
|
18
|
+
* se interpreta como habilitado (`true`). Solo `enabled === false` oculta
|
|
19
|
+
* el producto del catálogo público.
|
|
20
|
+
*/
|
|
21
|
+
enabled?: boolean;
|
|
10
22
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tipo de asset que el backoffice sube para un leaf del catálogo.
|
|
3
|
+
*
|
|
4
|
+
* Determina la subcarpeta en S3 (logos/ vs help-images/) y el whitelist de
|
|
5
|
+
* MIME types / tamaño de la presigned URL que devuelve el backend.
|
|
6
|
+
*/
|
|
7
|
+
export declare enum LeafAssetKindEnum {
|
|
8
|
+
/** Logo del servicio (ej. CALLPACKAGE). Va al campo `logo` del leaf. */
|
|
9
|
+
LOGO = "LOGO",
|
|
10
|
+
/** Imagen de ayuda del producto (dónde escanear la referencia). Va a `refSrc`. */
|
|
11
|
+
HELP_IMAGE = "HELP_IMAGE"
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LeafAssetKindEnum = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Tipo de asset que el backoffice sube para un leaf del catálogo.
|
|
6
|
+
*
|
|
7
|
+
* Determina la subcarpeta en S3 (logos/ vs help-images/) y el whitelist de
|
|
8
|
+
* MIME types / tamaño de la presigned URL que devuelve el backend.
|
|
9
|
+
*/
|
|
10
|
+
var LeafAssetKindEnum;
|
|
11
|
+
(function (LeafAssetKindEnum) {
|
|
12
|
+
/** Logo del servicio (ej. CALLPACKAGE). Va al campo `logo` del leaf. */
|
|
13
|
+
LeafAssetKindEnum["LOGO"] = "LOGO";
|
|
14
|
+
/** Imagen de ayuda del producto (dónde escanear la referencia). Va a `refSrc`. */
|
|
15
|
+
LeafAssetKindEnum["HELP_IMAGE"] = "HELP_IMAGE";
|
|
16
|
+
})(LeafAssetKindEnum || (exports.LeafAssetKindEnum = LeafAssetKindEnum = {}));
|
|
@@ -11,6 +11,7 @@ export * from "./enums/FavoriteDisabledReasonEnum";
|
|
|
11
11
|
export * from "./enums/BenefitPaymentStatusEnum";
|
|
12
12
|
export * from "./enums/BenefitPaymentErrorCodeEnum";
|
|
13
13
|
export * from "./enums/BannerAssetKindEnum";
|
|
14
|
+
export * from "./enums/LeafAssetKindEnum";
|
|
14
15
|
export * from "./dtos/BenefitItem";
|
|
15
16
|
export * from "./dtos/BenefitListResponse";
|
|
16
17
|
export * from "./dtos/BenefitSummary";
|
|
@@ -61,5 +62,12 @@ export * from "./dtos/BackofficeLeafFacetsResponse";
|
|
|
61
62
|
export * from "./dtos/BackofficeSubcategoryOrderUpdateRequest";
|
|
62
63
|
export * from "./dtos/BackofficeSubcategoryOrdersResponse";
|
|
63
64
|
export * from "./dtos/BackofficeSubcategoryReorderRequest";
|
|
65
|
+
export * from "./dtos/LeafAssetUploadUrlRequest";
|
|
66
|
+
export * from "./dtos/LeafAssetUploadUrlResponse";
|
|
67
|
+
export * from "./dtos/BackofficeSubcategoryLogoUpdateRequest";
|
|
68
|
+
export * from "./dtos/BackofficeLeafHelpImageUpdateRequest";
|
|
69
|
+
export * from "./dtos/BackofficeProductHelpImageUpdateRequest";
|
|
70
|
+
export * from "./dtos/BackofficeProductEnabledUpdateRequest";
|
|
71
|
+
export * from "./dtos/BackofficeInputLabelsUpdateRequest";
|
|
64
72
|
export * from "./dtos/BannerUploadUrlRequest";
|
|
65
73
|
export * from "./dtos/BannerUploadUrlResponse";
|
|
@@ -28,6 +28,7 @@ __exportStar(require("./enums/FavoriteDisabledReasonEnum"), exports);
|
|
|
28
28
|
__exportStar(require("./enums/BenefitPaymentStatusEnum"), exports);
|
|
29
29
|
__exportStar(require("./enums/BenefitPaymentErrorCodeEnum"), exports);
|
|
30
30
|
__exportStar(require("./enums/BannerAssetKindEnum"), exports);
|
|
31
|
+
__exportStar(require("./enums/LeafAssetKindEnum"), exports);
|
|
31
32
|
//DTOs
|
|
32
33
|
__exportStar(require("./dtos/BenefitItem"), exports);
|
|
33
34
|
__exportStar(require("./dtos/BenefitListResponse"), exports);
|
|
@@ -85,6 +86,14 @@ __exportStar(require("./dtos/BackofficeSubcategoryOrderUpdateRequest"), exports)
|
|
|
85
86
|
__exportStar(require("./dtos/BackofficeSubcategoryOrdersResponse"), exports);
|
|
86
87
|
//Admin leaves iteration-3 (v3.37.0): ordering por país + bulk reorder (drag-and-drop)
|
|
87
88
|
__exportStar(require("./dtos/BackofficeSubcategoryReorderRequest"), exports);
|
|
89
|
+
//Admin leaves iteration-4 (v3.39.0): assets (logo + help-image), product enable/disable, input label overrides
|
|
90
|
+
__exportStar(require("./dtos/LeafAssetUploadUrlRequest"), exports);
|
|
91
|
+
__exportStar(require("./dtos/LeafAssetUploadUrlResponse"), exports);
|
|
92
|
+
__exportStar(require("./dtos/BackofficeSubcategoryLogoUpdateRequest"), exports);
|
|
93
|
+
__exportStar(require("./dtos/BackofficeLeafHelpImageUpdateRequest"), exports);
|
|
94
|
+
__exportStar(require("./dtos/BackofficeProductHelpImageUpdateRequest"), exports);
|
|
95
|
+
__exportStar(require("./dtos/BackofficeProductEnabledUpdateRequest"), exports);
|
|
96
|
+
__exportStar(require("./dtos/BackofficeInputLabelsUpdateRequest"), exports);
|
|
88
97
|
//Banner assets upload (presigned PUT)
|
|
89
98
|
__exportStar(require("./dtos/BannerUploadUrlRequest"), exports);
|
|
90
99
|
__exportStar(require("./dtos/BannerUploadUrlResponse"), exports);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Config del único App Client del pool nuevo creado por POST /pools.
|
|
3
|
+
*
|
|
4
|
+
* NO expone `generateSecret` — el connector hardcodea `GenerateSecret: false`
|
|
5
|
+
* en el SDK call (BFF pattern: rbac llama al connector server-to-server vía
|
|
6
|
+
* api-invoker en VPC, sin SPA-to-Cognito directo que requiera client secret).
|
|
7
|
+
* Decisión arquitectónica A21 del connector. Si aparece consumer B2B/M2M con
|
|
8
|
+
* flow `client_credentials`, evaluar con líder + bump major del connector.
|
|
9
|
+
*/
|
|
10
|
+
export declare class AppClientConfig {
|
|
11
|
+
clientName?: string;
|
|
12
|
+
explicitAuthFlows: string[];
|
|
13
|
+
tokenValidityUnits?: string;
|
|
14
|
+
accessTokenValidity?: number;
|
|
15
|
+
idTokenValidity?: number;
|
|
16
|
+
refreshTokenValidity?: number;
|
|
17
|
+
preventUserExistenceErrors?: boolean;
|
|
18
|
+
enableTokenRevocation?: boolean;
|
|
19
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
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.AppClientConfig = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
/**
|
|
16
|
+
* Config del único App Client del pool nuevo creado por POST /pools.
|
|
17
|
+
*
|
|
18
|
+
* NO expone `generateSecret` — el connector hardcodea `GenerateSecret: false`
|
|
19
|
+
* en el SDK call (BFF pattern: rbac llama al connector server-to-server vía
|
|
20
|
+
* api-invoker en VPC, sin SPA-to-Cognito directo que requiera client secret).
|
|
21
|
+
* Decisión arquitectónica A21 del connector. Si aparece consumer B2B/M2M con
|
|
22
|
+
* flow `client_credentials`, evaluar con líder + bump major del connector.
|
|
23
|
+
*/
|
|
24
|
+
class AppClientConfig {
|
|
25
|
+
}
|
|
26
|
+
exports.AppClientConfig = AppClientConfig;
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_transformer_1.Expose)(),
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
30
|
+
(0, class_validator_1.IsString)(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], AppClientConfig.prototype, "clientName", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, class_transformer_1.Expose)(),
|
|
35
|
+
(0, class_validator_1.IsArray)(),
|
|
36
|
+
(0, class_validator_1.IsString)({ each: true }),
|
|
37
|
+
__metadata("design:type", Array)
|
|
38
|
+
], AppClientConfig.prototype, "explicitAuthFlows", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, class_transformer_1.Expose)(),
|
|
41
|
+
(0, class_validator_1.IsOptional)(),
|
|
42
|
+
(0, class_validator_1.IsString)(),
|
|
43
|
+
__metadata("design:type", String)
|
|
44
|
+
], AppClientConfig.prototype, "tokenValidityUnits", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, class_transformer_1.Expose)(),
|
|
47
|
+
(0, class_validator_1.IsOptional)(),
|
|
48
|
+
(0, class_validator_1.IsNumber)(),
|
|
49
|
+
__metadata("design:type", Number)
|
|
50
|
+
], AppClientConfig.prototype, "accessTokenValidity", void 0);
|
|
51
|
+
__decorate([
|
|
52
|
+
(0, class_transformer_1.Expose)(),
|
|
53
|
+
(0, class_validator_1.IsOptional)(),
|
|
54
|
+
(0, class_validator_1.IsNumber)(),
|
|
55
|
+
__metadata("design:type", Number)
|
|
56
|
+
], AppClientConfig.prototype, "idTokenValidity", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, class_transformer_1.Expose)(),
|
|
59
|
+
(0, class_validator_1.IsOptional)(),
|
|
60
|
+
(0, class_validator_1.IsNumber)(),
|
|
61
|
+
__metadata("design:type", Number)
|
|
62
|
+
], AppClientConfig.prototype, "refreshTokenValidity", void 0);
|
|
63
|
+
__decorate([
|
|
64
|
+
(0, class_transformer_1.Expose)(),
|
|
65
|
+
(0, class_validator_1.IsOptional)(),
|
|
66
|
+
(0, class_validator_1.IsBoolean)(),
|
|
67
|
+
__metadata("design:type", Boolean)
|
|
68
|
+
], AppClientConfig.prototype, "preventUserExistenceErrors", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
(0, class_transformer_1.Expose)(),
|
|
71
|
+
(0, class_validator_1.IsOptional)(),
|
|
72
|
+
(0, class_validator_1.IsBoolean)(),
|
|
73
|
+
__metadata("design:type", Boolean)
|
|
74
|
+
], AppClientConfig.prototype, "enableTokenRevocation", void 0);
|