@pitcher/js-api 1.22.0-beta.3 → 1.22.0-beta.4
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/js-api.esm.js +1 -1
- package/js-api.esm.js.map +1 -1
- package/js-api.umd.min.js +1 -1
- package/js-api.umd.min.js.map +1 -1
- package/lib/sdk/api/modules/ui/types.ui.d.ts +3 -3
- package/package.json +1 -1
package/js-api.esm.js
CHANGED
|
@@ -3307,7 +3307,7 @@ const UI_MESSAGE_TYPES = {
|
|
|
3307
3307
|
UI_SECTION_LIST_UPDATED: "ui_section_list_updated",
|
|
3308
3308
|
UI_APP_SET_DATA: "ui_app_set_data",
|
|
3309
3309
|
UI_APP_UPDATE_DATA: "ui_app_update_data",
|
|
3310
|
-
|
|
3310
|
+
UI_PROMPT_PIA_RESPONSE_STREAMED: "ui_prompt_pia_response_streamed"
|
|
3311
3311
|
};
|
|
3312
3312
|
const UI_NATIVE_MESSAGE_TYPES = [
|
|
3313
3313
|
UI_MESSAGE_TYPES.UI_APP_SET_DATA,
|