@connectedxm/admin 6.5.11 → 6.5.12
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/index.cjs +1 -2
- package/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -36260,9 +36260,8 @@ var UpsertLinkPreview = async ({
|
|
|
36260
36260
|
const adminApi = await GetAdminAPI(adminApiParams);
|
|
36261
36261
|
const { data } = await adminApi.put(
|
|
36262
36262
|
`/organization/link-preview`,
|
|
36263
|
-
void 0,
|
|
36264
36263
|
{
|
|
36265
|
-
|
|
36264
|
+
href
|
|
36266
36265
|
}
|
|
36267
36266
|
);
|
|
36268
36267
|
return data;
|
package/dist/index.js
CHANGED
|
@@ -33009,9 +33009,8 @@ var UpsertLinkPreview = async ({
|
|
|
33009
33009
|
const adminApi = await GetAdminAPI(adminApiParams);
|
|
33010
33010
|
const { data } = await adminApi.put(
|
|
33011
33011
|
`/organization/link-preview`,
|
|
33012
|
-
void 0,
|
|
33013
33012
|
{
|
|
33014
|
-
|
|
33013
|
+
href
|
|
33015
33014
|
}
|
|
33016
33015
|
);
|
|
33017
33016
|
return data;
|