@matchain/matchid-sdk-react 0.1.53-alpha.10 → 0.1.53-alpha.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/{chunk-NCVBLRAJ.mjs → chunk-I2V4VRQH.mjs} +2 -2
- package/dist/chunk-I2V4VRQH.mjs.map +1 -0
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/api/index.js +1 -1
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-NCVBLRAJ.mjs.map +0 -1
|
@@ -544,7 +544,7 @@ var delContactsApi = (data) => {
|
|
|
544
544
|
};
|
|
545
545
|
var getContractsInfoApi = () => {
|
|
546
546
|
return retryRequest({
|
|
547
|
-
url: `/api/v1/
|
|
547
|
+
url: `/api/v1/contacts/info`,
|
|
548
548
|
method: "GET"
|
|
549
549
|
});
|
|
550
550
|
};
|
|
@@ -7272,4 +7272,4 @@ export {
|
|
|
7272
7272
|
MatchProvider,
|
|
7273
7273
|
useMatch
|
|
7274
7274
|
};
|
|
7275
|
-
//# sourceMappingURL=chunk-
|
|
7275
|
+
//# sourceMappingURL=chunk-I2V4VRQH.mjs.map
|