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.
@@ -8291,6 +8291,9 @@ class ValidationTemplate extends _governanceClass__WEBPACK_IMPORTED_MODULE_3__["
8291
8291
  const escaped = jsonString.replace(/"/g, '\\"');
8292
8292
  return '"' + escaped + '"';
8293
8293
  }
8294
+ get rules() {
8295
+ return this.ValidationRules;
8296
+ }
8294
8297
  }
8295
8298
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ValidationTemplate);
8296
8299