woodsportal-client-sdk 1.1.4-dev.53 → 1.1.4-dev.54
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 +2 -2
- package/dist/adapters/react/index.js +2 -2
- package/dist/adapters/vue/index.js +2 -2
- package/dist/{chunk-3WO26LA6.js → chunk-7H5USIR7.js} +4 -4
- package/dist/chunk-7H5USIR7.js.map +1 -0
- package/dist/{chunk-2M5KO5R3.js → chunk-TLHEWB3Y.js} +3 -3
- package/dist/{chunk-2M5KO5R3.js.map → chunk-TLHEWB3Y.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-3WO26LA6.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { bindStoreWithActions } from '../../chunk-Y5MRAAGK.js';
|
|
2
|
-
import { createAdapterHooks } from '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
2
|
+
import { createAdapterHooks } from '../../chunk-TLHEWB3Y.js';
|
|
3
|
+
import '../../chunk-7H5USIR7.js';
|
|
4
4
|
import '../../chunk-24HIDVUO.js';
|
|
5
5
|
import { inject, DestroyRef, signal } from '@angular/core';
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createAdapterHooks } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
import { createAdapterHooks } from '../../chunk-TLHEWB3Y.js';
|
|
2
|
+
import '../../chunk-7H5USIR7.js';
|
|
3
3
|
import '../../chunk-24HIDVUO.js';
|
|
4
4
|
import { useSyncExternalStore } from 'react';
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { bindStoreWithActions } from '../../chunk-Y5MRAAGK.js';
|
|
2
|
-
import { createAdapterHooks } from '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
2
|
+
import { createAdapterHooks } from '../../chunk-TLHEWB3Y.js';
|
|
3
|
+
import '../../chunk-7H5USIR7.js';
|
|
4
4
|
import '../../chunk-24HIDVUO.js';
|
|
5
5
|
import { reactive, onScopeDispose } from 'vue';
|
|
6
6
|
|
|
@@ -1227,7 +1227,7 @@ var Client = {
|
|
|
1227
1227
|
...props?.queryParams,
|
|
1228
1228
|
...urlParam
|
|
1229
1229
|
};
|
|
1230
|
-
if (hubspotObjectTypeId) queryParams.
|
|
1230
|
+
if (hubspotObjectTypeId) queryParams.parentObjectTypeId = hubspotObjectTypeId;
|
|
1231
1231
|
const apiUrl = generateApiUrl({ route: API_ENDPOINTS.OBJECTS_DETAILS, params, queryParams });
|
|
1232
1232
|
return HttpClient.get(apiUrl);
|
|
1233
1233
|
},
|
|
@@ -1248,7 +1248,7 @@ var Client = {
|
|
|
1248
1248
|
{ cardParentMerge }
|
|
1249
1249
|
);
|
|
1250
1250
|
const queryParams = {};
|
|
1251
|
-
if (hubspotObjectTypeId) queryParams.
|
|
1251
|
+
if (hubspotObjectTypeId) queryParams.parentObjectTypeId = hubspotObjectTypeId;
|
|
1252
1252
|
const apiUrl = generateApiUrl({ route: API_ENDPOINTS.RECORDS_UPDATE, params, queryParams });
|
|
1253
1253
|
return HttpClient.put(apiUrl, body);
|
|
1254
1254
|
}
|
|
@@ -3267,5 +3267,5 @@ var routeParam = {
|
|
|
3267
3267
|
};
|
|
3268
3268
|
|
|
3269
3269
|
export { DEFAULT_HUBSPOT_TIMEZONE, actions2 as actions, actions3 as actions2, actions4 as actions3, actions5 as actions4, actions6 as actions5, actions7 as actions6, api, breadcrumbsDetails, client_exports, emailStore, formatGmtOffset, formatHubSpotActivityDateTime, formatHubSpotActivityDateTimeParts, getCurrentTimeZone, getFieldErrors, getFormErrors, initializeHttpClient, multiObjectStore, normalizeToTimestamp, noteStore, routeParam, store, syncStore, tableStore2 as tableStore, uploaderStore, url };
|
|
3270
|
-
//# sourceMappingURL=chunk-
|
|
3271
|
-
//# sourceMappingURL=chunk-
|
|
3270
|
+
//# sourceMappingURL=chunk-7H5USIR7.js.map
|
|
3271
|
+
//# sourceMappingURL=chunk-7H5USIR7.js.map
|