@lumiastream/lumia-types 2.3.1 → 2.3.2

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.
@@ -39,6 +39,8 @@ export declare enum SystemVariables {
39
39
  GET_USER_LOYALTY_POINTS = "get_user_loyalty_points",
40
40
  /** Translate text (Google). Example: {{translate={{message}}|es}}. Use as {{translate}}. */
41
41
  TRANSLATE = "translate",
42
+ /** Get the ai response from ai integration. Example: {{ai_prompt={{message}}}}. Use as {{ai_prompt}}. */
43
+ AI_PROMPT = "ai_prompt",
42
44
  /** Commands URL/page. Use in overlays as {{commands_url}}. */
43
45
  COMMANDS_URL = "commands_url",
44
46
  /** Session start time (ISO). Use as {{session_start_date}}. */
@@ -46,6 +46,8 @@ var SystemVariables;
46
46
  SystemVariables["GET_USER_LOYALTY_POINTS"] = "get_user_loyalty_points";
47
47
  /** Translate text (Google). Example: {{translate={{message}}|es}}. Use as {{translate}}. */
48
48
  SystemVariables["TRANSLATE"] = "translate";
49
+ /** Get the ai response from ai integration. Example: {{ai_prompt={{message}}}}. Use as {{ai_prompt}}. */
50
+ SystemVariables["AI_PROMPT"] = "ai_prompt";
49
51
  /** Commands URL/page. Use in overlays as {{commands_url}}. */
50
52
  SystemVariables["COMMANDS_URL"] = "commands_url";
51
53
  /** Session start time (ISO). Use as {{session_start_date}}. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [