@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/index.d.ts CHANGED
@@ -178,7 +178,11 @@ export declare abstract class ɵBaseExpression implements ɵSerializable {
178
178
  static fromJson<TFilterParser extends typeof ɵBaseFilterParser, TExpressionParser extends typeof ɵBaseExpressionParser>(dto: ɵJsonObject, filterParser: TFilterParser, expressionParser?: TExpressionParser): ɵBaseExpression;
179
179
  protected serializeItem(item: ɵSerializable): ɵJsonObject;
180
180
  abstract clone(): ɵBaseExpression;
181
- /* Excluded from this release type: toJson */
181
+ /**
182
+ * Converts instance to json object.
183
+ * @public
184
+ */
185
+ toJson(): ɵJsonObject;
182
186
  }
183
187
 
184
188
  /**
@@ -204,7 +208,11 @@ export declare abstract class ɵBaseFilter implements ɵSerializable {
204
208
  static fromJson<TFilterParser extends typeof ɵBaseFilterParser, TExpressionParser extends typeof ɵBaseExpressionParser>(dto: ɵJsonObject, filterParser: TFilterParser, expressionParser: TExpressionParser): ɵBaseFilter;
205
209
  protected serializeItem(item: ɵSerializable): ɵJsonObject;
206
210
  abstract clone(): ɵBaseFilter;
207
- /* Excluded from this release type: toJson */
211
+ /**
212
+ * Converts instance to json object.
213
+ * @public
214
+ */
215
+ toJson(): ɵJsonObject;
208
216
  }
209
217
 
210
218
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creatio/base",
3
- "version": "0.811.0",
3
+ "version": "0.811.1",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "description": "Internal API to create customizations and integrations for Creatio platform.",
6
6
  "keywords": [