@hubs101/js-api-skd-client 1.0.10382 → 1.0.10385

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.
@@ -876,9 +876,6 @@ export type BlogPage = {
876
876
  featureImage: string;
877
877
  coverImage: string;
878
878
  };
879
- description: string;
880
- author: string;
881
- keywords: string;
882
879
  meta: {
883
880
  description: string;
884
881
  author: string;
@@ -518,7 +518,7 @@ export type EventAPIType = {
518
518
  }[]) => Promise<Portfolio>;
519
519
  fetchPortfolioDetails: (portfolioId: string) => Promise<Portfolio>;
520
520
  fetchPortfolioEvents: (portfolioId: string) => Promise<Event[]>;
521
- createBlogPage: (data: BlogPageInput, files: {
521
+ createBlogPage: (portfolioId: string, data: BlogPageInput, files: {
522
522
  name: string;
523
523
  value: File;
524
524
  }[]) => Promise<BlogPage>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10382",
3
+ "version": "1.0.10385",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",