@kl1/contracts 1.4.48 → 1.4.49

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.
@@ -10138,7 +10138,7 @@ export declare const contactContract: {
10138
10138
  error?: any;
10139
10139
  }>;
10140
10140
  };
10141
- path: "cs/contact/merge";
10141
+ path: "ccs/api/v1/contact/merge";
10142
10142
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
10143
10143
  'x-tenant': z.ZodString;
10144
10144
  'x-service-token': z.ZodString;
@@ -51873,7 +51873,7 @@ export declare const contactContract: {
51873
51873
  error?: any;
51874
51874
  }>;
51875
51875
  };
51876
- path: "cs/contact/merge";
51876
+ path: "ccs/api/v1/contact/merge";
51877
51877
  headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
51878
51878
  'x-tenant': import("zod").ZodString;
51879
51879
  'x-service-token': import("zod").ZodString;
package/dist/index.js CHANGED
@@ -4117,7 +4117,7 @@ var contactContract = (0, import_core11.initContract)().router(
4117
4117
  },
4118
4118
  merge: {
4119
4119
  method: "POST",
4120
- path: "cs/contact/merge",
4120
+ path: "ccs/api/v1/contact/merge",
4121
4121
  responses: {
4122
4122
  200: DefaultSuccessResponseSchema.extend({
4123
4123
  data: ContactContractValidationSchema.merge.response