@skravets/eapi 0.0.28 → 0.0.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.
@@ -133,7 +133,7 @@ interface components {
133
133
  channel_id: number;
134
134
  /**
135
135
  * Format: date-time
136
- * @example 2025-10-28T12:34:44.820Z
136
+ * @example 2025-10-30T12:35:33.364Z
137
137
  */
138
138
  message_created_at: string;
139
139
  /** @example 123 */
@@ -133,7 +133,7 @@ interface components {
133
133
  channel_id: number;
134
134
  /**
135
135
  * Format: date-time
136
- * @example 2025-10-28T12:34:44.820Z
136
+ * @example 2025-10-30T12:35:33.364Z
137
137
  */
138
138
  message_created_at: string;
139
139
  /** @example 123 */
package/dist/index.d.cts CHANGED
@@ -139,13 +139,13 @@ interface PublishersStatusQueueInputAgentPrivateMessage {
139
139
  username?: string;
140
140
  first_name?: string;
141
141
  last_name?: string;
142
- is_bot?: boolean;
143
142
  };
144
143
  from: {
145
144
  id: number;
146
145
  username?: string;
147
146
  first_name?: string;
148
147
  last_name?: string;
148
+ is_bot?: boolean;
149
149
  };
150
150
  message: AgentMessage;
151
151
  }
package/dist/index.d.ts CHANGED
@@ -139,13 +139,13 @@ interface PublishersStatusQueueInputAgentPrivateMessage {
139
139
  username?: string;
140
140
  first_name?: string;
141
141
  last_name?: string;
142
- is_bot?: boolean;
143
142
  };
144
143
  from: {
145
144
  id: number;
146
145
  username?: string;
147
146
  first_name?: string;
148
147
  last_name?: string;
148
+ is_bot?: boolean;
149
149
  };
150
150
  message: AgentMessage;
151
151
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skravets/eapi",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "module": "./dist/index.js",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.ts",