stentor-models 1.57.32 → 1.57.34

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.
@@ -111,6 +111,13 @@ export interface BaseRequest {
111
111
  * Optional request attributes to be passed through on the request.
112
112
  *
113
113
  * If the channel supports it, it will be populated.
114
+ *
115
+ * Some common keys that are use are, all optional:
116
+ *
117
+ * *
118
+ * * currentUrl - For channels installed on websites, contains window.location.href information on where the user is
119
+ * * isLocal - Boolean for if the currentUrl is to localhost. If it is true then most likely currentUrl will be undefined.
120
+ * * environment - Used to override the environment
114
121
  */
115
122
  attributes?: Record<string, unknown>;
116
123
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.57.32",
7
+ "version": "1.57.34",
8
8
  "description": "Models for 📣 stentor",
9
9
  "types": "lib/index",
10
10
  "typings": "lib/index",
@@ -33,5 +33,5 @@
33
33
  "dependencies": {
34
34
  "@xapp/patterns": "1.43.4"
35
35
  },
36
- "gitHead": "eedbb2b4a00b44f7e3152e713d42a1d4247de62b"
36
+ "gitHead": "fd8a3834af6810ffec8bd6f0181d83ba172ef6b3"
37
37
  }