@creatio/base 0.811.0 → 0.811.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.
- package/esm2020/lib/public/esq/data-model/expressions/base-expression.mjs +2 -2
- package/esm2020/lib/public/esq/data-model/filters/base-filter.mjs +2 -2
- package/fesm2015/creatio-base.mjs +2 -2
- package/fesm2015/creatio-base.mjs.map +1 -1
- package/fesm2020/creatio-base.mjs +2 -2
- package/fesm2020/creatio-base.mjs.map +1 -1
- package/index.d.ts +10 -2
- package/package.json +1 -1
|
@@ -400,7 +400,7 @@ class ɵBaseExpression {
|
|
|
400
400
|
}
|
|
401
401
|
/**
|
|
402
402
|
* Converts instance to json object.
|
|
403
|
-
* @
|
|
403
|
+
* @public
|
|
404
404
|
*/
|
|
405
405
|
toJson() {
|
|
406
406
|
return classToPlain(this, {
|
|
@@ -990,7 +990,7 @@ class ɵBaseFilter {
|
|
|
990
990
|
}
|
|
991
991
|
/**
|
|
992
992
|
* Converts instance to json object.
|
|
993
|
-
* @
|
|
993
|
+
* @public
|
|
994
994
|
*/
|
|
995
995
|
toJson() {
|
|
996
996
|
return classToPlain(this, {
|