@connectedxm/client 8.0.1 → 8.0.3

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2996,6 +2996,8 @@ interface EventConfig {
2996
2996
  required: boolean;
2997
2997
  validation?: string;
2998
2998
  validationMessage?: string;
2999
+ searchListId: string | null;
3000
+ locationOption: LocationQuestionOption | null;
2999
3001
  choices?: {
3000
3002
  id: string;
3001
3003
  text?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "8.0.1",
3
+ "version": "8.0.3",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",