gap-nodejs-sdk 1.0.521 → 1.0.522

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.
@@ -150,13 +150,13 @@ export default class Payroll extends Base {
150
150
  });
151
151
  }
152
152
  static getAppListPayroll(data) {
153
- var _a, _b;
153
+ var _a;
154
154
  return __awaiter(this, void 0, void 0, function* () {
155
155
  const response = yield this.client.get({
156
156
  path: payroll.GET_APP_LIST_PAYROLL,
157
157
  query: data
158
158
  });
159
- return (((_b = (_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.items) || []).map(item => Model.AppListPayrollModel(item));
159
+ return (((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data) || []).map(item => Model.AppListPayrollModel(item));
160
160
  });
161
161
  }
162
162
  static getAppListPayrollPagination(data) {