0.0.25 • Published 3 years ago

cozy-bi-auth v0.0.25

Weekly downloads
215
License
MIT
Repository
-
Last release
3 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

3 years ago

0.0.24

4 years ago

0.0.23

4 years ago

0.0.22

4 years ago

0.0.20

4 years ago

0.0.21

4 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.10

5 years ago

0.0.11

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago