tnx-shared 5.3.277 → 5.3.278

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.
@@ -32241,8 +32241,12 @@
32241
32241
  ] }, control));
32242
32242
  return result;
32243
32243
  };
32244
- CoCauToChucNewService.prototype.getTrangThaiGuiCongVan = function () {
32244
+ CoCauToChucNewService.prototype.getTrangThaiGuiCongVan = function (codeApp) {
32245
+ if (codeApp === void 0) { codeApp = ''; }
32245
32246
  var apiUrl = this.serviceUri + "/GetTrangThaiGuiCongVan";
32247
+ if (codeApp) {
32248
+ apiUrl = apiUrl + "/" + codeApp;
32249
+ }
32246
32250
  return this.defaultGet(apiUrl);
32247
32251
  };
32248
32252
  return CoCauToChucNewService;