mezon-js 2.13.78 → 2.13.79

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
@@ -631,6 +631,8 @@ export interface ApiCategoryDescList {
631
631
  export interface ApiUpdateUsernameRequest {
632
632
  //
633
633
  username?: string;
634
+ //
635
+ display_name?: string;
634
636
  }
635
637
 
636
638
  /** */
package/dist/api.gen.d.ts CHANGED
@@ -362,6 +362,7 @@ export interface ApiCategoryDescList {
362
362
  /** */
363
363
  export interface ApiUpdateUsernameRequest {
364
364
  username?: string;
365
+ display_name?: string;
365
366
  }
366
367
  /** */
367
368
  export interface ApiCategoryOrderUpdate {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.13.78",
3
+ "version": "2.13.79",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },