@kl1/contracts 1.4.17 → 1.4.18
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.
- package/dist/api-contracts/src/company/index.d.ts +1 -1
- package/dist/api-contracts/src/contact/index.d.ts +1 -1
- package/dist/api-contracts/src/contract.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -4640,7 +4640,7 @@ export declare const contactContract: {
|
|
4640
4640
|
error?: any;
|
4641
4641
|
}>;
|
4642
4642
|
};
|
4643
|
-
path: "
|
4643
|
+
path: "ccs/api/v1/contact/:id";
|
4644
4644
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4645
4645
|
'x-tenant': z.ZodString;
|
4646
4646
|
'x-service-token': z.ZodString;
|
@@ -38975,7 +38975,7 @@ export declare const apiContract: {
|
|
38975
38975
|
error?: any;
|
38976
38976
|
}>;
|
38977
38977
|
};
|
38978
|
-
path: "
|
38978
|
+
path: "ccs/api/v1/company/:id";
|
38979
38979
|
};
|
38980
38980
|
delete: {
|
38981
38981
|
body: null;
|
@@ -46089,7 +46089,7 @@ export declare const contactContract: {
|
|
46089
46089
|
error?: any;
|
46090
46090
|
}>;
|
46091
46091
|
};
|
46092
|
-
path: "
|
46092
|
+
path: "ccs/api/v1/contact/:id";
|
46093
46093
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
46094
46094
|
'x-tenant': import("zod").ZodString;
|
46095
46095
|
'x-service-token': import("zod").ZodString;
|
package/dist/index.js
CHANGED
@@ -3614,7 +3614,7 @@ var companyContract = (0, import_core10.initContract)().router({
|
|
3614
3614
|
},
|
3615
3615
|
update: {
|
3616
3616
|
method: "PATCH",
|
3617
|
-
path: "
|
3617
|
+
path: "ccs/api/v1/company/:id",
|
3618
3618
|
pathParams: import_zod48.default.object({
|
3619
3619
|
id: import_zod48.default.string().uuid()
|
3620
3620
|
}),
|
@@ -4041,7 +4041,7 @@ var contactContract = (0, import_core11.initContract)().router(
|
|
4041
4041
|
},
|
4042
4042
|
update: {
|
4043
4043
|
method: "PATCH",
|
4044
|
-
path: "
|
4044
|
+
path: "ccs/api/v1/contact/:id",
|
4045
4045
|
pathParams: ContactContractValidationSchema.getById.request,
|
4046
4046
|
responses: {
|
4047
4047
|
200: DefaultSuccessResponseSchema.extend({
|