bs-unified-ui 1.0.907 → 1.0.909

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.
@@ -50,7 +50,7 @@ export declare const REMINDER_EVENTS: ("new_incoming_order" | "cancelled_order"
50
50
  export declare const INDICATOR_MAPPING: {
51
51
  readonly order: readonly ["new_incoming_order", "cancelled_order"];
52
52
  readonly chat: readonly ["new_pending_chat", "new_unread_message", "customer_left", "missed_chat"];
53
- readonly task_update: readonly ["task_created", "task_completed", "task_failed", "failed_to_pick_up", "success_to_pick_up", "failed_to_return", "success_to_return", "import_task"];
53
+ readonly task_update: readonly ["task_created", "task_completed", "task_failed", "failed_to_pick_up", "success_to_return", "import_task"];
54
54
  readonly new_driver: readonly ["new_driver"];
55
55
  };
56
56
  export declare const INDICATOR_ROUTES: {
package/index.js CHANGED
@@ -45459,8 +45459,8 @@ var INDICATOR_MAPPING = {
45459
45459
  DELIVERY_EVENTS.TASK_COMPLETED,
45460
45460
  DELIVERY_EVENTS.TASK_FAILED,
45461
45461
  DELIVERY_EVENTS.FAILED_TO_PICK_UP,
45462
- DELIVERY_EVENTS.SUCCESS_TO_PICK_UP,
45463
- DELIVERY_EVENTS.FAILED_TO_RETURN,
45462
+ // DELIVERY_EVENTS.SUCCESS_TO_PICK_UP,
45463
+ // DELIVERY_EVENTS.FAILED_TO_RETURN,
45464
45464
  DELIVERY_EVENTS.SUCCESS_TO_RETURN,
45465
45465
  DELIVERY_EVENTS.IMPORT_TASK,
45466
45466
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bs-unified-ui",
3
- "version": "1.0.907",
3
+ "version": "1.0.909",
4
4
  "license": "MIT",
5
5
  "author": "Advesa",
6
6
  "description": "UI Components for Unified Breadstack UI",