@kl1/contracts 1.4.11 → 1.4.12
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.
@@ -11799,7 +11799,7 @@ export declare const contactContract: {
|
|
11799
11799
|
error?: any;
|
11800
11800
|
}>;
|
11801
11801
|
};
|
11802
|
-
path: "
|
11802
|
+
path: "ccs/api/v1/contact/:id";
|
11803
11803
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
11804
11804
|
'x-tenant': z.ZodString;
|
11805
11805
|
'x-service-token': z.ZodString;
|
@@ -53534,7 +53534,7 @@ export declare const contactContract: {
|
|
53534
53534
|
error?: any;
|
53535
53535
|
}>;
|
53536
53536
|
};
|
53537
|
-
path: "
|
53537
|
+
path: "ccs/api/v1/contact/:id";
|
53538
53538
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
53539
53539
|
'x-tenant': import("zod").ZodString;
|
53540
53540
|
'x-service-token': import("zod").ZodString;
|
package/dist/index.js
CHANGED
@@ -4206,7 +4206,7 @@ var contactContract = (0, import_core11.initContract)().router(
|
|
4206
4206
|
},
|
4207
4207
|
getById: {
|
4208
4208
|
method: "GET",
|
4209
|
-
path: "
|
4209
|
+
path: "ccs/api/v1/contact/:id",
|
4210
4210
|
pathParams: ContactContractValidationSchema.getById.request,
|
4211
4211
|
responses: {
|
4212
4212
|
200: DefaultSuccessResponseSchema.extend({
|