@base-framework/base 3.0.327 → 3.0.328

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.
@@ -149,12 +149,12 @@ export class ModelService {
149
149
  *
150
150
  * @param {string} instanceParams
151
151
  * @param {function} callBack
152
- * @param {number} start
153
- * @param {number} count
152
+ * @param {number} offset
153
+ * @param {number} limit
154
154
  * @param {string} filter
155
155
  * @returns {object}
156
156
  */
157
- all(instanceParams: string, callBack: Function, start: number, count: number, filter: string): object;
157
+ all(instanceParams: string, callBack: Function, offset: number, limit: number, filter: string): 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.327",
3
+ "version": "3.0.328",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",