ntk-cms-api 20.25.43 → 20.25.45

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/index.d.ts CHANGED
@@ -1941,7 +1941,9 @@ declare class ApiServerBase {
1941
1941
  setConfig(url: string, ver?: string, apiRetry?: number): void;
1942
1942
  get Ver(): string;
1943
1943
  cachApiResult: any[];
1944
+ cachApiInRunResult: any[];
1944
1945
  cashApiIsValid(serviceNameKay: string, cashApiSeconds?: number): boolean;
1946
+ cashApiVlaueSet(serviceNameKay: string, ret: any): void;
1945
1947
  childConstructor(): any;
1946
1948
  getBaseUrl(): string;
1947
1949
  getModuleControllerUrl(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "20.25.43",
3
+ "version": "20.25.45",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",