@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.
package/dist/index.mjs
CHANGED
@@ -3871,7 +3871,7 @@ var contactContract = initContract11().router(
|
|
3871
3871
|
},
|
3872
3872
|
getAll: {
|
3873
3873
|
method: "GET",
|
3874
|
-
path: "
|
3874
|
+
path: "ccs/api/v1/contact",
|
3875
3875
|
query: ContactContractValidationSchema.getAll.request,
|
3876
3876
|
responses: {
|
3877
3877
|
200: DefaultSuccessResponseSchema.extend(
|