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

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.
@@ -789,6 +789,7 @@ export type Portfolio = {
789
789
  export type PortfolioInput = {
790
790
  id: string;
791
791
  name: string;
792
+ account: string;
792
793
  slug: string;
793
794
  website: string;
794
795
  description_de: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10342",
3
+ "version": "1.0.10344",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",