mezon-js 2.11.10 → 2.11.11

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
@@ -3086,6 +3086,8 @@ export interface ApiCreateHashChannelAppsResponse {
3086
3086
  hash?: string;
3087
3087
  //
3088
3088
  user_id?: string;
3089
+ //
3090
+ auth_date?: string;
3089
3091
  }
3090
3092
 
3091
3093
  export class MezonApi {
package/dist/api.gen.d.ts CHANGED
@@ -1772,6 +1772,7 @@ export interface ApiMezonOauthClient {
1772
1772
  export interface ApiCreateHashChannelAppsResponse {
1773
1773
  hash?: string;
1774
1774
  user_id?: string;
1775
+ auth_date?: string;
1775
1776
  }
1776
1777
  export declare class MezonApi {
1777
1778
  readonly serverKey: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.11.10",
4
+ "version": "2.11.11",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"