@honest-pitches/pitch-sdk 0.5.2 → 0.5.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/index.cjs CHANGED
@@ -16877,6 +16877,9 @@ var PitchesApi = class {
16877
16877
  if (input.honestyDisclosure != null && input.honestyDisclosure !== "") {
16878
16878
  payload.honestyDisclosure = String(input.honestyDisclosure).slice(0, 2e3);
16879
16879
  }
16880
+ if (input.dryRun === true) {
16881
+ payload.dryRun = true;
16882
+ }
16880
16883
  const doc = await fetchPitches(this.config, {
16881
16884
  method: "POST",
16882
16885
  path: "/pitches",