iframe-pubsub 1.0.3 → 1.0.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/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -313,6 +313,7 @@ var AIChatNameEnum = /* @__PURE__ */ ((AIChatNameEnum2) => {
|
|
|
313
313
|
AIChatNameEnum2["SHOW_OPTIONS"] = "showOptions";
|
|
314
314
|
AIChatNameEnum2["SEND_CHAT_PROMPT"] = "sendChatPrompt";
|
|
315
315
|
AIChatNameEnum2["GENERIC_ACTION"] = "genericAction";
|
|
316
|
+
AIChatNameEnum2["OPEN_INTERCOM"] = "openIntercom";
|
|
316
317
|
AIChatNameEnum2["DEFAULT"] = "default";
|
|
317
318
|
return AIChatNameEnum2;
|
|
318
319
|
})(AIChatNameEnum || {});
|
package/dist/index.mjs
CHANGED
|
@@ -286,6 +286,7 @@ var AIChatNameEnum = /* @__PURE__ */ ((AIChatNameEnum2) => {
|
|
|
286
286
|
AIChatNameEnum2["SHOW_OPTIONS"] = "showOptions";
|
|
287
287
|
AIChatNameEnum2["SEND_CHAT_PROMPT"] = "sendChatPrompt";
|
|
288
288
|
AIChatNameEnum2["GENERIC_ACTION"] = "genericAction";
|
|
289
|
+
AIChatNameEnum2["OPEN_INTERCOM"] = "openIntercom";
|
|
289
290
|
AIChatNameEnum2["DEFAULT"] = "default";
|
|
290
291
|
return AIChatNameEnum2;
|
|
291
292
|
})(AIChatNameEnum || {});
|