@hubs101/js-api-skd-client 1.0.10345 → 1.0.10346

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