Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/bank-feeds/bank-feeds-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ You can access the SDK on [NPM](https://www.npmjs.com/package/@codat/sdk-link-ty
##### NPM

```sh
npm add @codat/sdk-link-types/bank-feeds
npm add @codat/sdk-link-types
```

##### Yarn

```sh
yarn add @codat/sdk-link-types/bank-feeds
yarn add @codat/sdk-link-types
```

Create a component which initializes the SDK:
Expand Down Expand Up @@ -105,7 +105,7 @@ Use the component in your solution as needed:

**Conditional steps**

- **If you're using TypeScript**, extend your type declarations with our types by installing the types package using `npm install --save-dev @codat/sdk-link-types/bank-feeds`. Otherwise, delete the type-related code in the snippets.
- **If you're using TypeScript**, extend your type declarations with our types by installing the types package using `npm install --save-dev @codat/sdk-link-types`. Otherwise, delete the type-related code in the snippets.
- **If you're using content security policy (CSP) headers**, edit these headers:
- Allowlist Codat by adding `*.codat.io` to `default-src` (or each of `script-src`, `style-src`, `font-src`, `connect-src`, `img-src`).
- Add `unsafe-inline` to `style-src`. Do _not_ use a hash because this can change at any time without warning.
Expand Down
4 changes: 2 additions & 2 deletions docs/bank-feeds/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ Our low-code [Bank Feeds SDK](/bank-feeds/create-account) lets you build a seaml
##### NPM

```sh
npm add @codat/sdk-link-types/bank-feeds
npm add @codat/sdk-link-types
```

##### Yarn

```sh
yarn add @codat/sdk-link-types/bank-feeds
yarn add @codat/sdk-link-types
```

[Read more...](/bank-feeds/bank-feeds-sdk)
Expand Down
Loading