@ragbits/api-client 1.4.0-dev.202602261352 → 1.4.0-dev.202603070252

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.
@@ -271,6 +271,10 @@ export interface UICustomization {
271
271
  * Custom welcome message to be displayed on the UI. It supports Markdown.
272
272
  */
273
273
  welcome_message: string | null;
274
+ /**
275
+ * Starter questions displayed as clickable buttons on the welcome screen before any conversation.
276
+ */
277
+ starter_questions: string[] | null;
274
278
  /**
275
279
  * Custom meta properties customization
276
280
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ragbits/api-client",
3
- "version": "1.4.0-dev.202602261352",
3
+ "version": "1.4.0-dev.202603070252",
4
4
  "description": "JavaScript client for the Ragbits API",
5
5
  "repository": {
6
6
  "type": "git",