@multisender.app/multisender-sdk 0.0.2 → 0.0.3

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.
@@ -3781,6 +3781,14 @@ var createDistributionList = (options) => (options.client ?? client).post({
3781
3781
  ...options.headers
3782
3782
  }
3783
3783
  });
3784
+ var validateDistributionRecipients = (options) => (options.client ?? client).post({
3785
+ url: "/api/v1/lists/distribution/validate",
3786
+ ...options,
3787
+ headers: {
3788
+ "Content-Type": "application/json",
3789
+ ...options.headers
3790
+ }
3791
+ });
3784
3792
  var importCsvDistribution = (options) => (options.client ?? client).post({
3785
3793
  url: "/api/v1/lists/distribution/csv",
3786
3794
  ...options,
@@ -4668,4 +4676,4 @@ function main() {
4668
4676
  }
4669
4677
  main();
4670
4678
 
4671
- //# debugId=AA9AF03658C402AE64756E2164756E21
4679
+ //# debugId=D8DC8222CC625D0264756E2164756E21