woodsportal-client-sdk 4.0.8-dev.4 → 4.0.8-dev.5
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.
- package/dist/adapters/angular/index.js +4 -4
- package/dist/adapters/native/index.js +5 -5
- package/dist/adapters/react/index.js +5 -5
- package/dist/adapters/vue/index.js +4 -4
- package/dist/{auth-utils-E4QDYAEW.js → auth-utils-4HFJPASF.js} +3 -3
- package/dist/{auth-utils-E4QDYAEW.js.map → auth-utils-4HFJPASF.js.map} +1 -1
- package/dist/{chunk-BAESH6E2.js → chunk-4HFF7VEA.js} +5 -5
- package/dist/{chunk-BAESH6E2.js.map → chunk-4HFF7VEA.js.map} +1 -1
- package/dist/{chunk-B7ILWTB7.js → chunk-5LOW4BG4.js} +14 -5
- package/dist/chunk-5LOW4BG4.js.map +1 -0
- package/dist/{chunk-YZIKCAPA.js → chunk-G3WSU24Y.js} +12 -3
- package/dist/chunk-G3WSU24Y.js.map +1 -0
- package/dist/{chunk-56UA4D6A.js → chunk-HOUVOL2U.js} +9 -3
- package/dist/chunk-HOUVOL2U.js.map +1 -0
- package/dist/{chunk-6TX7N56D.js → chunk-KUQ35AVI.js} +3 -3
- package/dist/{chunk-6TX7N56D.js.map → chunk-KUQ35AVI.js.map} +1 -1
- package/dist/{chunk-5AXLES56.js → chunk-PHBLKSQL.js} +5 -5
- package/dist/{chunk-5AXLES56.js.map → chunk-PHBLKSQL.js.map} +1 -1
- package/dist/{chunk-LV4CHY5C.js → chunk-R2MUWV5I.js} +5 -5
- package/dist/{chunk-LV4CHY5C.js.map → chunk-R2MUWV5I.js.map} +1 -1
- package/dist/{chunk-4RLRHJCP.js → chunk-TOPDSDR7.js} +4 -4
- package/dist/{chunk-4RLRHJCP.js.map → chunk-TOPDSDR7.js.map} +1 -1
- package/dist/{chunk-F4QIIWJR.js → chunk-YBX4ZFZE.js} +3 -3
- package/dist/{chunk-F4QIIWJR.js.map → chunk-YBX4ZFZE.js.map} +1 -1
- package/dist/{cross-tab-session-HGVBEJCJ.js → cross-tab-session-EFVMEOMN.js} +6 -6
- package/dist/{cross-tab-session-HGVBEJCJ.js.map → cross-tab-session-EFVMEOMN.js.map} +1 -1
- package/dist/entries/auth.js +5 -5
- package/dist/entries/crm.js +7 -7
- package/dist/index.js +12 -12
- package/package.json +1 -1
- package/dist/chunk-56UA4D6A.js.map +0 -1
- package/dist/chunk-B7ILWTB7.js.map +0 -1
- package/dist/chunk-YZIKCAPA.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getParamDetails, getRouteDetails, updateLink, getParam, decodeToBase64, generatePath, getPath, getRouteMenu, tableUiActions, ticketHubspotObjectTypeId, tableStore, makePreviewParams, actions2, userStore, isPipelineBoardObjectTypeId, fileStore, actions7, emailStore, actions5, noteStore, actions4, tableUiStore, resetAllStore, breadcrumbStage, isMessingParentLastItem, isMessingParent, generateUrl } from './chunk-
|
|
2
|
-
import { config, configureLogger, setIframeStorageMode, setRefreshBufferSeconds, setRefreshCallback, hydrateSessionRefreshState, isHttpTracingEnabled, logger, getAccessToken, sanitizeAxiosErrorData, classifyRefreshHttpError, shouldLogoutAfterRefreshFailure, setRefreshToken, storAccessToken, classifyRefreshResponseWithoutToken, storage, HUBSPOT_DATA, setRuntimeHttpClientHubContext, isServiceUnavailableError, refreshSession, ensureValidRefresh, HUB_ID, DEV_PORTAL_ID, PORTAL_ID, DEV_API_URL, isAccessTokenExpired } from './chunk-
|
|
1
|
+
import { getParamDetails, getRouteDetails, updateLink, getParam, decodeToBase64, generatePath, getPath, getRouteMenu, tableUiActions, ticketHubspotObjectTypeId, tableStore, makePreviewParams, actions2, userStore, isPipelineBoardObjectTypeId, fileStore, actions7, emailStore, actions5, noteStore, actions4, tableUiStore, resetAllStore, breadcrumbStage, isMessingParentLastItem, isMessingParent, generateUrl } from './chunk-G3WSU24Y.js';
|
|
2
|
+
import { config, configureLogger, setIframeStorageMode, setRefreshBufferSeconds, setRefreshCallback, hydrateSessionRefreshState, isHttpTracingEnabled, logger, getAccessToken, sanitizeAxiosErrorData, classifyRefreshHttpError, shouldLogoutAfterRefreshFailure, setRefreshToken, storAccessToken, classifyRefreshResponseWithoutToken, storage, HUBSPOT_DATA, setRuntimeHttpClientHubContext, isServiceUnavailableError, refreshSession, ensureValidRefresh, HUB_ID, DEV_PORTAL_ID, PORTAL_ID, DEV_API_URL, isAccessTokenExpired } from './chunk-HOUVOL2U.js';
|
|
3
3
|
import { getClientType, configureStorageKeys } from './chunk-KPHAQNS2.js';
|
|
4
4
|
import { AuthErrorCode } from './chunk-COHBSTHF.js';
|
|
5
5
|
import axios from 'axios';
|
|
@@ -438,7 +438,7 @@ function initializeHttpClient(clientConfig) {
|
|
|
438
438
|
migrateLegacyStorageKeys();
|
|
439
439
|
}).catch(() => {
|
|
440
440
|
});
|
|
441
|
-
void import('./cross-tab-session-
|
|
441
|
+
void import('./cross-tab-session-EFVMEOMN.js').then(({ installCrossTabSessionListener }) => {
|
|
442
442
|
installCrossTabSessionListener();
|
|
443
443
|
}).catch(() => {
|
|
444
444
|
});
|
|
@@ -909,6 +909,9 @@ var buildChildRoute = (props, breadcrumbItems) => {
|
|
|
909
909
|
o_t_id: props?.objectTypeId,
|
|
910
910
|
o_r_id: props?.recordId
|
|
911
911
|
};
|
|
912
|
+
if (props?.nodeId) {
|
|
913
|
+
newCrumb.n_id = props.nodeId;
|
|
914
|
+
}
|
|
912
915
|
breadcrumbs.push(newCrumb);
|
|
913
916
|
} else if (breadcrumbType === "root") {
|
|
914
917
|
const newCrumb = {
|
|
@@ -916,6 +919,9 @@ var buildChildRoute = (props, breadcrumbItems) => {
|
|
|
916
919
|
o_t_id: props?.objectTypeId,
|
|
917
920
|
o_r_id: props?.recordId
|
|
918
921
|
};
|
|
922
|
+
if (props?.nodeId) {
|
|
923
|
+
newCrumb.n_id = props.nodeId;
|
|
924
|
+
}
|
|
919
925
|
if (props?.isPC) {
|
|
920
926
|
newCrumb.prm = {
|
|
921
927
|
isPC: props?.isPC
|
|
@@ -932,6 +938,9 @@ var buildChildRoute = (props, breadcrumbItems) => {
|
|
|
932
938
|
o_t_id: props?.objectTypeId,
|
|
933
939
|
o_r_id: props?.recordId
|
|
934
940
|
};
|
|
941
|
+
if (props?.nodeId) {
|
|
942
|
+
newCrumb.n_id = props.nodeId;
|
|
943
|
+
}
|
|
935
944
|
if (props?.isPC) {
|
|
936
945
|
newCrumb.prm = {
|
|
937
946
|
isPC: props?.isPC
|
|
@@ -2516,5 +2525,5 @@ function createMutation(mutationFn, options) {
|
|
|
2516
2525
|
}
|
|
2517
2526
|
|
|
2518
2527
|
export { API_ENDPOINTS, Client, HttpClient, buildCachePurgeRequest, buildCrmListPurgeTarget, buildCrmSinglePurgeTarget, buildEngagementPurgeTarget, buildPortalConfigPurgeTarget, buildUserSessionPurgeTarget, createCachePurgeJob, createMutation, extractEngagementItemIdFromWriteResponse, extractHubspotRecordIdFromWriteResponse, generateApiUrl, getAuthRefreshToken, getFieldErrors, getFormErrors, initializeHttpClient, mergePurgeTargets, navigationApi, purgeCrmCombined, purgeCrmDetailAndListAfterCrmWrite, purgeCrmListCache, purgeCrmListCacheAfterCrmWrite, purgeCrmObjectDataCache, purgeCrmRecordCache, purgeEngagementCaches, purgeEngagementCachesAfterCrmWrite, resolveCrmListPurgeQuery, resolveListTableParams, setEditorPreviewMockHandler, startVisibilityRefreshScheduler, stopVisibilityRefreshScheduler, toCachePurgeListQuery };
|
|
2519
|
-
//# sourceMappingURL=chunk-
|
|
2520
|
-
//# sourceMappingURL=chunk-
|
|
2528
|
+
//# sourceMappingURL=chunk-5LOW4BG4.js.map
|
|
2529
|
+
//# sourceMappingURL=chunk-5LOW4BG4.js.map
|