@corsa-labs/sdk 4.19.0 → 4.20.0

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.
@@ -72,10 +72,10 @@ export declare class RuleTemplatesService {
72
72
  *
73
73
  *
74
74
  *
75
- * **Example:** filter.products=$contains:John Doe
75
+ * **Example:** filter.products=$ilike:John Doe
76
76
  *
77
77
  * **Available Operations**
78
- * - $contains
78
+ * - $ilike
79
79
  *
80
80
  * - $and
81
81
  *
@@ -86,10 +86,10 @@ export declare class RuleTemplatesService {
86
86
  *
87
87
  *
88
88
  *
89
- * **Example:** filter.typologies=$contains:John Doe
89
+ * **Example:** filter.typologies=$ilike:John Doe
90
90
  *
91
91
  * **Available Operations**
92
- * - $contains
92
+ * - $ilike
93
93
  *
94
94
  * - $and
95
95
  *
@@ -73,10 +73,10 @@ class RuleTemplatesService {
73
73
  *
74
74
  *
75
75
  *
76
- * **Example:** filter.products=$contains:John Doe
76
+ * **Example:** filter.products=$ilike:John Doe
77
77
  *
78
78
  * **Available Operations**
79
- * - $contains
79
+ * - $ilike
80
80
  *
81
81
  * - $and
82
82
  *
@@ -87,10 +87,10 @@ class RuleTemplatesService {
87
87
  *
88
88
  *
89
89
  *
90
- * **Example:** filter.typologies=$contains:John Doe
90
+ * **Example:** filter.typologies=$ilike:John Doe
91
91
  *
92
92
  * **Available Operations**
93
- * - $contains
93
+ * - $ilike
94
94
  *
95
95
  * - $and
96
96
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corsa-labs/sdk",
3
- "version": "4.19.0",
3
+ "version": "4.20.0",
4
4
  "description": "SDK for Corsa API",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",