@kl1/contracts 1.4.1 → 1.4.3

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.
@@ -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;
@@ -47183,7 +47183,7 @@ export declare const contactContract: {
47183
47183
  error?: any;
47184
47184
  }>;
47185
47185
  };
47186
- path: "cs/contact/phone";
47186
+ path: "/ccs/api/v1/contact/phone";
47187
47187
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
47188
47188
  'x-tenant': import("zod").ZodString;
47189
47189
  'x-service-token': import("zod").ZodString;
package/dist/index.js CHANGED
@@ -4076,7 +4076,7 @@ var contactContract = (0, import_core11.initContract)().router(
4076
4076
  },
4077
4077
  createContactByPhone: {
4078
4078
  method: "POST",
4079
- path: "cs/contact/phone",
4079
+ path: "/ccs/api/v1/contact/phone",
4080
4080
  responses: {
4081
4081
  201: DefaultSuccessResponseSchema.extend({
4082
4082
  data: ContactContractValidationSchema.createContactByPhone.response