@skravets/eapi 0.0.67 → 0.0.68

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/dist/index.d.cts CHANGED
@@ -152,6 +152,10 @@ interface PublishersStatusQueueInputMessagesParsed {
152
152
  hasNativeAntispam?: boolean;
153
153
  boostsForUnrestrict?: number | null;
154
154
  paidMessagePrice?: number | null;
155
+ defaultBannedSendMessages?: boolean;
156
+ defaultBannedSendPlain?: boolean;
157
+ defaultBannedViewMessages?: boolean;
158
+ isHostile?: boolean;
155
159
  };
156
160
  account: FarmAccount;
157
161
  offset: {
@@ -195,6 +199,7 @@ interface PublishersStatusQueueInputSend {
195
199
  id: number;
196
200
  type: "chat" | "channel" | "user";
197
201
  username?: string;
202
+ sendBlockedReason?: string;
198
203
  };
199
204
  account: {
200
205
  id: number;
package/dist/index.d.ts CHANGED
@@ -152,6 +152,10 @@ interface PublishersStatusQueueInputMessagesParsed {
152
152
  hasNativeAntispam?: boolean;
153
153
  boostsForUnrestrict?: number | null;
154
154
  paidMessagePrice?: number | null;
155
+ defaultBannedSendMessages?: boolean;
156
+ defaultBannedSendPlain?: boolean;
157
+ defaultBannedViewMessages?: boolean;
158
+ isHostile?: boolean;
155
159
  };
156
160
  account: FarmAccount;
157
161
  offset: {
@@ -195,6 +199,7 @@ interface PublishersStatusQueueInputSend {
195
199
  id: number;
196
200
  type: "chat" | "channel" | "user";
197
201
  username?: string;
202
+ sendBlockedReason?: string;
198
203
  };
199
204
  account: {
200
205
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skravets/eapi",
3
- "version": "0.0.67",
3
+ "version": "0.0.68",
4
4
  "module": "./dist/index.js",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.ts",