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 CHANGED
@@ -88,6 +88,7 @@ declare enum AIChatNameEnum {
88
88
  SHOW_OPTIONS = "showOptions",
89
89
  SEND_CHAT_PROMPT = "sendChatPrompt",
90
90
  GENERIC_ACTION = "genericAction",
91
+ OPEN_INTERCOM = "openIntercom",
91
92
  DEFAULT = "default"
92
93
  }
93
94
  declare class AIChatClient extends Client {
package/dist/index.d.ts CHANGED
@@ -88,6 +88,7 @@ declare enum AIChatNameEnum {
88
88
  SHOW_OPTIONS = "showOptions",
89
89
  SEND_CHAT_PROMPT = "sendChatPrompt",
90
90
  GENERIC_ACTION = "genericAction",
91
+ OPEN_INTERCOM = "openIntercom",
91
92
  DEFAULT = "default"
92
93
  }
93
94
  declare class AIChatClient extends Client {
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 || {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iframe-pubsub",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",