@skravets/eapi 0.0.19 → 0.0.20

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.
@@ -91,7 +91,7 @@ interface components {
91
91
  channel_id: number;
92
92
  /**
93
93
  * Format: date-time
94
- * @example 2025-10-09T12:30:21.951Z
94
+ * @example 2025-10-10T12:03:25.845Z
95
95
  */
96
96
  message_created_at: string;
97
97
  /** @example 123 */
@@ -91,7 +91,7 @@ interface components {
91
91
  channel_id: number;
92
92
  /**
93
93
  * Format: date-time
94
- * @example 2025-10-09T12:30:21.951Z
94
+ * @example 2025-10-10T12:03:25.845Z
95
95
  */
96
96
  message_created_at: string;
97
97
  /** @example 123 */
package/dist/index.d.cts CHANGED
@@ -163,7 +163,7 @@ interface PublishersStatusQueueParsingErrorResult extends PublishersStatusQueueP
163
163
  type: "parsing_error";
164
164
  }
165
165
  interface PublishersStatusQueueAccountUpdated {
166
- phone: string;
166
+ id: number;
167
167
  changes: AccountUpdateChanges;
168
168
  }
169
169
  interface PublishersStatusQueueAccountUpdatedResult extends PublishersStatusQueueAccountUpdated {
package/dist/index.d.ts CHANGED
@@ -163,7 +163,7 @@ interface PublishersStatusQueueParsingErrorResult extends PublishersStatusQueueP
163
163
  type: "parsing_error";
164
164
  }
165
165
  interface PublishersStatusQueueAccountUpdated {
166
- phone: string;
166
+ id: number;
167
167
  changes: AccountUpdateChanges;
168
168
  }
169
169
  interface PublishersStatusQueueAccountUpdatedResult extends PublishersStatusQueueAccountUpdated {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skravets/eapi",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "module": "./dist/index.js",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.ts",