@connectedxm/client 7.2.7 → 7.2.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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12190,7 +12190,7 @@ var UpsertLinkPreview = async ({
12190
12190
  }) => {
12191
12191
  const clientApi = await GetClientAPI(clientApiParams);
12192
12192
  const { data } = await clientApi.put(
12193
- `/storage/link-preview`,
12193
+ `/organization/link-preview`,
12194
12194
  {
12195
12195
  href
12196
12196
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "7.2.7",
3
+ "version": "7.2.8",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",