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 +2 -0
- package/dist/api.gen.d.ts +1 -0
- package/package.json +1 -1
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