@hubs101/js-api-skd-client 1.0.10341 → 1.0.10342

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.
@@ -806,10 +806,10 @@ export type PortfolioInput = {
806
806
  design_portfolio_primary_color: string;
807
807
  design_portfolio_secondary_color: string;
808
808
  design_portfolio_background_color: string;
809
- design_portfolio_pos: string;
810
- design_portfolio_neg: string;
811
- design_portfolio_desktop_background: string;
812
- design_portfolio_tablet_background: string;
813
- design_portfolio_mobile_background: string;
809
+ design_portfolio_pos?: string;
810
+ design_portfolio_neg?: string;
811
+ design_portfolio_desktop_background?: string;
812
+ design_portfolio_tablet_background?: string;
813
+ design_portfolio_mobile_background?: string;
814
814
  };
815
815
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10341",
3
+ "version": "1.0.10342",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",