@epilot/message-client 1.15.3 → 1.16.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/dist/definition.js +1 -1
- package/dist/openapi-runtime.json +143 -0
- package/dist/openapi.d.ts +605 -18
- package/dist/openapi.json +592 -9
- package/package.json +2 -2
package/dist/definition.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var e={914:function(e,s,r){var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(s,"__esModule",{value:!0});var t=a(r(240));s.default=t.default},240:e=>{e.exports=JSON.parse('{"openapi":"3.0.2","info":{"title":"","version":""},"paths":{"/v1/message/messages":{"post":{"operationId":"sendMessage","parameters":[{"in":"query","name":"do_not_create_entities"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"put":{"operationId":"updateMessage","responses":{}}},"/v1/message/messages/{id}":{"get":{"operationId":"getMessage","parameters":[{"name":"id","in":"path","required":true}],"responses":{}},"delete":{"operationId":"deleteMessage","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/messages/{id}/trash":{"post":{"operationId":"trashMessage","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/messages/{id}/untrash":{"post":{"operationId":"untrashMessage","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/messages/{id}/read":{"post":{"operationId":"markReadMessage","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v2/message/messages/{id}/read":{"post":{"operationId":"markReadMessageV2","parameters":[{"name":"id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/messages/{id}/unread":{"post":{"operationId":"markUnreadMessage","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v2/message/messages/{id}/unread":{"post":{"operationId":"markUnreadMessageV2","parameters":[{"name":"id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads:search":{"post":{"operationId":"searchThreads","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads":{"put":{"operationId":"updateThread","responses":{}}},"/v1/message/threads/{id}":{"delete":{"operationId":"deleteThread","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/threads/{id}:markAsDone":{"post":{"operationId":"markThreadAsDone","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/threads/{id}:markAsOpen":{"post":{"operationId":"markThreadAsOpen","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/threads/{id}/trash":{"post":{"operationId":"trashThread","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/threads/{id}/untrash":{"post":{"operationId":"untrashThread","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/threads/{id}/read":{"post":{"operationId":"markReadThread","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v2/message/threads/{id}/read":{"post":{"operationId":"markReadThreadV2","parameters":[{"name":"id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/{id}/unread":{"post":{"operationId":"markUnreadThread","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v2/message/threads/{id}/unread":{"post":{"operationId":"markUnreadThreadV2","parameters":[{"name":"id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/{id}/assign":{"post":{"operationId":"assignThread","parameters":[{"name":"id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/{id}/unassign":{"post":{"operationId":"unassignThread","parameters":[{"name":"id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/{id}/assign:users":{"post":{"operationId":"assignUsers","parameters":[{"name":"id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/drafts":{"post":{"operationId":"createDraft","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/message/drafts:send":{"post":{"operationId":"sendDraft","responses":{}}},"/v2/message/messages/{id}":{"get":{"operationId":"getMessageV2","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}}},"components":{},"servers":[{"url":"https://message.sls.epilot.io"}]}')}},s={},r=function r(a){var t=s[a];if(void 0!==t)return t.exports;var
|
|
1
|
+
(()=>{"use strict";var e={914:function(e,s,r){var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(s,"__esModule",{value:!0});var t=a(r(240));s.default=t.default},240:e=>{e.exports=JSON.parse('{"openapi":"3.0.2","info":{"title":"","version":""},"paths":{"/v1/message/messages":{"post":{"operationId":"sendMessage","parameters":[{"in":"query","name":"do_not_create_entities"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"put":{"operationId":"updateMessage","responses":{}}},"/v1/message/messages/{id}":{"get":{"operationId":"getMessage","parameters":[{"name":"id","in":"path","required":true}],"responses":{}},"delete":{"operationId":"deleteMessage","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/messages/{id}/trash":{"post":{"operationId":"trashMessage","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/messages/{id}/untrash":{"post":{"operationId":"untrashMessage","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/messages/{id}/read":{"post":{"operationId":"markReadMessage","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v2/message/messages/{id}/read":{"post":{"operationId":"markReadMessageV2","parameters":[{"name":"id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/messages/{id}/unread":{"post":{"operationId":"markUnreadMessage","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v2/message/messages/{id}/unread":{"post":{"operationId":"markUnreadMessageV2","parameters":[{"name":"id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads:search":{"post":{"operationId":"searchThreads","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v2/message/threads:search":{"post":{"operationId":"searchThreadsV2","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads:searchIds":{"post":{"operationId":"searchIds","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads":{"put":{"operationId":"updateThread","responses":{}}},"/v1/message/threads/{id}":{"delete":{"operationId":"deleteThread","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/threads/{id}:markAsDone":{"post":{"operationId":"markThreadAsDone","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/threads/{id}:markAsOpen":{"post":{"operationId":"markThreadAsOpen","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/threads/{id}/timeline":{"get":{"operationId":"getThreadTimeline","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/threads/{id}/trash":{"post":{"operationId":"trashThread","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/threads/{id}/untrash":{"post":{"operationId":"untrashThread","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v1/message/threads/bulk:read":{"post":{"operationId":"threadBulkActionsRead","requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/bulk:unread":{"post":{"operationId":"threadBulkActionsUnread","requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/bulk:favorite":{"post":{"operationId":"threadBulkActionsFavorite","requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/bulk:unfavorite":{"post":{"operationId":"threadBulkActionsUnfavorite","requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/bulk:trash":{"post":{"operationId":"threadBulkActionsTrash","requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/bulk:untrash":{"post":{"operationId":"threadBulkActionsUntrash","requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/bulk:delete":{"post":{"operationId":"threadBulkActionsDelete","requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/bulk:done":{"post":{"operationId":"threadBulkActionsDone","requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/bulk:open":{"post":{"operationId":"threadBulkActionsOpen","requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/{id}/read":{"post":{"operationId":"markReadThread","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v2/message/threads/{id}/read":{"post":{"operationId":"markReadThreadV2","parameters":[{"name":"id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/{id}/unread":{"post":{"operationId":"markUnreadThread","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}},"/v2/message/threads/{id}/unread":{"post":{"operationId":"markUnreadThreadV2","parameters":[{"name":"id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/{id}/assign":{"post":{"operationId":"assignThread","parameters":[{"name":"id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/{id}/unassign":{"post":{"operationId":"unassignThread","parameters":[{"name":"id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/threads/{id}/assign:users":{"post":{"operationId":"assignUsers","parameters":[{"name":"id","in":"path","required":true}],"requestBody":{"required":true,"content":{"application/json":{}}},"responses":{}}},"/v1/message/drafts":{"post":{"operationId":"createDraft","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/message/drafts:send":{"post":{"operationId":"sendDraft","responses":{}}},"/v2/message/messages/{id}":{"get":{"operationId":"getMessageV2","parameters":[{"name":"id","in":"path","required":true}],"responses":{}}}},"components":{},"servers":[{"url":"https://message.sls.epilot.io"}]}')}},s={},r=function r(a){var t=s[a];if(void 0!==t)return t.exports;var o=s[a]={exports:{}};return e[a].call(o.exports,o,o.exports,r),o.exports}(914),a=exports;for(var t in r)a[t]=r[t];r.__esModule&&Object.defineProperty(a,"__esModule",{value:!0})})();
|
|
@@ -151,6 +151,28 @@
|
|
|
151
151
|
"responses": {}
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
|
+
"/v2/message/threads:search": {
|
|
155
|
+
"post": {
|
|
156
|
+
"operationId": "searchThreadsV2",
|
|
157
|
+
"requestBody": {
|
|
158
|
+
"content": {
|
|
159
|
+
"application/json": {}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"responses": {}
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"/v1/message/threads:searchIds": {
|
|
166
|
+
"post": {
|
|
167
|
+
"operationId": "searchIds",
|
|
168
|
+
"requestBody": {
|
|
169
|
+
"content": {
|
|
170
|
+
"application/json": {}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"responses": {}
|
|
174
|
+
}
|
|
175
|
+
},
|
|
154
176
|
"/v1/message/threads": {
|
|
155
177
|
"put": {
|
|
156
178
|
"operationId": "updateThread",
|
|
@@ -196,6 +218,19 @@
|
|
|
196
218
|
"responses": {}
|
|
197
219
|
}
|
|
198
220
|
},
|
|
221
|
+
"/v1/message/threads/{id}/timeline": {
|
|
222
|
+
"get": {
|
|
223
|
+
"operationId": "getThreadTimeline",
|
|
224
|
+
"parameters": [
|
|
225
|
+
{
|
|
226
|
+
"name": "id",
|
|
227
|
+
"in": "path",
|
|
228
|
+
"required": true
|
|
229
|
+
}
|
|
230
|
+
],
|
|
231
|
+
"responses": {}
|
|
232
|
+
}
|
|
233
|
+
},
|
|
199
234
|
"/v1/message/threads/{id}/trash": {
|
|
200
235
|
"post": {
|
|
201
236
|
"operationId": "trashThread",
|
|
@@ -222,6 +257,114 @@
|
|
|
222
257
|
"responses": {}
|
|
223
258
|
}
|
|
224
259
|
},
|
|
260
|
+
"/v1/message/threads/bulk:read": {
|
|
261
|
+
"post": {
|
|
262
|
+
"operationId": "threadBulkActionsRead",
|
|
263
|
+
"requestBody": {
|
|
264
|
+
"required": true,
|
|
265
|
+
"content": {
|
|
266
|
+
"application/json": {}
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"responses": {}
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"/v1/message/threads/bulk:unread": {
|
|
273
|
+
"post": {
|
|
274
|
+
"operationId": "threadBulkActionsUnread",
|
|
275
|
+
"requestBody": {
|
|
276
|
+
"required": true,
|
|
277
|
+
"content": {
|
|
278
|
+
"application/json": {}
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"responses": {}
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
"/v1/message/threads/bulk:favorite": {
|
|
285
|
+
"post": {
|
|
286
|
+
"operationId": "threadBulkActionsFavorite",
|
|
287
|
+
"requestBody": {
|
|
288
|
+
"required": true,
|
|
289
|
+
"content": {
|
|
290
|
+
"application/json": {}
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"responses": {}
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
"/v1/message/threads/bulk:unfavorite": {
|
|
297
|
+
"post": {
|
|
298
|
+
"operationId": "threadBulkActionsUnfavorite",
|
|
299
|
+
"requestBody": {
|
|
300
|
+
"required": true,
|
|
301
|
+
"content": {
|
|
302
|
+
"application/json": {}
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
"responses": {}
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"/v1/message/threads/bulk:trash": {
|
|
309
|
+
"post": {
|
|
310
|
+
"operationId": "threadBulkActionsTrash",
|
|
311
|
+
"requestBody": {
|
|
312
|
+
"required": true,
|
|
313
|
+
"content": {
|
|
314
|
+
"application/json": {}
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"responses": {}
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"/v1/message/threads/bulk:untrash": {
|
|
321
|
+
"post": {
|
|
322
|
+
"operationId": "threadBulkActionsUntrash",
|
|
323
|
+
"requestBody": {
|
|
324
|
+
"required": true,
|
|
325
|
+
"content": {
|
|
326
|
+
"application/json": {}
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
"responses": {}
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
"/v1/message/threads/bulk:delete": {
|
|
333
|
+
"post": {
|
|
334
|
+
"operationId": "threadBulkActionsDelete",
|
|
335
|
+
"requestBody": {
|
|
336
|
+
"required": true,
|
|
337
|
+
"content": {
|
|
338
|
+
"application/json": {}
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
"responses": {}
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
"/v1/message/threads/bulk:done": {
|
|
345
|
+
"post": {
|
|
346
|
+
"operationId": "threadBulkActionsDone",
|
|
347
|
+
"requestBody": {
|
|
348
|
+
"required": true,
|
|
349
|
+
"content": {
|
|
350
|
+
"application/json": {}
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
"responses": {}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"/v1/message/threads/bulk:open": {
|
|
357
|
+
"post": {
|
|
358
|
+
"operationId": "threadBulkActionsOpen",
|
|
359
|
+
"requestBody": {
|
|
360
|
+
"required": true,
|
|
361
|
+
"content": {
|
|
362
|
+
"application/json": {}
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
"responses": {}
|
|
366
|
+
}
|
|
367
|
+
},
|
|
225
368
|
"/v1/message/threads/{id}/read": {
|
|
226
369
|
"post": {
|
|
227
370
|
"operationId": "markReadThread",
|