@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 +3 -0
- package/dist/index.cjs.map +2 -2
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -16851,6 +16851,9 @@ var PitchesApi = class {
|
|
|
16851
16851
|
if (input.honestyDisclosure != null && input.honestyDisclosure !== "") {
|
|
16852
16852
|
payload.honestyDisclosure = String(input.honestyDisclosure).slice(0, 2e3);
|
|
16853
16853
|
}
|
|
16854
|
+
if (input.dryRun === true) {
|
|
16855
|
+
payload.dryRun = true;
|
|
16856
|
+
}
|
|
16854
16857
|
const doc = await fetchPitches(this.config, {
|
|
16855
16858
|
method: "POST",
|
|
16856
16859
|
path: "/pitches",
|