@webex/event-dictionary-ts 1.0.1612 → 1.0.1613
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.
|
@@ -30319,7 +30319,7 @@
|
|
|
30319
30319
|
}
|
|
30320
30320
|
}
|
|
30321
30321
|
},
|
|
30322
|
-
"
|
|
30322
|
+
"uiFrameworkInfo": {
|
|
30323
30323
|
"type": "string"
|
|
30324
30324
|
}
|
|
30325
30325
|
}
|
|
@@ -12511,7 +12511,7 @@ export interface Event {
|
|
|
12511
12511
|
uri?: string;
|
|
12512
12512
|
additionalProperties?: false;
|
|
12513
12513
|
};
|
|
12514
|
-
|
|
12514
|
+
uiFrameworkInfo?: string;
|
|
12515
12515
|
additionalProperties?: false;
|
|
12516
12516
|
}
|
|
12517
12517
|
|
package/package.json
CHANGED