@kl1/contracts 1.4.68 → 1.4.71

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.
@@ -64149,7 +64149,7 @@ export declare const mainChatContract: {
64149
64149
  }>;
64150
64150
  summary: "Send message to room";
64151
64151
  method: "POST";
64152
- path: "ms/chat/message";
64152
+ path: "/message";
64153
64153
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
64154
64154
  'x-tenant': z.ZodString;
64155
64155
  'x-service-token': z.ZodString;
@@ -82410,7 +82410,7 @@ export declare const mainChatContract: {
82410
82410
  };
82411
82411
  getUnreadCounts: {
82412
82412
  method: "GET";
82413
- path: "ms/chat/rooms/unread-count";
82413
+ path: "/rooms/unread-count";
82414
82414
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
82415
82415
  'x-tenant': z.ZodString;
82416
82416
  'x-service-token': z.ZodString;
@@ -82465,7 +82465,7 @@ export declare const mainChatContract: {
82465
82465
  }, {
82466
82466
  platformContactId: string;
82467
82467
  }>;
82468
- path: "ms/chat/rooms/:platformContactId";
82468
+ path: "/rooms/:platformContactId";
82469
82469
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
82470
82470
  'x-tenant': z.ZodString;
82471
82471
  'x-service-token': z.ZodString;
@@ -82533,7 +82533,7 @@ export declare const mainChatContract: {
82533
82533
  page?: number | undefined;
82534
82534
  pageSize?: number | undefined;
82535
82535
  }>;
82536
- path: "ms/chatchs/api/v1/chat/message/:roomId";
82536
+ path: "chs/api/v1/chat/message/:roomId";
82537
82537
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
82538
82538
  'x-tenant': z.ZodString;
82539
82539
  'x-service-token': z.ZodString;
@@ -94512,7 +94512,7 @@ export declare const mainChatContract: {
94512
94512
  }>;
94513
94513
  summary: "Update room assignee";
94514
94514
  method: "POST";
94515
- path: "ms/chat/rooms/assignee/update_rooms";
94515
+ path: "/rooms/assignee/update_rooms";
94516
94516
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
94517
94517
  'x-tenant': z.ZodString;
94518
94518
  'x-service-token': z.ZodString;
@@ -98968,7 +98968,7 @@ export declare const mainChatContract: {
98968
98968
  }>;
98969
98969
  summary: "Update room assignee";
98970
98970
  method: "POST";
98971
- path: "ms/chat/room/assignee/update";
98971
+ path: "/room/assignee/update";
98972
98972
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
98973
98973
  'x-tenant': z.ZodString;
98974
98974
  'x-service-token': z.ZodString;
@@ -103418,7 +103418,7 @@ export declare const mainChatContract: {
103418
103418
  }, {
103419
103419
  contactId: string;
103420
103420
  }>;
103421
- path: "ms/chat/contact/:contactId";
103421
+ path: "/contact/:contactId";
103422
103422
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
103423
103423
  'x-tenant': z.ZodString;
103424
103424
  'x-service-token': z.ZodString;
@@ -104498,7 +104498,7 @@ export declare const mainChatContract: {
104498
104498
  }>;
104499
104499
  summary: "Update room attributes";
104500
104500
  method: "PUT";
104501
- path: "ms/chat/room";
104501
+ path: "/room";
104502
104502
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
104503
104503
  'x-tenant': z.ZodString;
104504
104504
  'x-service-token': z.ZodString;