@kl1/contracts 1.1.5 → 1.1.17-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.
Files changed (44) hide show
  1. package/dist/index.js +613 -18
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +611 -18
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/contract.d.ts +7161 -8
  6. package/dist/src/contract.d.ts.map +1 -1
  7. package/dist/src/index.d.ts +1 -0
  8. package/dist/src/index.d.ts.map +1 -1
  9. package/dist/src/line/schema.d.ts.map +1 -1
  10. package/dist/src/line/validation.d.ts.map +1 -1
  11. package/dist/src/mail/account-contract.d.ts +71 -1
  12. package/dist/src/mail/account-contract.d.ts.map +1 -1
  13. package/dist/src/mail/mail-contract.d.ts +602 -8
  14. package/dist/src/mail/mail-contract.d.ts.map +1 -1
  15. package/dist/src/mail/message-contract.d.ts +495 -1
  16. package/dist/src/mail/message-contract.d.ts.map +1 -1
  17. package/dist/src/mail/room-contract.d.ts +36 -6
  18. package/dist/src/mail/room-contract.d.ts.map +1 -1
  19. package/dist/src/mail/schemas/room-validation.schema.d.ts +36 -6
  20. package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
  21. package/dist/src/public-api/index.d.ts +5843 -0
  22. package/dist/src/{chatwoot → public-api}/index.d.ts.map +1 -1
  23. package/dist/src/public-api/schema.d.ts +1010 -0
  24. package/dist/src/public-api/schema.d.ts.map +1 -0
  25. package/dist/src/public-api/validation.d.ts +1822 -0
  26. package/dist/src/public-api/validation.d.ts.map +1 -0
  27. package/dist/src/snippet/index.d.ts +740 -0
  28. package/dist/src/snippet/index.d.ts.map +1 -0
  29. package/dist/src/snippet/schema.d.ts +131 -0
  30. package/dist/src/snippet/schema.d.ts.map +1 -0
  31. package/dist/src/snippet/validation.d.ts +80 -0
  32. package/dist/src/snippet/validation.d.ts.map +1 -0
  33. package/package.json +1 -1
  34. package/dist/src/app/index.d.ts +0 -17
  35. package/dist/src/app/index.d.ts.map +0 -1
  36. package/dist/src/chatwoot/index.d.ts +0 -7527
  37. package/dist/src/chatwoot/schema.d.ts +0 -79
  38. package/dist/src/chatwoot/schema.d.ts.map +0 -1
  39. package/dist/src/chatwoot/validation.d.ts +0 -53
  40. package/dist/src/chatwoot/validation.d.ts.map +0 -1
  41. package/dist/src/mail/mail-server.d.ts +0 -216
  42. package/dist/src/mail/mail-server.d.ts.map +0 -1
  43. package/dist/src/platform-contact/schema.d.ts +0 -30
  44. package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -1,79 +0,0 @@
1
- import z from 'zod';
2
- export declare const CreateChatwootInboxResponseSchema: z.ZodObject<{
3
- data: z.ZodObject<{
4
- id: z.ZodNumber;
5
- name: z.ZodString;
6
- website_url: z.ZodString;
7
- channel_type: z.ZodString;
8
- avatar_url: z.ZodString;
9
- widget_color: z.ZodString;
10
- website_token: z.ZodString;
11
- enable_auto_assignment: z.ZodBoolean;
12
- web_widget_script: z.ZodString;
13
- welcome_title: z.ZodString;
14
- welcome_tagline: z.ZodString;
15
- greeting_enabled: z.ZodBoolean;
16
- greeting_message: z.ZodString;
17
- }, "strip", z.ZodTypeAny, {
18
- id: number;
19
- name: string;
20
- website_url: string;
21
- channel_type: string;
22
- avatar_url: string;
23
- widget_color: string;
24
- website_token: string;
25
- enable_auto_assignment: boolean;
26
- web_widget_script: string;
27
- welcome_title: string;
28
- welcome_tagline: string;
29
- greeting_enabled: boolean;
30
- greeting_message: string;
31
- }, {
32
- id: number;
33
- name: string;
34
- website_url: string;
35
- channel_type: string;
36
- avatar_url: string;
37
- widget_color: string;
38
- website_token: string;
39
- enable_auto_assignment: boolean;
40
- web_widget_script: string;
41
- welcome_title: string;
42
- welcome_tagline: string;
43
- greeting_enabled: boolean;
44
- greeting_message: string;
45
- }>;
46
- }, "strip", z.ZodTypeAny, {
47
- data: {
48
- id: number;
49
- name: string;
50
- website_url: string;
51
- channel_type: string;
52
- avatar_url: string;
53
- widget_color: string;
54
- website_token: string;
55
- enable_auto_assignment: boolean;
56
- web_widget_script: string;
57
- welcome_title: string;
58
- welcome_tagline: string;
59
- greeting_enabled: boolean;
60
- greeting_message: string;
61
- };
62
- }, {
63
- data: {
64
- id: number;
65
- name: string;
66
- website_url: string;
67
- channel_type: string;
68
- avatar_url: string;
69
- widget_color: string;
70
- website_token: string;
71
- enable_auto_assignment: boolean;
72
- web_widget_script: string;
73
- welcome_title: string;
74
- welcome_tagline: string;
75
- greeting_enabled: boolean;
76
- greeting_message: string;
77
- };
78
- }>;
79
- //# sourceMappingURL=schema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/chatwoot/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB5C,CAAC"}
@@ -1,53 +0,0 @@
1
- import z from 'zod';
2
- export declare const CreateChatwootInboxSchema: z.ZodObject<{
3
- name: z.ZodString;
4
- avatar: z.ZodOptional<z.ZodString>;
5
- channel: z.ZodObject<{
6
- type: z.ZodOptional<z.ZodLiteral<"web_widget">>;
7
- websiteUrl: z.ZodString;
8
- welcomeTitle: z.ZodString;
9
- welcomeTagline: z.ZodOptional<z.ZodString>;
10
- agentAwayMessage: z.ZodOptional<z.ZodString>;
11
- widgetColor: z.ZodOptional<z.ZodString>;
12
- }, "strip", z.ZodTypeAny, {
13
- websiteUrl: string;
14
- welcomeTitle: string;
15
- type?: "web_widget" | undefined;
16
- welcomeTagline?: string | undefined;
17
- agentAwayMessage?: string | undefined;
18
- widgetColor?: string | undefined;
19
- }, {
20
- websiteUrl: string;
21
- welcomeTitle: string;
22
- type?: "web_widget" | undefined;
23
- welcomeTagline?: string | undefined;
24
- agentAwayMessage?: string | undefined;
25
- widgetColor?: string | undefined;
26
- }>;
27
- channelName: z.ZodString;
28
- }, "strip", z.ZodTypeAny, {
29
- channel: {
30
- websiteUrl: string;
31
- welcomeTitle: string;
32
- type?: "web_widget" | undefined;
33
- welcomeTagline?: string | undefined;
34
- agentAwayMessage?: string | undefined;
35
- widgetColor?: string | undefined;
36
- };
37
- name: string;
38
- channelName: string;
39
- avatar?: string | undefined;
40
- }, {
41
- channel: {
42
- websiteUrl: string;
43
- welcomeTitle: string;
44
- type?: "web_widget" | undefined;
45
- welcomeTagline?: string | undefined;
46
- agentAwayMessage?: string | undefined;
47
- widgetColor?: string | undefined;
48
- };
49
- name: string;
50
- channelName: string;
51
- avatar?: string | undefined;
52
- }>;
53
- //# sourceMappingURL=validation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/chatwoot/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAWpB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKpC,CAAC"}
@@ -1,216 +0,0 @@
1
- import z from 'zod';
2
- export declare const serverContract: {
3
- create: {
4
- body: null;
5
- summary: "Register a new mail server";
6
- method: "POST";
7
- responses: {
8
- 401: z.ZodObject<{
9
- message: z.ZodString;
10
- error: z.ZodAny;
11
- }, "strip", z.ZodTypeAny, {
12
- message: string;
13
- error?: any;
14
- }, {
15
- message: string;
16
- error?: any;
17
- }>;
18
- 404: z.ZodObject<{
19
- message: z.ZodString;
20
- error: z.ZodAny;
21
- }, "strip", z.ZodTypeAny, {
22
- message: string;
23
- error?: any;
24
- }, {
25
- message: string;
26
- error?: any;
27
- }>;
28
- 422: z.ZodObject<{
29
- message: z.ZodString;
30
- error: z.ZodAny;
31
- }, "strip", z.ZodTypeAny, {
32
- message: string;
33
- error?: any;
34
- }, {
35
- message: string;
36
- error?: any;
37
- }>;
38
- 200: z.ZodObject<{
39
- requestId: z.ZodString;
40
- message: z.ZodString;
41
- }, "strip", z.ZodTypeAny, {
42
- message: string;
43
- requestId: string;
44
- }, {
45
- message: string;
46
- requestId: string;
47
- }>;
48
- };
49
- path: "/server/";
50
- };
51
- get: {
52
- summary: "Get a mail server by id";
53
- method: "GET";
54
- pathParams: z.ZodObject<{
55
- id: z.ZodString;
56
- }, "strip", z.ZodTypeAny, {
57
- id: string;
58
- }, {
59
- id: string;
60
- }>;
61
- responses: {
62
- 401: z.ZodObject<{
63
- message: z.ZodString;
64
- error: z.ZodAny;
65
- }, "strip", z.ZodTypeAny, {
66
- message: string;
67
- error?: any;
68
- }, {
69
- message: string;
70
- error?: any;
71
- }>;
72
- 404: z.ZodObject<{
73
- message: z.ZodString;
74
- error: z.ZodAny;
75
- }, "strip", z.ZodTypeAny, {
76
- message: string;
77
- error?: any;
78
- }, {
79
- message: string;
80
- error?: any;
81
- }>;
82
- 422: z.ZodObject<{
83
- message: z.ZodString;
84
- error: z.ZodAny;
85
- }, "strip", z.ZodTypeAny, {
86
- message: string;
87
- error?: any;
88
- }, {
89
- message: string;
90
- error?: any;
91
- }>;
92
- 200: z.ZodObject<{
93
- requestId: z.ZodString;
94
- message: z.ZodString;
95
- }, "strip", z.ZodTypeAny, {
96
- message: string;
97
- requestId: string;
98
- }, {
99
- message: string;
100
- requestId: string;
101
- }>;
102
- };
103
- path: "/server/:id";
104
- };
105
- update: {
106
- body: null;
107
- summary: "Update a mail server by id";
108
- method: "PATCH";
109
- pathParams: z.ZodObject<{
110
- id: z.ZodString;
111
- }, "strip", z.ZodTypeAny, {
112
- id: string;
113
- }, {
114
- id: string;
115
- }>;
116
- responses: {
117
- 401: z.ZodObject<{
118
- message: z.ZodString;
119
- error: z.ZodAny;
120
- }, "strip", z.ZodTypeAny, {
121
- message: string;
122
- error?: any;
123
- }, {
124
- message: string;
125
- error?: any;
126
- }>;
127
- 404: z.ZodObject<{
128
- message: z.ZodString;
129
- error: z.ZodAny;
130
- }, "strip", z.ZodTypeAny, {
131
- message: string;
132
- error?: any;
133
- }, {
134
- message: string;
135
- error?: any;
136
- }>;
137
- 422: z.ZodObject<{
138
- message: z.ZodString;
139
- error: z.ZodAny;
140
- }, "strip", z.ZodTypeAny, {
141
- message: string;
142
- error?: any;
143
- }, {
144
- message: string;
145
- error?: any;
146
- }>;
147
- 200: z.ZodObject<{
148
- requestId: z.ZodString;
149
- message: z.ZodString;
150
- }, "strip", z.ZodTypeAny, {
151
- message: string;
152
- requestId: string;
153
- }, {
154
- message: string;
155
- requestId: string;
156
- }>;
157
- };
158
- path: "/server/:id";
159
- };
160
- delete: {
161
- body: null;
162
- summary: "Delete a mail server by id";
163
- method: "PATCH";
164
- pathParams: z.ZodObject<{
165
- id: z.ZodString;
166
- }, "strip", z.ZodTypeAny, {
167
- id: string;
168
- }, {
169
- id: string;
170
- }>;
171
- responses: {
172
- 401: z.ZodObject<{
173
- message: z.ZodString;
174
- error: z.ZodAny;
175
- }, "strip", z.ZodTypeAny, {
176
- message: string;
177
- error?: any;
178
- }, {
179
- message: string;
180
- error?: any;
181
- }>;
182
- 404: z.ZodObject<{
183
- message: z.ZodString;
184
- error: z.ZodAny;
185
- }, "strip", z.ZodTypeAny, {
186
- message: string;
187
- error?: any;
188
- }, {
189
- message: string;
190
- error?: any;
191
- }>;
192
- 422: z.ZodObject<{
193
- message: z.ZodString;
194
- error: z.ZodAny;
195
- }, "strip", z.ZodTypeAny, {
196
- message: string;
197
- error?: any;
198
- }, {
199
- message: string;
200
- error?: any;
201
- }>;
202
- 200: z.ZodObject<{
203
- requestId: z.ZodString;
204
- message: z.ZodString;
205
- }, "strip", z.ZodTypeAny, {
206
- message: string;
207
- requestId: string;
208
- }, {
209
- message: string;
210
- requestId: string;
211
- }>;
212
- };
213
- path: "/server/:id";
214
- };
215
- };
216
- //# sourceMappingURL=mail-server.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mail-server.d.ts","sourceRoot":"","sources":["../../../src/mail/mail-server.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAMpB,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+D1B,CAAC"}
@@ -1,30 +0,0 @@
1
- import z from 'zod';
2
- export declare const PlatformContactSchema: z.ZodObject<{
3
- id: z.ZodString;
4
- createdAt: z.ZodDate;
5
- updatedAt: z.ZodDate;
6
- deletedAt: z.ZodNullable<z.ZodDate>;
7
- contactId: z.ZodString;
8
- channelId: z.ZodString;
9
- config: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
10
- type: z.ZodString;
11
- }, "strip", z.ZodTypeAny, {
12
- type: string;
13
- id: string;
14
- createdAt: Date;
15
- updatedAt: Date;
16
- deletedAt: Date | null;
17
- contactId: string;
18
- channelId: string;
19
- config: {};
20
- }, {
21
- type: string;
22
- id: string;
23
- createdAt: Date;
24
- updatedAt: Date;
25
- deletedAt: Date | null;
26
- contactId: string;
27
- channelId: string;
28
- config: {};
29
- }>;
30
- //# sourceMappingURL=schema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/platform-contact/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAMpB,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKhC,CAAC"}