webs-sdk 0.12.9 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webs-sdk",
3
- "version": "0.12.9",
3
+ "version": "0.13.0",
4
4
  "private": false,
5
5
  "main": "index.js",
6
6
  "types": "dist/index.d.ts",
package/types/index.d.ts CHANGED
@@ -376,8 +376,8 @@ declare module "webs-sdk" {
376
376
  }
377
377
 
378
378
  interface sessionParams {
379
- userId: string;
380
- token: string;
379
+ user_id: string;
380
+ session: string;
381
381
  }
382
382
  interface UserCreditsParams {
383
383
  userId: string;