woodsportal-client-sdk 4.0.8-dev.7 → 4.0.8-dev.8

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.
Files changed (35) hide show
  1. package/dist/adapters/angular/index.d.ts +5 -0
  2. package/dist/adapters/angular/index.js +3 -3
  3. package/dist/adapters/native/index.js +4 -4
  4. package/dist/adapters/react/index.d.ts +5 -0
  5. package/dist/adapters/react/index.js +4 -4
  6. package/dist/adapters/vue/index.d.ts +5 -0
  7. package/dist/adapters/vue/index.js +3 -3
  8. package/dist/{chunk-TOPDSDR7.js → chunk-35KQP6AB.js} +4 -4
  9. package/dist/{chunk-TOPDSDR7.js.map → chunk-35KQP6AB.js.map} +1 -1
  10. package/dist/{chunk-PHBLKSQL.js → chunk-4WCLDVKH.js} +98 -48
  11. package/dist/chunk-4WCLDVKH.js.map +1 -0
  12. package/dist/{chunk-R2MUWV5I.js → chunk-AX2ZDZBU.js} +4 -4
  13. package/dist/{chunk-R2MUWV5I.js.map → chunk-AX2ZDZBU.js.map} +1 -1
  14. package/dist/{chunk-KUQ35AVI.js → chunk-EOM4QSM7.js} +18 -3
  15. package/dist/chunk-EOM4QSM7.js.map +1 -0
  16. package/dist/{chunk-4HFF7VEA.js → chunk-F6FG6TIA.js} +4 -4
  17. package/dist/{chunk-4HFF7VEA.js.map → chunk-F6FG6TIA.js.map} +1 -1
  18. package/dist/{chunk-5LOW4BG4.js → chunk-FL7TPPYS.js} +10 -6
  19. package/dist/chunk-FL7TPPYS.js.map +1 -0
  20. package/dist/{chunk-G3WSU24Y.js → chunk-QXUKMUJI.js} +131 -3
  21. package/dist/chunk-QXUKMUJI.js.map +1 -0
  22. package/dist/{chunk-YBX4ZFZE.js → chunk-WCBESOE6.js} +3 -3
  23. package/dist/{chunk-YBX4ZFZE.js.map → chunk-WCBESOE6.js.map} +1 -1
  24. package/dist/{cross-tab-session-EFVMEOMN.js → cross-tab-session-GCMSFPOL.js} +5 -5
  25. package/dist/{cross-tab-session-EFVMEOMN.js.map → cross-tab-session-GCMSFPOL.js.map} +1 -1
  26. package/dist/entries/auth.js +4 -4
  27. package/dist/entries/crm.d.ts +3 -0
  28. package/dist/entries/crm.js +6 -6
  29. package/dist/index.d.ts +3 -0
  30. package/dist/index.js +10 -10
  31. package/package.json +1 -1
  32. package/dist/chunk-5LOW4BG4.js.map +0 -1
  33. package/dist/chunk-G3WSU24Y.js.map +0 -1
  34. package/dist/chunk-KUQ35AVI.js.map +0 -1
  35. package/dist/chunk-PHBLKSQL.js.map +0 -1
@@ -1,10 +1,10 @@
1
- import { crmApi } from '../chunk-PHBLKSQL.js';
2
- export { isPipelineBoardObjectType, shouldShowPipelineSelector, supportsBoardView } from '../chunk-PHBLKSQL.js';
1
+ import { crmApi } from '../chunk-4WCLDVKH.js';
2
+ export { isPipelineBoardObjectType, shouldShowPipelineSelector, supportsBoardView } from '../chunk-4WCLDVKH.js';
3
3
  import '../chunk-55MIERLJ.js';
4
- import { navigationApi } from '../chunk-5LOW4BG4.js';
5
- import '../chunk-KUQ35AVI.js';
6
- import { actions8, syncStore, actions5, emailStore, actions4, noteStore, actions6, userStore, actions2, tableStore, tableUiActions, tableUiStore } from '../chunk-G3WSU24Y.js';
7
- export { HUBSPOT_DEALS_OBJECT_TYPE_ID, HUBSPOT_TICKETS_OBJECT_TYPE_ID, PIPELINE_BOARD_OBJECT_TYPE_IDS, PIPELINE_REQUIRED_MANAGED_OBJECT_TYPE_IDS, isPipelineBoardObjectTypeId } from '../chunk-G3WSU24Y.js';
4
+ import { navigationApi } from '../chunk-FL7TPPYS.js';
5
+ import '../chunk-EOM4QSM7.js';
6
+ import { actions8, syncStore, actions5, emailStore, actions4, noteStore, actions6, userStore, actions2, tableStore, tableUiActions, tableUiStore } from '../chunk-QXUKMUJI.js';
7
+ export { HUBSPOT_DEALS_OBJECT_TYPE_ID, HUBSPOT_TICKETS_OBJECT_TYPE_ID, PIPELINE_BOARD_OBJECT_TYPE_IDS, PIPELINE_REQUIRED_MANAGED_OBJECT_TYPE_IDS, isPipelineBoardObjectTypeId } from '../chunk-QXUKMUJI.js';
8
8
  import { storage } from '../chunk-HOUVOL2U.js';
9
9
  import '../chunk-KPHAQNS2.js';
10
10
  import '../chunk-DB6W3CJT.js';
package/dist/index.d.ts CHANGED
@@ -611,6 +611,7 @@ declare const store: {
611
611
  setTableData(response: any, payload: any): void;
612
612
  modifiedObjectsData(results: any): void;
613
613
  clearTablePrependData(): void;
614
+ clearLatestTablePrependData(): void;
614
615
  setTablePrependData(response: any, props?: any): Promise<void>;
615
616
  updateTablePrependData(response: any, payload?: any): any;
616
617
  };
@@ -635,6 +636,7 @@ declare const store: {
635
636
  setListQueryParams(params: any): void;
636
637
  setNotes(response: any, payload: any): void;
637
638
  setPrependNote(response: any): Promise<void>;
639
+ clearLatestPrependNote(): void;
638
640
  clearPrependNotes(): void;
639
641
  updatePrependNote(response: any): Promise<any>;
640
642
  };
@@ -649,6 +651,7 @@ declare const store: {
649
651
  setListQueryParams(params: any): void;
650
652
  setEmails(response: any, payload: any): void;
651
653
  setPrependEmail(response: any): Promise<void>;
654
+ clearLatestPrependEmail(): void;
652
655
  clearPrependEmails(): void;
653
656
  updatePrependEmail(response: any): Promise<any>;
654
657
  };
package/dist/index.js CHANGED
@@ -1,15 +1,15 @@
1
- export { applyCrossTabSessionRevocation, clearClientSdkSession, installCrossTabSessionListener, resetSessionStores, signalSessionChanged } from './chunk-R2MUWV5I.js';
2
- import { authApi } from './chunk-4HFF7VEA.js';
3
- export { API_ERROR_CATEGORY_FALLBACK, API_ERROR_DISPLAY_CONFIG, WOODSPORTAL_API_ACTIVE_ERROR_CODES, buildErrorDescription, getApiErrorFromUnknown, hasAuthenticatedAccess, hasValidAccess, isExpectedApiError, isFullyAuthenticated, isMfaPendingSession, recoverMfaGateOnBoot, resolveApiContentState, resolveApiErrorDisplay, resolveAuthRouteAction } from './chunk-4HFF7VEA.js';
1
+ export { applyCrossTabSessionRevocation, clearClientSdkSession, installCrossTabSessionListener, resetSessionStores, signalSessionChanged } from './chunk-AX2ZDZBU.js';
2
+ import { authApi } from './chunk-F6FG6TIA.js';
3
+ export { API_ERROR_CATEGORY_FALLBACK, API_ERROR_DISPLAY_CONFIG, WOODSPORTAL_API_ACTIVE_ERROR_CODES, buildErrorDescription, getApiErrorFromUnknown, hasAuthenticatedAccess, hasValidAccess, isExpectedApiError, isFullyAuthenticated, isMfaPendingSession, recoverMfaGateOnBoot, resolveApiContentState, resolveApiErrorDisplay, resolveAuthRouteAction } from './chunk-F6FG6TIA.js';
4
4
  export { isOptionalAuthFailureUrl, isSessionProbeUrl, persistAuthError, readPersistedAuthError, resolveAuthErrorAction } from './chunk-JG3TEXWP.js';
5
- import { crmApi } from './chunk-PHBLKSQL.js';
6
- export { isPipelineBoardObjectType, shouldShowPipelineSelector, supportsBoardView } from './chunk-PHBLKSQL.js';
5
+ import { crmApi } from './chunk-4WCLDVKH.js';
6
+ export { isPipelineBoardObjectType, shouldShowPipelineSelector, supportsBoardView } from './chunk-4WCLDVKH.js';
7
7
  import './chunk-55MIERLJ.js';
8
- import { navigationApi, HttpClient, API_ENDPOINTS, generateApiUrl, initializeHttpClient } from './chunk-5LOW4BG4.js';
9
- export { Client, buildCachePurgeRequest, buildCrmListPurgeTarget, buildCrmSinglePurgeTarget, buildEngagementPurgeTarget, buildPortalConfigPurgeTarget, buildUserSessionPurgeTarget, createCachePurgeJob, extractEngagementItemIdFromWriteResponse, extractHubspotRecordIdFromWriteResponse, getFieldErrors, getFormErrors, initializeHttpClient, mergePurgeTargets, purgeCrmCombined, purgeCrmDetailAndListAfterCrmWrite, purgeCrmListCache, purgeCrmListCacheAfterCrmWrite, purgeCrmObjectDataCache, purgeCrmRecordCache, purgeEngagementCaches, purgeEngagementCachesAfterCrmWrite, resolveCrmListPurgeQuery, startVisibilityRefreshScheduler, stopVisibilityRefreshScheduler, toCachePurgeListQuery } from './chunk-5LOW4BG4.js';
10
- import './chunk-KUQ35AVI.js';
11
- import { actions8, syncStore, actions5, emailStore, actions4, noteStore, actions6, userStore, actions2, tableStore, tableUiActions, tableUiStore, hydrateUserStoreFromSession } from './chunk-G3WSU24Y.js';
12
- export { HUBSPOT_DEALS_OBJECT_TYPE_ID, HUBSPOT_TICKETS_OBJECT_TYPE_ID, PIPELINE_BOARD_OBJECT_TYPE_IDS, PIPELINE_REQUIRED_MANAGED_OBJECT_TYPE_IDS, isPipelineBoardObjectTypeId } from './chunk-G3WSU24Y.js';
8
+ import { navigationApi, HttpClient, API_ENDPOINTS, generateApiUrl, initializeHttpClient } from './chunk-FL7TPPYS.js';
9
+ export { Client, buildCachePurgeRequest, buildCrmListPurgeTarget, buildCrmSinglePurgeTarget, buildEngagementPurgeTarget, buildPortalConfigPurgeTarget, buildUserSessionPurgeTarget, createCachePurgeJob, extractEngagementItemIdFromWriteResponse, extractHubspotRecordIdFromWriteResponse, getFieldErrors, getFormErrors, initializeHttpClient, mergePurgeTargets, purgeCrmCombined, purgeCrmDetailAndListAfterCrmWrite, purgeCrmListCache, purgeCrmListCacheAfterCrmWrite, purgeCrmObjectDataCache, purgeCrmRecordCache, purgeEngagementCaches, purgeEngagementCachesAfterCrmWrite, resolveCrmListPurgeQuery, startVisibilityRefreshScheduler, stopVisibilityRefreshScheduler, toCachePurgeListQuery } from './chunk-FL7TPPYS.js';
10
+ import './chunk-EOM4QSM7.js';
11
+ import { actions8, syncStore, actions5, emailStore, actions4, noteStore, actions6, userStore, actions2, tableStore, tableUiActions, tableUiStore, hydrateUserStoreFromSession } from './chunk-QXUKMUJI.js';
12
+ export { HUBSPOT_DEALS_OBJECT_TYPE_ID, HUBSPOT_TICKETS_OBJECT_TYPE_ID, PIPELINE_BOARD_OBJECT_TYPE_IDS, PIPELINE_REQUIRED_MANAGED_OBJECT_TYPE_IDS, isPipelineBoardObjectTypeId } from './chunk-QXUKMUJI.js';
13
13
  import { storage, hydrateSessionRefreshState, hydrateMfaPendingAccessToken, storAccessToken } from './chunk-HOUVOL2U.js';
14
14
  export { SERVICE_UNAVAILABLE_MESSAGE, SessionRefreshDeferredError, SessionRefreshFailedError, classifyHttpError, clearMfaPendingAccessToken, configureLogger, getHttpErrorMessage, config as hubContext, hydrateMfaPendingAccessToken, isMfaPendingAccessSession, isServiceUnavailableError, isSessionRefreshDeferredError, isSessionRefreshFailedError, readMfaPendingAccessToken, setConfig as setHubContext, setSessionLifecycleListener, storeMfaPendingAccessToken } from './chunk-HOUVOL2U.js';
15
15
  import { setClientType } from './chunk-KPHAQNS2.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "woodsportal-client-sdk",
3
- "version": "4.0.8-dev.7",
3
+ "version": "4.0.8-dev.8",
4
4
  "packageManager": "pnpm@10.12.1",
5
5
  "description": "Official TypeScript/JavaScript SDK for WoodsPortal API - Authentication, user management, pipelines, and more",
6
6
  "type": "module",