n8n-nodes-base 2.11.2 → 2.12.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/credentials/CustomerIoApi.credentials.d.ts.map +1 -1
- package/dist/credentials/CustomerIoApi.credentials.js +4 -5
- package/dist/credentials/CustomerIoApi.credentials.js.map +1 -1
- package/dist/credentials/FacebookGraphAppApi.credentials.js +1 -1
- package/dist/credentials/FacebookGraphAppApi.credentials.js.map +1 -1
- package/dist/credentials/MicrosoftTeamsOAuth2Api.credentials.js +1 -1
- package/dist/credentials/OAuth2Api.credentials.d.ts.map +1 -1
- package/dist/credentials/OAuth2Api.credentials.js +8 -0
- package/dist/credentials/OAuth2Api.credentials.js.map +1 -1
- package/dist/node-definitions/.nodes-hash +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/asana/v1/resource_user/operation_get.ts +7 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/azureCosmosDb/v1/resource_item/operation_query.ts +15 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/clickUp/v1/resource_list/operation_custom_fields.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/coda/v1/resource_table/operation_create_row.ts +10 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/coda/v11/resource_table/operation_create_row.ts +10 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/coinGecko/v1/resource_coin/operation_price.ts +5 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/dropbox/v1/resource_folder/operation_delete.ts +7 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/dropbox/v1/resource_search/operation_query.ts +3 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/elasticsearch/v1/resource_document/operation_get_all.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/filter/v1.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/filter/v2.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/filter/v21.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/filter/v22.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/filter/v23.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/gSuiteAdmin/v1/resource_user/operation_create.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/gSuiteAdmin/v1/resource_user/operation_get.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/gitlab/v1/resource_file/operation_get.ts +5 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/googleAds/v1/resource_campaign/operation_get_all.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/googleBusinessProfile/v1/resource_review/operation_reply.ts +6 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/googleChat/v1/resource_space/operation_get_all.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/haloPSA/v1/resource_client/operation_get.ts +8 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/haloPSA/v1/resource_site/operation_get_all.ts +7 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/highLevel/v2/resource_calendar/operation_get_free_slots.ts +3 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/highLevel/v2/resource_contact/operation_create.ts +4 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/jira/v1/resource_issue/operation_get.ts +162 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/jira/v1/resource_issue/operation_get_all.ts +54 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/lemlist/v2/resource_lead/operation_create.ts +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/mailchimp/v1/resource_campaign/operation_get_all.ts +60 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftEntra/v1/resource_group/operation_get.ts +12 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_create.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder_message/operation_get_all.ts +33 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_get.ts +6 -0
- package/dist/nodes/Asana/__schema__/v1.0.0/user/get.json +21 -1
- package/dist/nodes/ClickUp/__schema__/v1.0.0/list/customFields.json +4 -1
- package/dist/nodes/Coda/__schema__/v1.1.0/table/createRow.json +24 -0
- package/dist/nodes/Code/Code.node.d.ts +2 -2
- package/dist/nodes/Code/Code.node.d.ts.map +1 -1
- package/dist/nodes/Code/Code.node.js +2 -83
- package/dist/nodes/Code/Code.node.js.map +1 -1
- package/dist/nodes/CoinGecko/__schema__/v1.0.0/coin/price.json +17 -2
- package/dist/nodes/CustomerIo/CustomerIo.node.js +3 -3
- package/dist/nodes/CustomerIo/CustomerIo.node.js.map +1 -1
- package/dist/nodes/CustomerIo/CustomerIoTrigger.node.d.ts.map +1 -1
- package/dist/nodes/CustomerIo/CustomerIoTrigger.node.js +5 -33
- package/dist/nodes/CustomerIo/CustomerIoTrigger.node.js.map +1 -1
- package/dist/nodes/CustomerIo/GenericFunctions.d.ts +4 -1
- package/dist/nodes/CustomerIo/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/CustomerIo/GenericFunctions.js +13 -23
- package/dist/nodes/CustomerIo/GenericFunctions.js.map +1 -1
- package/dist/nodes/DataTable/__schema__/v1.1.0/table/update.json +9 -0
- package/dist/nodes/Dropbox/__schema__/v1.0.0/folder/delete.json +21 -1
- package/dist/nodes/Dropbox/__schema__/v1.0.0/search/query.json +10 -1
- package/dist/nodes/Dropcontact/__schema__/v1.0.0/contact/fetchRequest.json +1 -1
- package/dist/nodes/ERPNext/__schema__/v1.0.0/document/getAll.json +19 -1
- package/dist/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/document/getAll.json +4 -1
- package/dist/nodes/Facebook/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Facebook/GenericFunctions.js +8 -0
- package/dist/nodes/Facebook/GenericFunctions.js.map +1 -1
- package/dist/nodes/Filter/Filter.node.js +1 -1
- package/dist/nodes/Filter/Filter.node.js.map +1 -1
- package/dist/nodes/Gitlab/__schema__/v1.0.0/file/get.json +16 -1
- package/dist/nodes/Google/Ads/__schema__/v1.0.0/campaign/getAll.json +4 -1
- package/dist/nodes/Google/BusinessProfile/__schema__/v1.0.0/review/reply.json +12 -0
- package/dist/nodes/Google/Chat/__schema__/v1.0.0/space/getAll.json +4 -1
- package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/create.json +4 -1
- package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/get.json +65 -1
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/label/get.json +27 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/delete.json +9 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/get.json +7 -1
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/removeLabels.json +18 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/thread/get.json +4 -1
- package/dist/nodes/HaloPSA/__schema__/v1.0.0/client/get.json +18 -0
- package/dist/nodes/HaloPSA/__schema__/v1.0.0/site/getAll.json +15 -0
- package/dist/nodes/HighLevel/__schema__/v2.0.0/calendar/getFreeSlots.json +12 -1
- package/dist/nodes/HighLevel/__schema__/v2.0.0/contact/create.json +15 -1
- package/dist/nodes/Hubspot/__schema__/v2.2.0/contact/upsert.json +4 -1
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/get.json +465 -1
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/getAll.json +155 -1
- package/dist/nodes/Lemlist/__schema__/v2.0.0/lead/create.json +4 -1
- package/dist/nodes/Linear/__schema__/v1.1.0/issue/get.json +12 -1
- package/dist/nodes/Mailchimp/__schema__/v1.0.0/campaign/getAll.json +180 -1
- package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/query.json +45 -1
- package/dist/nodes/Microsoft/Entra/__schema__/v1.0.0/group/get.json +30 -0
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.1.0/file/copy.json +9 -0
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.1.0/file/download.json +89 -1
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/folderMessage/getAll.json +99 -1
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/get.json +21 -1
- package/dist/nodes/Notion/shared/GenericFunctions.js +1 -1
- package/dist/nodes/Notion/shared/GenericFunctions.js.map +1 -1
- package/dist/nodes/Slack/SlackTrigger.node.js +1 -1
- package/dist/nodes/Slack/SlackTrigger.node.js.map +1 -1
- package/dist/nodes/Todoist/v2/OperationHandler.d.ts.map +1 -1
- package/dist/nodes/Todoist/v2/OperationHandler.js +10 -2
- package/dist/nodes/Todoist/v2/OperationHandler.js.map +1 -1
- package/dist/nodes/Webhook/Webhook.node.d.ts.map +1 -1
- package/dist/nodes/Webhook/Webhook.node.js +1 -0
- package/dist/nodes/Webhook/Webhook.node.js.map +1 -1
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/credentials.json +3 -3
- package/dist/types/nodes.json +4 -4
- package/package.json +12 -12
|
@@ -18,6 +18,49 @@
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
|
+
"assignee": {
|
|
22
|
+
"type": "object",
|
|
23
|
+
"properties": {
|
|
24
|
+
"accountId": {
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
"accountType": {
|
|
28
|
+
"type": "string"
|
|
29
|
+
},
|
|
30
|
+
"active": {
|
|
31
|
+
"type": "boolean"
|
|
32
|
+
},
|
|
33
|
+
"avatarUrls": {
|
|
34
|
+
"type": "object",
|
|
35
|
+
"properties": {
|
|
36
|
+
"16x16": {
|
|
37
|
+
"type": "string"
|
|
38
|
+
},
|
|
39
|
+
"24x24": {
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
42
|
+
"32x32": {
|
|
43
|
+
"type": "string"
|
|
44
|
+
},
|
|
45
|
+
"48x48": {
|
|
46
|
+
"type": "string"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"displayName": {
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
"emailAddress": {
|
|
54
|
+
"type": "string"
|
|
55
|
+
},
|
|
56
|
+
"self": {
|
|
57
|
+
"type": "string"
|
|
58
|
+
},
|
|
59
|
+
"timeZone": {
|
|
60
|
+
"type": "string"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
21
64
|
"components": {
|
|
22
65
|
"type": "array",
|
|
23
66
|
"items": {
|
|
@@ -241,6 +284,117 @@
|
|
|
241
284
|
}
|
|
242
285
|
}
|
|
243
286
|
},
|
|
287
|
+
"outwardIssue": {
|
|
288
|
+
"type": "object",
|
|
289
|
+
"properties": {
|
|
290
|
+
"fields": {
|
|
291
|
+
"type": "object",
|
|
292
|
+
"properties": {
|
|
293
|
+
"issuetype": {
|
|
294
|
+
"type": "object",
|
|
295
|
+
"properties": {
|
|
296
|
+
"avatarId": {
|
|
297
|
+
"type": "integer"
|
|
298
|
+
},
|
|
299
|
+
"description": {
|
|
300
|
+
"type": "string"
|
|
301
|
+
},
|
|
302
|
+
"entityId": {
|
|
303
|
+
"type": "string"
|
|
304
|
+
},
|
|
305
|
+
"hierarchyLevel": {
|
|
306
|
+
"type": "integer"
|
|
307
|
+
},
|
|
308
|
+
"iconUrl": {
|
|
309
|
+
"type": "string"
|
|
310
|
+
},
|
|
311
|
+
"id": {
|
|
312
|
+
"type": "string"
|
|
313
|
+
},
|
|
314
|
+
"name": {
|
|
315
|
+
"type": "string"
|
|
316
|
+
},
|
|
317
|
+
"self": {
|
|
318
|
+
"type": "string"
|
|
319
|
+
},
|
|
320
|
+
"subtask": {
|
|
321
|
+
"type": "boolean"
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"priority": {
|
|
326
|
+
"type": "object",
|
|
327
|
+
"properties": {
|
|
328
|
+
"iconUrl": {
|
|
329
|
+
"type": "string"
|
|
330
|
+
},
|
|
331
|
+
"id": {
|
|
332
|
+
"type": "string"
|
|
333
|
+
},
|
|
334
|
+
"name": {
|
|
335
|
+
"type": "string"
|
|
336
|
+
},
|
|
337
|
+
"self": {
|
|
338
|
+
"type": "string"
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"status": {
|
|
343
|
+
"type": "object",
|
|
344
|
+
"properties": {
|
|
345
|
+
"description": {
|
|
346
|
+
"type": "string"
|
|
347
|
+
},
|
|
348
|
+
"iconUrl": {
|
|
349
|
+
"type": "string"
|
|
350
|
+
},
|
|
351
|
+
"id": {
|
|
352
|
+
"type": "string"
|
|
353
|
+
},
|
|
354
|
+
"name": {
|
|
355
|
+
"type": "string"
|
|
356
|
+
},
|
|
357
|
+
"self": {
|
|
358
|
+
"type": "string"
|
|
359
|
+
},
|
|
360
|
+
"statusCategory": {
|
|
361
|
+
"type": "object",
|
|
362
|
+
"properties": {
|
|
363
|
+
"colorName": {
|
|
364
|
+
"type": "string"
|
|
365
|
+
},
|
|
366
|
+
"id": {
|
|
367
|
+
"type": "integer"
|
|
368
|
+
},
|
|
369
|
+
"key": {
|
|
370
|
+
"type": "string"
|
|
371
|
+
},
|
|
372
|
+
"name": {
|
|
373
|
+
"type": "string"
|
|
374
|
+
},
|
|
375
|
+
"self": {
|
|
376
|
+
"type": "string"
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"summary": {
|
|
383
|
+
"type": "string"
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
"id": {
|
|
388
|
+
"type": "string"
|
|
389
|
+
},
|
|
390
|
+
"key": {
|
|
391
|
+
"type": "string"
|
|
392
|
+
},
|
|
393
|
+
"self": {
|
|
394
|
+
"type": "string"
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
},
|
|
244
398
|
"self": {
|
|
245
399
|
"type": "string"
|
|
246
400
|
},
|
|
@@ -645,5 +799,5 @@
|
|
|
645
799
|
"type": "string"
|
|
646
800
|
}
|
|
647
801
|
},
|
|
648
|
-
"version":
|
|
802
|
+
"version": 10
|
|
649
803
|
}
|
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
+
"assignee": {
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"displayName": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"id": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
},
|
|
4
15
|
"createdAt": {
|
|
5
16
|
"type": "string"
|
|
6
17
|
},
|
|
@@ -39,5 +50,5 @@
|
|
|
39
50
|
"type": "string"
|
|
40
51
|
}
|
|
41
52
|
},
|
|
42
|
-
"version":
|
|
53
|
+
"version": 2
|
|
43
54
|
}
|
|
@@ -1,20 +1,193 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
+
"_links": {
|
|
5
|
+
"type": "array",
|
|
6
|
+
"items": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"href": {
|
|
10
|
+
"type": "string"
|
|
11
|
+
},
|
|
12
|
+
"method": {
|
|
13
|
+
"type": "string"
|
|
14
|
+
},
|
|
15
|
+
"rel": {
|
|
16
|
+
"type": "string"
|
|
17
|
+
},
|
|
18
|
+
"schema": {
|
|
19
|
+
"type": "string"
|
|
20
|
+
},
|
|
21
|
+
"targetSchema": {
|
|
22
|
+
"type": "string"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"archive_url": {
|
|
28
|
+
"type": "string"
|
|
29
|
+
},
|
|
30
|
+
"content_type": {
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
"create_time": {
|
|
34
|
+
"type": "string"
|
|
35
|
+
},
|
|
36
|
+
"delivery_status": {
|
|
37
|
+
"type": "object",
|
|
38
|
+
"properties": {
|
|
39
|
+
"can_cancel": {
|
|
40
|
+
"type": "boolean"
|
|
41
|
+
},
|
|
42
|
+
"emails_canceled": {
|
|
43
|
+
"type": "integer"
|
|
44
|
+
},
|
|
45
|
+
"emails_sent": {
|
|
46
|
+
"type": "integer"
|
|
47
|
+
},
|
|
48
|
+
"enabled": {
|
|
49
|
+
"type": "boolean"
|
|
50
|
+
},
|
|
51
|
+
"status": {
|
|
52
|
+
"type": "string"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"emails_sent": {
|
|
57
|
+
"type": "integer"
|
|
58
|
+
},
|
|
4
59
|
"id": {
|
|
5
60
|
"type": "string"
|
|
6
61
|
},
|
|
62
|
+
"long_archive_url": {
|
|
63
|
+
"type": "string"
|
|
64
|
+
},
|
|
65
|
+
"needs_block_refresh": {
|
|
66
|
+
"type": "boolean"
|
|
67
|
+
},
|
|
68
|
+
"recipients": {
|
|
69
|
+
"type": "object",
|
|
70
|
+
"properties": {
|
|
71
|
+
"list_id": {
|
|
72
|
+
"type": "string"
|
|
73
|
+
},
|
|
74
|
+
"list_is_active": {
|
|
75
|
+
"type": "boolean"
|
|
76
|
+
},
|
|
77
|
+
"list_name": {
|
|
78
|
+
"type": "string"
|
|
79
|
+
},
|
|
80
|
+
"recipient_count": {
|
|
81
|
+
"type": "integer"
|
|
82
|
+
},
|
|
83
|
+
"segment_opts": {
|
|
84
|
+
"type": "object",
|
|
85
|
+
"properties": {
|
|
86
|
+
"conditions": {
|
|
87
|
+
"type": "array",
|
|
88
|
+
"items": {
|
|
89
|
+
"type": "object",
|
|
90
|
+
"properties": {
|
|
91
|
+
"condition_type": {
|
|
92
|
+
"type": "string"
|
|
93
|
+
},
|
|
94
|
+
"field": {
|
|
95
|
+
"type": "string"
|
|
96
|
+
},
|
|
97
|
+
"op": {
|
|
98
|
+
"type": "string"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"match": {
|
|
104
|
+
"type": "string"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"segment_text": {
|
|
109
|
+
"type": "string"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"report_summary": {
|
|
114
|
+
"type": "object",
|
|
115
|
+
"properties": {
|
|
116
|
+
"clicks": {
|
|
117
|
+
"type": "integer"
|
|
118
|
+
},
|
|
119
|
+
"ecommerce": {
|
|
120
|
+
"type": "object",
|
|
121
|
+
"properties": {
|
|
122
|
+
"total_orders": {
|
|
123
|
+
"type": "integer"
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"opens": {
|
|
128
|
+
"type": "integer"
|
|
129
|
+
},
|
|
130
|
+
"subscriber_clicks": {
|
|
131
|
+
"type": "integer"
|
|
132
|
+
},
|
|
133
|
+
"unique_opens": {
|
|
134
|
+
"type": "integer"
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"resendable": {
|
|
139
|
+
"type": "boolean"
|
|
140
|
+
},
|
|
141
|
+
"send_time": {
|
|
142
|
+
"type": "string"
|
|
143
|
+
},
|
|
7
144
|
"settings": {
|
|
8
145
|
"type": "object",
|
|
9
146
|
"properties": {
|
|
147
|
+
"authenticate": {
|
|
148
|
+
"type": "boolean"
|
|
149
|
+
},
|
|
150
|
+
"auto_footer": {
|
|
151
|
+
"type": "boolean"
|
|
152
|
+
},
|
|
153
|
+
"auto_tweet": {
|
|
154
|
+
"type": "boolean"
|
|
155
|
+
},
|
|
156
|
+
"drag_and_drop": {
|
|
157
|
+
"type": "boolean"
|
|
158
|
+
},
|
|
159
|
+
"fb_comments": {
|
|
160
|
+
"type": "boolean"
|
|
161
|
+
},
|
|
162
|
+
"folder_id": {
|
|
163
|
+
"type": "string"
|
|
164
|
+
},
|
|
10
165
|
"from_name": {
|
|
11
166
|
"type": "string"
|
|
12
167
|
},
|
|
168
|
+
"inline_css": {
|
|
169
|
+
"type": "boolean"
|
|
170
|
+
},
|
|
13
171
|
"reply_to": {
|
|
14
172
|
"type": "string"
|
|
15
173
|
},
|
|
174
|
+
"subject_line": {
|
|
175
|
+
"type": "string"
|
|
176
|
+
},
|
|
177
|
+
"template_id": {
|
|
178
|
+
"type": "integer"
|
|
179
|
+
},
|
|
180
|
+
"timewarp": {
|
|
181
|
+
"type": "boolean"
|
|
182
|
+
},
|
|
16
183
|
"title": {
|
|
17
184
|
"type": "string"
|
|
185
|
+
},
|
|
186
|
+
"to_name": {
|
|
187
|
+
"type": "string"
|
|
188
|
+
},
|
|
189
|
+
"use_conversation": {
|
|
190
|
+
"type": "boolean"
|
|
18
191
|
}
|
|
19
192
|
}
|
|
20
193
|
},
|
|
@@ -46,7 +219,13 @@
|
|
|
46
219
|
"type": "boolean"
|
|
47
220
|
}
|
|
48
221
|
}
|
|
222
|
+
},
|
|
223
|
+
"type": {
|
|
224
|
+
"type": "string"
|
|
225
|
+
},
|
|
226
|
+
"web_id": {
|
|
227
|
+
"type": "integer"
|
|
49
228
|
}
|
|
50
229
|
},
|
|
51
|
-
"version":
|
|
230
|
+
"version": 2
|
|
52
231
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
+
"answer": {
|
|
5
|
+
"type": "string"
|
|
6
|
+
},
|
|
4
7
|
"createdDate": {
|
|
5
8
|
"type": "string"
|
|
6
9
|
},
|
|
@@ -19,15 +22,56 @@
|
|
|
19
22
|
"lastModifiedDate": {
|
|
20
23
|
"type": "string"
|
|
21
24
|
},
|
|
25
|
+
"metadados": {
|
|
26
|
+
"type": "object",
|
|
27
|
+
"properties": {
|
|
28
|
+
"Email": {
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
31
|
+
"EnvioEmail": {
|
|
32
|
+
"type": "string"
|
|
33
|
+
},
|
|
34
|
+
"FollowUp": {
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
"IdLead": {
|
|
38
|
+
"type": "string"
|
|
39
|
+
},
|
|
40
|
+
"MensagemTimestamp": {
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
"Nome": {
|
|
44
|
+
"type": "string"
|
|
45
|
+
},
|
|
46
|
+
"RespostaAgenteTimestamp": {
|
|
47
|
+
"type": "string"
|
|
48
|
+
},
|
|
49
|
+
"sessionId": {
|
|
50
|
+
"type": "string"
|
|
51
|
+
},
|
|
52
|
+
"Status": {
|
|
53
|
+
"type": "string"
|
|
54
|
+
},
|
|
55
|
+
"Telefone": {
|
|
56
|
+
"type": "string"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
22
60
|
"partitionKey": {
|
|
23
61
|
"type": "string"
|
|
24
62
|
},
|
|
63
|
+
"query": {
|
|
64
|
+
"type": "string"
|
|
65
|
+
},
|
|
25
66
|
"resourceId": {
|
|
26
67
|
"type": "string"
|
|
27
68
|
},
|
|
28
69
|
"selfLink": {
|
|
29
70
|
"type": "string"
|
|
30
71
|
},
|
|
72
|
+
"timestamp": {
|
|
73
|
+
"type": "string"
|
|
74
|
+
},
|
|
31
75
|
"timeStamp": {
|
|
32
76
|
"type": "integer"
|
|
33
77
|
},
|
|
@@ -35,5 +79,5 @@
|
|
|
35
79
|
"type": "integer"
|
|
36
80
|
}
|
|
37
81
|
},
|
|
38
|
-
"version":
|
|
82
|
+
"version": 3
|
|
39
83
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "object",
|
|
3
|
+
"properties": {
|
|
4
|
+
"@odata.context": {
|
|
5
|
+
"type": "string"
|
|
6
|
+
},
|
|
7
|
+
"createdDateTime": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"displayName": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"id": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"mailEnabled": {
|
|
17
|
+
"type": "boolean"
|
|
18
|
+
},
|
|
19
|
+
"mailNickname": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"securityEnabled": {
|
|
23
|
+
"type": "boolean"
|
|
24
|
+
},
|
|
25
|
+
"securityIdentifier": {
|
|
26
|
+
"type": "string"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"version": 1
|
|
30
|
+
}
|
|
@@ -1,12 +1,77 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
+
"createdBy": {
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"user": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"displayName": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"email": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"id": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
},
|
|
4
23
|
"createdDateTime": {
|
|
5
24
|
"type": "string"
|
|
6
25
|
},
|
|
26
|
+
"file": {
|
|
27
|
+
"type": "object",
|
|
28
|
+
"properties": {
|
|
29
|
+
"hashes": {
|
|
30
|
+
"type": "object",
|
|
31
|
+
"properties": {
|
|
32
|
+
"quickXorHash": {
|
|
33
|
+
"type": "string"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"mimeType": {
|
|
38
|
+
"type": "string"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"fileSystemInfo": {
|
|
43
|
+
"type": "object",
|
|
44
|
+
"properties": {
|
|
45
|
+
"createdDateTime": {
|
|
46
|
+
"type": "string"
|
|
47
|
+
},
|
|
48
|
+
"lastModifiedDateTime": {
|
|
49
|
+
"type": "string"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
},
|
|
7
53
|
"id": {
|
|
8
54
|
"type": "string"
|
|
9
55
|
},
|
|
56
|
+
"lastModifiedBy": {
|
|
57
|
+
"type": "object",
|
|
58
|
+
"properties": {
|
|
59
|
+
"user": {
|
|
60
|
+
"type": "object",
|
|
61
|
+
"properties": {
|
|
62
|
+
"displayName": {
|
|
63
|
+
"type": "string"
|
|
64
|
+
},
|
|
65
|
+
"email": {
|
|
66
|
+
"type": "string"
|
|
67
|
+
},
|
|
68
|
+
"id": {
|
|
69
|
+
"type": "string"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
},
|
|
10
75
|
"lastModifiedDateTime": {
|
|
11
76
|
"type": "string"
|
|
12
77
|
},
|
|
@@ -16,6 +81,29 @@
|
|
|
16
81
|
"name": {
|
|
17
82
|
"type": "string"
|
|
18
83
|
},
|
|
84
|
+
"parentReference": {
|
|
85
|
+
"type": "object",
|
|
86
|
+
"properties": {
|
|
87
|
+
"driveId": {
|
|
88
|
+
"type": "string"
|
|
89
|
+
},
|
|
90
|
+
"driveType": {
|
|
91
|
+
"type": "string"
|
|
92
|
+
},
|
|
93
|
+
"id": {
|
|
94
|
+
"type": "string"
|
|
95
|
+
},
|
|
96
|
+
"name": {
|
|
97
|
+
"type": "string"
|
|
98
|
+
},
|
|
99
|
+
"path": {
|
|
100
|
+
"type": "string"
|
|
101
|
+
},
|
|
102
|
+
"siteId": {
|
|
103
|
+
"type": "string"
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
},
|
|
19
107
|
"path": {
|
|
20
108
|
"type": "string"
|
|
21
109
|
},
|
|
@@ -26,5 +114,5 @@
|
|
|
26
114
|
"type": "string"
|
|
27
115
|
}
|
|
28
116
|
},
|
|
29
|
-
"version":
|
|
117
|
+
"version": 2
|
|
30
118
|
}
|