0.0.3 • Published 3 months ago
datamix-sdk v0.0.3
pana_sdk
Steps to update sdk
- run server in dev mode in the backend repository with
npm run dev
- run
npm run genberate:sdk
in the backend repository - copy
public-api.d.ts
insdk/src
in the backend repository tosdk/public-api.d.ts
in the sdk (this) repository - copy enums from
public-api.d.ts
toindex.ts
insdk
folder - build sdk with
npm run build
- copy
dist/api.d.ts
content except enums toindex.ts
indist
folder - change version in
package.json