@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 +5 -0
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
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;
|