@n8n/api-types 1.31.2 → 1.32.0

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.
Files changed (370) hide show
  1. package/dist/agent-builder-interactive.d.ts +7 -11
  2. package/dist/agent-builder-interactive.js +1 -10
  3. package/dist/agent-builder-interactive.js.map +1 -1
  4. package/dist/agent-builder-tool-node-types.d.ts +1 -1
  5. package/dist/agent-builder-tool-node-types.js +1 -0
  6. package/dist/agent-builder-tool-node-types.js.map +1 -1
  7. package/dist/agent-sse.d.ts +0 -7
  8. package/dist/agents/agent-config-validation.schema.d.ts +127 -0
  9. package/dist/agents/agent-config-validation.schema.js +38 -0
  10. package/dist/agents/agent-config-validation.schema.js.map +1 -0
  11. package/dist/agents/agent-files.constants.d.ts +1 -1
  12. package/dist/agents/agent-files.constants.js.map +1 -1
  13. package/dist/agents/agent-integration.schema.d.ts +1 -1
  14. package/dist/agents/agent-integration.schema.js.map +1 -1
  15. package/dist/agents/agent-interaction.schema.d.ts +27 -26
  16. package/dist/agents/agent-interaction.schema.js +8 -2
  17. package/dist/agents/agent-interaction.schema.js.map +1 -1
  18. package/dist/agents/agent-json-config.schema.d.ts +1342 -1251
  19. package/dist/agents/agent-json-config.schema.js +36 -33
  20. package/dist/agents/agent-json-config.schema.js.map +1 -1
  21. package/dist/agents/agent-skill.schema.d.ts +99 -0
  22. package/dist/agents/agent-skill.schema.js +79 -0
  23. package/dist/agents/agent-skill.schema.js.map +1 -0
  24. package/dist/agents/agent-task.schema.js.map +1 -1
  25. package/dist/agents/dto.d.ts +71 -146
  26. package/dist/agents/dto.js +12 -87
  27. package/dist/agents/dto.js.map +1 -1
  28. package/dist/agents/index.d.ts +4 -1
  29. package/dist/agents/index.js +4 -2
  30. package/dist/agents/index.js.map +1 -1
  31. package/dist/agents/inline-agent-config.schema.d.ts +4007 -0
  32. package/dist/agents/inline-agent-config.schema.js +76 -0
  33. package/dist/agents/inline-agent-config.schema.js.map +1 -0
  34. package/dist/agents/model-providers.d.ts +1 -1
  35. package/dist/agents/model-providers.js.map +1 -1
  36. package/dist/agents/provider-capabilities.d.ts +12 -12
  37. package/dist/agents/provider-capabilities.js.map +1 -1
  38. package/dist/agents/rich-card.schema.d.ts +298 -298
  39. package/dist/agents/rich-card.schema.js.map +1 -1
  40. package/dist/agents/sanitize-agent-json-config.d.ts +1 -0
  41. package/dist/agents/sanitize-agent-json-config.js +10 -0
  42. package/dist/agents/sanitize-agent-json-config.js.map +1 -1
  43. package/dist/agents/types.d.ts +19 -27
  44. package/dist/agents/types.js +1 -6
  45. package/dist/agents/types.js.map +1 -1
  46. package/dist/build.tsbuildinfo +1 -1
  47. package/dist/chat-hub.d.ts +162 -162
  48. package/dist/chat-hub.js.map +1 -1
  49. package/dist/constants/proxy-feature.d.ts +1 -1
  50. package/dist/constants/proxy-feature.js.map +1 -1
  51. package/dist/dto/ai/ai-apply-suggestion-request.dto.js.map +1 -1
  52. package/dist/dto/ai/ai-ask-request.dto.d.ts +10 -10
  53. package/dist/dto/ai/ai-ask-request.dto.js.map +1 -1
  54. package/dist/dto/ai/ai-build-request.dto.d.ts +13 -13
  55. package/dist/dto/ai/ai-build-request.dto.js.map +1 -1
  56. package/dist/dto/ai/ai-chat-request.dto.js.map +1 -1
  57. package/dist/dto/ai/ai-clear-session-request.dto.js.map +1 -1
  58. package/dist/dto/ai/ai-free-credits-request.dto.js.map +1 -1
  59. package/dist/dto/ai/ai-gateway-config-response.dto.js.map +1 -1
  60. package/dist/dto/ai/ai-gateway-usage-response.dto.d.ts +1 -1
  61. package/dist/dto/ai/ai-gateway-usage-response.dto.js.map +1 -1
  62. package/dist/dto/ai/ai-session-retrieval-request.dto.js.map +1 -1
  63. package/dist/dto/ai/ai-truncate-messages-request.dto.d.ts +1 -1
  64. package/dist/dto/ai/ai-truncate-messages-request.dto.js.map +1 -1
  65. package/dist/dto/ai/ai-usage-settings-request.dto.js.map +1 -1
  66. package/dist/dto/api-keys/create-api-key-request.dto.js.map +1 -1
  67. package/dist/dto/api-keys/list-api-keys-query.dto.d.ts +5 -5
  68. package/dist/dto/api-keys/list-api-keys-query.dto.js.map +1 -1
  69. package/dist/dto/api-keys/update-api-key-request.dto.js.map +1 -1
  70. package/dist/dto/auth/embed-login-body.dto.js.map +1 -1
  71. package/dist/dto/auth/embed-login-query.dto.js.map +1 -1
  72. package/dist/dto/auth/login-request.dto.js.map +1 -1
  73. package/dist/dto/auth/resolve-signup-token-query.dto.js.map +1 -1
  74. package/dist/dto/binary-data/binary-data-query.dto.d.ts +2 -2
  75. package/dist/dto/binary-data/binary-data-query.dto.js.map +1 -1
  76. package/dist/dto/binary-data/binary-data-signed-query.dto.js.map +1 -1
  77. package/dist/dto/breaking-changes/breaking-change-report-query.dto.js.map +1 -1
  78. package/dist/dto/credential-resolver/create-credential-resolver.dto.d.ts +1 -1
  79. package/dist/dto/credential-resolver/create-credential-resolver.dto.js.map +1 -1
  80. package/dist/dto/credential-resolver/list-credential-resolvers-query.dto.d.ts +1 -1
  81. package/dist/dto/credential-resolver/list-credential-resolvers-query.dto.js.map +1 -1
  82. package/dist/dto/credential-resolver/update-credential-resolver.dto.js.map +1 -1
  83. package/dist/dto/credentials/create-credential.dto.d.ts +1 -1
  84. package/dist/dto/credentials/create-credential.dto.js.map +1 -1
  85. package/dist/dto/credentials/credentials-get-many-request.dto.d.ts +6 -6
  86. package/dist/dto/credentials/credentials-get-many-request.dto.js.map +1 -1
  87. package/dist/dto/credentials/credentials-get-one-request.dto.d.ts +1 -1
  88. package/dist/dto/credentials/credentials-get-one-request.dto.js.map +1 -1
  89. package/dist/dto/credentials/generate-credential-name.dto.js.map +1 -1
  90. package/dist/dto/data-table/add-data-table-column.dto.d.ts +1 -1
  91. package/dist/dto/data-table/add-data-table-column.dto.js.map +1 -1
  92. package/dist/dto/data-table/add-data-table-rows.dto.d.ts +1 -1
  93. package/dist/dto/data-table/add-data-table-rows.dto.js.map +1 -1
  94. package/dist/dto/data-table/create-data-table-column.dto.d.ts +1 -1
  95. package/dist/dto/data-table/create-data-table-column.dto.js.map +1 -1
  96. package/dist/dto/data-table/create-data-table.dto.d.ts +3 -3
  97. package/dist/dto/data-table/create-data-table.dto.js.map +1 -1
  98. package/dist/dto/data-table/delete-data-table-rows.dto.d.ts +4 -4
  99. package/dist/dto/data-table/delete-data-table-rows.dto.js.map +1 -1
  100. package/dist/dto/data-table/download-data-table-csv-query.dto.js.map +1 -1
  101. package/dist/dto/data-table/import-csv-to-data-table.dto.js.map +1 -1
  102. package/dist/dto/data-table/list-data-table-content-query.dto.d.ts +10 -10
  103. package/dist/dto/data-table/list-data-table-content-query.dto.js.map +1 -1
  104. package/dist/dto/data-table/list-data-table-query.dto.d.ts +8 -8
  105. package/dist/dto/data-table/list-data-table-query.dto.js.map +1 -1
  106. package/dist/dto/data-table/move-data-table-column.dto.js.map +1 -1
  107. package/dist/dto/data-table/public-api-create-data-table.dto.d.ts +4 -4
  108. package/dist/dto/data-table/public-api-create-data-table.dto.js.map +1 -1
  109. package/dist/dto/data-table/rename-data-table-column.dto.js.map +1 -1
  110. package/dist/dto/data-table/update-data-table-column.dto.d.ts +2 -2
  111. package/dist/dto/data-table/update-data-table-row.dto.d.ts +14 -14
  112. package/dist/dto/data-table/update-data-table-row.dto.js.map +1 -1
  113. package/dist/dto/data-table/update-data-table.dto.js.map +1 -1
  114. package/dist/dto/data-table/upsert-data-table-row.dto.d.ts +14 -14
  115. package/dist/dto/data-table/upsert-data-table-row.dto.js.map +1 -1
  116. package/dist/dto/dynamic-node-parameters/action-result-request.dto.d.ts +2 -2
  117. package/dist/dto/dynamic-node-parameters/action-result-request.dto.js.map +1 -1
  118. package/dist/dto/dynamic-node-parameters/base-dynamic-parameters-request.dto.d.ts +2 -2
  119. package/dist/dto/dynamic-node-parameters/base-dynamic-parameters-request.dto.js.map +1 -1
  120. package/dist/dto/dynamic-node-parameters/options-request.dto.d.ts +2 -2
  121. package/dist/dto/dynamic-node-parameters/options-request.dto.js.map +1 -1
  122. package/dist/dto/dynamic-node-parameters/resource-locator-request.dto.d.ts +2 -2
  123. package/dist/dto/dynamic-node-parameters/resource-locator-request.dto.js.map +1 -1
  124. package/dist/dto/dynamic-node-parameters/resource-mapper-fields-request.dto.d.ts +2 -2
  125. package/dist/dto/dynamic-node-parameters/resource-mapper-fields-request.dto.js.map +1 -1
  126. package/dist/dto/encryption/create-encryption-key.dto.js.map +1 -1
  127. package/dist/dto/encryption/list-encryption-keys-query.dto.d.ts +4 -4
  128. package/dist/dto/encryption/list-encryption-keys-query.dto.js.map +1 -1
  129. package/dist/dto/evaluations/dataset-row.dto.d.ts +6 -6
  130. package/dist/dto/evaluations/dataset-row.dto.js.map +1 -1
  131. package/dist/dto/evaluations/evaluation-config.dto.d.ts +110 -110
  132. package/dist/dto/evaluations/evaluation-config.dto.js +2 -1
  133. package/dist/dto/evaluations/evaluation-config.dto.js.map +1 -1
  134. package/dist/dto/evaluations/evaluation-error-code.d.ts +24 -24
  135. package/dist/dto/evaluations/index.d.ts +1 -0
  136. package/dist/dto/evaluations/index.js +1 -0
  137. package/dist/dto/evaluations/index.js.map +1 -1
  138. package/dist/dto/evaluations/llm-judge-providers.d.ts +11 -0
  139. package/dist/dto/evaluations/llm-judge-providers.js +103 -0
  140. package/dist/dto/evaluations/llm-judge-providers.js.map +1 -0
  141. package/dist/dto/evaluations/public-api-test-run.dto.d.ts +9 -0
  142. package/dist/dto/executions/execution-redaction-query.dto.d.ts +3 -3
  143. package/dist/dto/folders/create-folder.dto.js.map +1 -1
  144. package/dist/dto/folders/delete-folder.dto.js.map +1 -1
  145. package/dist/dto/folders/list-folder-query.dto.d.ts +9 -9
  146. package/dist/dto/folders/list-folder-query.dto.js.map +1 -1
  147. package/dist/dto/folders/transfer-folder.dto.d.ts +1 -1
  148. package/dist/dto/folders/transfer-folder.dto.js.map +1 -1
  149. package/dist/dto/folders/update-folder.dto.d.ts +1 -1
  150. package/dist/dto/folders/update-folder.dto.js.map +1 -1
  151. package/dist/dto/index.d.ts +7 -2
  152. package/dist/dto/index.js +20 -4
  153. package/dist/dto/index.js.map +1 -1
  154. package/dist/dto/insights/date-filter.dto.d.ts +1 -1
  155. package/dist/dto/insights/date-filter.dto.js.map +1 -1
  156. package/dist/dto/insights/list-workflow-query.dto.d.ts +3 -3
  157. package/dist/dto/insights/list-workflow-query.dto.js.map +1 -1
  158. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.d.ts +8 -8
  159. package/dist/dto/instance-ai/instance-ai-feedback-request.dto.d.ts +1 -1
  160. package/dist/dto/instance-ai/instance-ai-feedback-request.dto.js.map +1 -1
  161. package/dist/dto/instance-ai/instance-ai-mcp-create-connection-request.dto.d.ts +1 -1
  162. package/dist/dto/instance-ai/instance-ai-mcp-create-connection-request.dto.js.map +1 -1
  163. package/dist/dto/instance-ai/instance-ai-mcp-update-connection-request.dto.d.ts +1 -1
  164. package/dist/dto/instance-ai/instance-ai-mcp-update-connection-request.dto.js.map +1 -1
  165. package/dist/dto/instance-ai/instance-ai-rename-thread-request.dto.js.map +1 -1
  166. package/dist/dto/instance-ai-examples/instance-ai-examples-query.dto.d.ts +2 -2
  167. package/dist/dto/instance-ai-examples/instance-ai-examples-query.dto.js.map +1 -1
  168. package/dist/dto/instance-version-history/version-query.dto.d.ts +1 -1
  169. package/dist/dto/instance-version-history/version-query.dto.js.map +1 -1
  170. package/dist/dto/instance-version-history/version-since-date-query.dto.js.map +1 -1
  171. package/dist/dto/invitation/accept-invitation-request.dto.d.ts +1 -1
  172. package/dist/dto/invitation/accept-invitation-request.dto.js.map +1 -1
  173. package/dist/dto/invitation/invite-users-request.dto.d.ts +2 -2
  174. package/dist/dto/invitation/invite-users-request.dto.js.map +1 -1
  175. package/dist/dto/license/community-registered-request.dto.js.map +1 -1
  176. package/dist/dto/log-streaming/create-destination.dto.d.ts +126 -126
  177. package/dist/dto/log-streaming/delete-destination-query.dto.js.map +1 -1
  178. package/dist/dto/log-streaming/get-destination-query.dto.js.map +1 -1
  179. package/dist/dto/log-streaming/public-destination.dto.d.ts +881 -0
  180. package/dist/dto/log-streaming/public-destination.dto.js +53 -0
  181. package/dist/dto/log-streaming/public-destination.dto.js.map +1 -0
  182. package/dist/dto/log-streaming/test-destination-query.dto.js.map +1 -1
  183. package/dist/dto/node-types/get-node-types-by-identifier.dto.js.map +1 -1
  184. package/dist/dto/oauth/oauth-client.dto.d.ts +142 -10
  185. package/dist/dto/oauth/oauth-client.dto.js +34 -12
  186. package/dist/dto/oauth/oauth-client.dto.js.map +1 -1
  187. package/dist/dto/oidc/config.dto.d.ts +3 -3
  188. package/dist/dto/oidc/config.dto.js.map +1 -1
  189. package/dist/dto/oidc/test-oidc-config-response.dto.js.map +1 -1
  190. package/dist/dto/otel/test-otel-connection.dto.d.ts +1 -1
  191. package/dist/dto/otel/test-otel-connection.dto.js.map +1 -1
  192. package/dist/dto/otel/update-otel-settings.dto.d.ts +1 -1
  193. package/dist/dto/otel/update-otel-settings.dto.js.map +1 -1
  194. package/dist/dto/owner/dismiss-banner-request.dto.js.map +1 -1
  195. package/dist/dto/owner/owner-setup-request.dto.d.ts +1 -1
  196. package/dist/dto/owner/owner-setup-request.dto.js.map +1 -1
  197. package/dist/dto/packages/export-package-request.dto.d.ts +5 -1
  198. package/dist/dto/packages/export-package-request.dto.js +5 -0
  199. package/dist/dto/packages/export-package-request.dto.js.map +1 -1
  200. package/dist/dto/packages/import-package-request.dto.d.ts +13 -7
  201. package/dist/dto/packages/import-package-request.dto.js +12 -0
  202. package/dist/dto/packages/import-package-request.dto.js.map +1 -1
  203. package/dist/dto/pagination/pagination.dto.js.map +1 -1
  204. package/dist/dto/password-reset/change-password-request.dto.js.map +1 -1
  205. package/dist/dto/password-reset/forgot-password-request.dto.js.map +1 -1
  206. package/dist/dto/password-reset/resolve-password-token-query.dto.js.map +1 -1
  207. package/dist/dto/project/add-users-to-project.dto.d.ts +3 -3
  208. package/dist/dto/project/add-users-to-project.dto.js.map +1 -1
  209. package/dist/dto/project/change-user-role-in-project.dto.js.map +1 -1
  210. package/dist/dto/project/create-project.dto.d.ts +3 -3
  211. package/dist/dto/project/create-project.dto.js.map +1 -1
  212. package/dist/dto/project/delete-project.dto.js.map +1 -1
  213. package/dist/dto/project/list-projects-query.dto.d.ts +2 -2
  214. package/dist/dto/project/list-projects-query.dto.js.map +1 -1
  215. package/dist/dto/project/update-project.dto.d.ts +29 -29
  216. package/dist/dto/project/update-project.dto.js.map +1 -1
  217. package/dist/dto/provisioning/config.dto.js.map +1 -1
  218. package/dist/dto/quick-connect/create-quick-connect-credential.dto.js.map +1 -1
  219. package/dist/dto/roles/create-role-mapping-rule.dto.d.ts +2 -2
  220. package/dist/dto/roles/create-role-mapping-rule.dto.js.map +1 -1
  221. package/dist/dto/roles/create-role.dto.d.ts +2 -2
  222. package/dist/dto/roles/create-role.dto.js.map +1 -1
  223. package/dist/dto/roles/list-role-mapping-rule-query.dto.d.ts +3 -3
  224. package/dist/dto/roles/list-role-mapping-rule-query.dto.js.map +1 -1
  225. package/dist/dto/roles/move-role-mapping-rule.dto.js.map +1 -1
  226. package/dist/dto/roles/patch-role-mapping-rule.dto.d.ts +2 -2
  227. package/dist/dto/roles/patch-role-mapping-rule.dto.js.map +1 -1
  228. package/dist/dto/roles/role-assignments-response.dto.d.ts +9 -9
  229. package/dist/dto/roles/role-assignments-response.dto.js.map +1 -1
  230. package/dist/dto/roles/role-get-query.dto.d.ts +1 -1
  231. package/dist/dto/roles/role-get-query.dto.js.map +1 -1
  232. package/dist/dto/roles/role-list-query.dto.d.ts +1 -1
  233. package/dist/dto/roles/role-list-query.dto.js.map +1 -1
  234. package/dist/dto/roles/role-member.schema.d.ts +4 -4
  235. package/dist/dto/roles/role-members-response.dto.d.ts +7 -7
  236. package/dist/dto/roles/role-members-response.dto.js.map +1 -1
  237. package/dist/dto/roles/role-project-members-response.dto.d.ts +6 -6
  238. package/dist/dto/roles/role-project-members-response.dto.js.map +1 -1
  239. package/dist/dto/roles/update-role.dto.js.map +1 -1
  240. package/dist/dto/saml/saml-acs.dto.js.map +1 -1
  241. package/dist/dto/saml/saml-configuration-response.dto.d.ts +5 -0
  242. package/dist/dto/saml/saml-configuration-response.dto.js +3 -0
  243. package/dist/dto/saml/saml-configuration-response.dto.js.map +1 -0
  244. package/dist/dto/saml/saml-preferences.dto.d.ts +113 -20
  245. package/dist/dto/saml/saml-preferences.dto.js +34 -1
  246. package/dist/dto/saml/saml-preferences.dto.js.map +1 -1
  247. package/dist/dto/saml/saml-toggle.dto.js.map +1 -1
  248. package/dist/dto/secrets-provider/create-secrets-provider-connection.dto.d.ts +3 -3
  249. package/dist/dto/secrets-provider/create-secrets-provider-connection.dto.js.map +1 -1
  250. package/dist/dto/secrets-provider/set-secrets-provider-connection-is-enabled.dto.js.map +1 -1
  251. package/dist/dto/secrets-provider/update-external-secrets-settings.dto.js.map +1 -1
  252. package/dist/dto/secrets-provider/update-secrets-provider-connection.dto.d.ts +2 -2
  253. package/dist/dto/secrets-provider/update-secrets-provider-connection.dto.js.map +1 -1
  254. package/dist/dto/security-settings/security-policy.dto.d.ts +11 -11
  255. package/dist/dto/security-settings/security-policy.dto.js +3 -3
  256. package/dist/dto/security-settings/security-policy.dto.js.map +1 -1
  257. package/dist/dto/security-settings/security-settings.dto.d.ts +6 -6
  258. package/dist/dto/security-settings/security-settings.dto.js.map +1 -1
  259. package/dist/dto/source-control/pull-work-folder-request.dto.d.ts +1 -1
  260. package/dist/dto/source-control/pull-work-folder-request.dto.js.map +1 -1
  261. package/dist/dto/source-control/push-work-folder-request.dto.d.ts +14 -14
  262. package/dist/dto/source-control/push-work-folder-request.dto.js.map +1 -1
  263. package/dist/dto/tag/create-or-update-tag-request.dto.js.map +1 -1
  264. package/dist/dto/tag/list-tags-query.dto.d.ts +11 -0
  265. package/dist/dto/tag/list-tags-query.dto.js +13 -0
  266. package/dist/dto/tag/list-tags-query.dto.js.map +1 -0
  267. package/dist/dto/tag/retrieve-tag-query.dto.d.ts +1 -1
  268. package/dist/dto/tag/retrieve-tag-query.dto.js.map +1 -1
  269. package/dist/dto/tag/tag-public.dto.d.ts +60 -0
  270. package/dist/dto/tag/tag-public.dto.js +26 -0
  271. package/dist/dto/tag/tag-public.dto.js.map +1 -0
  272. package/dist/dto/user/password-update-request.dto.js.map +1 -1
  273. package/dist/dto/user/role-change-request.dto.js.map +1 -1
  274. package/dist/dto/user/settings-update-request.dto.js.map +1 -1
  275. package/dist/dto/user/user-self-settings-update-request.dto.js.map +1 -1
  276. package/dist/dto/user/user-update-request.dto.d.ts +1 -1
  277. package/dist/dto/user/user-update-request.dto.js.map +1 -1
  278. package/dist/dto/user/users-list-filter.dto.d.ts +12 -12
  279. package/dist/dto/user/users-list-filter.dto.js.map +1 -1
  280. package/dist/dto/variables/base.dto.d.ts +2 -2
  281. package/dist/dto/variables/base.dto.js.map +1 -1
  282. package/dist/dto/variables/create-variable-request.dto.d.ts +1 -1
  283. package/dist/dto/variables/create-variable-request.dto.js.map +1 -1
  284. package/dist/dto/variables/update-variable-request.dto.d.ts +2 -2
  285. package/dist/dto/variables/update-variable-request.dto.js.map +1 -1
  286. package/dist/dto/variables/variables-list-request.dto.d.ts +1 -1
  287. package/dist/dto/variables/variables-list-request.dto.js.map +1 -1
  288. package/dist/dto/workflow-history/update-workflow-history-version.dto.js.map +1 -1
  289. package/dist/dto/workflow-history/workflow-history-lookup.dto.d.ts +1 -1
  290. package/dist/dto/workflow-history/workflow-history-versions-by-ids.dto.js.map +1 -1
  291. package/dist/dto/workflows/activate-workflow.dto.js.map +1 -1
  292. package/dist/dto/workflows/archive-workflow.dto.js.map +1 -1
  293. package/dist/dto/workflows/base-workflow.dto.d.ts +6 -0
  294. package/dist/dto/workflows/base-workflow.dto.js +7 -0
  295. package/dist/dto/workflows/base-workflow.dto.js.map +1 -1
  296. package/dist/dto/workflows/create-workflow.dto.d.ts +13 -9
  297. package/dist/dto/workflows/create-workflow.dto.js.map +1 -1
  298. package/dist/dto/workflows/deactivate-workflow.dto.js.map +1 -1
  299. package/dist/dto/workflows/get-resource-dependencies.dto.d.ts +1 -1
  300. package/dist/dto/workflows/get-resource-dependencies.dto.js.map +1 -1
  301. package/dist/dto/workflows/get-resource-dependency-counts.dto.d.ts +1 -1
  302. package/dist/dto/workflows/get-resource-dependency-counts.dto.js.map +1 -1
  303. package/dist/dto/workflows/import-workflow-from-url.dto.js.map +1 -1
  304. package/dist/dto/workflows/manual-run.dto.d.ts +23 -23
  305. package/dist/dto/workflows/transfer.dto.js.map +1 -1
  306. package/dist/dto/workflows/update-workflow.dto.d.ts +8 -4
  307. package/dist/dto/workflows/update-workflow.dto.js.map +1 -1
  308. package/dist/frontend-settings.d.ts +10 -1
  309. package/dist/frontend-settings.js +8 -0
  310. package/dist/frontend-settings.js.map +1 -1
  311. package/dist/index.d.ts +7 -6
  312. package/dist/index.js +22 -3
  313. package/dist/index.js.map +1 -1
  314. package/dist/instance-registry-types.d.ts +52 -52
  315. package/dist/instance-registry-types.js.map +1 -1
  316. package/dist/push/execution.d.ts +2 -0
  317. package/dist/push/heartbeat.js.map +1 -1
  318. package/dist/push/workflow.d.ts +1 -0
  319. package/dist/schemas/agent-run-reducer.js +51 -7
  320. package/dist/schemas/agent-run-reducer.js.map +1 -1
  321. package/dist/schemas/banner-name.schema.js.map +1 -1
  322. package/dist/schemas/boolean-from-string.d.ts +1 -1
  323. package/dist/schemas/breaking-changes.schema.d.ts +252 -252
  324. package/dist/schemas/breaking-changes.schema.js.map +1 -1
  325. package/dist/schemas/credential-resolver.schema.d.ts +12 -12
  326. package/dist/schemas/credential-resolver.schema.js.map +1 -1
  327. package/dist/schemas/credential-response.schema.d.ts +8 -8
  328. package/dist/schemas/data-table-filter.schema.d.ts +12 -12
  329. package/dist/schemas/data-table-filter.schema.js.map +1 -1
  330. package/dist/schemas/data-table.schema.d.ts +14 -14
  331. package/dist/schemas/data-table.schema.js.map +1 -1
  332. package/dist/schemas/encryption-key.schema.d.ts +14 -14
  333. package/dist/schemas/encryption-key.schema.js.map +1 -1
  334. package/dist/schemas/eval-collections.schema.d.ts +18 -15
  335. package/dist/schemas/eval-collections.schema.js +19 -1
  336. package/dist/schemas/eval-collections.schema.js.map +1 -1
  337. package/dist/schemas/eval-insights.schema.d.ts +29 -29
  338. package/dist/schemas/eval-insights.schema.js.map +1 -1
  339. package/dist/schemas/evaluations.schema.d.ts +5 -0
  340. package/dist/schemas/evaluations.schema.js +1 -0
  341. package/dist/schemas/evaluations.schema.js.map +1 -1
  342. package/dist/schemas/favorites.schema.d.ts +1 -1
  343. package/dist/schemas/insights.schema.d.ts +76 -68
  344. package/dist/schemas/insights.schema.js +1 -0
  345. package/dist/schemas/insights.schema.js.map +1 -1
  346. package/dist/schemas/instance-ai.schema.d.ts +1115 -820
  347. package/dist/schemas/instance-ai.schema.js +55 -7
  348. package/dist/schemas/instance-ai.schema.js.map +1 -1
  349. package/dist/schemas/llm-step-display.js.map +1 -1
  350. package/dist/schemas/mcp.schema.d.ts +15 -0
  351. package/dist/schemas/mcp.schema.js +31 -1
  352. package/dist/schemas/mcp.schema.js.map +1 -1
  353. package/dist/schemas/password.schema.js.map +1 -1
  354. package/dist/schemas/project.schema.d.ts +4 -4
  355. package/dist/schemas/secrets-provider.schema.d.ts +24 -24
  356. package/dist/schemas/secrets-provider.schema.js.map +1 -1
  357. package/dist/schemas/source-controlled-file.schema.d.ts +8 -8
  358. package/dist/schemas/source-controlled-file.schema.js.map +1 -1
  359. package/dist/schemas/timezone.schema.js.map +1 -1
  360. package/dist/schemas/usage.schema.d.ts +32 -32
  361. package/dist/schemas/user-settings.schema.d.ts +8 -8
  362. package/dist/schemas/user-settings.schema.js.map +1 -1
  363. package/dist/schemas/user.schema.d.ts +111 -111
  364. package/dist/schemas/user.schema.js.map +1 -1
  365. package/dist/schemas/workflow-execution-status.schema.d.ts +10 -10
  366. package/dist/schemas/workflow-publication-status.schema.d.ts +6 -6
  367. package/dist/schemas/workflow-version.schema.js.map +1 -1
  368. package/dist/utils/allowed-domains.js.map +1 -1
  369. package/dist/zod-class.js.map +1 -1
  370. package/package.json +6 -6
@@ -1,19 +1,19 @@
1
1
  import { z } from 'zod';
2
- export declare const RICH_CARD_COMPONENT_TYPES: readonly ["section", "fields", "image", "divider", "button", "select", "radio_select"];
2
+ export declare const RICH_CARD_COMPONENT_TYPES: readonly ['section', 'fields', 'image', 'divider', 'button', 'select', 'radio_select'];
3
3
  export type RichCardComponentType = (typeof RICH_CARD_COMPONENT_TYPES)[number];
4
- export declare const RICH_CARD_BUTTON_STYLES: readonly ["primary", "danger", "default"];
4
+ export declare const RICH_CARD_BUTTON_STYLES: readonly ['primary', 'danger', 'default'];
5
5
  export type RichCardButtonStyle = (typeof RICH_CARD_BUTTON_STYLES)[number];
6
6
  declare const richCardSelectOptionSchema: z.ZodObject<{
7
7
  label: z.ZodString;
8
8
  value: z.ZodString;
9
9
  description: z.ZodOptional<z.ZodString>;
10
10
  }, "strict", z.ZodTypeAny, {
11
- value: string;
12
11
  label: string;
12
+ value: string;
13
13
  description?: string | undefined;
14
14
  }, {
15
- value: string;
16
15
  label: string;
16
+ value: string;
17
17
  description?: string | undefined;
18
18
  }>;
19
19
  declare const richCardButtonSchema: z.ZodObject<{
@@ -22,15 +22,15 @@ declare const richCardButtonSchema: z.ZodObject<{
22
22
  value: z.ZodString;
23
23
  style: z.ZodOptional<z.ZodEnum<["primary", "danger", "default"]>>;
24
24
  }, "strict", z.ZodTypeAny, {
25
- value: string;
26
- text?: string | undefined;
27
25
  label?: string | undefined;
28
- style?: "default" | "primary" | "danger" | undefined;
29
- }, {
30
- value: string;
31
26
  text?: string | undefined;
27
+ value: string;
28
+ style?: "danger" | "default" | "primary" | undefined;
29
+ }, {
32
30
  label?: string | undefined;
33
- style?: "default" | "primary" | "danger" | undefined;
31
+ text?: string | undefined;
32
+ value: string;
33
+ style?: "danger" | "default" | "primary" | undefined;
34
34
  }>;
35
35
  export declare const richCardComponentSchema: z.ZodUnion<[z.ZodObject<{
36
36
  type: z.ZodLiteral<"section">;
@@ -41,33 +41,33 @@ export declare const richCardComponentSchema: z.ZodUnion<[z.ZodObject<{
41
41
  value: z.ZodString;
42
42
  style: z.ZodOptional<z.ZodEnum<["primary", "danger", "default"]>>;
43
43
  }, "strict", z.ZodTypeAny, {
44
- value: string;
45
- text?: string | undefined;
46
44
  label?: string | undefined;
47
- style?: "default" | "primary" | "danger" | undefined;
48
- }, {
49
- value: string;
50
45
  text?: string | undefined;
46
+ value: string;
47
+ style?: "danger" | "default" | "primary" | undefined;
48
+ }, {
51
49
  label?: string | undefined;
52
- style?: "default" | "primary" | "danger" | undefined;
50
+ text?: string | undefined;
51
+ value: string;
52
+ style?: "danger" | "default" | "primary" | undefined;
53
53
  }>>;
54
54
  }, "strict", z.ZodTypeAny, {
55
55
  type: "section";
56
56
  text: string;
57
57
  button?: {
58
- value: string;
59
- text?: string | undefined;
60
58
  label?: string | undefined;
61
- style?: "default" | "primary" | "danger" | undefined;
59
+ text?: string | undefined;
60
+ value: string;
61
+ style?: "danger" | "default" | "primary" | undefined;
62
62
  } | undefined;
63
63
  }, {
64
64
  type: "section";
65
65
  text: string;
66
66
  button?: {
67
- value: string;
68
- text?: string | undefined;
69
67
  label?: string | undefined;
70
- style?: "default" | "primary" | "danger" | undefined;
68
+ text?: string | undefined;
69
+ value: string;
70
+ style?: "danger" | "default" | "primary" | undefined;
71
71
  } | undefined;
72
72
  }>, z.ZodEffects<z.ZodObject<{
73
73
  type: z.ZodLiteral<"fields">;
@@ -75,61 +75,61 @@ export declare const richCardComponentSchema: z.ZodUnion<[z.ZodObject<{
75
75
  label: z.ZodString;
76
76
  value: z.ZodString;
77
77
  }, "strict", z.ZodTypeAny, {
78
- value: string;
79
78
  label: string;
80
- }, {
81
79
  value: string;
80
+ }, {
82
81
  label: string;
82
+ value: string;
83
83
  }>, "many">>;
84
84
  items: z.ZodOptional<z.ZodArray<z.ZodObject<{
85
85
  label: z.ZodString;
86
86
  value: z.ZodString;
87
87
  }, "strict", z.ZodTypeAny, {
88
- value: string;
89
88
  label: string;
90
- }, {
91
89
  value: string;
90
+ }, {
92
91
  label: string;
92
+ value: string;
93
93
  }>, "many">>;
94
94
  }, "strict", z.ZodTypeAny, {
95
95
  type: "fields";
96
96
  fields?: {
97
- value: string;
98
97
  label: string;
98
+ value: string;
99
99
  }[] | undefined;
100
100
  items?: {
101
- value: string;
102
101
  label: string;
102
+ value: string;
103
103
  }[] | undefined;
104
104
  }, {
105
105
  type: "fields";
106
106
  fields?: {
107
- value: string;
108
107
  label: string;
108
+ value: string;
109
109
  }[] | undefined;
110
110
  items?: {
111
- value: string;
112
111
  label: string;
112
+ value: string;
113
113
  }[] | undefined;
114
114
  }>, {
115
115
  type: "fields";
116
116
  fields?: {
117
- value: string;
118
117
  label: string;
118
+ value: string;
119
119
  }[] | undefined;
120
120
  items?: {
121
- value: string;
122
121
  label: string;
122
+ value: string;
123
123
  }[] | undefined;
124
124
  }, {
125
125
  type: "fields";
126
126
  fields?: {
127
- value: string;
128
127
  label: string;
128
+ value: string;
129
129
  }[] | undefined;
130
130
  items?: {
131
- value: string;
132
131
  label: string;
132
+ value: string;
133
133
  }[] | undefined;
134
134
  }>, z.ZodObject<{
135
135
  type: z.ZodLiteral<"image">;
@@ -159,17 +159,17 @@ export declare const richCardComponentSchema: z.ZodUnion<[z.ZodObject<{
159
159
  value: z.ZodString;
160
160
  style: z.ZodOptional<z.ZodEnum<["primary", "danger", "default"]>>;
161
161
  }, "strict", z.ZodTypeAny, {
162
- value: string;
163
162
  type: "button";
164
- text?: string | undefined;
165
163
  label?: string | undefined;
166
- style?: "default" | "primary" | "danger" | undefined;
167
- }, {
164
+ text?: string | undefined;
168
165
  value: string;
166
+ style?: "danger" | "default" | "primary" | undefined;
167
+ }, {
169
168
  type: "button";
170
- text?: string | undefined;
171
169
  label?: string | undefined;
172
- style?: "default" | "primary" | "danger" | undefined;
170
+ text?: string | undefined;
171
+ value: string;
172
+ style?: "danger" | "default" | "primary" | undefined;
173
173
  }>, z.ZodObject<{
174
174
  type: z.ZodLiteral<"select">;
175
175
  id: z.ZodOptional<z.ZodString>;
@@ -180,34 +180,34 @@ export declare const richCardComponentSchema: z.ZodUnion<[z.ZodObject<{
180
180
  value: z.ZodString;
181
181
  description: z.ZodOptional<z.ZodString>;
182
182
  }, "strict", z.ZodTypeAny, {
183
- value: string;
184
183
  label: string;
184
+ value: string;
185
185
  description?: string | undefined;
186
186
  }, {
187
- value: string;
188
187
  label: string;
188
+ value: string;
189
189
  description?: string | undefined;
190
190
  }>, "many">;
191
191
  }, "strict", z.ZodTypeAny, {
192
- options: {
193
- value: string;
194
- label: string;
195
- description?: string | undefined;
196
- }[];
197
192
  type: "select";
198
193
  id?: string | undefined;
199
194
  label?: string | undefined;
200
195
  placeholder?: string | undefined;
201
- }, {
202
196
  options: {
203
- value: string;
204
197
  label: string;
198
+ value: string;
205
199
  description?: string | undefined;
206
200
  }[];
201
+ }, {
207
202
  type: "select";
208
203
  id?: string | undefined;
209
204
  label?: string | undefined;
210
205
  placeholder?: string | undefined;
206
+ options: {
207
+ label: string;
208
+ value: string;
209
+ description?: string | undefined;
210
+ }[];
211
211
  }>, z.ZodObject<{
212
212
  type: z.ZodLiteral<"radio_select">;
213
213
  id: z.ZodOptional<z.ZodString>;
@@ -218,34 +218,34 @@ export declare const richCardComponentSchema: z.ZodUnion<[z.ZodObject<{
218
218
  value: z.ZodString;
219
219
  description: z.ZodOptional<z.ZodString>;
220
220
  }, "strict", z.ZodTypeAny, {
221
- value: string;
222
221
  label: string;
222
+ value: string;
223
223
  description?: string | undefined;
224
224
  }, {
225
- value: string;
226
225
  label: string;
226
+ value: string;
227
227
  description?: string | undefined;
228
228
  }>, "many">;
229
229
  }, "strict", z.ZodTypeAny, {
230
- options: {
231
- value: string;
232
- label: string;
233
- description?: string | undefined;
234
- }[];
235
230
  type: "radio_select";
236
231
  id?: string | undefined;
237
232
  label?: string | undefined;
238
233
  placeholder?: string | undefined;
239
- }, {
240
234
  options: {
241
- value: string;
242
235
  label: string;
236
+ value: string;
243
237
  description?: string | undefined;
244
238
  }[];
239
+ }, {
245
240
  type: "radio_select";
246
241
  id?: string | undefined;
247
242
  label?: string | undefined;
248
243
  placeholder?: string | undefined;
244
+ options: {
245
+ label: string;
246
+ value: string;
247
+ description?: string | undefined;
248
+ }[];
249
249
  }>]>;
250
250
  export declare const richCardSchema: z.ZodObject<{
251
251
  awaitResponse: z.ZodOptional<z.ZodBoolean>;
@@ -260,33 +260,33 @@ export declare const richCardSchema: z.ZodObject<{
260
260
  value: z.ZodString;
261
261
  style: z.ZodOptional<z.ZodEnum<["primary", "danger", "default"]>>;
262
262
  }, "strict", z.ZodTypeAny, {
263
- value: string;
264
- text?: string | undefined;
265
263
  label?: string | undefined;
266
- style?: "default" | "primary" | "danger" | undefined;
267
- }, {
268
- value: string;
269
264
  text?: string | undefined;
265
+ value: string;
266
+ style?: "danger" | "default" | "primary" | undefined;
267
+ }, {
270
268
  label?: string | undefined;
271
- style?: "default" | "primary" | "danger" | undefined;
269
+ text?: string | undefined;
270
+ value: string;
271
+ style?: "danger" | "default" | "primary" | undefined;
272
272
  }>>;
273
273
  }, "strict", z.ZodTypeAny, {
274
274
  type: "section";
275
275
  text: string;
276
276
  button?: {
277
- value: string;
278
- text?: string | undefined;
279
277
  label?: string | undefined;
280
- style?: "default" | "primary" | "danger" | undefined;
278
+ text?: string | undefined;
279
+ value: string;
280
+ style?: "danger" | "default" | "primary" | undefined;
281
281
  } | undefined;
282
282
  }, {
283
283
  type: "section";
284
284
  text: string;
285
285
  button?: {
286
- value: string;
287
- text?: string | undefined;
288
286
  label?: string | undefined;
289
- style?: "default" | "primary" | "danger" | undefined;
287
+ text?: string | undefined;
288
+ value: string;
289
+ style?: "danger" | "default" | "primary" | undefined;
290
290
  } | undefined;
291
291
  }>, z.ZodEffects<z.ZodObject<{
292
292
  type: z.ZodLiteral<"fields">;
@@ -294,61 +294,61 @@ export declare const richCardSchema: z.ZodObject<{
294
294
  label: z.ZodString;
295
295
  value: z.ZodString;
296
296
  }, "strict", z.ZodTypeAny, {
297
- value: string;
298
297
  label: string;
299
- }, {
300
298
  value: string;
299
+ }, {
301
300
  label: string;
301
+ value: string;
302
302
  }>, "many">>;
303
303
  items: z.ZodOptional<z.ZodArray<z.ZodObject<{
304
304
  label: z.ZodString;
305
305
  value: z.ZodString;
306
306
  }, "strict", z.ZodTypeAny, {
307
- value: string;
308
307
  label: string;
309
- }, {
310
308
  value: string;
309
+ }, {
311
310
  label: string;
311
+ value: string;
312
312
  }>, "many">>;
313
313
  }, "strict", z.ZodTypeAny, {
314
314
  type: "fields";
315
315
  fields?: {
316
- value: string;
317
316
  label: string;
317
+ value: string;
318
318
  }[] | undefined;
319
319
  items?: {
320
- value: string;
321
320
  label: string;
321
+ value: string;
322
322
  }[] | undefined;
323
323
  }, {
324
324
  type: "fields";
325
325
  fields?: {
326
- value: string;
327
326
  label: string;
327
+ value: string;
328
328
  }[] | undefined;
329
329
  items?: {
330
- value: string;
331
330
  label: string;
331
+ value: string;
332
332
  }[] | undefined;
333
333
  }>, {
334
334
  type: "fields";
335
335
  fields?: {
336
- value: string;
337
336
  label: string;
337
+ value: string;
338
338
  }[] | undefined;
339
339
  items?: {
340
- value: string;
341
340
  label: string;
341
+ value: string;
342
342
  }[] | undefined;
343
343
  }, {
344
344
  type: "fields";
345
345
  fields?: {
346
- value: string;
347
346
  label: string;
347
+ value: string;
348
348
  }[] | undefined;
349
349
  items?: {
350
- value: string;
351
350
  label: string;
351
+ value: string;
352
352
  }[] | undefined;
353
353
  }>, z.ZodObject<{
354
354
  type: z.ZodLiteral<"image">;
@@ -378,17 +378,17 @@ export declare const richCardSchema: z.ZodObject<{
378
378
  value: z.ZodString;
379
379
  style: z.ZodOptional<z.ZodEnum<["primary", "danger", "default"]>>;
380
380
  }, "strict", z.ZodTypeAny, {
381
- value: string;
382
381
  type: "button";
383
- text?: string | undefined;
384
382
  label?: string | undefined;
385
- style?: "default" | "primary" | "danger" | undefined;
386
- }, {
383
+ text?: string | undefined;
387
384
  value: string;
385
+ style?: "danger" | "default" | "primary" | undefined;
386
+ }, {
388
387
  type: "button";
389
- text?: string | undefined;
390
388
  label?: string | undefined;
391
- style?: "default" | "primary" | "danger" | undefined;
389
+ text?: string | undefined;
390
+ value: string;
391
+ style?: "danger" | "default" | "primary" | undefined;
392
392
  }>, z.ZodObject<{
393
393
  type: z.ZodLiteral<"select">;
394
394
  id: z.ZodOptional<z.ZodString>;
@@ -399,34 +399,34 @@ export declare const richCardSchema: z.ZodObject<{
399
399
  value: z.ZodString;
400
400
  description: z.ZodOptional<z.ZodString>;
401
401
  }, "strict", z.ZodTypeAny, {
402
- value: string;
403
402
  label: string;
403
+ value: string;
404
404
  description?: string | undefined;
405
405
  }, {
406
- value: string;
407
406
  label: string;
407
+ value: string;
408
408
  description?: string | undefined;
409
409
  }>, "many">;
410
410
  }, "strict", z.ZodTypeAny, {
411
- options: {
412
- value: string;
413
- label: string;
414
- description?: string | undefined;
415
- }[];
416
411
  type: "select";
417
412
  id?: string | undefined;
418
413
  label?: string | undefined;
419
414
  placeholder?: string | undefined;
420
- }, {
421
415
  options: {
422
- value: string;
423
416
  label: string;
417
+ value: string;
424
418
  description?: string | undefined;
425
419
  }[];
420
+ }, {
426
421
  type: "select";
427
422
  id?: string | undefined;
428
423
  label?: string | undefined;
429
424
  placeholder?: string | undefined;
425
+ options: {
426
+ label: string;
427
+ value: string;
428
+ description?: string | undefined;
429
+ }[];
430
430
  }>, z.ZodObject<{
431
431
  type: z.ZodLiteral<"radio_select">;
432
432
  id: z.ZodOptional<z.ZodString>;
@@ -437,54 +437,57 @@ export declare const richCardSchema: z.ZodObject<{
437
437
  value: z.ZodString;
438
438
  description: z.ZodOptional<z.ZodString>;
439
439
  }, "strict", z.ZodTypeAny, {
440
- value: string;
441
440
  label: string;
441
+ value: string;
442
442
  description?: string | undefined;
443
443
  }, {
444
- value: string;
445
444
  label: string;
445
+ value: string;
446
446
  description?: string | undefined;
447
447
  }>, "many">;
448
448
  }, "strict", z.ZodTypeAny, {
449
- options: {
450
- value: string;
451
- label: string;
452
- description?: string | undefined;
453
- }[];
454
449
  type: "radio_select";
455
450
  id?: string | undefined;
456
451
  label?: string | undefined;
457
452
  placeholder?: string | undefined;
458
- }, {
459
453
  options: {
460
- value: string;
461
454
  label: string;
455
+ value: string;
462
456
  description?: string | undefined;
463
457
  }[];
458
+ }, {
464
459
  type: "radio_select";
465
460
  id?: string | undefined;
466
461
  label?: string | undefined;
467
462
  placeholder?: string | undefined;
463
+ options: {
464
+ label: string;
465
+ value: string;
466
+ description?: string | undefined;
467
+ }[];
468
468
  }>]>, "many">;
469
469
  }, "strict", z.ZodTypeAny, {
470
+ awaitResponse?: boolean | undefined;
471
+ title?: string | undefined;
472
+ message?: string | undefined;
470
473
  components: ({
471
474
  type: "section";
472
475
  text: string;
473
476
  button?: {
474
- value: string;
475
- text?: string | undefined;
476
477
  label?: string | undefined;
477
- style?: "default" | "primary" | "danger" | undefined;
478
+ text?: string | undefined;
479
+ value: string;
480
+ style?: "danger" | "default" | "primary" | undefined;
478
481
  } | undefined;
479
482
  } | {
480
483
  type: "fields";
481
484
  fields?: {
482
- value: string;
483
485
  label: string;
486
+ value: string;
484
487
  }[] | undefined;
485
488
  items?: {
486
- value: string;
487
489
  label: string;
490
+ value: string;
488
491
  }[] | undefined;
489
492
  } | {
490
493
  type: "image";
@@ -494,54 +497,54 @@ export declare const richCardSchema: z.ZodObject<{
494
497
  } | {
495
498
  type: "divider";
496
499
  } | {
497
- value: string;
498
500
  type: "button";
499
- text?: string | undefined;
500
501
  label?: string | undefined;
501
- style?: "default" | "primary" | "danger" | undefined;
502
+ text?: string | undefined;
503
+ value: string;
504
+ style?: "danger" | "default" | "primary" | undefined;
502
505
  } | {
503
- options: {
504
- value: string;
505
- label: string;
506
- description?: string | undefined;
507
- }[];
508
506
  type: "select";
509
507
  id?: string | undefined;
510
508
  label?: string | undefined;
511
509
  placeholder?: string | undefined;
512
- } | {
513
510
  options: {
514
- value: string;
515
511
  label: string;
512
+ value: string;
516
513
  description?: string | undefined;
517
514
  }[];
515
+ } | {
518
516
  type: "radio_select";
519
517
  id?: string | undefined;
520
518
  label?: string | undefined;
521
519
  placeholder?: string | undefined;
520
+ options: {
521
+ label: string;
522
+ value: string;
523
+ description?: string | undefined;
524
+ }[];
522
525
  })[];
523
- message?: string | undefined;
524
- title?: string | undefined;
525
- awaitResponse?: boolean | undefined;
526
526
  }, {
527
+ awaitResponse?: boolean | undefined;
528
+ title?: string | undefined;
529
+ message?: string | undefined;
527
530
  components: ({
528
531
  type: "section";
529
532
  text: string;
530
533
  button?: {
531
- value: string;
532
- text?: string | undefined;
533
534
  label?: string | undefined;
534
- style?: "default" | "primary" | "danger" | undefined;
535
+ text?: string | undefined;
536
+ value: string;
537
+ style?: "danger" | "default" | "primary" | undefined;
535
538
  } | undefined;
536
539
  } | {
537
540
  type: "fields";
538
541
  fields?: {
539
- value: string;
540
542
  label: string;
543
+ value: string;
541
544
  }[] | undefined;
542
545
  items?: {
543
- value: string;
544
546
  label: string;
547
+ value: string;
545
548
  }[] | undefined;
546
549
  } | {
547
550
  type: "image";
@@ -551,35 +554,32 @@ export declare const richCardSchema: z.ZodObject<{
551
554
  } | {
552
555
  type: "divider";
553
556
  } | {
554
- value: string;
555
557
  type: "button";
556
- text?: string | undefined;
557
558
  label?: string | undefined;
558
- style?: "default" | "primary" | "danger" | undefined;
559
+ text?: string | undefined;
560
+ value: string;
561
+ style?: "danger" | "default" | "primary" | undefined;
559
562
  } | {
560
- options: {
561
- value: string;
562
- label: string;
563
- description?: string | undefined;
564
- }[];
565
563
  type: "select";
566
564
  id?: string | undefined;
567
565
  label?: string | undefined;
568
566
  placeholder?: string | undefined;
569
- } | {
570
567
  options: {
571
- value: string;
572
568
  label: string;
569
+ value: string;
573
570
  description?: string | undefined;
574
571
  }[];
572
+ } | {
575
573
  type: "radio_select";
576
574
  id?: string | undefined;
577
575
  label?: string | undefined;
578
576
  placeholder?: string | undefined;
577
+ options: {
578
+ label: string;
579
+ value: string;
580
+ description?: string | undefined;
581
+ }[];
579
582
  })[];
580
- message?: string | undefined;
581
- title?: string | undefined;
582
- awaitResponse?: boolean | undefined;
583
583
  }>;
584
584
  export declare const richMessageSchema: z.ZodEffects<z.ZodObject<{
585
585
  text: z.ZodOptional<z.ZodString>;
@@ -596,33 +596,33 @@ export declare const richMessageSchema: z.ZodEffects<z.ZodObject<{
596
596
  value: z.ZodString;
597
597
  style: z.ZodOptional<z.ZodEnum<["primary", "danger", "default"]>>;
598
598
  }, "strict", z.ZodTypeAny, {
599
- value: string;
600
- text?: string | undefined;
601
599
  label?: string | undefined;
602
- style?: "default" | "primary" | "danger" | undefined;
603
- }, {
604
- value: string;
605
600
  text?: string | undefined;
601
+ value: string;
602
+ style?: "danger" | "default" | "primary" | undefined;
603
+ }, {
606
604
  label?: string | undefined;
607
- style?: "default" | "primary" | "danger" | undefined;
605
+ text?: string | undefined;
606
+ value: string;
607
+ style?: "danger" | "default" | "primary" | undefined;
608
608
  }>>;
609
609
  }, "strict", z.ZodTypeAny, {
610
610
  type: "section";
611
611
  text: string;
612
612
  button?: {
613
- value: string;
614
- text?: string | undefined;
615
613
  label?: string | undefined;
616
- style?: "default" | "primary" | "danger" | undefined;
614
+ text?: string | undefined;
615
+ value: string;
616
+ style?: "danger" | "default" | "primary" | undefined;
617
617
  } | undefined;
618
618
  }, {
619
619
  type: "section";
620
620
  text: string;
621
621
  button?: {
622
- value: string;
623
- text?: string | undefined;
624
622
  label?: string | undefined;
625
- style?: "default" | "primary" | "danger" | undefined;
623
+ text?: string | undefined;
624
+ value: string;
625
+ style?: "danger" | "default" | "primary" | undefined;
626
626
  } | undefined;
627
627
  }>, z.ZodEffects<z.ZodObject<{
628
628
  type: z.ZodLiteral<"fields">;
@@ -630,61 +630,61 @@ export declare const richMessageSchema: z.ZodEffects<z.ZodObject<{
630
630
  label: z.ZodString;
631
631
  value: z.ZodString;
632
632
  }, "strict", z.ZodTypeAny, {
633
- value: string;
634
633
  label: string;
635
- }, {
636
634
  value: string;
635
+ }, {
637
636
  label: string;
637
+ value: string;
638
638
  }>, "many">>;
639
639
  items: z.ZodOptional<z.ZodArray<z.ZodObject<{
640
640
  label: z.ZodString;
641
641
  value: z.ZodString;
642
642
  }, "strict", z.ZodTypeAny, {
643
- value: string;
644
643
  label: string;
645
- }, {
646
644
  value: string;
645
+ }, {
647
646
  label: string;
647
+ value: string;
648
648
  }>, "many">>;
649
649
  }, "strict", z.ZodTypeAny, {
650
650
  type: "fields";
651
651
  fields?: {
652
- value: string;
653
652
  label: string;
653
+ value: string;
654
654
  }[] | undefined;
655
655
  items?: {
656
- value: string;
657
656
  label: string;
657
+ value: string;
658
658
  }[] | undefined;
659
659
  }, {
660
660
  type: "fields";
661
661
  fields?: {
662
- value: string;
663
662
  label: string;
663
+ value: string;
664
664
  }[] | undefined;
665
665
  items?: {
666
- value: string;
667
666
  label: string;
667
+ value: string;
668
668
  }[] | undefined;
669
669
  }>, {
670
670
  type: "fields";
671
671
  fields?: {
672
- value: string;
673
672
  label: string;
673
+ value: string;
674
674
  }[] | undefined;
675
675
  items?: {
676
- value: string;
677
676
  label: string;
677
+ value: string;
678
678
  }[] | undefined;
679
679
  }, {
680
680
  type: "fields";
681
681
  fields?: {
682
- value: string;
683
682
  label: string;
683
+ value: string;
684
684
  }[] | undefined;
685
685
  items?: {
686
- value: string;
687
686
  label: string;
687
+ value: string;
688
688
  }[] | undefined;
689
689
  }>, z.ZodObject<{
690
690
  type: z.ZodLiteral<"image">;
@@ -714,17 +714,17 @@ export declare const richMessageSchema: z.ZodEffects<z.ZodObject<{
714
714
  value: z.ZodString;
715
715
  style: z.ZodOptional<z.ZodEnum<["primary", "danger", "default"]>>;
716
716
  }, "strict", z.ZodTypeAny, {
717
- value: string;
718
717
  type: "button";
719
- text?: string | undefined;
720
718
  label?: string | undefined;
721
- style?: "default" | "primary" | "danger" | undefined;
722
- }, {
719
+ text?: string | undefined;
723
720
  value: string;
721
+ style?: "danger" | "default" | "primary" | undefined;
722
+ }, {
724
723
  type: "button";
725
- text?: string | undefined;
726
724
  label?: string | undefined;
727
- style?: "default" | "primary" | "danger" | undefined;
725
+ text?: string | undefined;
726
+ value: string;
727
+ style?: "danger" | "default" | "primary" | undefined;
728
728
  }>, z.ZodObject<{
729
729
  type: z.ZodLiteral<"select">;
730
730
  id: z.ZodOptional<z.ZodString>;
@@ -735,34 +735,34 @@ export declare const richMessageSchema: z.ZodEffects<z.ZodObject<{
735
735
  value: z.ZodString;
736
736
  description: z.ZodOptional<z.ZodString>;
737
737
  }, "strict", z.ZodTypeAny, {
738
- value: string;
739
738
  label: string;
739
+ value: string;
740
740
  description?: string | undefined;
741
741
  }, {
742
- value: string;
743
742
  label: string;
743
+ value: string;
744
744
  description?: string | undefined;
745
745
  }>, "many">;
746
746
  }, "strict", z.ZodTypeAny, {
747
- options: {
748
- value: string;
749
- label: string;
750
- description?: string | undefined;
751
- }[];
752
747
  type: "select";
753
748
  id?: string | undefined;
754
749
  label?: string | undefined;
755
750
  placeholder?: string | undefined;
756
- }, {
757
751
  options: {
758
- value: string;
759
752
  label: string;
753
+ value: string;
760
754
  description?: string | undefined;
761
755
  }[];
756
+ }, {
762
757
  type: "select";
763
758
  id?: string | undefined;
764
759
  label?: string | undefined;
765
760
  placeholder?: string | undefined;
761
+ options: {
762
+ label: string;
763
+ value: string;
764
+ description?: string | undefined;
765
+ }[];
766
766
  }>, z.ZodObject<{
767
767
  type: z.ZodLiteral<"radio_select">;
768
768
  id: z.ZodOptional<z.ZodString>;
@@ -773,54 +773,57 @@ export declare const richMessageSchema: z.ZodEffects<z.ZodObject<{
773
773
  value: z.ZodString;
774
774
  description: z.ZodOptional<z.ZodString>;
775
775
  }, "strict", z.ZodTypeAny, {
776
- value: string;
777
776
  label: string;
777
+ value: string;
778
778
  description?: string | undefined;
779
779
  }, {
780
- value: string;
781
780
  label: string;
781
+ value: string;
782
782
  description?: string | undefined;
783
783
  }>, "many">;
784
784
  }, "strict", z.ZodTypeAny, {
785
- options: {
786
- value: string;
787
- label: string;
788
- description?: string | undefined;
789
- }[];
790
785
  type: "radio_select";
791
786
  id?: string | undefined;
792
787
  label?: string | undefined;
793
788
  placeholder?: string | undefined;
794
- }, {
795
789
  options: {
796
- value: string;
797
790
  label: string;
791
+ value: string;
798
792
  description?: string | undefined;
799
793
  }[];
794
+ }, {
800
795
  type: "radio_select";
801
796
  id?: string | undefined;
802
797
  label?: string | undefined;
803
798
  placeholder?: string | undefined;
799
+ options: {
800
+ label: string;
801
+ value: string;
802
+ description?: string | undefined;
803
+ }[];
804
804
  }>]>, "many">;
805
805
  }, "strict", z.ZodTypeAny, {
806
+ awaitResponse?: boolean | undefined;
807
+ title?: string | undefined;
808
+ message?: string | undefined;
806
809
  components: ({
807
810
  type: "section";
808
811
  text: string;
809
812
  button?: {
810
- value: string;
811
- text?: string | undefined;
812
813
  label?: string | undefined;
813
- style?: "default" | "primary" | "danger" | undefined;
814
+ text?: string | undefined;
815
+ value: string;
816
+ style?: "danger" | "default" | "primary" | undefined;
814
817
  } | undefined;
815
818
  } | {
816
819
  type: "fields";
817
820
  fields?: {
818
- value: string;
819
821
  label: string;
822
+ value: string;
820
823
  }[] | undefined;
821
824
  items?: {
822
- value: string;
823
825
  label: string;
826
+ value: string;
824
827
  }[] | undefined;
825
828
  } | {
826
829
  type: "image";
@@ -830,54 +833,54 @@ export declare const richMessageSchema: z.ZodEffects<z.ZodObject<{
830
833
  } | {
831
834
  type: "divider";
832
835
  } | {
833
- value: string;
834
836
  type: "button";
835
- text?: string | undefined;
836
837
  label?: string | undefined;
837
- style?: "default" | "primary" | "danger" | undefined;
838
+ text?: string | undefined;
839
+ value: string;
840
+ style?: "danger" | "default" | "primary" | undefined;
838
841
  } | {
839
- options: {
840
- value: string;
841
- label: string;
842
- description?: string | undefined;
843
- }[];
844
842
  type: "select";
845
843
  id?: string | undefined;
846
844
  label?: string | undefined;
847
845
  placeholder?: string | undefined;
848
- } | {
849
846
  options: {
850
- value: string;
851
847
  label: string;
848
+ value: string;
852
849
  description?: string | undefined;
853
850
  }[];
851
+ } | {
854
852
  type: "radio_select";
855
853
  id?: string | undefined;
856
854
  label?: string | undefined;
857
855
  placeholder?: string | undefined;
856
+ options: {
857
+ label: string;
858
+ value: string;
859
+ description?: string | undefined;
860
+ }[];
858
861
  })[];
859
- message?: string | undefined;
860
- title?: string | undefined;
861
- awaitResponse?: boolean | undefined;
862
862
  }, {
863
+ awaitResponse?: boolean | undefined;
864
+ title?: string | undefined;
865
+ message?: string | undefined;
863
866
  components: ({
864
867
  type: "section";
865
868
  text: string;
866
869
  button?: {
867
- value: string;
868
- text?: string | undefined;
869
870
  label?: string | undefined;
870
- style?: "default" | "primary" | "danger" | undefined;
871
+ text?: string | undefined;
872
+ value: string;
873
+ style?: "danger" | "default" | "primary" | undefined;
871
874
  } | undefined;
872
875
  } | {
873
876
  type: "fields";
874
877
  fields?: {
875
- value: string;
876
878
  label: string;
879
+ value: string;
877
880
  }[] | undefined;
878
881
  items?: {
879
- value: string;
880
882
  label: string;
883
+ value: string;
881
884
  }[] | undefined;
882
885
  } | {
883
886
  type: "image";
@@ -887,57 +890,57 @@ export declare const richMessageSchema: z.ZodEffects<z.ZodObject<{
887
890
  } | {
888
891
  type: "divider";
889
892
  } | {
890
- value: string;
891
893
  type: "button";
892
- text?: string | undefined;
893
894
  label?: string | undefined;
894
- style?: "default" | "primary" | "danger" | undefined;
895
+ text?: string | undefined;
896
+ value: string;
897
+ style?: "danger" | "default" | "primary" | undefined;
895
898
  } | {
896
- options: {
897
- value: string;
898
- label: string;
899
- description?: string | undefined;
900
- }[];
901
899
  type: "select";
902
900
  id?: string | undefined;
903
901
  label?: string | undefined;
904
902
  placeholder?: string | undefined;
905
- } | {
906
903
  options: {
907
- value: string;
908
904
  label: string;
905
+ value: string;
909
906
  description?: string | undefined;
910
907
  }[];
908
+ } | {
911
909
  type: "radio_select";
912
910
  id?: string | undefined;
913
911
  label?: string | undefined;
914
912
  placeholder?: string | undefined;
913
+ options: {
914
+ label: string;
915
+ value: string;
916
+ description?: string | undefined;
917
+ }[];
915
918
  })[];
916
- message?: string | undefined;
917
- title?: string | undefined;
918
- awaitResponse?: boolean | undefined;
919
919
  }>>;
920
920
  }, "strict", z.ZodTypeAny, {
921
921
  text?: string | undefined;
922
922
  card?: {
923
+ awaitResponse?: boolean | undefined;
924
+ title?: string | undefined;
925
+ message?: string | undefined;
923
926
  components: ({
924
927
  type: "section";
925
928
  text: string;
926
929
  button?: {
927
- value: string;
928
- text?: string | undefined;
929
930
  label?: string | undefined;
930
- style?: "default" | "primary" | "danger" | undefined;
931
+ text?: string | undefined;
932
+ value: string;
933
+ style?: "danger" | "default" | "primary" | undefined;
931
934
  } | undefined;
932
935
  } | {
933
936
  type: "fields";
934
937
  fields?: {
935
- value: string;
936
938
  label: string;
939
+ value: string;
937
940
  }[] | undefined;
938
941
  items?: {
939
- value: string;
940
942
  label: string;
943
+ value: string;
941
944
  }[] | undefined;
942
945
  } | {
943
946
  type: "image";
@@ -947,57 +950,57 @@ export declare const richMessageSchema: z.ZodEffects<z.ZodObject<{
947
950
  } | {
948
951
  type: "divider";
949
952
  } | {
950
- value: string;
951
953
  type: "button";
952
- text?: string | undefined;
953
954
  label?: string | undefined;
954
- style?: "default" | "primary" | "danger" | undefined;
955
+ text?: string | undefined;
956
+ value: string;
957
+ style?: "danger" | "default" | "primary" | undefined;
955
958
  } | {
956
- options: {
957
- value: string;
958
- label: string;
959
- description?: string | undefined;
960
- }[];
961
959
  type: "select";
962
960
  id?: string | undefined;
963
961
  label?: string | undefined;
964
962
  placeholder?: string | undefined;
965
- } | {
966
963
  options: {
967
- value: string;
968
964
  label: string;
965
+ value: string;
969
966
  description?: string | undefined;
970
967
  }[];
968
+ } | {
971
969
  type: "radio_select";
972
970
  id?: string | undefined;
973
971
  label?: string | undefined;
974
972
  placeholder?: string | undefined;
973
+ options: {
974
+ label: string;
975
+ value: string;
976
+ description?: string | undefined;
977
+ }[];
975
978
  })[];
976
- message?: string | undefined;
977
- title?: string | undefined;
978
- awaitResponse?: boolean | undefined;
979
979
  } | undefined;
980
980
  }, {
981
981
  text?: string | undefined;
982
982
  card?: {
983
+ awaitResponse?: boolean | undefined;
984
+ title?: string | undefined;
985
+ message?: string | undefined;
983
986
  components: ({
984
987
  type: "section";
985
988
  text: string;
986
989
  button?: {
987
- value: string;
988
- text?: string | undefined;
989
990
  label?: string | undefined;
990
- style?: "default" | "primary" | "danger" | undefined;
991
+ text?: string | undefined;
992
+ value: string;
993
+ style?: "danger" | "default" | "primary" | undefined;
991
994
  } | undefined;
992
995
  } | {
993
996
  type: "fields";
994
997
  fields?: {
995
- value: string;
996
998
  label: string;
999
+ value: string;
997
1000
  }[] | undefined;
998
1001
  items?: {
999
- value: string;
1000
1002
  label: string;
1003
+ value: string;
1001
1004
  }[] | undefined;
1002
1005
  } | {
1003
1006
  type: "image";
@@ -1007,57 +1010,57 @@ export declare const richMessageSchema: z.ZodEffects<z.ZodObject<{
1007
1010
  } | {
1008
1011
  type: "divider";
1009
1012
  } | {
1010
- value: string;
1011
1013
  type: "button";
1012
- text?: string | undefined;
1013
1014
  label?: string | undefined;
1014
- style?: "default" | "primary" | "danger" | undefined;
1015
+ text?: string | undefined;
1016
+ value: string;
1017
+ style?: "danger" | "default" | "primary" | undefined;
1015
1018
  } | {
1016
- options: {
1017
- value: string;
1018
- label: string;
1019
- description?: string | undefined;
1020
- }[];
1021
1019
  type: "select";
1022
1020
  id?: string | undefined;
1023
1021
  label?: string | undefined;
1024
1022
  placeholder?: string | undefined;
1025
- } | {
1026
1023
  options: {
1027
- value: string;
1028
1024
  label: string;
1025
+ value: string;
1029
1026
  description?: string | undefined;
1030
1027
  }[];
1028
+ } | {
1031
1029
  type: "radio_select";
1032
1030
  id?: string | undefined;
1033
1031
  label?: string | undefined;
1034
1032
  placeholder?: string | undefined;
1033
+ options: {
1034
+ label: string;
1035
+ value: string;
1036
+ description?: string | undefined;
1037
+ }[];
1035
1038
  })[];
1036
- message?: string | undefined;
1037
- title?: string | undefined;
1038
- awaitResponse?: boolean | undefined;
1039
1039
  } | undefined;
1040
1040
  }>, {
1041
1041
  text?: string | undefined;
1042
1042
  card?: {
1043
+ awaitResponse?: boolean | undefined;
1044
+ title?: string | undefined;
1045
+ message?: string | undefined;
1043
1046
  components: ({
1044
1047
  type: "section";
1045
1048
  text: string;
1046
1049
  button?: {
1047
- value: string;
1048
- text?: string | undefined;
1049
1050
  label?: string | undefined;
1050
- style?: "default" | "primary" | "danger" | undefined;
1051
+ text?: string | undefined;
1052
+ value: string;
1053
+ style?: "danger" | "default" | "primary" | undefined;
1051
1054
  } | undefined;
1052
1055
  } | {
1053
1056
  type: "fields";
1054
1057
  fields?: {
1055
- value: string;
1056
1058
  label: string;
1059
+ value: string;
1057
1060
  }[] | undefined;
1058
1061
  items?: {
1059
- value: string;
1060
1062
  label: string;
1063
+ value: string;
1061
1064
  }[] | undefined;
1062
1065
  } | {
1063
1066
  type: "image";
@@ -1067,57 +1070,57 @@ export declare const richMessageSchema: z.ZodEffects<z.ZodObject<{
1067
1070
  } | {
1068
1071
  type: "divider";
1069
1072
  } | {
1070
- value: string;
1071
1073
  type: "button";
1072
- text?: string | undefined;
1073
1074
  label?: string | undefined;
1074
- style?: "default" | "primary" | "danger" | undefined;
1075
+ text?: string | undefined;
1076
+ value: string;
1077
+ style?: "danger" | "default" | "primary" | undefined;
1075
1078
  } | {
1076
- options: {
1077
- value: string;
1078
- label: string;
1079
- description?: string | undefined;
1080
- }[];
1081
1079
  type: "select";
1082
1080
  id?: string | undefined;
1083
1081
  label?: string | undefined;
1084
1082
  placeholder?: string | undefined;
1085
- } | {
1086
1083
  options: {
1087
- value: string;
1088
1084
  label: string;
1085
+ value: string;
1089
1086
  description?: string | undefined;
1090
1087
  }[];
1088
+ } | {
1091
1089
  type: "radio_select";
1092
1090
  id?: string | undefined;
1093
1091
  label?: string | undefined;
1094
1092
  placeholder?: string | undefined;
1093
+ options: {
1094
+ label: string;
1095
+ value: string;
1096
+ description?: string | undefined;
1097
+ }[];
1095
1098
  })[];
1096
- message?: string | undefined;
1097
- title?: string | undefined;
1098
- awaitResponse?: boolean | undefined;
1099
1099
  } | undefined;
1100
1100
  }, {
1101
1101
  text?: string | undefined;
1102
1102
  card?: {
1103
+ awaitResponse?: boolean | undefined;
1104
+ title?: string | undefined;
1105
+ message?: string | undefined;
1103
1106
  components: ({
1104
1107
  type: "section";
1105
1108
  text: string;
1106
1109
  button?: {
1107
- value: string;
1108
- text?: string | undefined;
1109
1110
  label?: string | undefined;
1110
- style?: "default" | "primary" | "danger" | undefined;
1111
+ text?: string | undefined;
1112
+ value: string;
1113
+ style?: "danger" | "default" | "primary" | undefined;
1111
1114
  } | undefined;
1112
1115
  } | {
1113
1116
  type: "fields";
1114
1117
  fields?: {
1115
- value: string;
1116
1118
  label: string;
1119
+ value: string;
1117
1120
  }[] | undefined;
1118
1121
  items?: {
1119
- value: string;
1120
1122
  label: string;
1123
+ value: string;
1121
1124
  }[] | undefined;
1122
1125
  } | {
1123
1126
  type: "image";
@@ -1127,35 +1130,32 @@ export declare const richMessageSchema: z.ZodEffects<z.ZodObject<{
1127
1130
  } | {
1128
1131
  type: "divider";
1129
1132
  } | {
1130
- value: string;
1131
1133
  type: "button";
1132
- text?: string | undefined;
1133
1134
  label?: string | undefined;
1134
- style?: "default" | "primary" | "danger" | undefined;
1135
+ text?: string | undefined;
1136
+ value: string;
1137
+ style?: "danger" | "default" | "primary" | undefined;
1135
1138
  } | {
1136
- options: {
1137
- value: string;
1138
- label: string;
1139
- description?: string | undefined;
1140
- }[];
1141
1139
  type: "select";
1142
1140
  id?: string | undefined;
1143
1141
  label?: string | undefined;
1144
1142
  placeholder?: string | undefined;
1145
- } | {
1146
1143
  options: {
1147
- value: string;
1148
1144
  label: string;
1145
+ value: string;
1149
1146
  description?: string | undefined;
1150
1147
  }[];
1148
+ } | {
1151
1149
  type: "radio_select";
1152
1150
  id?: string | undefined;
1153
1151
  label?: string | undefined;
1154
1152
  placeholder?: string | undefined;
1153
+ options: {
1154
+ label: string;
1155
+ value: string;
1156
+ description?: string | undefined;
1157
+ }[];
1155
1158
  })[];
1156
- message?: string | undefined;
1157
- title?: string | undefined;
1158
- awaitResponse?: boolean | undefined;
1159
1159
  } | undefined;
1160
1160
  }>;
1161
1161
  export type RichCardComponent = z.infer<typeof richCardComponentSchema>;