@base-framework/base 3.0.461 → 3.0.463

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.
@@ -151,10 +151,10 @@ export class ModelService {
151
151
  * @param {function} callBack
152
152
  * @param {number} offset
153
153
  * @param {number} limit
154
- * @param {string} filter
154
+ * @param {*} lastCursor
155
155
  * @returns {object}
156
156
  */
157
- all(instanceParams: string, callBack: Function, offset: number, limit: number, filter: string): object;
157
+ all(instanceParams: string, callBack: Function, offset: number, limit: number, lastCursor?: any): object;
158
158
  /**
159
159
  * This will get the url.
160
160
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.0.461",
3
+ "version": "3.0.463",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",