gap-nodejs-sdk 1.0.768 → 1.0.769
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"income.d.ts","sourceRoot":"","sources":["../../../../../src/api/pos_client_api/1.0.0/models/income.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,mBAAmB,CAAA;AAE7C,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,2BAA2B,CAoErF;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,wBAAwB,CAoD/E;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,0BAA0B,CAOnF;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,uBAAuB,CAY7E;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,yBAAyB,CAQjF;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,mBAAmB,
|
|
1
|
+
{"version":3,"file":"income.d.ts","sourceRoot":"","sources":["../../../../../src/api/pos_client_api/1.0.0/models/income.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,mBAAmB,CAAA;AAE7C,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,2BAA2B,CAoErF;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,wBAAwB,CAoD/E;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,0BAA0B,CAOnF;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,uBAAuB,CAY7E;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,yBAAyB,CAQjF;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,mBAAmB,CAkCxE"}
|
|
@@ -158,7 +158,7 @@ export function GiftCardDetailModel(data) {
|
|
|
158
158
|
export function ReportTitleModel(data) {
|
|
159
159
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
160
160
|
function ChildrenModel(data) {
|
|
161
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
|
161
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
162
162
|
return {
|
|
163
163
|
id: (_a = data === null || data === void 0 ? void 0 : data.id) !== null && _a !== void 0 ? _a : null,
|
|
164
164
|
sort_order: (_b = data === null || data === void 0 ? void 0 : data.sort_order) !== null && _b !== void 0 ? _b : null,
|
|
@@ -172,6 +172,7 @@ export function ReportTitleModel(data) {
|
|
|
172
172
|
primary_value: (_k = data === null || data === void 0 ? void 0 : data.primary_value) !== null && _k !== void 0 ? _k : null,
|
|
173
173
|
parent_id: (_l = data === null || data === void 0 ? void 0 : data.parent_id) !== null && _l !== void 0 ? _l : null,
|
|
174
174
|
children: (data === null || data === void 0 ? void 0 : data.children) ? data === null || data === void 0 ? void 0 : data.children.map(item => ChildrenModel(item)) : null,
|
|
175
|
+
operator: (_m = data === null || data === void 0 ? void 0 : data.operator) !== null && _m !== void 0 ? _m : null,
|
|
175
176
|
};
|
|
176
177
|
}
|
|
177
178
|
return {
|