0.0.25 • Published 2 years ago

cozy-bi-auth v0.0.25

Weekly downloads
215
License
MIT
Repository
-
Last release
2 years ago

Goal

This package provides code for interacting with budget-insight APIs from Cozy.

It is used from cozy-home to let the user add a banking connection from a front-end connection form.

Linxo ids

Since we historically used Linxo, we have a mapping from Linxo bank ids to BI bank ids.

Update linxo mappings when a new connector is published

// Go to banking-konnectors repository root
LOG_LEVEL=error BI_DOMAIN=dev node src/bi/cli.js platform banks > /tmp/devbanks.json
LOG_LEVEL=error BI_DOMAIN=prod node src/bi/cli.js platform banks > /tmp/prodbanks.json
cd src/bi/bi-auth
yarn updateMappings dev /tmp/devbanks.json
yarn updateMappings prod /tmp/prodbanks.json

commit and publish

Publishing

This package is not automatically published. You have to do it manually at the moment.

Before publish, create a release branch and push it to gitlab

git checkout -b release_bi-auth_0.0.22
git push origin release_bi-auth_0.0.22

Locally publish build to npm

npm publish
0.0.25

2 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago