Skip to content

Commit

Permalink
feat: Add create/update card request fields; SFTPSettings (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: ProcessOut Fountain <[email protected]>
  • Loading branch information
1 parent 3eb657c commit 2ecc0e5
Show file tree
Hide file tree
Showing 28 changed files with 713 additions and 70 deletions.
2 changes: 1 addition & 1 deletion lib/cardcreaterequest.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 19 additions & 1 deletion lib/cardcreaterequest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/cardcreaterequest.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/cardupdaterequest.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion lib/cardupdaterequest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/cardupdaterequest.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import Plan = require('./plan');
import Product = require('./product');
import Project = require('./project');
import ProjectSFTPSettings = require('./projectsftpsettings');
import ProjectSFTPSettingsPublic = require('./projectsftpsettingspublic');
import Refund = require('./refund');
import Subscription = require('./subscription');
import Transaction = require('./transaction');
Expand Down Expand Up @@ -109,6 +110,7 @@ export { Plan };
export { Product };
export { Project };
export { ProjectSFTPSettings };
export { ProjectSFTPSettingsPublic };
export { Refund };
export { Subscription };
export { Transaction };
Expand Down
Loading

0 comments on commit 2ecc0e5

Please sign in to comment.