sodas-sdk 1.5.1 → 1.5.2

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.
@@ -4713,6 +4713,9 @@ class ValidationTemplate extends _governanceClass__WEBPACK_IMPORTED_MODULE_3__["
4713
4713
  get rules() {
4714
4714
  return this.ValidationRules;
4715
4715
  }
4716
+ get escapedRules() {
4717
+ return ValidationTemplate.stringifyValidationRulesToEscapedString(this.rules);
4718
+ }
4716
4719
  }
4717
4720
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ValidationTemplate);
4718
4721