lancer-shared 1.2.347 → 1.2.348

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.
@@ -13,7 +13,7 @@ export declare const roomNoteSchema: z.ZodObject<{
13
13
  note: string | null;
14
14
  }>;
15
15
  export type RoomNote = z.infer<typeof roomNoteSchema>;
16
- export declare const roomCrmStatusEnum: z.ZodEnum<["new", "follow_up", "qualified", "won", "archived"]>;
16
+ export declare const roomCrmStatusEnum: z.ZodEnum<["new", "follow_up", "qualified", "meeting_arranged", "proposal_sent", "won", "lost", "archived"]>;
17
17
  export type RoomCrmStatus = string;
18
18
  export declare const roomCrmArchivedReasonEnum: z.ZodEnum<["completed", "not_fit", "lost", "no_response", "other"]>;
19
19
  export type RoomCrmArchivedReason = z.infer<typeof roomCrmArchivedReasonEnum>;
@@ -371,7 +371,7 @@ export declare const roomSchema: z.ZodObject<{
371
371
  } | undefined;
372
372
  crmStatus?: string | undefined;
373
373
  crmStatusUpdatedAt?: number | undefined;
374
- crmArchivedReason?: "completed" | "other" | "not_fit" | "lost" | "no_response" | null | undefined;
374
+ crmArchivedReason?: "completed" | "other" | "lost" | "not_fit" | "no_response" | null | undefined;
375
375
  dealValue?: number | null | undefined;
376
376
  jobClientHistory?: {
377
377
  title: string | null;
@@ -436,7 +436,7 @@ export declare const roomSchema: z.ZodObject<{
436
436
  } | undefined;
437
437
  crmStatus?: string | undefined;
438
438
  crmStatusUpdatedAt?: number | undefined;
439
- crmArchivedReason?: "completed" | "other" | "not_fit" | "lost" | "no_response" | null | undefined;
439
+ crmArchivedReason?: "completed" | "other" | "lost" | "not_fit" | "no_response" | null | undefined;
440
440
  dealValue?: number | null | undefined;
441
441
  jobClientHistory?: {
442
442
  title: string | null;
@@ -737,7 +737,7 @@ export declare const getRoomsResponseSchema: z.ZodObject<{
737
737
  } | undefined;
738
738
  crmStatus?: string | undefined;
739
739
  crmStatusUpdatedAt?: number | undefined;
740
- crmArchivedReason?: "completed" | "other" | "not_fit" | "lost" | "no_response" | null | undefined;
740
+ crmArchivedReason?: "completed" | "other" | "lost" | "not_fit" | "no_response" | null | undefined;
741
741
  dealValue?: number | null | undefined;
742
742
  jobClientHistory?: {
743
743
  title: string | null;
@@ -802,7 +802,7 @@ export declare const getRoomsResponseSchema: z.ZodObject<{
802
802
  } | undefined;
803
803
  crmStatus?: string | undefined;
804
804
  crmStatusUpdatedAt?: number | undefined;
805
- crmArchivedReason?: "completed" | "other" | "not_fit" | "lost" | "no_response" | null | undefined;
805
+ crmArchivedReason?: "completed" | "other" | "lost" | "not_fit" | "no_response" | null | undefined;
806
806
  dealValue?: number | null | undefined;
807
807
  jobClientHistory?: {
808
808
  title: string | null;
@@ -885,7 +885,7 @@ export declare const getRoomsResponseSchema: z.ZodObject<{
885
885
  } | undefined;
886
886
  crmStatus?: string | undefined;
887
887
  crmStatusUpdatedAt?: number | undefined;
888
- crmArchivedReason?: "completed" | "other" | "not_fit" | "lost" | "no_response" | null | undefined;
888
+ crmArchivedReason?: "completed" | "other" | "lost" | "not_fit" | "no_response" | null | undefined;
889
889
  dealValue?: number | null | undefined;
890
890
  jobClientHistory?: {
891
891
  title: string | null;
@@ -958,7 +958,7 @@ export declare const getRoomsResponseSchema: z.ZodObject<{
958
958
  } | undefined;
959
959
  crmStatus?: string | undefined;
960
960
  crmStatusUpdatedAt?: number | undefined;
961
- crmArchivedReason?: "completed" | "other" | "not_fit" | "lost" | "no_response" | null | undefined;
961
+ crmArchivedReason?: "completed" | "other" | "lost" | "not_fit" | "no_response" | null | undefined;
962
962
  dealValue?: number | null | undefined;
963
963
  jobClientHistory?: {
964
964
  title: string | null;
@@ -1223,7 +1223,7 @@ export declare const getPipelineListRoomsResponseSchema: z.ZodObject<{
1223
1223
  } | undefined;
1224
1224
  crmStatus?: string | undefined;
1225
1225
  crmStatusUpdatedAt?: number | undefined;
1226
- crmArchivedReason?: "completed" | "other" | "not_fit" | "lost" | "no_response" | null | undefined;
1226
+ crmArchivedReason?: "completed" | "other" | "lost" | "not_fit" | "no_response" | null | undefined;
1227
1227
  dealValue?: number | null | undefined;
1228
1228
  jobClientHistory?: {
1229
1229
  title: string | null;
@@ -1289,7 +1289,7 @@ export declare const getPipelineListRoomsResponseSchema: z.ZodObject<{
1289
1289
  } | undefined;
1290
1290
  crmStatus?: string | undefined;
1291
1291
  crmStatusUpdatedAt?: number | undefined;
1292
- crmArchivedReason?: "completed" | "other" | "not_fit" | "lost" | "no_response" | null | undefined;
1292
+ crmArchivedReason?: "completed" | "other" | "lost" | "not_fit" | "no_response" | null | undefined;
1293
1293
  dealValue?: number | null | undefined;
1294
1294
  jobClientHistory?: {
1295
1295
  title: string | null;
@@ -1373,7 +1373,7 @@ export declare const getPipelineListRoomsResponseSchema: z.ZodObject<{
1373
1373
  } | undefined;
1374
1374
  crmStatus?: string | undefined;
1375
1375
  crmStatusUpdatedAt?: number | undefined;
1376
- crmArchivedReason?: "completed" | "other" | "not_fit" | "lost" | "no_response" | null | undefined;
1376
+ crmArchivedReason?: "completed" | "other" | "lost" | "not_fit" | "no_response" | null | undefined;
1377
1377
  dealValue?: number | null | undefined;
1378
1378
  jobClientHistory?: {
1379
1379
  title: string | null;
@@ -1447,7 +1447,7 @@ export declare const getPipelineListRoomsResponseSchema: z.ZodObject<{
1447
1447
  } | undefined;
1448
1448
  crmStatus?: string | undefined;
1449
1449
  crmStatusUpdatedAt?: number | undefined;
1450
- crmArchivedReason?: "completed" | "other" | "not_fit" | "lost" | "no_response" | null | undefined;
1450
+ crmArchivedReason?: "completed" | "other" | "lost" | "not_fit" | "no_response" | null | undefined;
1451
1451
  dealValue?: number | null | undefined;
1452
1452
  jobClientHistory?: {
1453
1453
  title: string | null;
@@ -1535,10 +1535,10 @@ export declare const updateRoomCrmStatusRequestBodySchema: z.ZodObject<{
1535
1535
  archivedReason: z.ZodOptional<z.ZodEnum<["completed", "not_fit", "lost", "no_response", "other"]>>;
1536
1536
  }, "strip", z.ZodTypeAny, {
1537
1537
  status: string;
1538
- archivedReason?: "completed" | "other" | "not_fit" | "lost" | "no_response" | undefined;
1538
+ archivedReason?: "completed" | "other" | "lost" | "not_fit" | "no_response" | undefined;
1539
1539
  }, {
1540
1540
  status: string;
1541
- archivedReason?: "completed" | "other" | "not_fit" | "lost" | "no_response" | undefined;
1541
+ archivedReason?: "completed" | "other" | "lost" | "not_fit" | "no_response" | undefined;
1542
1542
  }>;
1543
1543
  export type UpdateRoomCrmStatusRequestBody = z.infer<typeof updateRoomCrmStatusRequestBodySchema>;
1544
1544
  export declare const updateRoomDealValueRequestBodySchema: z.ZodObject<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.347",
3
+ "version": "1.2.348",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",