@base-framework/base 3.0.500 → 3.0.501

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