Skip to content

Commit 848e83f

Browse files
feat: Update library (#42)
Co-authored-by: ProcessOut Fountain <internal@processout.com>
1 parent 648d6fb commit 848e83f

40 files changed

Lines changed: 2300 additions & 130 deletions

lib/index.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ import InvoiceShippingPhone = require('./invoiceshippingphone');
3737
import InvoiceBilling = require('./invoicebilling');
3838
import UnsupportedFeatureBypass = require('./unsupportedfeaturebypass');
3939
import InvoiceDetail = require('./invoicedetail');
40+
import InvoiceSubmerchant = require('./invoicesubmerchant');
41+
import SubmerchantPhoneNumber = require('./submerchantphonenumber');
42+
import SubmerchantAddress = require('./submerchantaddress');
4043
import CustomerAction = require('./customeraction');
4144
import DunningAction = require('./dunningaction');
4245
import Payout = require('./payout');
@@ -117,6 +120,9 @@ export { InvoiceShippingPhone };
117120
export { InvoiceBilling };
118121
export { UnsupportedFeatureBypass };
119122
export { InvoiceDetail };
123+
export { InvoiceSubmerchant };
124+
export { SubmerchantPhoneNumber };
125+
export { SubmerchantAddress };
120126
export { CustomerAction };
121127
export { DunningAction };
122128
export { Payout };

lib/index.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)