@kl1/contracts 1.4.9 → 1.4.10

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.
@@ -1187,7 +1187,7 @@ export declare const contactContract: {
1187
1187
  error?: any;
1188
1188
  }>;
1189
1189
  };
1190
- path: "ccs/api/v1/contact";
1190
+ path: "cs/contact";
1191
1191
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1192
1192
  'x-tenant': z.ZodString;
1193
1193
  'x-service-token': z.ZodString;
@@ -5814,7 +5814,7 @@ export declare const contactContract: {
5814
5814
  error?: any;
5815
5815
  }>;
5816
5816
  };
5817
- path: "cs/contact/phone";
5817
+ path: "ccs/api/v1/contact/phone";
5818
5818
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5819
5819
  'x-tenant': z.ZodString;
5820
5820
  'x-service-token': z.ZodString;
@@ -42922,7 +42922,7 @@ export declare const contactContract: {
42922
42922
  error?: any;
42923
42923
  }>;
42924
42924
  };
42925
- path: "ccs/api/v1/contact";
42925
+ path: "cs/contact";
42926
42926
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
42927
42927
  'x-tenant': import("zod").ZodString;
42928
42928
  'x-service-token': import("zod").ZodString;
@@ -47549,7 +47549,7 @@ export declare const contactContract: {
47549
47549
  error?: any;
47550
47550
  }>;
47551
47551
  };
47552
- path: "cs/contact/phone";
47552
+ path: "ccs/api/v1/contact/phone";
47553
47553
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
47554
47554
  'x-tenant': import("zod").ZodString;
47555
47555
  'x-service-token': import("zod").ZodString;
package/dist/index.js CHANGED
@@ -3923,7 +3923,7 @@ var contactContract = (0, import_core11.initContract)().router(
3923
3923
  {
3924
3924
  create: {
3925
3925
  method: "POST",
3926
- path: "ccs/api/v1/contact",
3926
+ path: "cs/contact",
3927
3927
  body: ContactContractValidationSchema.create.request,
3928
3928
  responses: {
3929
3929
  201: DefaultSuccessResponseSchema.extend({
@@ -4040,7 +4040,7 @@ var contactContract = (0, import_core11.initContract)().router(
4040
4040
  },
4041
4041
  createContactByPhone: {
4042
4042
  method: "POST",
4043
- path: "cs/contact/phone",
4043
+ path: "ccs/api/v1/contact/phone",
4044
4044
  responses: {
4045
4045
  201: DefaultSuccessResponseSchema.extend({
4046
4046
  data: ContactContractValidationSchema.createContactByPhone.response