@kl1/contracts 1.4.1 → 1.4.3
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
@@ -3965,7 +3965,7 @@ var contactContract = initContract11().router(
|
|
3965
3965
|
},
|
3966
3966
|
createContactByPhone: {
|
3967
3967
|
method: "POST",
|
3968
|
-
path: "
|
3968
|
+
path: "/ccs/api/v1/contact/phone",
|
3969
3969
|
responses: {
|
3970
3970
|
201: DefaultSuccessResponseSchema.extend({
|
3971
3971
|
data: ContactContractValidationSchema.createContactByPhone.response
|