@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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erdoai/types",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Erdo SDK shared types",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",