gap-nodejs-sdk 1.0.571 → 1.0.572
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":"order.d.ts","sourceRoot":"","sources":["../../../../../src/api/pos_client_api/1.0.0/models/order.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"order.d.ts","sourceRoot":"","sources":["../../../../../src/api/pos_client_api/1.0.0/models/order.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AA+Q9C,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,wBAAwB,CAS/E;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,sBAAsB,CA6E3E;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,2BAA2B,CASjF;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,wBAAwB,CAqB5E;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,sBAAsB,CAqF9E;AAmBD,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,yBAAyB,CAUpF;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,8BAA8B,CAIzF;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,8BAA8B,CAetF;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG;;;;;;;;;;;;;;;;;;;EAqBnD"}
|
|
@@ -138,7 +138,7 @@ function ServiceModel(data) {
|
|
|
138
138
|
};
|
|
139
139
|
}
|
|
140
140
|
function ServiceItemModel(data) {
|
|
141
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
141
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
142
142
|
return {
|
|
143
143
|
additional_data: (_a = data === null || data === void 0 ? void 0 : data.additional_data) !== null && _a !== void 0 ? _a : null,
|
|
144
144
|
item_name: (_b = data === null || data === void 0 ? void 0 : data.item_name) !== null && _b !== void 0 ? _b : null,
|
|
@@ -154,6 +154,7 @@ function ServiceItemModel(data) {
|
|
|
154
154
|
cash_discount: (_m = data === null || data === void 0 ? void 0 : data.cash_discount) !== null && _m !== void 0 ? _m : null,
|
|
155
155
|
note: (_o = data === null || data === void 0 ? void 0 : data.note) !== null && _o !== void 0 ? _o : null,
|
|
156
156
|
gift_card_balance: (_p = data === null || data === void 0 ? void 0 : data.gift_card_balance) !== null && _p !== void 0 ? _p : null,
|
|
157
|
+
item_type: (_q = data === null || data === void 0 ? void 0 : data.item_type) !== null && _q !== void 0 ? _q : null,
|
|
157
158
|
};
|
|
158
159
|
}
|
|
159
160
|
function StaffModel(data) {
|