@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.
- package/dist/api-types.d.cts +1 -1
- package/dist/api-types.d.ts +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/api-types.d.cts
CHANGED
package/dist/api-types.d.ts
CHANGED
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
|
}
|