@kl1/contracts 1.3.96 → 1.3.97
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.
@@ -2337,7 +2337,7 @@ export declare const contactContract: {
|
|
2337
2337
|
error?: any;
|
2338
2338
|
}>;
|
2339
2339
|
};
|
2340
|
-
path: "
|
2340
|
+
path: "ccs/api/v1/contact";
|
2341
2341
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
2342
2342
|
'x-tenant': z.ZodString;
|
2343
2343
|
'x-service-token': z.ZodString;
|
@@ -43706,7 +43706,7 @@ export declare const contactContract: {
|
|
43706
43706
|
error?: any;
|
43707
43707
|
}>;
|
43708
43708
|
};
|
43709
|
-
path: "
|
43709
|
+
path: "ccs/api/v1/contact";
|
43710
43710
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
43711
43711
|
'x-tenant': import("zod").ZodString;
|
43712
43712
|
'x-service-token': import("zod").ZodString;
|
package/dist/index.js
CHANGED
@@ -3982,7 +3982,7 @@ var contactContract = (0, import_core11.initContract)().router(
|
|
3982
3982
|
},
|
3983
3983
|
getAll: {
|
3984
3984
|
method: "GET",
|
3985
|
-
path: "
|
3985
|
+
path: "ccs/api/v1/contact",
|
3986
3986
|
query: ContactContractValidationSchema.getAll.request,
|
3987
3987
|
responses: {
|
3988
3988
|
200: DefaultSuccessResponseSchema.extend(
|