mezon-js 2.7.14 → 2.7.15

Sign up to get free protection for your applications and to get access to all the features.
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
  },