woodsportal-client-sdk 4.0.4-dev.6 → 4.0.4-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.
- package/dist/adapters/angular/index.d.ts +1 -1
- package/dist/adapters/angular/index.js +3 -3
- package/dist/adapters/react/index.d.ts +1 -1
- package/dist/adapters/react/index.js +3 -3
- package/dist/adapters/vue/index.d.ts +1 -1
- package/dist/adapters/vue/index.js +3 -3
- package/dist/{chunk-INWK4XBH.js → chunk-6IRXCBBP.js} +3 -3
- package/dist/{chunk-INWK4XBH.js.map → chunk-6IRXCBBP.js.map} +1 -1
- package/dist/{chunk-6KKVGCXG.js → chunk-7Q6HRCUA.js} +3 -3
- package/dist/{chunk-6KKVGCXG.js.map → chunk-7Q6HRCUA.js.map} +1 -1
- package/dist/{chunk-UW4UOVIX.js → chunk-EVRUWZUS.js} +4 -4
- package/dist/{chunk-UW4UOVIX.js.map → chunk-EVRUWZUS.js.map} +1 -1
- package/dist/{chunk-VEJKNXUE.js → chunk-IBKBTIT6.js} +4 -4
- package/dist/{chunk-VEJKNXUE.js.map → chunk-IBKBTIT6.js.map} +1 -1
- package/dist/{chunk-NSKRFRGJ.js → chunk-LCHJO5TU.js} +5 -5
- package/dist/{chunk-NSKRFRGJ.js.map → chunk-LCHJO5TU.js.map} +1 -1
- package/dist/{chunk-YEUFUGGT.js → chunk-ZEJGWZK3.js} +15 -25
- package/dist/chunk-ZEJGWZK3.js.map +1 -0
- package/dist/entries/auth.js +3 -3
- package/dist/entries/crm.js +4 -4
- package/dist/index.js +7 -7
- package/package.json +1 -1
- package/dist/chunk-YEUFUGGT.js.map +0 -1
|
@@ -89,7 +89,7 @@ declare const useUploader: () => UploaderState & {
|
|
|
89
89
|
declare const useFile: () => FileState & {
|
|
90
90
|
setListQueryParams(params: any): void;
|
|
91
91
|
setFiles(response: any, payload: any): void;
|
|
92
|
-
updateTreeWithCreate(parentFolderId: string, response: "loading" | any,
|
|
92
|
+
updateTreeWithCreate(parentFolderId: string, response: "loading" | any, _createKind?: "file" | "folder"): Promise<void>;
|
|
93
93
|
clearFiles(): void;
|
|
94
94
|
};
|
|
95
95
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { bindStoreWithActions } from '../../chunk-AYTO6ND7.js';
|
|
2
|
-
import { createAdapterHooks } from '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-
|
|
2
|
+
import { createAdapterHooks } from '../../chunk-IBKBTIT6.js';
|
|
3
|
+
import '../../chunk-7Q6HRCUA.js';
|
|
4
|
+
import '../../chunk-ZEJGWZK3.js';
|
|
5
5
|
import '../../chunk-QPSCMK4W.js';
|
|
6
6
|
import { inject, DestroyRef, signal } from '@angular/core';
|
|
7
7
|
|
|
@@ -89,7 +89,7 @@ declare const useUploader: () => UploaderState & {
|
|
|
89
89
|
declare const useFile: () => FileState & {
|
|
90
90
|
setListQueryParams(params: any): void;
|
|
91
91
|
setFiles(response: any, payload: any): void;
|
|
92
|
-
updateTreeWithCreate(parentFolderId: string, response: "loading" | any,
|
|
92
|
+
updateTreeWithCreate(parentFolderId: string, response: "loading" | any, _createKind?: "file" | "folder"): Promise<void>;
|
|
93
93
|
clearFiles(): void;
|
|
94
94
|
};
|
|
95
95
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { createAdapterHooks } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
1
|
+
import { createAdapterHooks } from '../../chunk-IBKBTIT6.js';
|
|
2
|
+
import '../../chunk-7Q6HRCUA.js';
|
|
3
|
+
import '../../chunk-ZEJGWZK3.js';
|
|
4
4
|
import '../../chunk-QPSCMK4W.js';
|
|
5
5
|
import { useSyncExternalStore } from 'react';
|
|
6
6
|
|
|
@@ -89,7 +89,7 @@ declare const useUploader: () => UploaderState & {
|
|
|
89
89
|
declare const useFile: () => FileState & {
|
|
90
90
|
setListQueryParams(params: any): void;
|
|
91
91
|
setFiles(response: any, payload: any): void;
|
|
92
|
-
updateTreeWithCreate(parentFolderId: string, response: "loading" | any,
|
|
92
|
+
updateTreeWithCreate(parentFolderId: string, response: "loading" | any, _createKind?: "file" | "folder"): Promise<void>;
|
|
93
93
|
clearFiles(): void;
|
|
94
94
|
};
|
|
95
95
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { bindStoreWithActions } from '../../chunk-AYTO6ND7.js';
|
|
2
|
-
import { createAdapterHooks } from '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-
|
|
2
|
+
import { createAdapterHooks } from '../../chunk-IBKBTIT6.js';
|
|
3
|
+
import '../../chunk-7Q6HRCUA.js';
|
|
4
|
+
import '../../chunk-ZEJGWZK3.js';
|
|
5
5
|
import '../../chunk-QPSCMK4W.js';
|
|
6
6
|
import { reactive, onScopeDispose } from 'vue';
|
|
7
7
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getParamDetails, getRouteDetails, updateLink, configureLogger, isHttpTracingEnabled, logger, sanitizeAxiosErrorData, getParam, decodeToBase64, generatePath, getPath, getRouteMenu, tableUiActions, ticketHubspotObjectTypeId, tableStore, actions2, userStore, fileStore, actions6, emailStore, actions5, noteStore, actions4, tableUiStore, resetAllStore, breadcrumbStage, isMessingParentLastItem, isMessingParent, generateUrl } from './chunk-
|
|
1
|
+
import { getParamDetails, getRouteDetails, updateLink, configureLogger, isHttpTracingEnabled, logger, sanitizeAxiosErrorData, getParam, decodeToBase64, generatePath, getPath, getRouteMenu, tableUiActions, ticketHubspotObjectTypeId, tableStore, actions2, userStore, fileStore, actions6, emailStore, actions5, noteStore, actions4, tableUiStore, resetAllStore, breadcrumbStage, isMessingParentLastItem, isMessingParent, generateUrl } from './chunk-ZEJGWZK3.js';
|
|
2
2
|
import { HUBSPOT_DATA, PORTAL_ID, configureStorageKeys, setIframeStorageMode, setRefreshCallback, getAccessToken, setRefreshToken, setAccessToken, ensureValidRefresh, DEV_API_URL, DEV_PORTAL_ID, HUB_ID } from './chunk-QPSCMK4W.js';
|
|
3
3
|
import axios2 from 'axios';
|
|
4
4
|
|
|
@@ -2207,5 +2207,5 @@ function createMutation(mutationFn, options) {
|
|
|
2207
2207
|
}
|
|
2208
2208
|
|
|
2209
2209
|
export { Client, SERVICE_UNAVAILABLE_MESSAGE, buildCachePurgeRequest, buildCrmListPurgeTarget, buildCrmSinglePurgeTarget, buildEngagementPurgeTarget, buildPortalConfigPurgeTarget, buildUserSessionPurgeTarget, classifyHttpError, config, createCachePurgeJob, createMutation, extractEngagementItemIdFromWriteResponse, extractHubspotRecordIdFromWriteResponse, getAuthRefreshToken, getFieldErrors, getFormErrors, getHttpErrorMessage, initializeHttpClient, isServiceUnavailableError, mergePurgeTargets, navigationApi, purgeCrmCombined, purgeCrmDetailAndListAfterCrmWrite, purgeCrmListCache, purgeCrmListCacheAfterCrmWrite, purgeCrmObjectDataCache, purgeCrmRecordCache, purgeEngagementCaches, purgeEngagementCachesAfterCrmWrite, resolveCrmListPurgeQuery, resolveListTableParams, setConfig, setEditorPreviewMockHandler, storage, toCachePurgeListQuery };
|
|
2210
|
-
//# sourceMappingURL=chunk-
|
|
2211
|
-
//# sourceMappingURL=chunk-
|
|
2210
|
+
//# sourceMappingURL=chunk-6IRXCBBP.js.map
|
|
2211
|
+
//# sourceMappingURL=chunk-6IRXCBBP.js.map
|