Skip to content

Commit dc37aff

Browse files
chore: speakeasy sdk regeneration - Generate Bank Feeds SDK (#5)
* ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.7.1 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.8.2 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.8.4 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.8.5 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.8.6 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.8.7 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.9.1 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.9.2 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.11.0 --------- Co-authored-by: speakeasybot <[email protected]>
1 parent aecb2b5 commit dc37aff

32 files changed

+4519
-2
lines changed

bankfeeds/README.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# @codat/bankfeeds
2+
3+
<!-- Start SDK Installation -->
4+
## SDK Installation
5+
6+
### NPM
7+
8+
```bash
9+
npm add @codat/bankfeeds
10+
```
11+
12+
### Yarn
13+
14+
```bash
15+
yarn add @codat/bankfeeds
16+
```
17+
<!-- End SDK Installation -->
18+
19+
## SDK Example Usage
20+
<!-- Start SDK Example Usage -->
21+
```typescript
22+
import {
23+
GetBankAccountPushOptionsRequest,
24+
GetBankAccountPushOptionsResponse
25+
} from "@codat/bankfeeds/dist/sdk/models/operations";
26+
27+
import { AxiosError } from "axios";
28+
import { Codat } from "@codat/bankfeeds";
29+
const sdk = new Codat({
30+
security: {
31+
authHeader: "YOUR_API_KEY_HERE",
32+
},
33+
});
34+
35+
const req: GetBankAccountPushOptionsRequest = {
36+
pathParams: {
37+
accountId: "unde",
38+
companyId: "deserunt",
39+
connectionId: "porro",
40+
},
41+
queryParams: {
42+
orderBy: "nulla",
43+
page: 6027.63,
44+
pageSize: 8579.46,
45+
query: "perspiciatis",
46+
},
47+
};
48+
49+
sdk.bankAccountTransactions.getBankAccountPushOptions(req).then((res: GetBankAccountPushOptionsResponse | AxiosError) => {
50+
// handle response
51+
});
52+
```
53+
<!-- End SDK Example Usage -->
54+
55+
<!-- Start SDK Available Operations -->
56+
## SDK Available Operations
57+
58+
59+
### bankAccountTransactions
60+
61+
* `getBankAccountPushOptions` - List push options for bank account bank transactions
62+
* `listBankAccountTransactions` - List bank transactions for bank account
63+
* `postBankTransactions` - Create bank transactions
64+
65+
### bankFeedAccounts
66+
67+
* `createBankFeed` - Create bank feed bank accounts
68+
* `getBankFeeds` - List bank feed bank accounts
69+
* `updateBankFeed` - Update bank feed bank account
70+
<!-- End SDK Available Operations -->
71+
72+
### SDK Generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)

bankfeeds/RELEASES.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
2+
3+
## 2023-03-02 00:04:05
4+
### Changes
5+
Based on:
6+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
7+
- Speakeasy CLI 1.7.1 https://github.com/speakeasy-api/speakeasy
8+
### Releases
9+
- [NPM v0.1.0] https://www.npmjs.com/package/@codat/bankfeeds/v/0.1.0 - bankfeeds
10+
11+
## 2023-03-04 00:03:58
12+
### Changes
13+
Based on:
14+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
15+
- Speakeasy CLI 1.8.2 https://github.com/speakeasy-api/speakeasy
16+
### Releases
17+
- [NPM v0.2.0] https://www.npmjs.com/package/@codat/bankfeeds/v/0.2.0 - bankfeeds
18+
19+
## 2023-03-06 00:04:10
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
23+
- Speakeasy CLI 1.8.4 https://github.com/speakeasy-api/speakeasy
24+
### Releases
25+
- [NPM v0.2.1] https://www.npmjs.com/package/@codat/bankfeeds/v/0.2.1 - bankfeeds
26+
27+
## 2023-03-07 00:04:26
28+
### Changes
29+
Based on:
30+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
31+
- Speakeasy CLI 1.8.5 https://github.com/speakeasy-api/speakeasy
32+
### Releases
33+
- [NPM v0.2.2] https://www.npmjs.com/package/@codat/bankfeeds/v/0.2.2 - bankfeeds
34+
35+
## 2023-03-08 00:04:20
36+
### Changes
37+
Based on:
38+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
39+
- Speakeasy CLI 1.8.6 https://github.com/speakeasy-api/speakeasy
40+
### Releases
41+
- [NPM v0.2.3] https://www.npmjs.com/package/@codat/bankfeeds/v/0.2.3 - bankfeeds
42+
43+
## 2023-03-09 00:04:07
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
47+
- Speakeasy CLI 1.8.7 https://github.com/speakeasy-api/speakeasy
48+
### Releases
49+
- [NPM v0.2.4] https://www.npmjs.com/package/@codat/bankfeeds/v/0.2.4 - bankfeeds
50+
51+
## 2023-03-10 00:04:27
52+
### Changes
53+
Based on:
54+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
55+
- Speakeasy CLI 1.9.1 https://github.com/speakeasy-api/speakeasy
56+
### Releases
57+
- [NPM v0.3.0] https://www.npmjs.com/package/@codat/bankfeeds/v/0.3.0 - bankfeeds
58+
59+
## 2023-03-11 00:03:48
60+
### Changes
61+
Based on:
62+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
63+
- Speakeasy CLI 1.9.2 https://github.com/speakeasy-api/speakeasy
64+
### Releases
65+
- [NPM v0.3.1] https://www.npmjs.com/package/@codat/bankfeeds/v/0.3.1 - bankfeeds
66+
67+
## 2023-03-15 00:04:12
68+
### Changes
69+
Based on:
70+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
71+
- Speakeasy CLI 1.11.0 https://github.com/speakeasy-api/speakeasy
72+
### Releases
73+
- [NPM v0.4.0] https://www.npmjs.com/package/@codat/bankfeeds/v/0.4.0 - bankfeeds

bankfeeds/USAGE.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!-- Start SDK Example Usage -->
2+
```typescript
3+
import {
4+
GetBankAccountPushOptionsRequest,
5+
GetBankAccountPushOptionsResponse
6+
} from "@codat/bankfeeds/dist/sdk/models/operations";
7+
8+
import { AxiosError } from "axios";
9+
import { Codat } from "@codat/bankfeeds";
10+
const sdk = new Codat({
11+
security: {
12+
authHeader: "YOUR_API_KEY_HERE",
13+
},
14+
});
15+
16+
const req: GetBankAccountPushOptionsRequest = {
17+
pathParams: {
18+
accountId: "unde",
19+
companyId: "deserunt",
20+
connectionId: "porro",
21+
},
22+
queryParams: {
23+
orderBy: "nulla",
24+
page: 6027.63,
25+
pageSize: 8579.46,
26+
query: "perspiciatis",
27+
},
28+
};
29+
30+
sdk.bankAccountTransactions.getBankAccountPushOptions(req).then((res: GetBankAccountPushOptionsResponse | AxiosError) => {
31+
// handle response
32+
});
33+
```
34+
<!-- End SDK Example Usage -->

bankfeeds/files.gen

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
src/sdk/bankaccounttransactions.ts
2+
src/sdk/bankfeedaccounts.ts
3+
src/sdk/sdk.ts
4+
jest.config.js
5+
package-lock.json
6+
package.json
7+
src/index.ts
8+
src/internal/utils/contenttype.ts
9+
src/internal/utils/headers.ts
10+
src/internal/utils/index.ts
11+
src/internal/utils/pathparams.ts
12+
src/internal/utils/queryparams.ts
13+
src/internal/utils/requestbody.ts
14+
src/internal/utils/retries.ts
15+
src/internal/utils/security.ts
16+
src/internal/utils/utils.ts
17+
src/sdk/index.ts
18+
tsconfig.json
19+
src/sdk/models/operations/getbankaccountpushoptions.ts
20+
src/sdk/models/operations/listbankaccounttransactions.ts
21+
src/sdk/models/operations/postbanktransactions.ts
22+
src/sdk/models/operations/createbankfeed.ts
23+
src/sdk/models/operations/getbankfeeds.ts
24+
src/sdk/models/operations/updatebankfeed.ts
25+
src/sdk/models/operations/index.ts
26+
src/sdk/models/shared/security.ts
27+
src/sdk/models/shared/index.ts
28+
USAGE.md

bankfeeds/gen.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
configVersion: 1.0.0
2+
management:
3+
docChecksum: 5d482fdc77beeaca660224bb3f31b4ec
4+
docVersion: 2.1.0
5+
speakeasyVersion: 1.11.0
26
generation:
7+
telemetryEnabled: false
38
sdkClassName: codat
49
sdkFlattening: true
510
typescript:
6-
version: 0.0.1
7-
packageName: "@codat/bankfeeds"
11+
version: 0.4.0
12+
author: Speakeasy
13+
packageName: '@codat/bankfeeds'

bankfeeds/jest.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
preset: 'ts-jest',
3+
testEnvironment: 'node',
4+
verbose: false,
5+
testPathIgnorePatterns: [
6+
"<rootDir>/__tests__/helpers.ts"
7+
]
8+
};

0 commit comments

Comments
 (0)