@kl1/contracts 1.4.48 → 1.4.49
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
@@ -4005,7 +4005,7 @@ var contactContract = initContract11().router(
|
|
4005
4005
|
},
|
4006
4006
|
merge: {
|
4007
4007
|
method: "POST",
|
4008
|
-
path: "
|
4008
|
+
path: "ccs/api/v1/contact/merge",
|
4009
4009
|
responses: {
|
4010
4010
|
200: DefaultSuccessResponseSchema.extend({
|
4011
4011
|
data: ContactContractValidationSchema.merge.response
|