@hubs101/js-api-skd-client 1.0.10641 → 1.0.10642

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.
@@ -472,6 +472,8 @@ export type EventAPIType = {
472
472
  confirmManager: (accountId: string, data: any) => Promise<any>;
473
473
  inviteFinanceManager: (accountId: string, data: any) => Promise<any>;
474
474
  deleteFinanceManager: (accountId: string, profileId: string) => Promise<any>;
475
+ inviteSalesManager: (accountId: string, data: any) => Promise<any>;
476
+ deleteSalesManager: (accountId: string, profileId: string) => Promise<any>;
475
477
  deletePaymentAccount: (paymentAccountId: string) => Promise<any>;
476
478
  fetchAccountEvents: (url: string) => Promise<ResponseAccountEventsType>;
477
479
  clearToken: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10641",
3
+ "version": "1.0.10642",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",