@hubs101/js-api-skd-client 1.0.10655 → 1.0.10657

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.
@@ -1072,17 +1072,17 @@ export type BlogInput = {
1072
1072
  created_by: string | null;
1073
1073
  updated_by: string | null;
1074
1074
  deleted_by: string | null;
1075
- design_portfolio_primary_color: string;
1076
- design_portfolio_secondary_color: string;
1077
- design_portfolio_background_color: string;
1078
- design_portfolio_pos?: string;
1079
- design_portfolio_neg?: string;
1080
- design_portfolio_desktop_background?: string;
1081
- design_portfolio_tablet_background?: string;
1082
- design_portfolio_mobile_background?: string;
1083
- design_portfolio_background_image_svg?: string;
1084
- design_portfolio_video_url?: string;
1085
- design_portfolio_video_image?: string;
1075
+ design_blog_primary_color: string;
1076
+ design_blog_secondary_color: string;
1077
+ design_blog_background_color: string;
1078
+ design_blog_pos?: string;
1079
+ design_blog_neg?: string;
1080
+ design_blog_desktop_background?: string;
1081
+ design_blog_tablet_background?: string;
1082
+ design_blog_mobile_background?: string;
1083
+ design_blog_background_image_svg?: string;
1084
+ design_blog_video_url?: string;
1085
+ design_blog_video_image?: string;
1086
1086
  details_groups_session: string;
1087
1087
  details_groups_exhibitor: string;
1088
1088
  details_groups_speaker: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10655",
3
+ "version": "1.0.10657",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",