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.
@@ -1264,6 +1264,8 @@ class ApiServerBase {
1264
1264
  this.keyDeviceToken = 'deviceToken';
1265
1265
  this.keyBaseUrl = 'baseUrl';
1266
1266
  this.accessLoad = false;
1267
+ this.cachApiResult = [];
1268
+ this.cachApiCallDate = [];
1267
1269
  this.cashApiSeconds = 20;
1268
1270
  this.childConstructor();
1269
1271
  this.headers = new Map();