mezon-js 2.13.13 → 2.13.14

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
@@ -676,6 +676,10 @@ export interface ApiChannelCanvasItem {
676
676
  is_default?: boolean;
677
677
  //
678
678
  title?: string;
679
+ // update time
680
+ update_time?: string;
681
+ // create time
682
+ create_time?: string;
679
683
  }
680
684
 
681
685
  /** */
package/dist/api.gen.d.ts CHANGED
@@ -389,6 +389,8 @@ export interface ApiChannelCanvasItem {
389
389
  id?: string;
390
390
  is_default?: boolean;
391
391
  title?: string;
392
+ update_time?: string;
393
+ create_time?: string;
392
394
  }
393
395
  /** */
394
396
  export interface ApiChannelCanvasListResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.13.13",
3
+ "version": "2.13.14",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },