mezon-js 2.11.1 → 2.11.3

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 CHANGED
@@ -2259,6 +2259,10 @@ export interface ApiSessionLogoutRequest {
2259
2259
  refresh_token?: string;
2260
2260
  //Session token to log out.
2261
2261
  token?: string;
2262
+ // device_id to log out.
2263
+ device_id?: string;
2264
+ // platform
2265
+ platform?: string;
2262
2266
  }
2263
2267
 
2264
2268
  /** Authenticate against the server with a refresh token. */