@vendasta/forms_microservice 0.22.0 → 0.23.0

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.
@@ -897,6 +897,9 @@ class GenerateCustomCSSRequest {
897
897
  if (typeof this.htmlTemplate !== 'undefined') {
898
898
  toReturn['htmlTemplate'] = this.htmlTemplate;
899
899
  }
900
+ if (typeof this.formId !== 'undefined') {
901
+ toReturn['formId'] = this.formId;
902
+ }
900
903
  return toReturn;
901
904
  }
902
905
  }