sodas-sdk 1.5.0 → 1.5.1

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.
@@ -8265,6 +8265,9 @@ class ValidationTemplate extends _governanceClass__WEBPACK_IMPORTED_MODULE_3__["
8265
8265
  const escaped = jsonString.replace(/"/g, '\\"');
8266
8266
  return '"' + escaped + '"';
8267
8267
  }
8268
+ get rules() {
8269
+ return this.ValidationRules;
8270
+ }
8268
8271
  }
8269
8272
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ValidationTemplate);
8270
8273