@kl1/contracts 1.4.6 → 1.4.8
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: "
|
1190
|
+
path: "ccs/api/v1/contact";
|
1191
1191
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
1192
1192
|
'x-tenant': z.ZodString;
|
1193
1193
|
'x-service-token': z.ZodString;
|
@@ -42556,7 +42556,7 @@ export declare const contactContract: {
|
|
42556
42556
|
error?: any;
|
42557
42557
|
}>;
|
42558
42558
|
};
|
42559
|
-
path: "
|
42559
|
+
path: "ccs/api/v1/contact";
|
42560
42560
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
42561
42561
|
'x-tenant': import("zod").ZodString;
|
42562
42562
|
'x-service-token': import("zod").ZodString;
|
package/dist/index.js
CHANGED
@@ -3954,7 +3954,7 @@ var contactContract = (0, import_core11.initContract)().router(
|
|
3954
3954
|
{
|
3955
3955
|
create: {
|
3956
3956
|
method: "POST",
|
3957
|
-
path: "
|
3957
|
+
path: "ccs/api/v1/contact",
|
3958
3958
|
body: ContactContractValidationSchema.create.request,
|
3959
3959
|
responses: {
|
3960
3960
|
201: DefaultSuccessResponseSchema.extend({
|