gocardless-nodejs
Advanced tools
Comparing version 3.24.0 to 3.25.0
@@ -17,2 +17,3 @@ import { Environments } from './constants'; | ||
import { InstitutionService } from './services/institutionService'; | ||
import { LogoService } from './services/logoService'; | ||
import { MandateService } from './services/mandateService'; | ||
@@ -24,2 +25,3 @@ import { MandateImportService } from './services/mandateImportService'; | ||
import { PayerAuthorisationService } from './services/payerAuthorisationService'; | ||
import { PayerThemeService } from './services/payerThemeService'; | ||
import { PaymentService } from './services/paymentService'; | ||
@@ -54,2 +56,3 @@ import { PayoutService } from './services/payoutService'; | ||
private _institutions; | ||
private _logos; | ||
private _mandates; | ||
@@ -61,2 +64,3 @@ private _mandateImports; | ||
private _payerAuthorisations; | ||
private _payerThemes; | ||
private _payments; | ||
@@ -90,2 +94,3 @@ private _payouts; | ||
get institutions(): InstitutionService; | ||
get logos(): LogoService; | ||
get mandates(): MandateService; | ||
@@ -97,2 +102,3 @@ get mandateImports(): MandateImportService; | ||
get payerAuthorisations(): PayerAuthorisationService; | ||
get payerThemes(): PayerThemeService; | ||
get payments(): PaymentService; | ||
@@ -99,0 +105,0 @@ get payouts(): PayoutService; |
@@ -21,2 +21,3 @@ 'use strict'; | ||
const institutionService_1 = require("./services/institutionService"); | ||
const logoService_1 = require("./services/logoService"); | ||
const mandateService_1 = require("./services/mandateService"); | ||
@@ -28,2 +29,3 @@ const mandateImportService_1 = require("./services/mandateImportService"); | ||
const payerAuthorisationService_1 = require("./services/payerAuthorisationService"); | ||
const payerThemeService_1 = require("./services/payerThemeService"); | ||
const paymentService_1 = require("./services/paymentService"); | ||
@@ -59,2 +61,3 @@ const payoutService_1 = require("./services/payoutService"); | ||
this._institutions = undefined; | ||
this._logos = undefined; | ||
this._mandates = undefined; | ||
@@ -66,2 +69,3 @@ this._mandateImports = undefined; | ||
this._payerAuthorisations = undefined; | ||
this._payerThemes = undefined; | ||
this._payments = undefined; | ||
@@ -170,2 +174,8 @@ this._payouts = undefined; | ||
} | ||
get logos() { | ||
if (!this._logos) { | ||
this._logos = new logoService_1.LogoService(this._api); | ||
} | ||
return this._logos; | ||
} | ||
get mandates() { | ||
@@ -207,2 +217,8 @@ if (!this._mandates) { | ||
} | ||
get payerThemes() { | ||
if (!this._payerThemes) { | ||
this._payerThemes = new payerThemeService_1.PayerThemeService(this._api); | ||
} | ||
return this._payerThemes; | ||
} | ||
get payments() { | ||
@@ -209,0 +225,0 @@ if (!this._payments) { |
@@ -5,4 +5,4 @@ declare enum Environments { | ||
} | ||
declare const CLIENT_VERSION = "3.24.0"; | ||
declare const CLIENT_VERSION = "3.25.0"; | ||
declare const API_VERSION = "2015-07-06"; | ||
export { Environments, CLIENT_VERSION, API_VERSION }; |
@@ -9,3 +9,3 @@ 'use strict'; | ||
})(Environments || (exports.Environments = Environments = {})); | ||
const CLIENT_VERSION = '3.24.0'; | ||
const CLIENT_VERSION = '3.25.0'; | ||
exports.CLIENT_VERSION = CLIENT_VERSION; | ||
@@ -12,0 +12,0 @@ const API_VERSION = '2015-07-06'; |
{ | ||
"name": "gocardless-nodejs", | ||
"version": "3.24.0", | ||
"version": "3.25.0", | ||
"description": "Node.js client for the GoCardless API - a powerful, simple solution for the collection of recurring bank-to-bank payments", | ||
@@ -5,0 +5,0 @@ "author": "GoCardless Ltd <client-libraries@gocardless.com>", |
@@ -228,2 +228,3 @@ /** Type for a bankauthorisation resource. */ | ||
description?: string | null; | ||
funds_settlement?: BillingRequestPaymentRequestFundsSettlement; | ||
links?: BillingRequestPaymentRequestLinks; | ||
@@ -233,2 +234,6 @@ metadata?: JsonMap; | ||
} | ||
export declare enum BillingRequestPaymentRequestFundsSettlement { | ||
Managed = "managed", | ||
Direct = "direct" | ||
} | ||
/** Type for a billingrequestpaymentrequestlinks resource. */ | ||
@@ -855,2 +860,10 @@ export interface BillingRequestPaymentRequestLinks { | ||
} | ||
/** Type for a logo resource. */ | ||
export interface Logo { | ||
id?: string; | ||
} | ||
/** Type for a logocreateforcreditorrequestlinks resource. */ | ||
export interface LogoCreateForCreditorRequestLinks { | ||
creditor?: string; | ||
} | ||
/** Type for a mandate resource. */ | ||
@@ -1145,2 +1158,10 @@ export interface Mandate { | ||
} | ||
/** Type for a payertheme resource. */ | ||
export interface PayerTheme { | ||
id?: string; | ||
} | ||
/** Type for a payerthemecreateforcreditorrequestlinks resource. */ | ||
export interface PayerThemeCreateForCreditorRequestLinks { | ||
creditor?: string | null; | ||
} | ||
/** Type for a payment resource. */ | ||
@@ -1147,0 +1168,0 @@ export interface Payment { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.MandatePdfSubscriptionFrequency = exports.MandatePdfAccountType = exports.MandateImportStatus = exports.MandateImportScheme = exports.MandateStatus = exports.MandateFundsSettlement = exports.MandateConsentParametersPeriodPeriod = exports.MandateAuthorisationSource = exports.InstalmentScheduleStatus = exports.InstalmentScheduleCurrency = exports.InstalmentScheduleInstalmentsIntervalUnit = exports.EventResourceType = exports.EventDetailsScheme = exports.EventDetailsOrigin = exports.EventInclude = exports.CustomerNotificationType = exports.CustomerNotificationActionTaken = exports.CustomerBankAccountAccountType = exports.CustomerSortField = exports.CustomerSortDirection = exports.CustomerCurrency = exports.CreditorBankAccountVerificationStatus = exports.CreditorBankAccountAccountType = exports.CreditorVerificationStatus = exports.CreditorSchemeIdentifierStatus = exports.CreditorSchemeIdentifierScheme = exports.CreditorSchemeIdentifierCurrency = exports.CreditorFxPayoutCurrency = exports.CreditorCreditorType = exports.BlockReasonType = exports.BlockBlockType = exports.BlockReferenceType = exports.BillingRequestTemplateMandateRequestVerify = exports.BillingRequestFlowPrefilledBankAccountAccountType = exports.BillingRequestStatus = exports.BillingRequestResourcesCustomerBankAccountAccountType = exports.BillingRequestPurposeCode = exports.BillingRequestMandateRequestVerify = exports.BillingRequestMandateRequestConstraintsPeriodicLimitPeriod = exports.BillingRequestMandateRequestConstraintsPeriodicLimitAlignment = exports.BillingRequestMandateRequestAuthorisationSource = exports.BillingRequestActionType = exports.BillingRequestActionStatus = exports.BillingRequestActionInstitutionGuessStatus = exports.BillingRequestActionBankAuthorisationAuthorisationType = exports.BillingRequestActionBankAuthorisationAdapter = exports.BillingRequestNotificationType = exports.BillingRequestAccountType = exports.BankDetailsLookupAvailableDebitScheme = exports.BankAuthorisationAuthorisationType = void 0; | ||
exports.SubscriptionStatus = exports.SubscriptionMonth = exports.SubscriptionIntervalUnit = exports.FxCurrency = exports.SchemeIdentifierStatus = exports.SchemeIdentifierScheme = exports.SchemeIdentifierCurrency = exports.RefundStatus = exports.RefundFxFxCurrency = exports.RefundRefundType = exports.RedirectFlowScheme = exports.RedirectFlowPrefilledBankAccountAccountType = exports.PayoutItemType = exports.PayoutItemTaxisCurrency = exports.PayoutItemInclude2020TaxCutover = exports.PayoutStatus = exports.PayoutPayoutType = exports.PayoutFxFxCurrency = exports.PayoutCurrency = exports.PaymentStatus = exports.PaymentFxFxCurrency = exports.PaymentCurrency = exports.PaymentSortField = exports.PaymentSortDirection = exports.PayerAuthorisationStatus = exports.PayerAuthorisationMandateScheme = exports.PayerAuthorisationBankAccountAccountType = exports.NegativeBalanceLimitCurrency = void 0; | ||
exports.MandatePdfAccountType = exports.MandateImportStatus = exports.MandateImportScheme = exports.MandateStatus = exports.MandateFundsSettlement = exports.MandateConsentParametersPeriodPeriod = exports.MandateAuthorisationSource = exports.InstalmentScheduleStatus = exports.InstalmentScheduleCurrency = exports.InstalmentScheduleInstalmentsIntervalUnit = exports.EventResourceType = exports.EventDetailsScheme = exports.EventDetailsOrigin = exports.EventInclude = exports.CustomerNotificationType = exports.CustomerNotificationActionTaken = exports.CustomerBankAccountAccountType = exports.CustomerSortField = exports.CustomerSortDirection = exports.CustomerCurrency = exports.CreditorBankAccountVerificationStatus = exports.CreditorBankAccountAccountType = exports.CreditorVerificationStatus = exports.CreditorSchemeIdentifierStatus = exports.CreditorSchemeIdentifierScheme = exports.CreditorSchemeIdentifierCurrency = exports.CreditorFxPayoutCurrency = exports.CreditorCreditorType = exports.BlockReasonType = exports.BlockBlockType = exports.BlockReferenceType = exports.BillingRequestTemplateMandateRequestVerify = exports.BillingRequestFlowPrefilledBankAccountAccountType = exports.BillingRequestStatus = exports.BillingRequestResourcesCustomerBankAccountAccountType = exports.BillingRequestPurposeCode = exports.BillingRequestPaymentRequestFundsSettlement = exports.BillingRequestMandateRequestVerify = exports.BillingRequestMandateRequestConstraintsPeriodicLimitPeriod = exports.BillingRequestMandateRequestConstraintsPeriodicLimitAlignment = exports.BillingRequestMandateRequestAuthorisationSource = exports.BillingRequestActionType = exports.BillingRequestActionStatus = exports.BillingRequestActionInstitutionGuessStatus = exports.BillingRequestActionBankAuthorisationAuthorisationType = exports.BillingRequestActionBankAuthorisationAdapter = exports.BillingRequestNotificationType = exports.BillingRequestAccountType = exports.BankDetailsLookupAvailableDebitScheme = exports.BankAuthorisationAuthorisationType = void 0; | ||
exports.SubscriptionStatus = exports.SubscriptionMonth = exports.SubscriptionIntervalUnit = exports.FxCurrency = exports.SchemeIdentifierStatus = exports.SchemeIdentifierScheme = exports.SchemeIdentifierCurrency = exports.RefundStatus = exports.RefundFxFxCurrency = exports.RefundRefundType = exports.RedirectFlowScheme = exports.RedirectFlowPrefilledBankAccountAccountType = exports.PayoutItemType = exports.PayoutItemTaxisCurrency = exports.PayoutItemInclude2020TaxCutover = exports.PayoutStatus = exports.PayoutPayoutType = exports.PayoutFxFxCurrency = exports.PayoutCurrency = exports.PaymentStatus = exports.PaymentFxFxCurrency = exports.PaymentCurrency = exports.PaymentSortField = exports.PaymentSortDirection = exports.PayerAuthorisationStatus = exports.PayerAuthorisationMandateScheme = exports.PayerAuthorisationBankAccountAccountType = exports.NegativeBalanceLimitCurrency = exports.MandatePdfSubscriptionFrequency = void 0; | ||
var BankAuthorisationAuthorisationType; | ||
@@ -93,2 +93,7 @@ (function (BankAuthorisationAuthorisationType) { | ||
})(BillingRequestMandateRequestVerify || (exports.BillingRequestMandateRequestVerify = BillingRequestMandateRequestVerify = {})); | ||
var BillingRequestPaymentRequestFundsSettlement; | ||
(function (BillingRequestPaymentRequestFundsSettlement) { | ||
BillingRequestPaymentRequestFundsSettlement["Managed"] = "managed"; | ||
BillingRequestPaymentRequestFundsSettlement["Direct"] = "direct"; | ||
})(BillingRequestPaymentRequestFundsSettlement || (exports.BillingRequestPaymentRequestFundsSettlement = BillingRequestPaymentRequestFundsSettlement = {})); | ||
var BillingRequestPurposeCode; | ||
@@ -95,0 +100,0 @@ (function (BillingRequestPurposeCode) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
366475
131
6930