@erdoai/types 0.1.9 → 0.1.10
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 +1 -4
- package/dist/index.d.ts +1 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -238,10 +238,7 @@ interface SendMessageParams {
|
|
|
238
238
|
interface ThreadMessageContent {
|
|
239
239
|
id: string;
|
|
240
240
|
content_type: string;
|
|
241
|
-
ui_content_type?:
|
|
242
|
-
Valid: boolean;
|
|
243
|
-
String: string;
|
|
244
|
-
} | string;
|
|
241
|
+
ui_content_type?: string;
|
|
245
242
|
content: unknown;
|
|
246
243
|
user_visibility?: string;
|
|
247
244
|
bot_visibility?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -238,10 +238,7 @@ interface SendMessageParams {
|
|
|
238
238
|
interface ThreadMessageContent {
|
|
239
239
|
id: string;
|
|
240
240
|
content_type: string;
|
|
241
|
-
ui_content_type?:
|
|
242
|
-
Valid: boolean;
|
|
243
|
-
String: string;
|
|
244
|
-
} | string;
|
|
241
|
+
ui_content_type?: string;
|
|
245
242
|
content: unknown;
|
|
246
243
|
user_visibility?: string;
|
|
247
244
|
bot_visibility?: string;
|