0.0.3 • Published 8 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:sdkin the backend repository - copy
public-api.d.tsinsdk/srcin the backend repository tosdk/public-api.d.tsin the sdk (this) repository - copy enums from
public-api.d.tstoindex.tsinsdkfolder - build sdk with
npm run build - copy
dist/api.d.tscontent except enums toindex.tsindistfolder - change version in
package.json