lancer-shared 1.2.331 → 1.2.332

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.
@@ -18,7 +18,7 @@ const ROOM_CRM_STATUS_ORDER = [
18
18
  const ROOM_CRM_STATUS_LABELS = {
19
19
  new: 'New',
20
20
  follow_up: 'Follow Up',
21
- qualified: 'Negotiating',
21
+ qualified: 'In Conversation',
22
22
  won: 'Active Contract',
23
23
  archived: 'Archived',
24
24
  };
@@ -16,7 +16,7 @@ const ROOM_CRM_STATUS_ORDER = [
16
16
  const ROOM_CRM_STATUS_LABELS = {
17
17
  new: 'New',
18
18
  follow_up: 'Follow Up',
19
- qualified: 'Negotiating',
19
+ qualified: 'In Conversation',
20
20
  won: 'Active Contract',
21
21
  archived: 'Archived',
22
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.331",
3
+ "version": "1.2.332",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",