@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.
- package/lib/api/event/types.d.ts +4 -0
- package/package.json +1 -1
package/lib/api/event/types.d.ts
CHANGED
|
@@ -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 {};
|