@kl1/contracts 1.4.30 → 1.4.32

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.
@@ -8706,7 +8706,7 @@ export declare const mainFeedContract: {
8706
8706
  requestId: string;
8707
8707
  }>;
8708
8708
  };
8709
- path: "chs/chat/feed-post/:id";
8709
+ path: "chs/api/v1/chat/feed-post/:id";
8710
8710
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
8711
8711
  'x-tenant': z.ZodString;
8712
8712
  'x-service-token': z.ZodString;
@@ -62340,7 +62340,7 @@ export declare const ticketContract: {
62340
62340
  error?: any;
62341
62341
  }>;
62342
62342
  };
62343
- path: "ts/ticket/:id";
62343
+ path: "tcs/api/v1/ticket:id";
62344
62344
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
62345
62345
  'x-tenant': import("zod").ZodString;
62346
62346
  'x-service-token': import("zod").ZodString;
@@ -64493,7 +64493,7 @@ export declare const ticketContract: {
64493
64493
  error?: any;
64494
64494
  }>;
64495
64495
  };
64496
- path: "ts/ticket/contact/:id";
64496
+ path: "tcs/api/v1/ticket/contact/:id";
64497
64497
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
64498
64498
  'x-tenant': import("zod").ZodString;
64499
64499
  'x-service-token': import("zod").ZodString;
@@ -67970,7 +67970,7 @@ export declare const ticketContract: {
67970
67970
  error?: any;
67971
67971
  }>;
67972
67972
  };
67973
- path: "ts/ticket/:id";
67973
+ path: "tcs/api/v1/ticket/:id";
67974
67974
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
67975
67975
  'x-tenant': import("zod").ZodString;
67976
67976
  'x-service-token': import("zod").ZodString;
@@ -68021,7 +68021,7 @@ export declare const ticketContract: {
68021
68021
  error?: any;
68022
68022
  }>;
68023
68023
  };
68024
- path: "ts/ticket/:id";
68024
+ path: "tcs/api/v1/ticket/:id";
68025
68025
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
68026
68026
  'x-tenant': import("zod").ZodString;
68027
68027
  'x-service-token': import("zod").ZodString;
@@ -68727,20 +68727,17 @@ export declare const ticketContract: {
68727
68727
  };
68728
68728
  changeAssignee: {
68729
68729
  body: import("zod").ZodObject<{
68730
- ticketId: import("zod").ZodString;
68731
68730
  assigneeId: import("zod").ZodString;
68732
68731
  reason: import("zod").ZodOptional<import("zod").ZodString>;
68733
68732
  }, "strip", import("zod").ZodTypeAny, {
68734
68733
  assigneeId: string;
68735
- ticketId: string;
68736
68734
  reason?: string | undefined;
68737
68735
  }, {
68738
68736
  assigneeId: string;
68739
- ticketId: string;
68740
68737
  reason?: string | undefined;
68741
68738
  }>;
68742
68739
  summary: "Change assignee";
68743
- method: "PATCH";
68740
+ method: "PUT";
68744
68741
  pathParams: import("zod").ZodObject<{
68745
68742
  id: import("zod").ZodString;
68746
68743
  }, "strip", import("zod").ZodTypeAny, {
@@ -72035,7 +72032,7 @@ export declare const ticketContract: {
72035
72032
  error?: any;
72036
72033
  }>;
72037
72034
  };
72038
- path: "ts/ticket/assignee/update/:id";
72035
+ path: "tcs/api/v1/ticket/:id/assignee";
72039
72036
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
72040
72037
  'x-tenant': import("zod").ZodString;
72041
72038
  'x-service-token': import("zod").ZodString;
@@ -72132,7 +72129,7 @@ export declare const ticketContract: {
72132
72129
  error?: any;
72133
72130
  }>;
72134
72131
  };
72135
- path: "ts/ticket/ticket_count/contact/:id";
72132
+ path: "tcs/api/v1/ticket/count/contact/:id";
72136
72133
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
72137
72134
  'x-tenant': import("zod").ZodString;
72138
72135
  'x-service-token': import("zod").ZodString;
@@ -72692,7 +72689,7 @@ export declare const ticketContract: {
72692
72689
  error?: any;
72693
72690
  }>;
72694
72691
  };
72695
- path: "ts/ticket/gs/ticket-reason-required";
72692
+ path: "tcs/api/v1/ticket/gs/ticket-reason-required";
72696
72693
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
72697
72694
  'x-tenant': import("zod").ZodString;
72698
72695
  'x-service-token': import("zod").ZodString;
@@ -72718,7 +72715,7 @@ export declare const ticketContract: {
72718
72715
  }, {
72719
72716
  ticketReasonRequired: string;
72720
72717
  }>;
72721
- method: "PATCH";
72718
+ method: "PUT";
72722
72719
  responses: {
72723
72720
  200: import("zod").ZodObject<{
72724
72721
  requestId: import("zod").ZodString;
@@ -72758,7 +72755,7 @@ export declare const ticketContract: {
72758
72755
  error?: any;
72759
72756
  }>;
72760
72757
  };
72761
- path: "ts/ticket/gs/ticket-reason-required";
72758
+ path: "tcs/api/v1/ticket/gs/ticket-reason-required";
72762
72759
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
72763
72760
  'x-tenant': import("zod").ZodString;
72764
72761
  'x-service-token': import("zod").ZodString;
@@ -253206,7 +253203,7 @@ export declare const feedPostContract: {
253206
253203
  requestId: string;
253207
253204
  }>;
253208
253205
  };
253209
- path: "chs/chat/feed-post/:id";
253206
+ path: "chs/api/v1/chat/feed-post/:id";
253210
253207
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
253211
253208
  'x-tenant': import("zod").ZodString;
253212
253209
  'x-service-token': import("zod").ZodString;