@hubs101/js-api-skd-client 1.0.10403 → 1.0.10404

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.
@@ -171,6 +171,8 @@ export type Design = {
171
171
  agendaLobbyImage: string;
172
172
  speakerLobbyImage: string;
173
173
  expoLobbyImage: string;
174
+ eventLogoPosSvg: string;
175
+ eventLogoNegSvg: string;
174
176
  advertisement: Advertisement;
175
177
  video: {
176
178
  type: VideoType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10403",
3
+ "version": "1.0.10404",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",