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.
- package/dist/SODAS_SDK_CLASS/template/validation.d.ts +1 -0
- package/dist/index.browser.js +3 -0
- package/dist/index.browser.js.map +1 -1
- package/dist/index.legacy.browser.js +3 -0
- package/dist/index.legacy.browser.js.map +1 -1
- package/dist/index.legacy.node.cjs +3 -0
- package/dist/index.legacy.node.cjs.map +1 -1
- package/dist/index.node.js +3 -0
- package/dist/index.node.js.map +1 -1
- package/package.json +1 -1
package/dist/index.node.js
CHANGED
|
@@ -8268,6 +8268,9 @@ class ValidationTemplate extends _governanceClass__WEBPACK_IMPORTED_MODULE_3__["
|
|
|
8268
8268
|
get rules() {
|
|
8269
8269
|
return this.ValidationRules;
|
|
8270
8270
|
}
|
|
8271
|
+
get escapedRules() {
|
|
8272
|
+
return ValidationTemplate.stringifyValidationRulesToEscapedString(this.rules);
|
|
8273
|
+
}
|
|
8271
8274
|
}
|
|
8272
8275
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ValidationTemplate);
|
|
8273
8276
|
|