@webex/event-dictionary-ts 1.0.1602 → 1.0.1603

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.
@@ -29971,6 +29971,9 @@
29971
29971
  "type": "string"
29972
29972
  }
29973
29973
  }
29974
+ },
29975
+ "ui_framework_info": {
29976
+ "type": "string"
29974
29977
  }
29975
29978
  }
29976
29979
  }
@@ -12397,6 +12397,7 @@ export interface Event {
12397
12397
  uri?: string;
12398
12398
  additionalProperties?: false;
12399
12399
  };
12400
+ ui_framework_info?: string;
12400
12401
  additionalProperties?: false;
12401
12402
  }
12402
12403
 
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1602"
31
+ "version": "1.0.1603"
32
32
  }