@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.
package/dist/index.mjs
CHANGED
@@ -4096,7 +4096,7 @@ var contactContract = initContract11().router(
|
|
4096
4096
|
},
|
4097
4097
|
getById: {
|
4098
4098
|
method: "GET",
|
4099
|
-
path: "
|
4099
|
+
path: "ccs/api/v1/contact/:id",
|
4100
4100
|
pathParams: ContactContractValidationSchema.getById.request,
|
4101
4101
|
responses: {
|
4102
4102
|
200: DefaultSuccessResponseSchema.extend({
|