@livedesk/client 0.1.88 → 0.1.89
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/bin/livedesk-client.js +2 -2
- package/fast/linux-x64/livedesk-client-fast.dll +0 -0
- package/fast/linux-x64/livedesk-client-fast.pdb +0 -0
- package/fast/osx-arm64/livedesk-client-fast.dll +0 -0
- package/fast/osx-arm64/livedesk-client-fast.pdb +0 -0
- package/fast/osx-x64/livedesk-client-fast.dll +0 -0
- package/fast/osx-x64/livedesk-client-fast.pdb +0 -0
- package/fast/win-x64/livedesk-client-fast.dll +0 -0
- package/fast/win-x64/livedesk-client-fast.pdb +0 -0
- package/package.json +1 -1
package/bin/livedesk-client.js
CHANGED
|
@@ -1765,8 +1765,8 @@ async function resolveManagerFromPin(supabase, pin) {
|
|
|
1765
1765
|
throw new Error('Enter a 6-digit LiveDesk PIN.');
|
|
1766
1766
|
}
|
|
1767
1767
|
|
|
1768
|
-
const { data, error } = await supabase.
|
|
1769
|
-
|
|
1768
|
+
const { data, error } = await supabase.functions.invoke('livedesk-resolve-remote-host', {
|
|
1769
|
+
body: { pin: normalizedPin }
|
|
1770
1770
|
});
|
|
1771
1771
|
if (error) {
|
|
1772
1772
|
throw error;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|