@n8n-dev/n8n-nodes-chatwoot 1.0.0
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/README.md +26 -0
- package/dist/credentials/ChatwootApi.credentials.d.ts +10 -0
- package/dist/credentials/ChatwootApi.credentials.js +47 -0
- package/dist/credentials/ChatwootApi.credentials.js.map +1 -0
- package/dist/icons/chatwoot.dark.svg +4 -0
- package/dist/icons/chatwoot.svg +4 -0
- package/dist/nodes/Chatwoot/Chatwoot.node.d.ts +4 -0
- package/dist/nodes/Chatwoot/Chatwoot.node.js +264 -0
- package/dist/nodes/Chatwoot/Chatwoot.node.js.map +1 -0
- package/dist/nodes/Chatwoot/Chatwoot.node.json +20 -0
- package/dist/nodes/Chatwoot/chatwoot.dark.svg +4 -0
- package/dist/nodes/Chatwoot/chatwoot.svg +4 -0
- package/dist/nodes/Chatwoot/resources/account/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/account/index.js +370 -0
- package/dist/nodes/Chatwoot/resources/account/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/account-agent-bots/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/account-agent-bots/index.js +527 -0
- package/dist/nodes/Chatwoot/resources/account-agent-bots/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/account-users/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/account-users/index.js +167 -0
- package/dist/nodes/Chatwoot/resources/account-users/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/accounts/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/accounts/index.js +516 -0
- package/dist/nodes/Chatwoot/resources/accounts/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/agent-bots/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/agent-bots/index.js +477 -0
- package/dist/nodes/Chatwoot/resources/agent-bots/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/agents/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/agents/index.js +434 -0
- package/dist/nodes/Chatwoot/resources/agents/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/audit-logs/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/audit-logs/index.js +78 -0
- package/dist/nodes/Chatwoot/resources/audit-logs/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/automation-rule/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/automation-rule/index.js +610 -0
- package/dist/nodes/Chatwoot/resources/automation-rule/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/canned-responses/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/canned-responses/index.js +282 -0
- package/dist/nodes/Chatwoot/resources/canned-responses/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/contact-labels/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/contact-labels/index.js +110 -0
- package/dist/nodes/Chatwoot/resources/contact-labels/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/contacts/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/contacts/index.js +1345 -0
- package/dist/nodes/Chatwoot/resources/contacts/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/contacts-api/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/contacts-api/index.js +465 -0
- package/dist/nodes/Chatwoot/resources/contacts-api/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/conversation/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/conversation/index.js +53 -0
- package/dist/nodes/Chatwoot/resources/conversation/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/conversation-assignments/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/conversation-assignments/index.js +103 -0
- package/dist/nodes/Chatwoot/resources/conversation-assignments/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/conversations/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/conversations/index.js +1396 -0
- package/dist/nodes/Chatwoot/resources/conversations/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/conversations-api/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/conversations-api/index.js +294 -0
- package/dist/nodes/Chatwoot/resources/conversations-api/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/csat-survey-page/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/csat-survey-page/index.js +53 -0
- package/dist/nodes/Chatwoot/resources/csat-survey-page/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/custom-attributes/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/custom-attributes/index.js +703 -0
- package/dist/nodes/Chatwoot/resources/custom-attributes/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/custom-filters/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/custom-filters/index.js +373 -0
- package/dist/nodes/Chatwoot/resources/custom-filters/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/help-center/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/help-center/index.js +1156 -0
- package/dist/nodes/Chatwoot/resources/help-center/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/inbox-api/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/inbox-api/index.js +53 -0
- package/dist/nodes/Chatwoot/resources/inbox-api/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/inboxes/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/inboxes/index.js +1580 -0
- package/dist/nodes/Chatwoot/resources/inboxes/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/index.d.ts +31 -0
- package/dist/nodes/Chatwoot/resources/index.js +66 -0
- package/dist/nodes/Chatwoot/resources/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/integrations/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/integrations/index.js +386 -0
- package/dist/nodes/Chatwoot/resources/integrations/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/labels/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/labels/index.js +377 -0
- package/dist/nodes/Chatwoot/resources/labels/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/messages/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/messages/index.js +377 -0
- package/dist/nodes/Chatwoot/resources/messages/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/messages-api/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/messages-api/index.js +190 -0
- package/dist/nodes/Chatwoot/resources/messages-api/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/profile/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/profile/index.js +109 -0
- package/dist/nodes/Chatwoot/resources/profile/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/reports/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/reports/index.js +588 -0
- package/dist/nodes/Chatwoot/resources/reports/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/teams/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/teams/index.js +583 -0
- package/dist/nodes/Chatwoot/resources/teams/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/users/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/users/index.js +427 -0
- package/dist/nodes/Chatwoot/resources/users/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/webhooks/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/webhooks/index.js +332 -0
- package/dist/nodes/Chatwoot/resources/webhooks/index.js.map +1 -0
- package/dist/package.json +53 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +53 -0
|
@@ -0,0 +1,370 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.accountDescription = void 0;
|
|
4
|
+
exports.accountDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Account"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Get Account Details",
|
|
20
|
+
"value": "Get Account Details",
|
|
21
|
+
"action": "Get account details",
|
|
22
|
+
"description": "Get the details of the current account",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Update Account",
|
|
32
|
+
"value": "Update Account",
|
|
33
|
+
"action": "Update account",
|
|
34
|
+
"description": "Update account details, settings, and custom attributes",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "PATCH",
|
|
38
|
+
"url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"default": ""
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"displayName": "GET /api/v1/accounts/{account_id}",
|
|
47
|
+
"name": "operation",
|
|
48
|
+
"type": "notice",
|
|
49
|
+
"typeOptions": {
|
|
50
|
+
"theme": "info"
|
|
51
|
+
},
|
|
52
|
+
"default": "",
|
|
53
|
+
"displayOptions": {
|
|
54
|
+
"show": {
|
|
55
|
+
"resource": [
|
|
56
|
+
"Account"
|
|
57
|
+
],
|
|
58
|
+
"operation": [
|
|
59
|
+
"Get Account Details"
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"displayName": "Account Id",
|
|
66
|
+
"name": "account_id",
|
|
67
|
+
"required": true,
|
|
68
|
+
"description": "The numeric ID of the account",
|
|
69
|
+
"default": 0,
|
|
70
|
+
"type": "number",
|
|
71
|
+
"displayOptions": {
|
|
72
|
+
"show": {
|
|
73
|
+
"resource": [
|
|
74
|
+
"Account"
|
|
75
|
+
],
|
|
76
|
+
"operation": [
|
|
77
|
+
"Get Account Details"
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"displayName": "PATCH /api/v1/accounts/{account_id}",
|
|
84
|
+
"name": "operation",
|
|
85
|
+
"type": "notice",
|
|
86
|
+
"typeOptions": {
|
|
87
|
+
"theme": "info"
|
|
88
|
+
},
|
|
89
|
+
"default": "",
|
|
90
|
+
"displayOptions": {
|
|
91
|
+
"show": {
|
|
92
|
+
"resource": [
|
|
93
|
+
"Account"
|
|
94
|
+
],
|
|
95
|
+
"operation": [
|
|
96
|
+
"Update Account"
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"displayName": "Account Id",
|
|
103
|
+
"name": "account_id",
|
|
104
|
+
"required": true,
|
|
105
|
+
"description": "The numeric ID of the account",
|
|
106
|
+
"default": 0,
|
|
107
|
+
"type": "number",
|
|
108
|
+
"displayOptions": {
|
|
109
|
+
"show": {
|
|
110
|
+
"resource": [
|
|
111
|
+
"Account"
|
|
112
|
+
],
|
|
113
|
+
"operation": [
|
|
114
|
+
"Update Account"
|
|
115
|
+
]
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"displayName": "Name",
|
|
121
|
+
"name": "name",
|
|
122
|
+
"type": "string",
|
|
123
|
+
"default": "My Account",
|
|
124
|
+
"description": "Name of the account",
|
|
125
|
+
"routing": {
|
|
126
|
+
"send": {
|
|
127
|
+
"property": "name",
|
|
128
|
+
"propertyInDotNotation": false,
|
|
129
|
+
"type": "body",
|
|
130
|
+
"value": "={{ $value }}"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"displayOptions": {
|
|
134
|
+
"show": {
|
|
135
|
+
"resource": [
|
|
136
|
+
"Account"
|
|
137
|
+
],
|
|
138
|
+
"operation": [
|
|
139
|
+
"Update Account"
|
|
140
|
+
]
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"displayName": "Locale",
|
|
146
|
+
"name": "locale",
|
|
147
|
+
"type": "string",
|
|
148
|
+
"default": "en",
|
|
149
|
+
"description": "The locale of the account",
|
|
150
|
+
"routing": {
|
|
151
|
+
"send": {
|
|
152
|
+
"property": "locale",
|
|
153
|
+
"propertyInDotNotation": false,
|
|
154
|
+
"type": "body",
|
|
155
|
+
"value": "={{ $value }}"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"displayOptions": {
|
|
159
|
+
"show": {
|
|
160
|
+
"resource": [
|
|
161
|
+
"Account"
|
|
162
|
+
],
|
|
163
|
+
"operation": [
|
|
164
|
+
"Update Account"
|
|
165
|
+
]
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"displayName": "Domain",
|
|
171
|
+
"name": "domain",
|
|
172
|
+
"type": "string",
|
|
173
|
+
"default": "example.com",
|
|
174
|
+
"description": "The domain of the account",
|
|
175
|
+
"routing": {
|
|
176
|
+
"send": {
|
|
177
|
+
"property": "domain",
|
|
178
|
+
"propertyInDotNotation": false,
|
|
179
|
+
"type": "body",
|
|
180
|
+
"value": "={{ $value }}"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"displayOptions": {
|
|
184
|
+
"show": {
|
|
185
|
+
"resource": [
|
|
186
|
+
"Account"
|
|
187
|
+
],
|
|
188
|
+
"operation": [
|
|
189
|
+
"Update Account"
|
|
190
|
+
]
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"displayName": "Support Email",
|
|
196
|
+
"name": "support_email",
|
|
197
|
+
"type": "string",
|
|
198
|
+
"default": "support@example.com",
|
|
199
|
+
"description": "The support email of the account",
|
|
200
|
+
"routing": {
|
|
201
|
+
"send": {
|
|
202
|
+
"property": "support_email",
|
|
203
|
+
"propertyInDotNotation": false,
|
|
204
|
+
"type": "body",
|
|
205
|
+
"value": "={{ $value }}"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"displayOptions": {
|
|
209
|
+
"show": {
|
|
210
|
+
"resource": [
|
|
211
|
+
"Account"
|
|
212
|
+
],
|
|
213
|
+
"operation": [
|
|
214
|
+
"Update Account"
|
|
215
|
+
]
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"displayName": "Auto Resolve After",
|
|
221
|
+
"name": "auto_resolve_after",
|
|
222
|
+
"type": "number",
|
|
223
|
+
"default": 1440,
|
|
224
|
+
"description": "Auto resolve conversations after specified minutes",
|
|
225
|
+
"routing": {
|
|
226
|
+
"send": {
|
|
227
|
+
"property": "auto_resolve_after",
|
|
228
|
+
"propertyInDotNotation": false,
|
|
229
|
+
"type": "body",
|
|
230
|
+
"value": "={{ $value }}"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"displayOptions": {
|
|
234
|
+
"show": {
|
|
235
|
+
"resource": [
|
|
236
|
+
"Account"
|
|
237
|
+
],
|
|
238
|
+
"operation": [
|
|
239
|
+
"Update Account"
|
|
240
|
+
]
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"displayName": "Auto Resolve Message",
|
|
246
|
+
"name": "auto_resolve_message",
|
|
247
|
+
"type": "string",
|
|
248
|
+
"default": "This conversation has been automatically resolved due to inactivity",
|
|
249
|
+
"description": "Message to send when auto resolving",
|
|
250
|
+
"routing": {
|
|
251
|
+
"send": {
|
|
252
|
+
"property": "auto_resolve_message",
|
|
253
|
+
"propertyInDotNotation": false,
|
|
254
|
+
"type": "body",
|
|
255
|
+
"value": "={{ $value }}"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
"displayOptions": {
|
|
259
|
+
"show": {
|
|
260
|
+
"resource": [
|
|
261
|
+
"Account"
|
|
262
|
+
],
|
|
263
|
+
"operation": [
|
|
264
|
+
"Update Account"
|
|
265
|
+
]
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"displayName": "Auto Resolve Ignore Waiting",
|
|
271
|
+
"name": "auto_resolve_ignore_waiting",
|
|
272
|
+
"type": "boolean",
|
|
273
|
+
"default": false,
|
|
274
|
+
"description": "Whether to ignore waiting conversations for auto resolve",
|
|
275
|
+
"routing": {
|
|
276
|
+
"send": {
|
|
277
|
+
"property": "auto_resolve_ignore_waiting",
|
|
278
|
+
"propertyInDotNotation": false,
|
|
279
|
+
"type": "body",
|
|
280
|
+
"value": "={{ $value }}"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"displayOptions": {
|
|
284
|
+
"show": {
|
|
285
|
+
"resource": [
|
|
286
|
+
"Account"
|
|
287
|
+
],
|
|
288
|
+
"operation": [
|
|
289
|
+
"Update Account"
|
|
290
|
+
]
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"displayName": "Industry",
|
|
296
|
+
"name": "industry",
|
|
297
|
+
"type": "string",
|
|
298
|
+
"default": "Technology",
|
|
299
|
+
"description": "Industry type",
|
|
300
|
+
"routing": {
|
|
301
|
+
"send": {
|
|
302
|
+
"property": "industry",
|
|
303
|
+
"propertyInDotNotation": false,
|
|
304
|
+
"type": "body",
|
|
305
|
+
"value": "={{ $value }}"
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"displayOptions": {
|
|
309
|
+
"show": {
|
|
310
|
+
"resource": [
|
|
311
|
+
"Account"
|
|
312
|
+
],
|
|
313
|
+
"operation": [
|
|
314
|
+
"Update Account"
|
|
315
|
+
]
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"displayName": "Company Size",
|
|
321
|
+
"name": "company_size",
|
|
322
|
+
"type": "string",
|
|
323
|
+
"default": "50-100",
|
|
324
|
+
"description": "Company size",
|
|
325
|
+
"routing": {
|
|
326
|
+
"send": {
|
|
327
|
+
"property": "company_size",
|
|
328
|
+
"propertyInDotNotation": false,
|
|
329
|
+
"type": "body",
|
|
330
|
+
"value": "={{ $value }}"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
"displayOptions": {
|
|
334
|
+
"show": {
|
|
335
|
+
"resource": [
|
|
336
|
+
"Account"
|
|
337
|
+
],
|
|
338
|
+
"operation": [
|
|
339
|
+
"Update Account"
|
|
340
|
+
]
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"displayName": "Timezone",
|
|
346
|
+
"name": "timezone",
|
|
347
|
+
"type": "string",
|
|
348
|
+
"default": "UTC",
|
|
349
|
+
"description": "Account timezone",
|
|
350
|
+
"routing": {
|
|
351
|
+
"send": {
|
|
352
|
+
"property": "timezone",
|
|
353
|
+
"propertyInDotNotation": false,
|
|
354
|
+
"type": "body",
|
|
355
|
+
"value": "={{ $value }}"
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
"displayOptions": {
|
|
359
|
+
"show": {
|
|
360
|
+
"resource": [
|
|
361
|
+
"Account"
|
|
362
|
+
],
|
|
363
|
+
"operation": [
|
|
364
|
+
"Update Account"
|
|
365
|
+
]
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
];
|
|
370
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Chatwoot/resources/account/index.ts"],"names":[],"mappings":"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"}
|