@kl1/contracts 1.1.48-uat → 1.1.50-uat
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.js +94 -33
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +86 -31
- package/dist/index.mjs.map +1 -1
- package/dist/src/comment/index.d.ts +4 -4
- package/dist/src/company/index.d.ts +5 -5
- package/dist/src/contact/index.d.ts +13 -13
- package/dist/src/contract.d.ts +12531 -2170
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/contract2.d.ts +2 -0
- package/dist/src/contract2.d.ts.map +1 -0
- package/dist/src/dashboard/index.d.ts +75 -86
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +10 -53
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/dashboard/validation.d.ts +13 -0
- package/dist/src/dashboard/validation.d.ts.map +1 -1
- package/dist/src/mail/account-contract.d.ts +8 -8
- package/dist/src/mail/mail-contract.d.ts +28 -28
- package/dist/src/mail/mail-server-contract.d.ts +5 -5
- package/dist/src/mail/message-contract.d.ts +6 -6
- package/dist/src/mail/room-contract.d.ts +9 -9
- package/dist/src/ticket/index.d.ts +19 -19
- package/package.json +1 -1
@@ -4806,7 +4806,7 @@ export declare const commentContract: {
|
|
4806
4806
|
error?: any;
|
4807
4807
|
}>;
|
4808
4808
|
};
|
4809
|
-
path: "comment";
|
4809
|
+
path: "ticket-service/comment";
|
4810
4810
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4811
4811
|
'x-tenant': z.ZodString;
|
4812
4812
|
authorization: z.ZodString;
|
@@ -8736,7 +8736,7 @@ export declare const commentContract: {
|
|
8736
8736
|
error?: any;
|
8737
8737
|
}>;
|
8738
8738
|
};
|
8739
|
-
path: "comment";
|
8739
|
+
path: "ticket-service/comment";
|
8740
8740
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
8741
8741
|
'x-tenant': z.ZodString;
|
8742
8742
|
authorization: z.ZodString;
|
@@ -13544,7 +13544,7 @@ export declare const commentContract: {
|
|
13544
13544
|
error?: any;
|
13545
13545
|
}>;
|
13546
13546
|
};
|
13547
|
-
path: "comment/:id";
|
13547
|
+
path: "ticket-service/comment/:id";
|
13548
13548
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
13549
13549
|
'x-tenant': z.ZodString;
|
13550
13550
|
authorization: z.ZodString;
|
@@ -13595,7 +13595,7 @@ export declare const commentContract: {
|
|
13595
13595
|
error?: any;
|
13596
13596
|
}>;
|
13597
13597
|
};
|
13598
|
-
path: "comment/:id";
|
13598
|
+
path: "ticket-service/comment/:id";
|
13599
13599
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
13600
13600
|
'x-tenant': z.ZodString;
|
13601
13601
|
authorization: z.ZodString;
|
@@ -440,7 +440,7 @@ export declare const companyContract: {
|
|
440
440
|
error?: any;
|
441
441
|
}>;
|
442
442
|
};
|
443
|
-
path: "companies";
|
443
|
+
path: "contact-service/companies";
|
444
444
|
};
|
445
445
|
update: {
|
446
446
|
body: z.ZodObject<{
|
@@ -882,7 +882,7 @@ export declare const companyContract: {
|
|
882
882
|
error?: any;
|
883
883
|
}>;
|
884
884
|
};
|
885
|
-
path: "companies/:id";
|
885
|
+
path: "contact-service/companies/:id";
|
886
886
|
};
|
887
887
|
delete: {
|
888
888
|
body: null;
|
@@ -958,7 +958,7 @@ export declare const companyContract: {
|
|
958
958
|
error?: any;
|
959
959
|
}>;
|
960
960
|
};
|
961
|
-
path: "companies/:id";
|
961
|
+
path: "contact-service/companies/:id";
|
962
962
|
};
|
963
963
|
getById: {
|
964
964
|
summary: "Get a company by id";
|
@@ -1311,7 +1311,7 @@ export declare const companyContract: {
|
|
1311
1311
|
error?: any;
|
1312
1312
|
}>;
|
1313
1313
|
};
|
1314
|
-
path: "companies/:id";
|
1314
|
+
path: "contact-service/companies/:id";
|
1315
1315
|
};
|
1316
1316
|
getAll: {
|
1317
1317
|
summary: "Get all companies";
|
@@ -1720,7 +1720,7 @@ export declare const companyContract: {
|
|
1720
1720
|
error?: any;
|
1721
1721
|
}>;
|
1722
1722
|
};
|
1723
|
-
path: "companies";
|
1723
|
+
path: "contact-service/companies";
|
1724
1724
|
};
|
1725
1725
|
};
|
1726
1726
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1066,7 +1066,7 @@ export declare const contactContract: {
|
|
1066
1066
|
error?: any;
|
1067
1067
|
}>;
|
1068
1068
|
};
|
1069
|
-
path: "contact";
|
1069
|
+
path: "contact-service/contact";
|
1070
1070
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
1071
1071
|
'x-tenant': z.ZodString;
|
1072
1072
|
authorization: z.ZodString;
|
@@ -2103,7 +2103,7 @@ export declare const contactContract: {
|
|
2103
2103
|
error?: any;
|
2104
2104
|
}>;
|
2105
2105
|
};
|
2106
|
-
path: "contact";
|
2106
|
+
path: "contact-service/contact";
|
2107
2107
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
2108
2108
|
'x-tenant': z.ZodString;
|
2109
2109
|
authorization: z.ZodString;
|
@@ -3096,7 +3096,7 @@ export declare const contactContract: {
|
|
3096
3096
|
error?: any;
|
3097
3097
|
}>;
|
3098
3098
|
};
|
3099
|
-
path: "contact/filter/list";
|
3099
|
+
path: "contact-service/contact/filter/list";
|
3100
3100
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
3101
3101
|
'x-tenant': z.ZodString;
|
3102
3102
|
authorization: z.ZodString;
|
@@ -4168,7 +4168,7 @@ export declare const contactContract: {
|
|
4168
4168
|
error?: any;
|
4169
4169
|
}>;
|
4170
4170
|
};
|
4171
|
-
path: "contact/:id";
|
4171
|
+
path: "contact-service/contact/:id";
|
4172
4172
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4173
4173
|
'x-tenant': z.ZodString;
|
4174
4174
|
authorization: z.ZodString;
|
@@ -4260,7 +4260,7 @@ export declare const contactContract: {
|
|
4260
4260
|
error?: any;
|
4261
4261
|
}>;
|
4262
4262
|
};
|
4263
|
-
path: "contact/:id";
|
4263
|
+
path: "contact-service/contact/:id";
|
4264
4264
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4265
4265
|
'x-tenant': z.ZodString;
|
4266
4266
|
authorization: z.ZodString;
|
@@ -5229,7 +5229,7 @@ export declare const contactContract: {
|
|
5229
5229
|
error?: any;
|
5230
5230
|
}>;
|
5231
5231
|
};
|
5232
|
-
path: "contact/phone";
|
5232
|
+
path: "contact-service/contact/phone";
|
5233
5233
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
5234
5234
|
'x-tenant': z.ZodString;
|
5235
5235
|
authorization: z.ZodString;
|
@@ -6201,7 +6201,7 @@ export declare const contactContract: {
|
|
6201
6201
|
error?: any;
|
6202
6202
|
}>;
|
6203
6203
|
};
|
6204
|
-
path: "contact/:id/ongoing";
|
6204
|
+
path: "contact-service/contact/:id/ongoing";
|
6205
6205
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
6206
6206
|
'x-tenant': z.ZodString;
|
6207
6207
|
authorization: z.ZodString;
|
@@ -7235,7 +7235,7 @@ export declare const contactContract: {
|
|
7235
7235
|
error?: any;
|
7236
7236
|
}>;
|
7237
7237
|
};
|
7238
|
-
path: "contact/merge";
|
7238
|
+
path: "contact-service/contact/merge";
|
7239
7239
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
7240
7240
|
'x-tenant': z.ZodString;
|
7241
7241
|
authorization: z.ZodString;
|
@@ -7329,7 +7329,7 @@ export declare const contactContract: {
|
|
7329
7329
|
error?: any;
|
7330
7330
|
}>;
|
7331
7331
|
};
|
7332
|
-
path: "contact/check/phone";
|
7332
|
+
path: "contact-service/contact/check/phone";
|
7333
7333
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
7334
7334
|
'x-tenant': z.ZodString;
|
7335
7335
|
authorization: z.ZodString;
|
@@ -7423,7 +7423,7 @@ export declare const contactContract: {
|
|
7423
7423
|
error?: any;
|
7424
7424
|
}>;
|
7425
7425
|
};
|
7426
|
-
path: "contact/check/email";
|
7426
|
+
path: "contact-service/contact/check/email";
|
7427
7427
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
7428
7428
|
'x-tenant': z.ZodString;
|
7429
7429
|
authorization: z.ZodString;
|
@@ -7814,7 +7814,7 @@ export declare const contactContract: {
|
|
7814
7814
|
error?: any;
|
7815
7815
|
}>;
|
7816
7816
|
};
|
7817
|
-
path: "contact/attachments";
|
7817
|
+
path: "contact-service/contact/attachments";
|
7818
7818
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
7819
7819
|
'x-tenant': z.ZodString;
|
7820
7820
|
authorization: z.ZodString;
|
@@ -8783,7 +8783,7 @@ export declare const contactContract: {
|
|
8783
8783
|
error?: any;
|
8784
8784
|
}>;
|
8785
8785
|
};
|
8786
|
-
path: "contact/:id";
|
8786
|
+
path: "contact-service/contact/:id";
|
8787
8787
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
8788
8788
|
'x-tenant': z.ZodString;
|
8789
8789
|
authorization: z.ZodString;
|
@@ -8896,7 +8896,7 @@ export declare const contactContract: {
|
|
8896
8896
|
error?: any;
|
8897
8897
|
}>;
|
8898
8898
|
};
|
8899
|
-
path: "contact/export";
|
8899
|
+
path: "contact-service/contact/export";
|
8900
8900
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
8901
8901
|
'x-tenant': z.ZodString;
|
8902
8902
|
authorization: z.ZodString;
|