Skip to content

Commit 2ecc0e5

Browse files
feat: Add create/update card request fields; SFTPSettings (#33)
Co-authored-by: ProcessOut Fountain <internal@processout.com>
1 parent 3eb657c commit 2ecc0e5

28 files changed

Lines changed: 713 additions & 70 deletions

lib/cardcreaterequest.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/cardcreaterequest.js

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

lib/cardcreaterequest.js.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/cardupdaterequest.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/cardupdaterequest.js

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

lib/cardupdaterequest.js.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.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import Plan = require('./plan');
3838
import Product = require('./product');
3939
import Project = require('./project');
4040
import ProjectSFTPSettings = require('./projectsftpsettings');
41+
import ProjectSFTPSettingsPublic = require('./projectsftpsettingspublic');
4142
import Refund = require('./refund');
4243
import Subscription = require('./subscription');
4344
import Transaction = require('./transaction');
@@ -109,6 +110,7 @@ export { Plan };
109110
export { Product };
110111
export { Project };
111112
export { ProjectSFTPSettings };
113+
export { ProjectSFTPSettingsPublic };
112114
export { Refund };
113115
export { Subscription };
114116
export { Transaction };

0 commit comments

Comments
 (0)