@hubs101/js-api-skd-client 1.0.10373 → 1.0.10374

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.
@@ -805,6 +805,8 @@ export type PortfolioDesign = {
805
805
  backgroundDesktopImage: string;
806
806
  backgroundTabletImage: string;
807
807
  backgroundMobileImage: string;
808
+ videoUrl: string;
809
+ videoImage: string;
808
810
  };
809
811
  export type Portfolio = {
810
812
  id: string;
@@ -850,5 +852,7 @@ export type PortfolioInput = {
850
852
  design_portfolio_desktop_background?: string;
851
853
  design_portfolio_tablet_background?: string;
852
854
  design_portfolio_mobile_background?: string;
855
+ design_portfolio_video_url?: string;
856
+ design_portfolio_video_image?: string;
853
857
  };
854
858
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10373",
3
+ "version": "1.0.10374",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",