mezon-js 2.7.36 → 2.7.37

Sign up to get free protection for your applications and to get access to all the features.
package/api.gen.ts CHANGED
@@ -174,6 +174,8 @@ export interface ApiCategoryDescList {
174
174
 
175
175
  /** */
176
176
  export interface ApiChannelAttachment {
177
+ //The UNIX time (for gRPC clients) or ISO string (for REST clients) when the group was created.
178
+ create_time?: string;
177
179
  //
178
180
  filename?: string;
179
181
  //
package/dist/api.gen.d.ts CHANGED
@@ -101,6 +101,7 @@ export interface ApiCategoryDescList {
101
101
  }
102
102
  /** */
103
103
  export interface ApiChannelAttachment {
104
+ create_time?: string;
104
105
  filename?: string;
105
106
  filesize?: string;
106
107
  filetype?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.7.36",
3
+ "version": "2.7.37",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },