mezon-js 2.10.53 → 2.10.54

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
@@ -2302,6 +2302,8 @@ export interface ApiTokenSentEvent {
2302
2302
  sender_id?: string;
2303
2303
  //
2304
2304
  sender_name?: string;
2305
+ //
2306
+ extra_attribute?: string;
2305
2307
  }
2306
2308
 
2307
2309
  /** Update a user's account details. */
package/dist/api.gen.d.ts CHANGED
@@ -1334,6 +1334,7 @@ export interface ApiTokenSentEvent {
1334
1334
  receiver_id?: string;
1335
1335
  sender_id?: string;
1336
1336
  sender_name?: string;
1337
+ extra_attribute?: string;
1337
1338
  }
1338
1339
  /** Update a user's account details. */
1339
1340
  export interface ApiUpdateAccountRequest {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.10.53",
4
+ "version": "2.10.54",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"