mezon-js 2.14.44 → 2.14.45
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 +1 -1
- package/client.ts +1 -1
- package/dist/api.gen.d.ts +1 -1
- package/dist/mezon-js.cjs.js +1 -1
- package/dist/mezon-js.esm.mjs +1 -1
- package/package.json +1 -1
package/api.gen.ts
CHANGED
|
@@ -754,7 +754,7 @@ export interface ApiChannelAppResponse {
|
|
|
754
754
|
/** */
|
|
755
755
|
export interface ApiChannelAttachment {
|
|
756
756
|
//The UNIX time (for gRPC clients) or ISO string (for REST clients) when the group was created.
|
|
757
|
-
|
|
757
|
+
create_time_seconds?: number;
|
|
758
758
|
//
|
|
759
759
|
filename?: string;
|
|
760
760
|
//
|
package/client.ts
CHANGED
package/dist/api.gen.d.ts
CHANGED
package/dist/mezon-js.cjs.js
CHANGED
|
@@ -41464,7 +41464,7 @@ var Client = class {
|
|
|
41464
41464
|
uploader: at.uploader,
|
|
41465
41465
|
url: at.url,
|
|
41466
41466
|
message_id: at.message_id,
|
|
41467
|
-
|
|
41467
|
+
create_time_seconds: at.create_time_seconds,
|
|
41468
41468
|
width: at.width,
|
|
41469
41469
|
height: at.height
|
|
41470
41470
|
});
|
package/dist/mezon-js.esm.mjs
CHANGED
|
@@ -41429,7 +41429,7 @@ var Client = class {
|
|
|
41429
41429
|
uploader: at.uploader,
|
|
41430
41430
|
url: at.url,
|
|
41431
41431
|
message_id: at.message_id,
|
|
41432
|
-
|
|
41432
|
+
create_time_seconds: at.create_time_seconds,
|
|
41433
41433
|
width: at.width,
|
|
41434
41434
|
height: at.height
|
|
41435
41435
|
});
|