mezon-js 2.7.14 → 2.7.15

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
@@ -494,6 +494,8 @@ export interface ApiInviteUserRes {
494
494
  clan_name?: string;
495
495
  //
496
496
  user_joined?: boolean;
497
+ //
498
+ expiry_time?: string;
497
499
  }
498
500
 
499
501
  /** Add link invite users to. */
package/dist/api.gen.d.ts CHANGED
@@ -284,6 +284,7 @@ export interface ApiInviteUserRes {
284
284
  clan_id?: string;
285
285
  clan_name?: string;
286
286
  user_joined?: boolean;
287
+ expiry_time?: string;
287
288
  }
288
289
  /** Add link invite users to. */
289
290
  export interface ApiLinkInviteUser {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.7.14",
3
+ "version": "2.7.15",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },