Skip to content

Commit

Permalink
chore(internal): temporary commit (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Mar 26, 2024
1 parent 4bf2db2 commit f8a9dd8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 162 deletions.
7 changes: 0 additions & 7 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,13 +472,6 @@ Methods:
- <code title="get /api/paper_items/{id}">client.paperItems.<a href="./src/resources/paper-items.ts">retrieve</a>(id) -> PaperItem</code>
- <code title="get /api/paper_items">client.paperItems.<a href="./src/resources/paper-items.ts">list</a>({ ...params }) -> PaperItemsPage</code>

# Webhooks

Methods:

- <code>client.webhooks.<a href="./src/resources/webhooks.ts">getSignature</a>(payload, opts?) -> string</code>
- <code>client.webhooks.<a href="./src/resources/webhooks.ts">validateSignature</a>(payload, headers, opts?) -> boolean</code>

# VirtualAccounts

Types:
Expand Down
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export class ModernTreasury extends Core.APIClient {
transactions: API.Transactions = new API.Transactions(this);
validations: API.Validations = new API.Validations(this);
paperItems: API.PaperItems = new API.PaperItems(this);
webhooks: API.Webhooks = new API.Webhooks(this);
virtualAccounts: API.VirtualAccounts = new API.VirtualAccounts(this);
bulkRequests: API.BulkRequests = new API.BulkRequests(this);
bulkResults: API.BulkResults = new API.BulkResults(this);
Expand Down Expand Up @@ -472,8 +471,6 @@ export namespace ModernTreasury {
export import PaperItemsPage = API.PaperItemsPage;
export import PaperItemListParams = API.PaperItemListParams;

export import Webhooks = API.Webhooks;

export import VirtualAccounts = API.VirtualAccounts;
export import VirtualAccount = API.VirtualAccount;
export import VirtualAccountsPage = API.VirtualAccountsPage;
Expand Down
1 change: 0 additions & 1 deletion src/resources/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,3 @@ export {
VirtualAccountsPage,
VirtualAccounts,
} from './virtual-accounts';
export { Webhooks } from './webhooks';
48 changes: 0 additions & 48 deletions src/resources/webhooks.ts

This file was deleted.

103 changes: 0 additions & 103 deletions tests/api-resources/webhooks.test.ts

This file was deleted.

0 comments on commit f8a9dd8

Please sign in to comment.