mezon-js 2.11.28 → 2.11.29

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
@@ -2027,6 +2027,8 @@ export interface ApiPinMessage {
2027
2027
  sender_id?: string;
2028
2028
  //
2029
2029
  username?: string;
2030
+ //
2031
+ attachment?: string;
2030
2032
  }
2031
2033
 
2032
2034
  /** */
@@ -2172,7 +2174,7 @@ export interface ApiRole {
2172
2174
  //
2173
2175
  title?: string;
2174
2176
  //
2175
- order_role ?: number;
2177
+ order_role?: number;
2176
2178
  }
2177
2179
 
2178
2180
  /** A list of role description, usually a result of a list operation. */
package/dist/api.gen.d.ts CHANGED
@@ -1161,6 +1161,7 @@ export interface ApiPinMessage {
1161
1161
  message_id?: string;
1162
1162
  sender_id?: string;
1163
1163
  username?: string;
1164
+ attachment?: string;
1164
1165
  }
1165
1166
  /** */
1166
1167
  export interface ApiPinMessageRequest {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.11.28",
4
+ "version": "2.11.29",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"