@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
package/dist/index.mjs
CHANGED
@@ -3501,7 +3501,7 @@ var companyContract = initContract10().router({
|
|
3501
3501
|
},
|
3502
3502
|
update: {
|
3503
3503
|
method: "PATCH",
|
3504
|
-
path: "
|
3504
|
+
path: "ccs/api/v1/company/:id",
|
3505
3505
|
pathParams: z48.object({
|
3506
3506
|
id: z48.string().uuid()
|
3507
3507
|
}),
|
@@ -3928,7 +3928,7 @@ var contactContract = initContract11().router(
|
|
3928
3928
|
},
|
3929
3929
|
update: {
|
3930
3930
|
method: "PATCH",
|
3931
|
-
path: "
|
3931
|
+
path: "ccs/api/v1/contact/:id",
|
3932
3932
|
pathParams: ContactContractValidationSchema.getById.request,
|
3933
3933
|
responses: {
|
3934
3934
|
200: DefaultSuccessResponseSchema.extend({
|