@integry/sdk 4.9.9 → 4.9.11

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/README.md CHANGED
@@ -24,7 +24,7 @@ Get started and learn more using our [documentation.](https://sdk.integry.io)
24
24
 
25
25
  When `is_activity: true` is used with `renderFunctionForm`, the saved
26
26
  `json_schema.meta` follows the standard function-style shape and only includes
27
- activity fields for `type`, `activity_type`, and `endpoint_id`. For example:
27
+ activity fields for `type`, `activity_type`, `endpoint_id`, and `session_id`. For example:
28
28
 
29
29
  ```json
30
30
  {
@@ -41,7 +41,8 @@ activity fields for `type`, `activity_type`, and `endpoint_id`. For example:
41
41
  "app_icon_url": "https://...",
42
42
  "type": "ACTIVITY",
43
43
  "activity_type": "ACTION",
44
- "endpoint_id": 77
44
+ "endpoint_id": 77,
45
+ "session_id": "APP_OBJECT_{{id}}"
45
46
  }
46
47
  }
47
48
  ```