@kl1/contracts 1.4.6 → 1.4.8
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
@@ -3843,7 +3843,7 @@ var contactContract = initContract11().router(
|
|
3843
3843
|
{
|
3844
3844
|
create: {
|
3845
3845
|
method: "POST",
|
3846
|
-
path: "
|
3846
|
+
path: "ccs/api/v1/contact",
|
3847
3847
|
body: ContactContractValidationSchema.create.request,
|
3848
3848
|
responses: {
|
3849
3849
|
201: DefaultSuccessResponseSchema.extend({
|