@kl1/contracts 1.0.24 → 1.0.25

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.
package/dist/index.js CHANGED
@@ -2373,6 +2373,17 @@ var cxLogContract = (0, import_core9.initContract)().router({
2373
2373
  },
2374
2374
  query: GetAllCxLogQueryParamsSchema,
2375
2375
  summary: "Get all cx-logs"
2376
+ },
2377
+ export: {
2378
+ method: "GET",
2379
+ path: "/cx-logs/export",
2380
+ headers: DefaultHeaderSchema,
2381
+ responses: {
2382
+ 200: null,
2383
+ 401: DefaultUnauthorizedSchema
2384
+ },
2385
+ query: GetAllCxLogQueryParamsSchema,
2386
+ summary: "Export cx-logs"
2376
2387
  }
2377
2388
  });
2378
2389
 
@@ -4527,14 +4538,14 @@ var dashboardContract = (0, import_core29.initContract)().router(
4527
4538
  },
4528
4539
  getConversationActivity: {
4529
4540
  method: "GET",
4530
- path: "/message/conversation-activities",
4541
+ path: "/message/customers",
4531
4542
  // conversation activity
4532
4543
  summary: "Get message contact data",
4533
4544
  query: GetDashboardQueryParamsSchema,
4534
4545
  headers: DefaultHeaderSchema,
4535
4546
  responses: {
4536
4547
  200: DefaultSuccessResponseSchema.extend({
4537
- conversationActivity: ConversationCountStatusSchema
4548
+ customerCountStatus: ConversationCountStatusSchema
4538
4549
  }),
4539
4550
  401: DefaultUnauthorizedSchema
4540
4551
  }
@@ -4547,7 +4558,7 @@ var dashboardContract = (0, import_core29.initContract)().router(
4547
4558
  headers: DefaultHeaderSchema,
4548
4559
  responses: {
4549
4560
  200: DefaultSuccessResponseSchema.extend({
4550
- roomStatusCountByStatus: MessageStatusSchema
4561
+ messageStatus: MessageStatusSchema
4551
4562
  }),
4552
4563
  401: DefaultUnauthorizedSchema
4553
4564
  }
@@ -4560,7 +4571,7 @@ var dashboardContract = (0, import_core29.initContract)().router(
4560
4571
  headers: DefaultHeaderSchema,
4561
4572
  responses: {
4562
4573
  200: DefaultSuccessResponseSchema.extend({
4563
- roomStatusAverage: MessageAverageSchema
4574
+ messageAverageData: MessageAverageSchema
4564
4575
  }),
4565
4576
  401: DefaultUnauthorizedSchema
4566
4577
  }
@@ -4586,7 +4597,7 @@ var dashboardContract = (0, import_core29.initContract)().router(
4586
4597
  headers: DefaultHeaderSchema,
4587
4598
  responses: {
4588
4599
  200: DefaultSuccessResponseSchema.extend({
4589
- messageRoomStatusDispositionData: MessageDispositionSchema
4600
+ messageDisposition: MessageDispositionSchema
4590
4601
  }),
4591
4602
  401: DefaultUnauthorizedSchema
4592
4603
  }
@@ -4599,7 +4610,7 @@ var dashboardContract = (0, import_core29.initContract)().router(
4599
4610
  headers: DefaultHeaderSchema,
4600
4611
  responses: {
4601
4612
  200: DefaultSuccessResponseSchema.extend({
4602
- incomingMessageByPlatform: MessageIncomingDataSchema
4613
+ messageIncomingData: MessageIncomingDataSchema
4603
4614
  }),
4604
4615
  401: DefaultUnauthorizedSchema
4605
4616
  }
@@ -4612,7 +4623,7 @@ var dashboardContract = (0, import_core29.initContract)().router(
4612
4623
  headers: DefaultHeaderSchema,
4613
4624
  responses: {
4614
4625
  200: DefaultSuccessResponseSchema.extend({
4615
- totalIncomingMessageData: MessageTotalIncomingDataSchema
4626
+ messageTotalIncomingData: MessageTotalIncomingDataSchema
4616
4627
  }),
4617
4628
  401: DefaultUnauthorizedSchema
4618
4629
  }