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 +2 -0
- package/dist/api.gen.d.ts +1 -0
- package/package.json +1 -1
package/api.gen.ts
CHANGED
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 {
|