@hubs101/js-api-skd-client 1.0.10637 → 1.0.10638

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.
@@ -1156,6 +1156,7 @@ export type OfferServerResponse = {
1156
1156
  approved_at: string;
1157
1157
  offer_sent_at: string;
1158
1158
  event: string;
1159
+ offer_pdf_path: string;
1159
1160
  };
1160
1161
  export type TestimonialInput = {
1161
1162
  first_name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10637",
3
+ "version": "1.0.10638",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",