@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.
package/dist/cli/index.js CHANGED
@@ -3788,6 +3788,14 @@ var createDistributionList = (options) => (options.client ?? client).post({
3788
3788
  ...options.headers
3789
3789
  }
3790
3790
  });
3791
+ var validateDistributionRecipients = (options) => (options.client ?? client).post({
3792
+ url: "/api/v1/lists/distribution/validate",
3793
+ ...options,
3794
+ headers: {
3795
+ "Content-Type": "application/json",
3796
+ ...options.headers
3797
+ }
3798
+ });
3791
3799
  var importCsvDistribution = (options) => (options.client ?? client).post({
3792
3800
  url: "/api/v1/lists/distribution/csv",
3793
3801
  ...options,
@@ -4675,4 +4683,4 @@ function main() {
4675
4683
  }
4676
4684
  main();
4677
4685
 
4678
- //# debugId=BA58823A1682002164756E2164756E21
4686
+ //# debugId=B82D29B523A3AE9964756E2164756E21