@escapenavigator/utils 1.10.167 → 1.10.168

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.
@@ -37,6 +37,7 @@ const serializeSlotOrderData = (order) => order && {
37
37
  certificateTotal: order.certificateTotal,
38
38
  upsellingsTotal: order.upsellingsTotal,
39
39
  emailTrouble: order.emailTrouble,
40
+ noShow: order.noShow,
40
41
  // Иконка «есть комментарии»: денорм-флаг заметок сотрудников ИЛИ
41
42
  // скалярный комментарий игрока (orders.comment) — как было до
42
43
  // оптимизации календаря, но без JOIN к user-messages на hot-path.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@escapenavigator/utils",
3
- "version": "1.10.167",
3
+ "version": "1.10.168",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -14,7 +14,7 @@
14
14
  "test": "jest"
15
15
  },
16
16
  "dependencies": {
17
- "@escapenavigator/types": "^1.10.160",
17
+ "@escapenavigator/types": "^1.10.161",
18
18
  "axios": "^0.21.4",
19
19
  "class-transformer": "^0.5.1",
20
20
  "class-validator": "^0.13.2",
@@ -28,5 +28,5 @@
28
28
  "ts-jest": "^29.1.1",
29
29
  "typescript": "^5.6"
30
30
  },
31
- "gitHead": "1c0921756d94309b8cf7f405197331fe98adfa0b"
31
+ "gitHead": "9e4821b3ad8e4b74479ab23a01b4189ebf9fe5b8"
32
32
  }