@kl1/contracts 1.4.3 → 1.4.4
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.
@@ -10232,7 +10232,7 @@ export declare const contactContract: {
|
|
10232
10232
|
error?: any;
|
10233
10233
|
}>;
|
10234
10234
|
};
|
10235
|
-
path: "
|
10235
|
+
path: "ccs/api/v1/contact/check/phone";
|
10236
10236
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
10237
10237
|
'x-tenant': z.ZodString;
|
10238
10238
|
'x-service-token': z.ZodString;
|
@@ -10326,7 +10326,7 @@ export declare const contactContract: {
|
|
10326
10326
|
error?: any;
|
10327
10327
|
}>;
|
10328
10328
|
};
|
10329
|
-
path: "
|
10329
|
+
path: "ccs/api/v1/contact/check/email";
|
10330
10330
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
10331
10331
|
'x-tenant': z.ZodString;
|
10332
10332
|
'x-service-token': z.ZodString;
|
@@ -11799,7 +11799,7 @@ export declare const contactContract: {
|
|
11799
11799
|
error?: any;
|
11800
11800
|
}>;
|
11801
11801
|
};
|
11802
|
-
path: "
|
11802
|
+
path: "ccs/api/v1/contact/:id";
|
11803
11803
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
11804
11804
|
'x-tenant': z.ZodString;
|
11805
11805
|
'x-service-token': z.ZodString;
|
@@ -51601,7 +51601,7 @@ export declare const contactContract: {
|
|
51601
51601
|
error?: any;
|
51602
51602
|
}>;
|
51603
51603
|
};
|
51604
|
-
path: "
|
51604
|
+
path: "ccs/api/v1/contact/check/phone";
|
51605
51605
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
51606
51606
|
'x-tenant': import("zod").ZodString;
|
51607
51607
|
'x-service-token': import("zod").ZodString;
|
@@ -51695,7 +51695,7 @@ export declare const contactContract: {
|
|
51695
51695
|
error?: any;
|
51696
51696
|
}>;
|
51697
51697
|
};
|
51698
|
-
path: "
|
51698
|
+
path: "ccs/api/v1/contact/check/email";
|
51699
51699
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
51700
51700
|
'x-tenant': import("zod").ZodString;
|
51701
51701
|
'x-service-token': import("zod").ZodString;
|
@@ -53168,7 +53168,7 @@ export declare const contactContract: {
|
|
53168
53168
|
error?: any;
|
53169
53169
|
}>;
|
53170
53170
|
};
|
53171
|
-
path: "
|
53171
|
+
path: "ccs/api/v1/contact/:id";
|
53172
53172
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
53173
53173
|
'x-tenant': import("zod").ZodString;
|
53174
53174
|
'x-service-token': import("zod").ZodString;
|
package/dist/index.js
CHANGED
@@ -4171,7 +4171,7 @@ var contactContract = (0, import_core11.initContract)().router(
|
|
4171
4171
|
},
|
4172
4172
|
checkContactPhone: {
|
4173
4173
|
method: "POST",
|
4174
|
-
path: "
|
4174
|
+
path: "ccs/api/v1/contact/check/phone",
|
4175
4175
|
responses: {
|
4176
4176
|
200: DefaultSuccessResponseSchema.extend({
|
4177
4177
|
existed: ContactContractValidationSchema.checkContactPhone.response
|
@@ -4194,7 +4194,7 @@ var contactContract = (0, import_core11.initContract)().router(
|
|
4194
4194
|
},
|
4195
4195
|
checkContactEmail: {
|
4196
4196
|
method: "POST",
|
4197
|
-
path: "
|
4197
|
+
path: "ccs/api/v1/contact/check/email",
|
4198
4198
|
responses: {
|
4199
4199
|
200: DefaultSuccessResponseSchema.extend({
|
4200
4200
|
existed: ContactContractValidationSchema.checkContactEmail.response
|
@@ -4240,7 +4240,7 @@ var contactContract = (0, import_core11.initContract)().router(
|
|
4240
4240
|
},
|
4241
4241
|
getById: {
|
4242
4242
|
method: "GET",
|
4243
|
-
path: "
|
4243
|
+
path: "ccs/api/v1/contact/:id",
|
4244
4244
|
pathParams: ContactContractValidationSchema.getById.request,
|
4245
4245
|
responses: {
|
4246
4246
|
200: DefaultSuccessResponseSchema.extend({
|