ntk-cms-api 1.2.231 → 1.2.232

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.
@@ -21,8 +21,8 @@ export declare class ApiServerBase {
21
21
  private accessLoad;
22
22
  private accessDataType;
23
23
  setConfig(url: string, apiRetry?: number): void;
24
- cachApiResult: [];
25
- cachApiCallDate: [];
24
+ cachApiResult: any[];
25
+ cachApiCallDate: any[];
26
26
  cashApiSeconds: number;
27
27
  childConstructor(): any;
28
28
  getBaseUrl(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "1.2.231",
3
+ "version": "1.2.232",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",