@kl1/contracts 1.4.9 → 1.4.10
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
@@ -3813,7 +3813,7 @@ var contactContract = initContract11().router(
|
|
3813
3813
|
{
|
3814
3814
|
create: {
|
3815
3815
|
method: "POST",
|
3816
|
-
path: "
|
3816
|
+
path: "cs/contact",
|
3817
3817
|
body: ContactContractValidationSchema.create.request,
|
3818
3818
|
responses: {
|
3819
3819
|
201: DefaultSuccessResponseSchema.extend({
|
@@ -3930,7 +3930,7 @@ var contactContract = initContract11().router(
|
|
3930
3930
|
},
|
3931
3931
|
createContactByPhone: {
|
3932
3932
|
method: "POST",
|
3933
|
-
path: "
|
3933
|
+
path: "ccs/api/v1/contact/phone",
|
3934
3934
|
responses: {
|
3935
3935
|
201: DefaultSuccessResponseSchema.extend({
|
3936
3936
|
data: ContactContractValidationSchema.createContactByPhone.response
|