@houlak/plexo-sdk 0.1.64 → 0.1.65
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 +14 -14
- package/lib/IPaymentGatewayClient.d.ts +31 -31
- package/lib/IPaymentGatewayClient.js +2 -2
- package/lib/PaymentGatewayClient.d.ts +32 -33
- package/lib/PaymentGatewayClient.js +90 -179
- package/lib/config/config.d.ts +12 -12
- package/lib/config/config.js +16 -16
- package/lib/handler/PlexoHandler.d.ts +31 -31
- package/lib/handler/PlexoHandler.js +428 -421
- package/lib/handler/services/evaluator.service.d.ts +6 -6
- package/lib/handler/services/evaluator.service.js +118 -118
- package/lib/handler/types/BaseResponse.d.ts +8 -8
- package/lib/handler/types/BaseResponse.js +16 -16
- package/lib/helpers/signature/signatureHelper.d.ts +1 -5
- package/lib/helpers/signature/signatureHelper.js +52 -173
- package/lib/index.d.ts +3 -3
- package/lib/index.js +9 -9
- package/lib/lib/logger.lib.d.ts +10 -10
- package/lib/lib/logger.lib.js +33 -33
- package/lib/models/ActionType.d.ts +9 -9
- package/lib/models/ActionType.js +13 -13
- package/lib/models/AmountLimit.d.ts +7 -7
- package/lib/models/AmountLimit.js +2 -2
- package/lib/models/Authorization.d.ts +18 -16
- package/lib/models/Authorization.js +32 -32
- package/lib/models/AuthorizationInfo.d.ts +6 -6
- package/lib/models/AuthorizationInfo.js +11 -11
- package/lib/models/AuthorizationType.d.ts +5 -5
- package/lib/models/AuthorizationType.js +9 -9
- package/lib/models/BaseServerResponse.d.ts +7 -7
- package/lib/models/BaseServerResponse.js +12 -12
- package/lib/models/BuiltInPagesOptionsDto.d.ts +4 -4
- package/lib/models/BuiltInPagesOptionsDto.js +9 -9
- package/lib/models/CancelRequest.d.ts +6 -6
- package/lib/models/CancelRequest.js +29 -29
- package/lib/models/CardStatus.d.ts +7 -7
- package/lib/models/CardStatus.js +11 -11
- package/lib/models/CardTypes.d.ts +9 -9
- package/lib/models/CardTypes.js +13 -13
- package/lib/models/ClientRequest.d.ts +4 -4
- package/lib/models/ClientRequest.js +10 -10
- package/lib/models/ClientResponse.d.ts +6 -6
- package/lib/models/ClientResponse.js +29 -29
- package/lib/models/ClientSignedRequest.d.ts +4 -4
- package/lib/models/ClientSignedRequest.js +27 -27
- package/lib/models/ClientSignedResponse.d.ts +4 -4
- package/lib/models/ClientSignedResponse.js +27 -27
- package/lib/models/CodeAction.d.ts +10 -10
- package/lib/models/CodeAction.js +10 -10
- package/lib/models/CodeRequest.d.ts +5 -5
- package/lib/models/CodeRequest.js +2 -2
- package/lib/models/Commerce.d.ts +4 -4
- package/lib/models/Commerce.js +2 -2
- package/lib/models/CommerceIdRequest.d.ts +3 -3
- package/lib/models/CommerceIdRequest.js +2 -2
- package/lib/models/CommerceIssuerIdRequest.d.ts +4 -4
- package/lib/models/CommerceIssuerIdRequest.js +2 -2
- package/lib/models/CommerceModifyRequest.d.ts +4 -4
- package/lib/models/CommerceModifyRequest.js +2 -2
- package/lib/models/CommerceRequest.d.ts +3 -3
- package/lib/models/CommerceRequest.js +2 -2
- package/lib/models/CreateBankInstrumentRequest.d.ts +6 -6
- package/lib/models/CreateBankInstrumentRequest.js +2 -2
- package/lib/models/Currency.d.ts +6 -6
- package/lib/models/Currency.js +2 -2
- package/lib/models/DeleteInstrumentRequest.d.ts +6 -6
- package/lib/models/DeleteInstrumentRequest.js +29 -29
- package/lib/models/DisplayOptionsDto.d.ts +7 -7
- package/lib/models/DisplayOptionsDto.js +9 -9
- package/lib/models/ExpressCheckoutRequest.d.ts +6 -6
- package/lib/models/ExpressCheckoutRequest.js +2 -2
- package/lib/models/ExpressCheckoutSettingsDto.d.ts +6 -6
- package/lib/models/ExpressCheckoutSettingsDto.js +9 -9
- package/lib/models/ExtendedCredit.d.ts +4 -4
- package/lib/models/ExtendedCredit.js +2 -2
- package/lib/models/FieldInfo.d.ts +6 -6
- package/lib/models/FieldInfo.js +2 -2
- package/lib/models/FieldInfoPaymentProcessors.d.ts +6 -6
- package/lib/models/FieldInfoPaymentProcessors.js +11 -11
- package/lib/models/FieldType.d.ts +76 -76
- package/lib/models/FieldType.js +89 -89
- package/lib/models/FinancialInclusion.d.ts +8 -8
- package/lib/models/FinancialInclusion.js +2 -2
- package/lib/models/FinancialInclusionResult.d.ts +6 -6
- package/lib/models/FinancialInclusionResult.js +2 -2
- package/lib/models/GenericClientRequest.d.ts +5 -5
- package/lib/models/GenericClientRequest.js +29 -29
- package/lib/models/GenericClientSignedRequest.d.ts +4 -4
- package/lib/models/GenericClientSignedRequest.js +27 -27
- package/lib/models/GenericIssuerRequest.d.ts +5 -5
- package/lib/models/GenericIssuerRequest.js +29 -29
- package/lib/models/GenericIssuerSignedRequest.d.ts +4 -4
- package/lib/models/GenericIssuerSignedRequest.js +27 -27
- package/lib/models/GenericServerSignedResponse.d.ts +4 -4
- package/lib/models/GenericServerSignedResponse.js +27 -27
- package/lib/models/GenericSignedObject.d.ts +6 -6
- package/lib/models/GenericSignedObject.js +11 -11
- package/lib/models/GenericStateObject.d.ts +5 -5
- package/lib/models/GenericStateObject.js +29 -29
- package/lib/models/IClientCallback.d.ts +3 -3
- package/lib/models/IClientCallback.js +2 -2
- package/lib/models/IdentificationType.d.ts +6 -6
- package/lib/models/IdentificationType.js +10 -10
- package/lib/models/InclusionType.d.ts +5 -5
- package/lib/models/InclusionType.js +9 -9
- package/lib/models/IndexSDK.d.ts +33 -33
- package/lib/models/IndexSDK.js +39 -39
- package/lib/models/InfoLine.d.ts +4 -4
- package/lib/models/InfoLine.js +2 -2
- package/lib/models/InstrumentCallback.d.ts +9 -9
- package/lib/models/InstrumentCallback.js +31 -31
- package/lib/models/InstrumentWithMetadata.d.ts +6 -6
- package/lib/models/InstrumentWithMetadata.js +11 -11
- package/lib/models/IssuerData.d.ts +5 -5
- package/lib/models/IssuerData.js +2 -2
- package/lib/models/IssuerInfo.d.ts +14 -14
- package/lib/models/IssuerInfo.js +2 -2
- package/lib/models/IssuerProcessor.d.ts +7 -7
- package/lib/models/IssuerProcessor.js +12 -12
- package/lib/models/IssuerRequest.d.ts +4 -4
- package/lib/models/IssuerRequest.js +10 -10
- package/lib/models/IssuerSignedRequest.d.ts +4 -4
- package/lib/models/IssuerSignedRequest.js +27 -27
- package/lib/models/Item.d.ts +8 -8
- package/lib/models/Item.js +2 -2
- package/lib/models/PaymentInstrument.d.ts +20 -20
- package/lib/models/PaymentInstrument.js +2 -2
- package/lib/models/PaymentInstrumentInput.d.ts +6 -6
- package/lib/models/PaymentInstrumentInput.js +2 -2
- package/lib/models/PaymentProcessor.d.ts +6 -6
- package/lib/models/PaymentProcessor.js +11 -11
- package/lib/models/PaymentRequest.d.ts +17 -17
- package/lib/models/PaymentRequest.js +20 -20
- package/lib/models/PublicKeyInfo.d.ts +4 -4
- package/lib/models/PublicKeyInfo.js +2 -2
- package/lib/models/Reference.d.ts +6 -6
- package/lib/models/Reference.js +11 -11
- package/lib/models/ReferenceType.d.ts +6 -6
- package/lib/models/ReferenceType.js +10 -10
- package/lib/models/Reserve.d.ts +6 -6
- package/lib/models/Reserve.js +29 -29
- package/lib/models/ReserveRequest.d.ts +6 -6
- package/lib/models/ReserveRequest.js +29 -29
- package/lib/models/ResultCodes.d.ts +30 -30
- package/lib/models/ResultCodes.js +35 -35
- package/lib/models/ServerResponse.d.ts +6 -6
- package/lib/models/ServerResponse.js +29 -29
- package/lib/models/ServerSignedCallback.d.ts +3 -3
- package/lib/models/ServerSignedCallback.js +27 -27
- package/lib/models/ServerSignedRequest.d.ts +3 -3
- package/lib/models/ServerSignedRequest.js +27 -27
- package/lib/models/ServerSignedResponse.d.ts +4 -4
- package/lib/models/ServerSignedResponse.js +27 -27
- package/lib/models/Session.d.ts +5 -5
- package/lib/models/Session.js +2 -2
- package/lib/models/SignedObject.d.ts +6 -6
- package/lib/models/SignedObject.js +11 -11
- package/lib/models/StateObject.d.ts +5 -5
- package/lib/models/StateObject.js +11 -11
- package/lib/models/TimeLimit.d.ts +5 -5
- package/lib/models/TimeLimit.js +2 -2
- package/lib/models/TokenizationSettingsDto.d.ts +4 -4
- package/lib/models/TokenizationSettingsDto.js +9 -9
- package/lib/models/Transaction.d.ts +26 -26
- package/lib/models/Transaction.js +26 -26
- package/lib/models/TransactionCallback.d.ts +7 -7
- package/lib/models/TransactionCallback.js +29 -29
- package/lib/models/TransactionCursor.d.ts +6 -6
- package/lib/models/TransactionCursor.js +2 -2
- package/lib/models/TransactionInfo.d.ts +12 -12
- package/lib/models/TransactionInfo.js +2 -2
- package/lib/models/TransactionOrder.d.ts +5 -5
- package/lib/models/TransactionOrder.js +2 -2
- package/lib/models/TransactionQuery.d.ts +54 -54
- package/lib/models/TransactionQuery.js +47 -47
- package/lib/models/TransactionResult.d.ts +13 -13
- package/lib/models/TransactionResult.js +17 -17
- package/lib/models/TransactionType.d.ts +5 -5
- package/lib/models/TransactionType.js +9 -9
- package/lib/models/UIOptionsDto.d.ts +7 -7
- package/lib/models/UIOptionsDto.js +13 -13
- package/lib/models/WebFormSettingsDto.d.ts +8 -8
- package/lib/models/WebFormSettingsDto.js +9 -9
- package/lib/sdk/IPaymentGatewayClient.d.ts +31 -31
- package/lib/sdk/IPaymentGatewayClient.js +2 -2
- package/lib/sdk/PaymentGatewayClient.d.ts +32 -32
- package/lib/sdk/PaymentGatewayClient.js +379 -379
- package/lib/sdk/PaymentGatewayMock.d.ts +31 -31
- package/lib/sdk/PaymentGatewayMock.js +330 -330
- package/lib/sdk/enums/plexo-error-enum.d.ts +38 -38
- package/lib/sdk/enums/plexo-error-enum.js +46 -46
- package/lib/sdk/helpers/signature/signatureHelper.d.ts +6 -6
- package/lib/sdk/helpers/signature/signatureHelper.js +175 -175
- package/lib/sdk/helpers/signature/signatureUtils.d.ts +10 -10
- package/lib/sdk/helpers/signature/signatureUtils.js +157 -157
- package/lib/sdk/helpers/signature/stringifyWithFloats.d.ts +1 -1
- package/lib/sdk/helpers/signature/stringifyWithFloats.js +71 -71
- package/lib/sdk/index.d.ts +4 -4
- package/lib/sdk/index.js +22 -22
- package/lib/sdk/mocks/mocks.d.ts +24 -24
- package/lib/sdk/mocks/mocks.js +180 -180
- package/lib/sdk/models/ActionType.d.ts +9 -9
- package/lib/sdk/models/ActionType.js +13 -13
- package/lib/sdk/models/AmountLimit.d.ts +7 -7
- package/lib/sdk/models/AmountLimit.js +2 -2
- package/lib/sdk/models/Authorization.d.ts +18 -18
- package/lib/sdk/models/Authorization.js +33 -33
- package/lib/sdk/models/AuthorizationInfo.d.ts +6 -6
- package/lib/sdk/models/AuthorizationInfo.js +11 -11
- package/lib/sdk/models/AuthorizationType.d.ts +5 -5
- package/lib/sdk/models/AuthorizationType.js +9 -9
- package/lib/sdk/models/BaseServerResponse.d.ts +7 -7
- package/lib/sdk/models/BaseServerResponse.js +12 -12
- package/lib/sdk/models/BuiltInPagesOptions.d.ts +5 -5
- package/lib/sdk/models/BuiltInPagesOptions.js +11 -11
- package/lib/sdk/models/BuiltInPagesOptionsDto.d.ts +4 -4
- package/lib/sdk/models/BuiltInPagesOptionsDto.js +9 -9
- package/lib/sdk/models/CancelRequest.d.ts +6 -6
- package/lib/sdk/models/CancelRequest.js +29 -29
- package/lib/sdk/models/CardStatus.d.ts +7 -7
- package/lib/sdk/models/CardStatus.js +11 -11
- package/lib/sdk/models/CardTypes.d.ts +9 -9
- package/lib/sdk/models/CardTypes.js +13 -13
- package/lib/sdk/models/ClientRequest.d.ts +4 -4
- package/lib/sdk/models/ClientRequest.js +10 -10
- package/lib/sdk/models/ClientResponse.d.ts +6 -6
- package/lib/sdk/models/ClientResponse.js +29 -29
- package/lib/sdk/models/ClientSignedRequest.d.ts +4 -4
- package/lib/sdk/models/ClientSignedRequest.js +27 -27
- package/lib/sdk/models/ClientSignedResponse.d.ts +4 -4
- package/lib/sdk/models/ClientSignedResponse.js +27 -27
- package/lib/sdk/models/CodeAction.d.ts +10 -10
- package/lib/sdk/models/CodeAction.js +10 -10
- package/lib/sdk/models/CodeRequest.d.ts +5 -5
- package/lib/sdk/models/CodeRequest.js +2 -2
- package/lib/sdk/models/Commerce.d.ts +4 -4
- package/lib/sdk/models/Commerce.js +2 -2
- package/lib/sdk/models/CommerceIdRequest.d.ts +3 -3
- package/lib/sdk/models/CommerceIdRequest.js +2 -2
- package/lib/sdk/models/CommerceIssuerIdRequest.d.ts +4 -4
- package/lib/sdk/models/CommerceIssuerIdRequest.js +2 -2
- package/lib/sdk/models/CommerceModifyRequest.d.ts +4 -4
- package/lib/sdk/models/CommerceModifyRequest.js +2 -2
- package/lib/sdk/models/CommerceRequest.d.ts +3 -3
- package/lib/sdk/models/CommerceRequest.js +2 -2
- package/lib/sdk/models/CreateBankInstrumentRequest.d.ts +6 -6
- package/lib/sdk/models/CreateBankInstrumentRequest.js +2 -2
- package/lib/sdk/models/Currency.d.ts +6 -6
- package/lib/sdk/models/Currency.js +2 -2
- package/lib/sdk/models/DeleteInstrumentRequest.d.ts +6 -6
- package/lib/sdk/models/DeleteInstrumentRequest.js +29 -29
- package/lib/sdk/models/DisplayOptions.d.ts +8 -8
- package/lib/sdk/models/DisplayOptions.js +14 -14
- package/lib/sdk/models/DisplayOptionsDto.d.ts +7 -7
- package/lib/sdk/models/DisplayOptionsDto.js +9 -9
- package/lib/sdk/models/ExpressCheckoutRequest.d.ts +6 -6
- package/lib/sdk/models/ExpressCheckoutRequest.js +2 -2
- package/lib/sdk/models/ExpressCheckoutSettings.d.ts +7 -7
- package/lib/sdk/models/ExpressCheckoutSettings.js +11 -11
- package/lib/sdk/models/ExpressCheckoutSettingsDto.d.ts +6 -6
- package/lib/sdk/models/ExpressCheckoutSettingsDto.js +9 -9
- package/lib/sdk/models/ExtendedCredit.d.ts +4 -4
- package/lib/sdk/models/ExtendedCredit.js +2 -2
- package/lib/sdk/models/FieldInfo.d.ts +6 -6
- package/lib/sdk/models/FieldInfo.js +2 -2
- package/lib/sdk/models/FieldInfoPaymentProcessors.d.ts +6 -6
- package/lib/sdk/models/FieldInfoPaymentProcessors.js +11 -11
- package/lib/sdk/models/FieldType.d.ts +82 -82
- package/lib/sdk/models/FieldType.js +95 -95
- package/lib/sdk/models/FinancialInclusion.d.ts +9 -9
- package/lib/sdk/models/FinancialInclusion.js +2 -2
- package/lib/sdk/models/FinancialInclusionResult.d.ts +6 -6
- package/lib/sdk/models/FinancialInclusionResult.js +2 -2
- package/lib/sdk/models/GenericClientRequest.d.ts +5 -5
- package/lib/sdk/models/GenericClientRequest.js +29 -29
- package/lib/sdk/models/GenericClientSignedRequest.d.ts +4 -4
- package/lib/sdk/models/GenericClientSignedRequest.js +27 -27
- package/lib/sdk/models/GenericIssuerRequest.d.ts +5 -5
- package/lib/sdk/models/GenericIssuerRequest.js +29 -29
- package/lib/sdk/models/GenericIssuerSignedRequest.d.ts +4 -4
- package/lib/sdk/models/GenericIssuerSignedRequest.js +27 -27
- package/lib/sdk/models/GenericServerSignedResponse.d.ts +4 -4
- package/lib/sdk/models/GenericServerSignedResponse.js +27 -27
- package/lib/sdk/models/GenericSignedObject.d.ts +6 -6
- package/lib/sdk/models/GenericSignedObject.js +11 -11
- package/lib/sdk/models/GenericStateObject.d.ts +5 -5
- package/lib/sdk/models/GenericStateObject.js +29 -29
- package/lib/sdk/models/IClientCallback.d.ts +3 -3
- package/lib/sdk/models/IClientCallback.js +2 -2
- package/lib/sdk/models/IdentificationType.d.ts +6 -6
- package/lib/sdk/models/IdentificationType.js +10 -10
- package/lib/sdk/models/InclusionType.d.ts +5 -5
- package/lib/sdk/models/InclusionType.js +9 -9
- package/lib/sdk/models/IndexSDK.d.ts +86 -86
- package/lib/sdk/models/IndexSDK.js +114 -114
- package/lib/sdk/models/InfoLine.d.ts +4 -4
- package/lib/sdk/models/InfoLine.js +2 -2
- package/lib/sdk/models/InstrumentCallback.d.ts +9 -9
- package/lib/sdk/models/InstrumentCallback.js +31 -31
- package/lib/sdk/models/InstrumentWithMetadata.d.ts +6 -6
- package/lib/sdk/models/InstrumentWithMetadata.js +11 -11
- package/lib/sdk/models/IssuerData.d.ts +7 -7
- package/lib/sdk/models/IssuerData.js +2 -2
- package/lib/sdk/models/IssuerInfo.d.ts +14 -14
- package/lib/sdk/models/IssuerInfo.js +2 -2
- package/lib/sdk/models/IssuerProcessor.d.ts +7 -7
- package/lib/sdk/models/IssuerProcessor.js +12 -12
- package/lib/sdk/models/IssuerRequest.d.ts +4 -4
- package/lib/sdk/models/IssuerRequest.js +10 -10
- package/lib/sdk/models/IssuerSignedRequest.d.ts +4 -4
- package/lib/sdk/models/IssuerSignedRequest.js +27 -27
- package/lib/sdk/models/Item.d.ts +8 -8
- package/lib/sdk/models/Item.js +2 -2
- package/lib/sdk/models/PaymentInstrument.d.ts +18 -18
- package/lib/sdk/models/PaymentInstrument.js +2 -2
- package/lib/sdk/models/PaymentInstrumentInput.d.ts +6 -6
- package/lib/sdk/models/PaymentInstrumentInput.js +2 -2
- package/lib/sdk/models/PaymentProcessor.d.ts +6 -6
- package/lib/sdk/models/PaymentProcessor.js +11 -11
- package/lib/sdk/models/PaymentRequest.d.ts +17 -17
- package/lib/sdk/models/PaymentRequest.js +20 -20
- package/lib/sdk/models/PlexoSdkSettings.d.ts +8 -8
- package/lib/sdk/models/PlexoSdkSettings.js +14 -14
- package/lib/sdk/models/PublicKeyInfo.d.ts +4 -4
- package/lib/sdk/models/PublicKeyInfo.js +2 -2
- package/lib/sdk/models/Reference.d.ts +6 -6
- package/lib/sdk/models/Reference.js +11 -11
- package/lib/sdk/models/ReferenceType.d.ts +6 -6
- package/lib/sdk/models/ReferenceType.js +10 -10
- package/lib/sdk/models/Reserve.d.ts +6 -6
- package/lib/sdk/models/Reserve.js +29 -29
- package/lib/sdk/models/ReserveRequest.d.ts +6 -6
- package/lib/sdk/models/ReserveRequest.js +29 -29
- package/lib/sdk/models/ResultCodes.d.ts +30 -30
- package/lib/sdk/models/ResultCodes.js +35 -35
- package/lib/sdk/models/ServerResponse.d.ts +6 -6
- package/lib/sdk/models/ServerResponse.js +29 -29
- package/lib/sdk/models/ServerSignedCallback.d.ts +3 -3
- package/lib/sdk/models/ServerSignedCallback.js +27 -27
- package/lib/sdk/models/ServerSignedRequest.d.ts +3 -3
- package/lib/sdk/models/ServerSignedRequest.js +27 -27
- package/lib/sdk/models/ServerSignedResponse.d.ts +4 -4
- package/lib/sdk/models/ServerSignedResponse.js +27 -27
- package/lib/sdk/models/Session.d.ts +5 -5
- package/lib/sdk/models/Session.js +2 -2
- package/lib/sdk/models/Settings.d.ts +11 -11
- package/lib/sdk/models/Settings.js +19 -19
- package/lib/sdk/models/SignedObject.d.ts +6 -6
- package/lib/sdk/models/SignedObject.js +11 -11
- package/lib/sdk/models/StateObject.d.ts +5 -5
- package/lib/sdk/models/StateObject.js +11 -11
- package/lib/sdk/models/TimeLimit.d.ts +5 -5
- package/lib/sdk/models/TimeLimit.js +2 -2
- package/lib/sdk/models/TokenizationSettings.d.ts +5 -5
- package/lib/sdk/models/TokenizationSettings.js +10 -10
- package/lib/sdk/models/TokenizationSettingsDto.d.ts +4 -4
- package/lib/sdk/models/TokenizationSettingsDto.js +9 -9
- package/lib/sdk/models/Transaction.d.ts +31 -31
- package/lib/sdk/models/Transaction.js +26 -26
- package/lib/sdk/models/TransactionCallback.d.ts +7 -7
- package/lib/sdk/models/TransactionCallback.js +29 -29
- package/lib/sdk/models/TransactionCursor.d.ts +6 -6
- package/lib/sdk/models/TransactionCursor.js +2 -2
- package/lib/sdk/models/TransactionInfo.d.ts +12 -12
- package/lib/sdk/models/TransactionInfo.js +2 -2
- package/lib/sdk/models/TransactionOrder.d.ts +5 -5
- package/lib/sdk/models/TransactionOrder.js +2 -2
- package/lib/sdk/models/TransactionQuery.d.ts +54 -54
- package/lib/sdk/models/TransactionQuery.js +47 -47
- package/lib/sdk/models/TransactionResult.d.ts +13 -13
- package/lib/sdk/models/TransactionResult.js +17 -17
- package/lib/sdk/models/TransactionType.d.ts +5 -5
- package/lib/sdk/models/TransactionType.js +9 -9
- package/lib/sdk/models/TransactionsCSV.d.ts +3 -3
- package/lib/sdk/models/TransactionsCSV.js +2 -2
- package/lib/sdk/models/UIOptions.d.ts +8 -8
- package/lib/sdk/models/UIOptions.js +13 -13
- package/lib/sdk/models/UIOptionsDto.d.ts +8 -8
- package/lib/sdk/models/UIOptionsDto.js +13 -13
- package/lib/sdk/models/WebFormSettings.d.ts +9 -9
- package/lib/sdk/models/WebFormSettings.js +12 -12
- package/lib/sdk/models/WebFormSettingsDto.d.ts +8 -8
- package/lib/sdk/models/WebFormSettingsDto.js +9 -9
- package/lib/sdk/models/webhook/Address.d.ts +9 -9
- package/lib/sdk/models/webhook/Address.js +15 -15
- package/lib/sdk/models/webhook/CancellationInfo.d.ts +11 -11
- package/lib/sdk/models/webhook/CancellationInfo.js +17 -17
- package/lib/sdk/models/webhook/Client.d.ts +9 -9
- package/lib/sdk/models/webhook/Client.js +14 -14
- package/lib/sdk/models/webhook/Commerce.d.ts +6 -6
- package/lib/sdk/models/webhook/Commerce.js +12 -12
- package/lib/sdk/models/webhook/Currency.d.ts +8 -8
- package/lib/sdk/models/webhook/Currency.js +14 -14
- package/lib/sdk/models/webhook/Customer.d.ts +17 -17
- package/lib/sdk/models/webhook/Customer.js +22 -22
- package/lib/sdk/models/webhook/Document.d.ts +5 -5
- package/lib/sdk/models/webhook/Document.js +11 -11
- package/lib/sdk/models/webhook/IndexWebhook.d.ts +21 -0
- package/lib/sdk/models/webhook/IndexWebhook.js +45 -0
- package/lib/sdk/models/webhook/Instrument.d.ts +17 -17
- package/lib/sdk/models/webhook/Instrument.js +21 -21
- package/lib/sdk/models/webhook/Issuer.d.ts +8 -8
- package/lib/sdk/models/webhook/Issuer.js +14 -14
- package/lib/sdk/models/webhook/IssuerData.d.ts +8 -8
- package/lib/sdk/models/webhook/IssuerData.js +13 -13
- package/lib/sdk/models/webhook/IssuerDto.d.ts +5 -5
- package/lib/sdk/models/webhook/IssuerDto.js +11 -11
- package/lib/sdk/models/webhook/Item.d.ts +14 -14
- package/lib/sdk/models/webhook/Item.js +19 -19
- package/lib/sdk/models/webhook/PartialRefundsInfo.d.ts +12 -12
- package/lib/sdk/models/webhook/PartialRefundsInfo.js +18 -18
- package/lib/sdk/models/webhook/PaymentFacilitator.d.ts +8 -8
- package/lib/sdk/models/webhook/PaymentFacilitator.js +13 -13
- package/lib/sdk/models/webhook/PaymentProcessor.d.ts +5 -5
- package/lib/sdk/models/webhook/PaymentProcessor.js +11 -11
- package/lib/sdk/models/webhook/PurchaseInfo.d.ts +16 -16
- package/lib/sdk/models/webhook/PurchaseInfo.js +22 -22
- package/lib/sdk/models/webhook/RefundInfo.d.ts +12 -12
- package/lib/sdk/models/webhook/RefundInfo.js +18 -18
- package/lib/sdk/models/webhook/ReserveInfo.d.ts +13 -13
- package/lib/sdk/models/webhook/ReserveInfo.js +19 -19
- package/lib/sdk/models/webhook/Shipping.d.ts +7 -7
- package/lib/sdk/models/webhook/Shipping.js +12 -12
- package/lib/sdk/models/webhook/Transaction.d.ts +31 -31
- package/lib/sdk/models/webhook/Transaction.js +36 -36
- package/lib/sdk/models/webhook/TransactionResult.d.ts +5 -5
- package/lib/sdk/models/webhook/TransactionResult.js +10 -10
- package/lib/sdk/models/webhook/index.d.ts +21 -21
- package/lib/sdk/models/webhook/index.js +45 -45
- package/lib/sdk/types/signatureHelper.type.d.ts +5 -5
- package/lib/sdk/types/signatureHelper.type.js +2 -2
- package/lib/sdk/types/ui_options_dto.type.d.ts +6 -6
- package/lib/sdk/types/ui_options_dto.type.js +2 -2
- package/lib/utils/boolean.utils.d.ts +4 -4
- package/lib/utils/boolean.utils.js +53 -53
- package/lib/utils/case.util.d.ts +4 -4
- package/lib/utils/case.util.js +61 -61
- package/lib/utils/index.d.ts +1 -1
- package/lib/utils/index.js +5 -5
- package/package.json +52 -52
- package/lib/models/CertificateHelper.d.ts +0 -0
- package/lib/models/CertificateHelper.js +0 -152
- package/lib/models/CertificateHelperFactory.js +0 -12
- package/lib/models/PlexoSdkSettings.d.ts +0 -8
- package/lib/models/PlexoSdkSettings.js +0 -14
- package/lib/models/Settings.d.ts +0 -11
- package/lib/models/Settings.js +0 -19
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TransactionField = exports.TransactionOperator = exports.QueryOperation = exports.TransactionOrderDirection = void 0;
|
|
4
|
-
var TransactionOrderDirection;
|
|
5
|
-
(function (TransactionOrderDirection) {
|
|
6
|
-
TransactionOrderDirection[TransactionOrderDirection["Asc"] = 0] = "Asc";
|
|
7
|
-
TransactionOrderDirection[TransactionOrderDirection["Desc"] = 1] = "Desc";
|
|
8
|
-
})(TransactionOrderDirection = exports.TransactionOrderDirection || (exports.TransactionOrderDirection = {}));
|
|
9
|
-
var QueryOperation;
|
|
10
|
-
(function (QueryOperation) {
|
|
11
|
-
QueryOperation[QueryOperation["And"] = 0] = "And";
|
|
12
|
-
QueryOperation[QueryOperation["Or"] = 1] = "Or";
|
|
13
|
-
QueryOperation[QueryOperation["None"] = 2] = "None";
|
|
14
|
-
})(QueryOperation = exports.QueryOperation || (exports.QueryOperation = {}));
|
|
15
|
-
var TransactionOperator;
|
|
16
|
-
(function (TransactionOperator) {
|
|
17
|
-
TransactionOperator[TransactionOperator["Equal"] = 0] = "Equal";
|
|
18
|
-
TransactionOperator[TransactionOperator["NotEqual"] = 1] = "NotEqual";
|
|
19
|
-
TransactionOperator[TransactionOperator["BiggerThan"] = 2] = "BiggerThan";
|
|
20
|
-
TransactionOperator[TransactionOperator["BiggerOrEqualThan"] = 3] = "BiggerOrEqualThan";
|
|
21
|
-
TransactionOperator[TransactionOperator["SmallerThan"] = 4] = "SmallerThan";
|
|
22
|
-
TransactionOperator[TransactionOperator["SmallerOrEqualThen"] = 5] = "SmallerOrEqualThen";
|
|
23
|
-
TransactionOperator[TransactionOperator["Contains"] = 6] = "Contains";
|
|
24
|
-
TransactionOperator[TransactionOperator["NotContains"] = 7] = "NotContains";
|
|
25
|
-
})(TransactionOperator = exports.TransactionOperator || (exports.TransactionOperator = {}));
|
|
26
|
-
var TransactionField;
|
|
27
|
-
(function (TransactionField) {
|
|
28
|
-
TransactionField[TransactionField["CreationDate"] = 0] = "CreationDate";
|
|
29
|
-
TransactionField[TransactionField["TransactionState"] = 1] = "TransactionState";
|
|
30
|
-
TransactionField[TransactionField["PurchaseStatus"] = 2] = "PurchaseStatus";
|
|
31
|
-
TransactionField[TransactionField["CancelStatus"] = 3] = "CancelStatus";
|
|
32
|
-
TransactionField[TransactionField["ReserveStatus"] = 4] = "ReserveStatus";
|
|
33
|
-
TransactionField[TransactionField["TransactionId"] = 5] = "TransactionId";
|
|
34
|
-
TransactionField[TransactionField["IssuerId"] = 6] = "IssuerId";
|
|
35
|
-
TransactionField[TransactionField["BankId"] = 7] = "BankId";
|
|
36
|
-
TransactionField[TransactionField["CommerceId"] = 8] = "CommerceId";
|
|
37
|
-
TransactionField[TransactionField["PurchaseExternalId"] = 9] = "PurchaseExternalId";
|
|
38
|
-
TransactionField[TransactionField["CancelExternalId"] = 10] = "CancelExternalId";
|
|
39
|
-
TransactionField[TransactionField["ReserveExternalId"] = 11] = "ReserveExternalId";
|
|
40
|
-
TransactionField[TransactionField["PurchaseAuthorization"] = 12] = "PurchaseAuthorization";
|
|
41
|
-
TransactionField[TransactionField["CancelAuthorization"] = 13] = "CancelAuthorization";
|
|
42
|
-
TransactionField[TransactionField["ReserveAuthorization"] = 14] = "ReserveAuthorization";
|
|
43
|
-
TransactionField[TransactionField["PurchaseMetadata"] = 15] = "PurchaseMetadata";
|
|
44
|
-
TransactionField[TransactionField["CancelMetadata"] = 16] = "CancelMetadata";
|
|
45
|
-
TransactionField[TransactionField["ReserveMetadata"] = 17] = "ReserveMetadata";
|
|
46
|
-
TransactionField[TransactionField["Metadata"] = 18] = "Metadata";
|
|
47
|
-
})(TransactionField = exports.TransactionField || (exports.TransactionField = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TransactionField = exports.TransactionOperator = exports.QueryOperation = exports.TransactionOrderDirection = void 0;
|
|
4
|
+
var TransactionOrderDirection;
|
|
5
|
+
(function (TransactionOrderDirection) {
|
|
6
|
+
TransactionOrderDirection[TransactionOrderDirection["Asc"] = 0] = "Asc";
|
|
7
|
+
TransactionOrderDirection[TransactionOrderDirection["Desc"] = 1] = "Desc";
|
|
8
|
+
})(TransactionOrderDirection = exports.TransactionOrderDirection || (exports.TransactionOrderDirection = {}));
|
|
9
|
+
var QueryOperation;
|
|
10
|
+
(function (QueryOperation) {
|
|
11
|
+
QueryOperation[QueryOperation["And"] = 0] = "And";
|
|
12
|
+
QueryOperation[QueryOperation["Or"] = 1] = "Or";
|
|
13
|
+
QueryOperation[QueryOperation["None"] = 2] = "None";
|
|
14
|
+
})(QueryOperation = exports.QueryOperation || (exports.QueryOperation = {}));
|
|
15
|
+
var TransactionOperator;
|
|
16
|
+
(function (TransactionOperator) {
|
|
17
|
+
TransactionOperator[TransactionOperator["Equal"] = 0] = "Equal";
|
|
18
|
+
TransactionOperator[TransactionOperator["NotEqual"] = 1] = "NotEqual";
|
|
19
|
+
TransactionOperator[TransactionOperator["BiggerThan"] = 2] = "BiggerThan";
|
|
20
|
+
TransactionOperator[TransactionOperator["BiggerOrEqualThan"] = 3] = "BiggerOrEqualThan";
|
|
21
|
+
TransactionOperator[TransactionOperator["SmallerThan"] = 4] = "SmallerThan";
|
|
22
|
+
TransactionOperator[TransactionOperator["SmallerOrEqualThen"] = 5] = "SmallerOrEqualThen";
|
|
23
|
+
TransactionOperator[TransactionOperator["Contains"] = 6] = "Contains";
|
|
24
|
+
TransactionOperator[TransactionOperator["NotContains"] = 7] = "NotContains";
|
|
25
|
+
})(TransactionOperator = exports.TransactionOperator || (exports.TransactionOperator = {}));
|
|
26
|
+
var TransactionField;
|
|
27
|
+
(function (TransactionField) {
|
|
28
|
+
TransactionField[TransactionField["CreationDate"] = 0] = "CreationDate";
|
|
29
|
+
TransactionField[TransactionField["TransactionState"] = 1] = "TransactionState";
|
|
30
|
+
TransactionField[TransactionField["PurchaseStatus"] = 2] = "PurchaseStatus";
|
|
31
|
+
TransactionField[TransactionField["CancelStatus"] = 3] = "CancelStatus";
|
|
32
|
+
TransactionField[TransactionField["ReserveStatus"] = 4] = "ReserveStatus";
|
|
33
|
+
TransactionField[TransactionField["TransactionId"] = 5] = "TransactionId";
|
|
34
|
+
TransactionField[TransactionField["IssuerId"] = 6] = "IssuerId";
|
|
35
|
+
TransactionField[TransactionField["BankId"] = 7] = "BankId";
|
|
36
|
+
TransactionField[TransactionField["CommerceId"] = 8] = "CommerceId";
|
|
37
|
+
TransactionField[TransactionField["PurchaseExternalId"] = 9] = "PurchaseExternalId";
|
|
38
|
+
TransactionField[TransactionField["CancelExternalId"] = 10] = "CancelExternalId";
|
|
39
|
+
TransactionField[TransactionField["ReserveExternalId"] = 11] = "ReserveExternalId";
|
|
40
|
+
TransactionField[TransactionField["PurchaseAuthorization"] = 12] = "PurchaseAuthorization";
|
|
41
|
+
TransactionField[TransactionField["CancelAuthorization"] = 13] = "CancelAuthorization";
|
|
42
|
+
TransactionField[TransactionField["ReserveAuthorization"] = 14] = "ReserveAuthorization";
|
|
43
|
+
TransactionField[TransactionField["PurchaseMetadata"] = 15] = "PurchaseMetadata";
|
|
44
|
+
TransactionField[TransactionField["CancelMetadata"] = 16] = "CancelMetadata";
|
|
45
|
+
TransactionField[TransactionField["ReserveMetadata"] = 17] = "ReserveMetadata";
|
|
46
|
+
TransactionField[TransactionField["Metadata"] = 18] = "Metadata";
|
|
47
|
+
})(TransactionField = exports.TransactionField || (exports.TransactionField = {}));
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export declare enum TransactionResult {
|
|
2
|
-
Ok = 0,
|
|
3
|
-
Started = 1,
|
|
4
|
-
Pending = 2,
|
|
5
|
-
Denied = 10,
|
|
6
|
-
Expired = 20,
|
|
7
|
-
NotProcessed = 21,
|
|
8
|
-
UnableToCancel = 22,
|
|
9
|
-
IssuerOperationNotSupported = 23,
|
|
10
|
-
ExtendedCreditVerificationRequired = 100,
|
|
11
|
-
BadArgument = 998,
|
|
12
|
-
SystemError = 999
|
|
13
|
-
}
|
|
1
|
+
export declare enum TransactionResult {
|
|
2
|
+
Ok = 0,
|
|
3
|
+
Started = 1,
|
|
4
|
+
Pending = 2,
|
|
5
|
+
Denied = 10,
|
|
6
|
+
Expired = 20,
|
|
7
|
+
NotProcessed = 21,
|
|
8
|
+
UnableToCancel = 22,
|
|
9
|
+
IssuerOperationNotSupported = 23,
|
|
10
|
+
ExtendedCreditVerificationRequired = 100,
|
|
11
|
+
BadArgument = 998,
|
|
12
|
+
SystemError = 999
|
|
13
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TransactionResult = void 0;
|
|
4
|
-
var TransactionResult;
|
|
5
|
-
(function (TransactionResult) {
|
|
6
|
-
TransactionResult[TransactionResult["Ok"] = 0] = "Ok";
|
|
7
|
-
TransactionResult[TransactionResult["Started"] = 1] = "Started";
|
|
8
|
-
TransactionResult[TransactionResult["Pending"] = 2] = "Pending";
|
|
9
|
-
TransactionResult[TransactionResult["Denied"] = 10] = "Denied";
|
|
10
|
-
TransactionResult[TransactionResult["Expired"] = 20] = "Expired";
|
|
11
|
-
TransactionResult[TransactionResult["NotProcessed"] = 21] = "NotProcessed";
|
|
12
|
-
TransactionResult[TransactionResult["UnableToCancel"] = 22] = "UnableToCancel";
|
|
13
|
-
TransactionResult[TransactionResult["IssuerOperationNotSupported"] = 23] = "IssuerOperationNotSupported";
|
|
14
|
-
TransactionResult[TransactionResult["ExtendedCreditVerificationRequired"] = 100] = "ExtendedCreditVerificationRequired";
|
|
15
|
-
TransactionResult[TransactionResult["BadArgument"] = 998] = "BadArgument";
|
|
16
|
-
TransactionResult[TransactionResult["SystemError"] = 999] = "SystemError";
|
|
17
|
-
})(TransactionResult = exports.TransactionResult || (exports.TransactionResult = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TransactionResult = void 0;
|
|
4
|
+
var TransactionResult;
|
|
5
|
+
(function (TransactionResult) {
|
|
6
|
+
TransactionResult[TransactionResult["Ok"] = 0] = "Ok";
|
|
7
|
+
TransactionResult[TransactionResult["Started"] = 1] = "Started";
|
|
8
|
+
TransactionResult[TransactionResult["Pending"] = 2] = "Pending";
|
|
9
|
+
TransactionResult[TransactionResult["Denied"] = 10] = "Denied";
|
|
10
|
+
TransactionResult[TransactionResult["Expired"] = 20] = "Expired";
|
|
11
|
+
TransactionResult[TransactionResult["NotProcessed"] = 21] = "NotProcessed";
|
|
12
|
+
TransactionResult[TransactionResult["UnableToCancel"] = 22] = "UnableToCancel";
|
|
13
|
+
TransactionResult[TransactionResult["IssuerOperationNotSupported"] = 23] = "IssuerOperationNotSupported";
|
|
14
|
+
TransactionResult[TransactionResult["ExtendedCreditVerificationRequired"] = 100] = "ExtendedCreditVerificationRequired";
|
|
15
|
+
TransactionResult[TransactionResult["BadArgument"] = 998] = "BadArgument";
|
|
16
|
+
TransactionResult[TransactionResult["SystemError"] = 999] = "SystemError";
|
|
17
|
+
})(TransactionResult = exports.TransactionResult || (exports.TransactionResult = {}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum TransactionType {
|
|
2
|
-
Reserve = 0,
|
|
3
|
-
Purchase = 1,
|
|
4
|
-
Cancel = 2
|
|
5
|
-
}
|
|
1
|
+
export declare enum TransactionType {
|
|
2
|
+
Reserve = 0,
|
|
3
|
+
Purchase = 1,
|
|
4
|
+
Cancel = 2
|
|
5
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TransactionType = void 0;
|
|
4
|
-
var TransactionType;
|
|
5
|
-
(function (TransactionType) {
|
|
6
|
-
TransactionType[TransactionType["Reserve"] = 0] = "Reserve";
|
|
7
|
-
TransactionType[TransactionType["Purchase"] = 1] = "Purchase";
|
|
8
|
-
TransactionType[TransactionType["Cancel"] = 2] = "Cancel";
|
|
9
|
-
})(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TransactionType = void 0;
|
|
4
|
+
var TransactionType;
|
|
5
|
+
(function (TransactionType) {
|
|
6
|
+
TransactionType[TransactionType["Reserve"] = 0] = "Reserve";
|
|
7
|
+
TransactionType[TransactionType["Purchase"] = 1] = "Purchase";
|
|
8
|
+
TransactionType[TransactionType["Cancel"] = 2] = "Cancel";
|
|
9
|
+
})(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare type TransactionsCSV = {
|
|
2
|
-
csv: string;
|
|
3
|
-
};
|
|
1
|
+
export declare type TransactionsCSV = {
|
|
2
|
+
csv: string;
|
|
3
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Colors } from '../types/ui_options_dto.type';
|
|
2
|
-
export declare class UIOptions {
|
|
3
|
-
colors: Colors;
|
|
4
|
-
theme: string;
|
|
5
|
-
autoDarkTheme: boolean;
|
|
6
|
-
logoURL: string;
|
|
7
|
-
constructor(colors: Colors, theme: string, autoDarkTheme: boolean, logoURL: string);
|
|
8
|
-
}
|
|
1
|
+
import { Colors } from '../types/ui_options_dto.type';
|
|
2
|
+
export declare class UIOptions {
|
|
3
|
+
colors: Colors;
|
|
4
|
+
theme: string;
|
|
5
|
+
autoDarkTheme: boolean;
|
|
6
|
+
logoURL: string;
|
|
7
|
+
constructor(colors: Colors, theme: string, autoDarkTheme: boolean, logoURL: string);
|
|
8
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UIOptions = void 0;
|
|
4
|
-
var UIOptions = /** @class */ (function () {
|
|
5
|
-
function UIOptions(colors, theme, autoDarkTheme, logoURL) {
|
|
6
|
-
this.colors = colors;
|
|
7
|
-
this.theme = theme;
|
|
8
|
-
this.autoDarkTheme = autoDarkTheme;
|
|
9
|
-
this.logoURL = logoURL;
|
|
10
|
-
}
|
|
11
|
-
return UIOptions;
|
|
12
|
-
}());
|
|
13
|
-
exports.UIOptions = UIOptions;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UIOptions = void 0;
|
|
4
|
+
var UIOptions = /** @class */ (function () {
|
|
5
|
+
function UIOptions(colors, theme, autoDarkTheme, logoURL) {
|
|
6
|
+
this.colors = colors;
|
|
7
|
+
this.theme = theme;
|
|
8
|
+
this.autoDarkTheme = autoDarkTheme;
|
|
9
|
+
this.logoURL = logoURL;
|
|
10
|
+
}
|
|
11
|
+
return UIOptions;
|
|
12
|
+
}());
|
|
13
|
+
exports.UIOptions = UIOptions;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Colors } from '../types/ui_options_dto.type';
|
|
2
|
-
export declare class UIOptionsDto {
|
|
3
|
-
colors: Colors;
|
|
4
|
-
theme: string;
|
|
5
|
-
autoDarkTheme: boolean;
|
|
6
|
-
logoURL?: string;
|
|
7
|
-
constructor(colors: Colors, theme: string, autoDarkTheme: boolean, logoURL: string);
|
|
8
|
-
}
|
|
1
|
+
import { Colors } from '../types/ui_options_dto.type';
|
|
2
|
+
export declare class UIOptionsDto {
|
|
3
|
+
colors: Colors;
|
|
4
|
+
theme: string;
|
|
5
|
+
autoDarkTheme: boolean;
|
|
6
|
+
logoURL?: string;
|
|
7
|
+
constructor(colors: Colors, theme: string, autoDarkTheme: boolean, logoURL: string);
|
|
8
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UIOptionsDto = void 0;
|
|
4
|
-
var UIOptionsDto = /** @class */ (function () {
|
|
5
|
-
function UIOptionsDto(colors, theme, autoDarkTheme, logoURL) {
|
|
6
|
-
this.colors = colors;
|
|
7
|
-
this.theme = theme;
|
|
8
|
-
this.autoDarkTheme = autoDarkTheme;
|
|
9
|
-
this.logoURL = logoURL;
|
|
10
|
-
}
|
|
11
|
-
return UIOptionsDto;
|
|
12
|
-
}());
|
|
13
|
-
exports.UIOptionsDto = UIOptionsDto;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UIOptionsDto = void 0;
|
|
4
|
+
var UIOptionsDto = /** @class */ (function () {
|
|
5
|
+
function UIOptionsDto(colors, theme, autoDarkTheme, logoURL) {
|
|
6
|
+
this.colors = colors;
|
|
7
|
+
this.theme = theme;
|
|
8
|
+
this.autoDarkTheme = autoDarkTheme;
|
|
9
|
+
this.logoURL = logoURL;
|
|
10
|
+
}
|
|
11
|
+
return UIOptionsDto;
|
|
12
|
+
}());
|
|
13
|
+
exports.UIOptionsDto = UIOptionsDto;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ExpressCheckoutSettingsDto } from './ExpressCheckoutSettings';
|
|
2
|
-
import { TokenizationSettings } from './TokenizationSettings';
|
|
3
|
-
import { UIOptions } from './UIOptions';
|
|
4
|
-
export declare class WebFormSettings {
|
|
5
|
-
ui: UIOptions;
|
|
6
|
-
expressCheckout: ExpressCheckoutSettingsDto;
|
|
7
|
-
tokenization: TokenizationSettings;
|
|
8
|
-
constructor(ui: UIOptions, expressCheckout: ExpressCheckoutSettingsDto, tokenization: TokenizationSettings);
|
|
9
|
-
}
|
|
1
|
+
import { ExpressCheckoutSettingsDto } from './ExpressCheckoutSettings';
|
|
2
|
+
import { TokenizationSettings } from './TokenizationSettings';
|
|
3
|
+
import { UIOptions } from './UIOptions';
|
|
4
|
+
export declare class WebFormSettings {
|
|
5
|
+
ui: UIOptions;
|
|
6
|
+
expressCheckout: ExpressCheckoutSettingsDto;
|
|
7
|
+
tokenization: TokenizationSettings;
|
|
8
|
+
constructor(ui: UIOptions, expressCheckout: ExpressCheckoutSettingsDto, tokenization: TokenizationSettings);
|
|
9
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WebFormSettings = void 0;
|
|
4
|
-
var WebFormSettings = /** @class */ (function () {
|
|
5
|
-
function WebFormSettings(ui, expressCheckout, tokenization) {
|
|
6
|
-
this.ui = ui;
|
|
7
|
-
this.expressCheckout = expressCheckout;
|
|
8
|
-
this.tokenization = tokenization;
|
|
9
|
-
}
|
|
10
|
-
return WebFormSettings;
|
|
11
|
-
}());
|
|
12
|
-
exports.WebFormSettings = WebFormSettings;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WebFormSettings = void 0;
|
|
4
|
+
var WebFormSettings = /** @class */ (function () {
|
|
5
|
+
function WebFormSettings(ui, expressCheckout, tokenization) {
|
|
6
|
+
this.ui = ui;
|
|
7
|
+
this.expressCheckout = expressCheckout;
|
|
8
|
+
this.tokenization = tokenization;
|
|
9
|
+
}
|
|
10
|
+
return WebFormSettings;
|
|
11
|
+
}());
|
|
12
|
+
exports.WebFormSettings = WebFormSettings;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ExpressCheckoutSettingsDto } from './ExpressCheckoutSettingsDto';
|
|
2
|
-
import { TokenizationSettingsDto } from './TokenizationSettingsDto';
|
|
3
|
-
import { UIOptionsDto } from './UIOptionsDto';
|
|
4
|
-
export declare class WebFormSettingsDto {
|
|
5
|
-
ui?: UIOptionsDto;
|
|
6
|
-
expressCheckout?: ExpressCheckoutSettingsDto;
|
|
7
|
-
tokenization?: TokenizationSettingsDto;
|
|
8
|
-
}
|
|
1
|
+
import { ExpressCheckoutSettingsDto } from './ExpressCheckoutSettingsDto';
|
|
2
|
+
import { TokenizationSettingsDto } from './TokenizationSettingsDto';
|
|
3
|
+
import { UIOptionsDto } from './UIOptionsDto';
|
|
4
|
+
export declare class WebFormSettingsDto {
|
|
5
|
+
ui?: UIOptionsDto;
|
|
6
|
+
expressCheckout?: ExpressCheckoutSettingsDto;
|
|
7
|
+
tokenization?: TokenizationSettingsDto;
|
|
8
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WebFormSettingsDto = void 0;
|
|
4
|
-
var WebFormSettingsDto = /** @class */ (function () {
|
|
5
|
-
function WebFormSettingsDto() {
|
|
6
|
-
}
|
|
7
|
-
return WebFormSettingsDto;
|
|
8
|
-
}());
|
|
9
|
-
exports.WebFormSettingsDto = WebFormSettingsDto;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WebFormSettingsDto = void 0;
|
|
4
|
+
var WebFormSettingsDto = /** @class */ (function () {
|
|
5
|
+
function WebFormSettingsDto() {
|
|
6
|
+
}
|
|
7
|
+
return WebFormSettingsDto;
|
|
8
|
+
}());
|
|
9
|
+
exports.WebFormSettingsDto = WebFormSettingsDto;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare class Address {
|
|
2
|
-
city: string;
|
|
3
|
-
country: string;
|
|
4
|
-
line1: string;
|
|
5
|
-
line2: string;
|
|
6
|
-
postalCode: string;
|
|
7
|
-
state: string;
|
|
8
|
-
constructor(city: string, country: string, line1: string, line2: string, postalCode: string, state: string);
|
|
9
|
-
}
|
|
1
|
+
export declare class Address {
|
|
2
|
+
city: string;
|
|
3
|
+
country: string;
|
|
4
|
+
line1: string;
|
|
5
|
+
line2: string;
|
|
6
|
+
postalCode: string;
|
|
7
|
+
state: string;
|
|
8
|
+
constructor(city: string, country: string, line1: string, line2: string, postalCode: string, state: string);
|
|
9
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Address = void 0;
|
|
4
|
-
var Address = /** @class */ (function () {
|
|
5
|
-
function Address(city, country, line1, line2, postalCode, state) {
|
|
6
|
-
this.city = city;
|
|
7
|
-
this.country = country;
|
|
8
|
-
this.line1 = line1;
|
|
9
|
-
this.line2 = line2;
|
|
10
|
-
this.postalCode = postalCode;
|
|
11
|
-
this.state = state;
|
|
12
|
-
}
|
|
13
|
-
return Address;
|
|
14
|
-
}());
|
|
15
|
-
exports.Address = Address;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Address = void 0;
|
|
4
|
+
var Address = /** @class */ (function () {
|
|
5
|
+
function Address(city, country, line1, line2, postalCode, state) {
|
|
6
|
+
this.city = city;
|
|
7
|
+
this.country = country;
|
|
8
|
+
this.line1 = line1;
|
|
9
|
+
this.line2 = line2;
|
|
10
|
+
this.postalCode = postalCode;
|
|
11
|
+
this.state = state;
|
|
12
|
+
}
|
|
13
|
+
return Address;
|
|
14
|
+
}());
|
|
15
|
+
exports.Address = Address;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export declare class CancellationInfo {
|
|
2
|
-
externalId: string;
|
|
3
|
-
resultText: string;
|
|
4
|
-
authorization: string;
|
|
5
|
-
metadata: string;
|
|
6
|
-
ticket: string;
|
|
7
|
-
status?: number;
|
|
8
|
-
transactionCode?: number;
|
|
9
|
-
executionDate?: Date;
|
|
10
|
-
constructor(externalId: string, resultText: string, authorization: string, metadata: string, ticket: string, status?: number, transactionCode?: number, executionDate?: Date);
|
|
11
|
-
}
|
|
1
|
+
export declare class CancellationInfo {
|
|
2
|
+
externalId: string;
|
|
3
|
+
resultText: string;
|
|
4
|
+
authorization: string;
|
|
5
|
+
metadata: string;
|
|
6
|
+
ticket: string;
|
|
7
|
+
status?: number;
|
|
8
|
+
transactionCode?: number;
|
|
9
|
+
executionDate?: Date;
|
|
10
|
+
constructor(externalId: string, resultText: string, authorization: string, metadata: string, ticket: string, status?: number, transactionCode?: number, executionDate?: Date);
|
|
11
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CancellationInfo = void 0;
|
|
4
|
-
var CancellationInfo = /** @class */ (function () {
|
|
5
|
-
function CancellationInfo(externalId, resultText, authorization, metadata, ticket, status, transactionCode, executionDate) {
|
|
6
|
-
this.externalId = externalId;
|
|
7
|
-
this.resultText = resultText;
|
|
8
|
-
this.authorization = authorization;
|
|
9
|
-
this.metadata = metadata;
|
|
10
|
-
this.ticket = ticket;
|
|
11
|
-
this.status = status;
|
|
12
|
-
this.transactionCode = transactionCode;
|
|
13
|
-
this.executionDate = executionDate;
|
|
14
|
-
}
|
|
15
|
-
return CancellationInfo;
|
|
16
|
-
}());
|
|
17
|
-
exports.CancellationInfo = CancellationInfo;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CancellationInfo = void 0;
|
|
4
|
+
var CancellationInfo = /** @class */ (function () {
|
|
5
|
+
function CancellationInfo(externalId, resultText, authorization, metadata, ticket, status, transactionCode, executionDate) {
|
|
6
|
+
this.externalId = externalId;
|
|
7
|
+
this.resultText = resultText;
|
|
8
|
+
this.authorization = authorization;
|
|
9
|
+
this.metadata = metadata;
|
|
10
|
+
this.ticket = ticket;
|
|
11
|
+
this.status = status;
|
|
12
|
+
this.transactionCode = transactionCode;
|
|
13
|
+
this.executionDate = executionDate;
|
|
14
|
+
}
|
|
15
|
+
return CancellationInfo;
|
|
16
|
+
}());
|
|
17
|
+
exports.CancellationInfo = CancellationInfo;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Commerce } from '.';
|
|
2
|
-
export declare class Client {
|
|
3
|
-
id: number;
|
|
4
|
-
name: string;
|
|
5
|
-
sessionTimeInSeconds: number;
|
|
6
|
-
tier?: number;
|
|
7
|
-
commerce?: Commerce;
|
|
8
|
-
constructor(id: number, name: string, sessionTimeInSeconds: number, tier: number, commerce: Commerce);
|
|
9
|
-
}
|
|
1
|
+
import { Commerce } from '.';
|
|
2
|
+
export declare class Client {
|
|
3
|
+
id: number;
|
|
4
|
+
name: string;
|
|
5
|
+
sessionTimeInSeconds: number;
|
|
6
|
+
tier?: number;
|
|
7
|
+
commerce?: Commerce;
|
|
8
|
+
constructor(id: number, name: string, sessionTimeInSeconds: number, tier: number, commerce: Commerce);
|
|
9
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Client = void 0;
|
|
4
|
-
var Client = /** @class */ (function () {
|
|
5
|
-
function Client(id, name, sessionTimeInSeconds, tier, commerce) {
|
|
6
|
-
this.id = id;
|
|
7
|
-
this.name = name;
|
|
8
|
-
this.sessionTimeInSeconds = sessionTimeInSeconds;
|
|
9
|
-
this.tier = tier;
|
|
10
|
-
this.commerce = commerce;
|
|
11
|
-
}
|
|
12
|
-
return Client;
|
|
13
|
-
}());
|
|
14
|
-
exports.Client = Client;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Client = void 0;
|
|
4
|
+
var Client = /** @class */ (function () {
|
|
5
|
+
function Client(id, name, sessionTimeInSeconds, tier, commerce) {
|
|
6
|
+
this.id = id;
|
|
7
|
+
this.name = name;
|
|
8
|
+
this.sessionTimeInSeconds = sessionTimeInSeconds;
|
|
9
|
+
this.tier = tier;
|
|
10
|
+
this.commerce = commerce;
|
|
11
|
+
}
|
|
12
|
+
return Client;
|
|
13
|
+
}());
|
|
14
|
+
exports.Client = Client;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare class Commerce {
|
|
2
|
-
id: number;
|
|
3
|
-
name: string;
|
|
4
|
-
metadata: string;
|
|
5
|
-
constructor(id: number, name: string, metadata: string);
|
|
6
|
-
}
|
|
1
|
+
export declare class Commerce {
|
|
2
|
+
id: number;
|
|
3
|
+
name: string;
|
|
4
|
+
metadata: string;
|
|
5
|
+
constructor(id: number, name: string, metadata: string);
|
|
6
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Commerce = void 0;
|
|
4
|
-
var Commerce = /** @class */ (function () {
|
|
5
|
-
function Commerce(id, name, metadata) {
|
|
6
|
-
this.id = id;
|
|
7
|
-
this.name = name;
|
|
8
|
-
this.metadata = metadata;
|
|
9
|
-
}
|
|
10
|
-
return Commerce;
|
|
11
|
-
}());
|
|
12
|
-
exports.Commerce = Commerce;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Commerce = void 0;
|
|
4
|
+
var Commerce = /** @class */ (function () {
|
|
5
|
+
function Commerce(id, name, metadata) {
|
|
6
|
+
this.id = id;
|
|
7
|
+
this.name = name;
|
|
8
|
+
this.metadata = metadata;
|
|
9
|
+
}
|
|
10
|
+
return Commerce;
|
|
11
|
+
}());
|
|
12
|
+
exports.Commerce = Commerce;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare class Currency {
|
|
2
|
-
id: number;
|
|
3
|
-
isoCode: string;
|
|
4
|
-
name: string;
|
|
5
|
-
plural: string;
|
|
6
|
-
symbol: string;
|
|
7
|
-
constructor(id: number, isoCode: string, name: string, plural: string, symbol: string);
|
|
8
|
-
}
|
|
1
|
+
export declare class Currency {
|
|
2
|
+
id: number;
|
|
3
|
+
isoCode: string;
|
|
4
|
+
name: string;
|
|
5
|
+
plural: string;
|
|
6
|
+
symbol: string;
|
|
7
|
+
constructor(id: number, isoCode: string, name: string, plural: string, symbol: string);
|
|
8
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Currency = void 0;
|
|
4
|
-
var Currency = /** @class */ (function () {
|
|
5
|
-
function Currency(id, isoCode, name, plural, symbol) {
|
|
6
|
-
this.id = id;
|
|
7
|
-
this.isoCode = isoCode;
|
|
8
|
-
this.name = name;
|
|
9
|
-
this.plural = plural;
|
|
10
|
-
this.symbol = symbol;
|
|
11
|
-
}
|
|
12
|
-
return Currency;
|
|
13
|
-
}());
|
|
14
|
-
exports.Currency = Currency;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Currency = void 0;
|
|
4
|
+
var Currency = /** @class */ (function () {
|
|
5
|
+
function Currency(id, isoCode, name, plural, symbol) {
|
|
6
|
+
this.id = id;
|
|
7
|
+
this.isoCode = isoCode;
|
|
8
|
+
this.name = name;
|
|
9
|
+
this.plural = plural;
|
|
10
|
+
this.symbol = symbol;
|
|
11
|
+
}
|
|
12
|
+
return Currency;
|
|
13
|
+
}());
|
|
14
|
+
exports.Currency = Currency;
|