@marteye/studiojs 1.1.29 → 1.1.30

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.js CHANGED
@@ -211,6 +211,9 @@ function create$a(httpClient) {
211
211
  }
212
212
  return null;
213
213
  },
214
+ getByMartEyeUid: async (marketId, marteyeUid) => {
215
+ return httpClient.get(`/${marketId}/customers`, { marteyeUid });
216
+ },
214
217
  };
215
218
  return customers;
216
219
  }