@hubs101/js-api-skd-client 1.0.10643 → 1.0.10644

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.
@@ -599,6 +599,7 @@ export type EventServerResponse = {
599
599
  reference: string;
600
600
  };
601
601
  published: boolean;
602
+ website_visible: boolean;
602
603
  visibility: string;
603
604
  description: string;
604
605
  address: Address;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10643",
3
+ "version": "1.0.10644",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",