@superatomai/sdk-node 0.0.75 → 0.0.76

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.mjs CHANGED
@@ -292,7 +292,7 @@ var UserPromptSuggestionsMessageSchema = z3.object({
292
292
  payload: UserPromptSuggestionsPayloadSchema
293
293
  });
294
294
  var ComponentPropsSchema = z3.object({
295
- query: z3.string().or(z3.object({})).optional(),
295
+ query: z3.string().or(z3.object({})).nullable().optional(),
296
296
  title: z3.string().optional(),
297
297
  description: z3.string().optional(),
298
298
  config: z3.record(z3.unknown()).optional(),