@hubs101/js-api-skd-client 1.0.10336 → 1.0.10337

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.
@@ -508,6 +508,7 @@ export type EventServerResponse = {
508
508
  tags: string[];
509
509
  updated_at: string;
510
510
  updated_by: string;
511
+ portfolio: string;
511
512
  };
512
513
  export type AccountInput = {
513
514
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10336",
3
+ "version": "1.0.10337",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",