ballerina-core 1.0.213 → 1.0.214

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "ballerina-core",
3
3
  "author": "Dr. Giuseppe Maggiore",
4
4
  "private": false,
5
- "version": "1.0.213",
5
+ "version": "1.0.214",
6
6
  "main": "main.ts",
7
7
  "scripts": {
8
8
  "prettier": "prettier --write ."
@@ -200,7 +200,7 @@ export type DispatchTableFiltersAndSorting = {
200
200
  export type TableGetManyParams = {
201
201
  chunkSize: number;
202
202
  from: number;
203
- filtersAndSorting?: string;
203
+ filtersAndSorting: string;
204
204
  };
205
205
  export type DispatchTableApiName = string;
206
206
  export type DispatchTableApiSource = {