mezon-js 2.13.37 → 2.13.38
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.
- package/api.gen.ts +2 -0
- package/dist/api.gen.d.ts +1 -0
- package/package.json +1 -1
package/api.gen.ts
CHANGED
|
@@ -2440,6 +2440,8 @@ export interface ApiSession {
|
|
|
2440
2440
|
refresh_token?: string;
|
|
2441
2441
|
//Authentication credentials.
|
|
2442
2442
|
token?: string;
|
|
2443
|
+
// user id
|
|
2444
|
+
user_id?: string;
|
|
2443
2445
|
// Whether to enable "Remember Me" for extended session duration.
|
|
2444
2446
|
is_remember?: boolean;
|
|
2445
2447
|
api_url?: string;
|
package/dist/api.gen.d.ts
CHANGED