n8n-nodes-base 1.105.2 → 1.107.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/nodes/Affinity/__schema__/v1.0.0/organization/get.json +1 -4
- package/dist/nodes/Affinity/__schema__/v1.0.0/person/getAll.json +24 -0
- package/dist/nodes/Airtable/test/v2/node/helpers.d.ts.map +1 -1
- package/dist/nodes/Airtable/test/v2/node/helpers.js +8 -8
- package/dist/nodes/Airtable/test/v2/node/helpers.js.map +1 -1
- package/dist/nodes/Airtable/v2/actions/record/create.operation.d.ts.map +1 -1
- package/dist/nodes/Airtable/v2/actions/record/create.operation.js +6 -5
- package/dist/nodes/Airtable/v2/actions/record/create.operation.js.map +1 -1
- package/dist/nodes/Airtop/__schema__/v1.0.0/extraction/getPaginated.json +7 -1
- package/dist/nodes/Airtop/__schema__/v1.0.0/extraction/scrape.json +7 -1
- package/dist/nodes/Airtop/__schema__/v1.0.0/interaction/click.json +42 -0
- package/dist/nodes/Airtop/__schema__/v1.0.0/session/create.json +60 -1
- package/dist/nodes/Airtop/__schema__/v1.0.0/session/terminate.json +9 -0
- package/dist/nodes/Airtop/__schema__/v1.0.0/window/create.json +1 -4
- package/dist/nodes/Aws/DynamoDB/__schema__/v1.0.0/item/getAll.json +9 -0
- package/dist/nodes/BambooHr/__schema__/v1.0.0/companyReport/get.json +1 -7
- package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/getAll.json +10 -1
- package/dist/nodes/Bitly/__schema__/v1.0.0/link/create.json +7 -1
- package/dist/nodes/Box/__schema__/v1.0.0/file/download.json +7 -1
- package/dist/nodes/ClickUp/__schema__/v1.0.0/folder/create.json +74 -1
- package/dist/nodes/ClickUp/__schema__/v1.0.0/list/customFields.json +26 -1
- package/dist/nodes/Coda/__schema__/v1.1.0/table/getAllRows.json +4 -1
- package/dist/nodes/Code/Code.node.d.ts.map +1 -1
- package/dist/nodes/Code/Code.node.js +46 -26
- package/dist/nodes/Code/Code.node.js.map +1 -1
- package/dist/nodes/Code/JsTaskRunnerSandbox.d.ts +0 -1
- package/dist/nodes/Code/JsTaskRunnerSandbox.d.ts.map +1 -1
- package/dist/nodes/Code/JsTaskRunnerSandbox.js +3 -15
- package/dist/nodes/Code/JsTaskRunnerSandbox.js.map +1 -1
- package/dist/nodes/Code/PythonTaskRunnerSandbox.d.ts +17 -0
- package/dist/nodes/Code/PythonTaskRunnerSandbox.d.ts.map +1 -0
- package/dist/nodes/Code/PythonTaskRunnerSandbox.js +39 -0
- package/dist/nodes/Code/PythonTaskRunnerSandbox.js.map +1 -0
- package/dist/nodes/Code/descriptions/PythonCodeDescription.d.ts.map +1 -1
- package/dist/nodes/Code/descriptions/PythonCodeDescription.js +15 -3
- package/dist/nodes/Code/descriptions/PythonCodeDescription.js.map +1 -1
- package/dist/nodes/Code/native-python-without-runner.error.d.ts +5 -0
- package/dist/nodes/Code/native-python-without-runner.error.d.ts.map +1 -0
- package/dist/nodes/Code/native-python-without-runner.error.js +11 -0
- package/dist/nodes/Code/native-python-without-runner.error.js.map +1 -0
- package/dist/nodes/Code/throw-execution-error.d.ts +2 -0
- package/dist/nodes/Code/throw-execution-error.d.ts.map +1 -0
- package/dist/nodes/Code/throw-execution-error.js +17 -0
- package/dist/nodes/Code/throw-execution-error.js.map +1 -0
- package/dist/nodes/CoinGecko/__schema__/v1.0.0/coin/candlestick.json +9 -0
- package/dist/nodes/Contentful/__schema__/v1.0.0/contentType/get.json +27 -0
- package/dist/nodes/Dropbox/__schema__/v1.0.0/file/download.json +1 -19
- package/dist/nodes/Dropcontact/__schema__/v1.0.0/contact/enrich.json +1 -19
- package/dist/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/document/getAll.json +4 -1
- package/dist/nodes/EmailSend/__schema__/v2.1.0/email/send.json +1 -7
- package/dist/nodes/Files/ExtractFromFile/actions/moveTo.operation.js +1 -1
- package/dist/nodes/Files/ExtractFromFile/actions/moveTo.operation.js.map +1 -1
- package/dist/nodes/Files/ReadWriteFile/helpers/utils.d.ts.map +1 -1
- package/dist/nodes/Files/ReadWriteFile/helpers/utils.js +18 -16
- package/dist/nodes/Files/ReadWriteFile/helpers/utils.js.map +1 -1
- package/dist/nodes/Form/Form.node.d.ts.map +1 -1
- package/dist/nodes/Form/Form.node.js +3 -1
- package/dist/nodes/Form/Form.node.js.map +1 -1
- package/dist/nodes/Form/FormTrigger.node.d.ts.map +1 -1
- package/dist/nodes/Form/FormTrigger.node.js +2 -1
- package/dist/nodes/Form/FormTrigger.node.js.map +1 -1
- package/dist/nodes/Form/common.descriptions.d.ts.map +1 -1
- package/dist/nodes/Form/common.descriptions.js +171 -14
- package/dist/nodes/Form/common.descriptions.js.map +1 -1
- package/dist/nodes/Form/interfaces.d.ts +21 -11
- package/dist/nodes/Form/interfaces.d.ts.map +1 -1
- package/dist/nodes/Form/interfaces.js.map +1 -1
- package/dist/nodes/Form/utils/utils.d.ts +4 -0
- package/dist/nodes/Form/utils/utils.d.ts.map +1 -1
- package/dist/nodes/Form/utils/utils.js +16 -2
- package/dist/nodes/Form/utils/utils.js.map +1 -1
- package/dist/nodes/Form/v2/FormTriggerV2.node.d.ts.map +1 -1
- package/dist/nodes/Form/v2/FormTriggerV2.node.js +3 -1
- package/dist/nodes/Form/v2/FormTriggerV2.node.js.map +1 -1
- package/dist/nodes/FreshworksCrm/__schema__/v1.0.0/search/query.json +35 -0
- package/dist/nodes/Github/__schema__/v1.1.0/file/get.json +1 -42
- package/dist/nodes/Gitlab/__schema__/v1.0.0/file/get.json +4 -1
- package/dist/nodes/Google/Analytics/__schema__/v2.0.0/report/get.json +71 -2
- package/dist/nodes/Google/Calendar/__schema__/v1.3.0/event/create.json +4 -1
- package/dist/nodes/Google/Calendar/__schema__/v1.3.0/event/getAll.json +1 -4
- package/dist/nodes/Google/Chat/__schema__/v1.0.0/message/create.json +30 -1
- package/dist/nodes/Google/Chat/__schema__/v1.0.0/message/get.json +1 -63
- package/dist/nodes/Google/CloudStorage/__schema__/v1.0.0/object/getAll.json +7 -1
- package/dist/nodes/Google/Contacts/__schema__/v1.0.0/contact/getAll.json +21 -1
- package/dist/nodes/Google/Drive/__schema__/v3.0.0/file/upload.json +34 -1
- package/dist/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/create.json +1 -4
- package/dist/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/getAll.json +1 -4
- package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/get.json +1 -65
- package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/getAll.json +1 -22
- package/dist/nodes/Google/Gmail/__schema__/v2.1.0/message/getAll.json +27 -123
- package/dist/nodes/Google/Task/__schema__/v1.0.0/task/getAll.json +4 -4
- package/dist/nodes/Grist/GenericFunctions.d.ts +1 -0
- package/dist/nodes/Grist/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Grist/GenericFunctions.js +5 -1
- package/dist/nodes/Grist/GenericFunctions.js.map +1 -1
- package/dist/nodes/HighLevel/__schema__/v2.0.0/calendar/bookAppointment.json +36 -0
- package/dist/nodes/HomeAssistant/__schema__/v1.0.0/state/get.json +1 -7
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.d.ts.map +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +190 -179
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/Hubspot/__schema__/v2.1.0/company/getAll.json +4 -1
- package/dist/nodes/Hubspot/__schema__/v2.1.0/deal/getAll.json +1 -257
- package/dist/nodes/Hubspot/__schema__/v2.1.0/deal/search.json +10 -1
- package/dist/nodes/Hubspot/__schema__/v2.1.0/ticket/get.json +67 -1
- package/dist/nodes/Hubspot/__schema__/v2.1.0/ticket/getAll.json +61 -1
- package/dist/nodes/Jenkins/__schema__/v1.0.0/job/trigger.json +9 -0
- package/dist/nodes/Jenkins/__schema__/v1.0.0/job/triggerParams.json +9 -0
- package/dist/nodes/JinaAI/__schema__/v1.0.0/reader/read.json +9 -1
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/get.json +121 -1
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/getAll.json +310 -1
- package/dist/nodes/Lemlist/__schema__/v2.0.0/campaign/getStats.json +39 -0
- package/dist/nodes/Lemlist/__schema__/v2.0.0/enrich/get.json +3 -18
- package/dist/nodes/Lemlist/__schema__/v2.0.0/lead/get.json +1 -4
- package/dist/nodes/Mailchimp/__schema__/v1.0.0/member/create.json +15 -1
- package/dist/nodes/Mailchimp/__schema__/v1.0.0/member/get.json +7 -4
- package/dist/nodes/Marketstack/__schema__/v1.0.0/endOfDayData/getAll.json +1 -4
- package/dist/nodes/Matrix/__schema__/v1.0.0/message/getAll.json +4 -1
- package/dist/nodes/Metabase/__schema__/v1.0.0/databases/getAll.json +21 -0
- package/dist/nodes/Metabase/__schema__/v1.0.0/databases/getFields.json +9 -13
- package/dist/nodes/Metabase/__schema__/v1.0.0/questions/get.json +85 -12
- package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/getAll.json +12 -0
- package/dist/nodes/Microsoft/Entra/__schema__/v1.0.0/group/getAll.json +27 -0
- package/dist/nodes/Microsoft/Entra/__schema__/v1.0.0/user/create.json +13 -18
- package/dist/nodes/Microsoft/Entra/__schema__/v1.0.0/user/getAll.json +1 -4
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/download.json +10 -23
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/create.json +15 -7
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/get.json +39 -4
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/getAll.json +1 -4
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/get.json +1 -25
- package/dist/nodes/Microsoft/SharePoint/__schema__/v1.0.0/item/get.json +71 -0
- package/dist/nodes/Microsoft/SharePoint/__schema__/v1.0.0/item/getAll.json +1 -70
- package/dist/nodes/Microsoft/SharePoint/__schema__/v1.0.0/list/get.json +27 -0
- package/dist/nodes/Microsoft/SharePoint/__schema__/v1.0.0/list/getAll.json +27 -0
- package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.js +1 -1
- package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.js.map +1 -1
- package/dist/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/getAll.json +18 -1
- package/dist/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/get.json +1 -4
- package/dist/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/getAll.json +1 -4
- package/dist/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/create.json +10 -1
- package/dist/nodes/Nasa/__schema__/v1.0.0/donkiSolarFlare/get.json +1 -7
- package/dist/nodes/NextCloud/__schema__/v1.0.0/file/download.json +2 -32
- package/dist/nodes/Odoo/__schema__/v1.0.0/contact/get.json +1 -4
- package/dist/nodes/Odoo/__schema__/v1.0.0/opportunity/getAll.json +4 -1
- package/dist/nodes/Okta/__schema__/v1.0.0/user/getAll.json +1 -37
- package/dist/nodes/Perplexity/__schema__/v1.0.0/chat/complete.json +12 -1
- package/dist/nodes/Phantombuster/__schema__/v1.0.0/agent/getOutput.json +1 -10
- package/dist/nodes/Reddit/__schema__/v1.0.0/post/getAll.json +78 -4
- package/dist/nodes/RespondToWebhook/RespondToWebhook.node.d.ts.map +1 -1
- package/dist/nodes/RespondToWebhook/RespondToWebhook.node.js +1 -15
- package/dist/nodes/RespondToWebhook/RespondToWebhook.node.js.map +1 -1
- package/dist/nodes/RespondToWebhook/utils/binary.d.ts +1 -1
- package/dist/nodes/RespondToWebhook/utils/binary.d.ts.map +1 -1
- package/dist/nodes/RespondToWebhook/utils/binary.js +2 -17
- package/dist/nodes/RespondToWebhook/utils/binary.js.map +1 -1
- package/dist/nodes/S3/__schema__/v1.0.0/file/download.json +10 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/case/getAll.json +4 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/customObject/create.json +15 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/customObject/getAll.json +4 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/customObject/upsert.json +4 -4
- package/dist/nodes/Salesforce/__schema__/v1.0.0/opportunity/getAll.json +5 -2
- package/dist/nodes/Salesforce/__schema__/v1.0.0/task/getAll.json +10 -4
- package/dist/nodes/Salesforce/__schema__/v1.0.0/user/getAll.json +1 -4
- package/dist/nodes/SeaTable/__schema__/v2.0.0/row/create.json +24 -0
- package/dist/nodes/Shopify/__schema__/v1.0.0/order/getAll.json +4 -45
- package/dist/nodes/Shopify/__schema__/v1.0.0/product/get.json +1 -4
- package/dist/nodes/Slack/V2/MessageDescription.js +1 -1
- package/dist/nodes/Slack/V2/MessageDescription.js.map +1 -1
- package/dist/nodes/Slack/__schema__/v2.3.0/channel/history.json +3 -3
- package/dist/nodes/Slack/__schema__/v2.3.0/channel/join.json +2 -174
- package/dist/nodes/Slack/__schema__/v2.3.0/channel/replies.json +44 -4
- package/dist/nodes/Stripe/__schema__/v1.0.0/balance/get.json +34 -1
- package/dist/nodes/Telegram/__schema__/v1.2.0/chat/get.json +1 -4
- package/dist/nodes/Telegram/__schema__/v1.2.0/chat/member.json +4 -4
- package/dist/nodes/Telegram/__schema__/v1.2.0/message/editMessageText.json +4 -1
- package/dist/nodes/Telegram/__schema__/v1.2.0/message/sendMessage.json +1 -12
- package/dist/nodes/Todoist/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Todoist/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Todoist/GenericFunctions.js +2 -2
- package/dist/nodes/Todoist/GenericFunctions.js.map +1 -1
- package/dist/nodes/Todoist/v2/OperationHandler.d.ts +134 -15
- package/dist/nodes/Todoist/v2/OperationHandler.d.ts.map +1 -1
- package/dist/nodes/Todoist/v2/OperationHandler.js +555 -52
- package/dist/nodes/Todoist/v2/OperationHandler.js.map +1 -1
- package/dist/nodes/Todoist/v2/Service.d.ts +36 -3
- package/dist/nodes/Todoist/v2/Service.d.ts.map +1 -1
- package/dist/nodes/Todoist/v2/Service.js +105 -2
- package/dist/nodes/Todoist/v2/Service.js.map +1 -1
- package/dist/nodes/Todoist/v2/TodoistV2.node.d.ts.map +1 -1
- package/dist/nodes/Todoist/v2/TodoistV2.node.js +1240 -31
- package/dist/nodes/Todoist/v2/TodoistV2.node.js.map +1 -1
- package/dist/nodes/Trello/__schema__/v1.0.0/attachment/get.json +4 -1
- package/dist/nodes/Trello/__schema__/v1.0.0/label/getAll.json +18 -0
- package/dist/nodes/Trello/__schema__/v1.0.0/list/getAll.json +1 -4
- package/dist/nodes/Trello/__schema__/v1.0.0/list/getCards.json +11 -2
- package/dist/nodes/Twilio/__schema__/v1.0.0/sms/send.json +7 -1
- package/dist/nodes/Wait/Wait.node.d.ts.map +1 -1
- package/dist/nodes/Wait/Wait.node.js +9 -1
- package/dist/nodes/Wait/Wait.node.js.map +1 -1
- package/dist/nodes/Wait/validation.d.ts +4 -0
- package/dist/nodes/Wait/validation.d.ts.map +1 -0
- package/dist/nodes/Wait/validation.js +11 -0
- package/dist/nodes/Wait/validation.js.map +1 -0
- package/dist/nodes/Wise/__schema__/v1.0.0/exchangeRate/get.json +4 -1
- package/dist/nodes/Wordpress/__schema__/v1.0.0/post/getAll.json +15 -1
- package/dist/nodes/Xero/__schema__/v1.0.0/contact/getAll.json +1 -4
- package/dist/nodes/Zoho/__schema__/v1.0.0/contact/getAll.json +15 -14
- package/dist/nodes/Zoho/__schema__/v1.0.0/lead/getAll.json +10 -32
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/credentials.json +1 -1
- package/dist/types/nodes.json +18 -18
- package/package.json +7 -7
|
@@ -1,151 +1,55 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
-
"
|
|
4
|
+
"From": {
|
|
5
5
|
"type": "string"
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"type": "
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
}
|
|
7
|
+
"historyId": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"id": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"internalDate": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"labels": {
|
|
17
|
+
"type": "array",
|
|
18
|
+
"items": {
|
|
19
|
+
"type": "object",
|
|
20
|
+
"properties": {
|
|
21
|
+
"id": {
|
|
22
|
+
"type": "string"
|
|
23
|
+
},
|
|
24
|
+
"name": {
|
|
25
|
+
"type": "string"
|
|
28
26
|
}
|
|
29
27
|
}
|
|
30
28
|
}
|
|
31
29
|
},
|
|
32
|
-
"
|
|
30
|
+
"payload": {
|
|
33
31
|
"type": "object",
|
|
34
32
|
"properties": {
|
|
35
|
-
"
|
|
36
|
-
"type": "string"
|
|
37
|
-
},
|
|
38
|
-
"arc-message-signature": {
|
|
39
|
-
"type": "string"
|
|
40
|
-
},
|
|
41
|
-
"arc-seal": {
|
|
42
|
-
"type": "string"
|
|
43
|
-
},
|
|
44
|
-
"authentication-results": {
|
|
45
|
-
"type": "string"
|
|
46
|
-
},
|
|
47
|
-
"content-type": {
|
|
48
|
-
"type": "string"
|
|
49
|
-
},
|
|
50
|
-
"date": {
|
|
51
|
-
"type": "string"
|
|
52
|
-
},
|
|
53
|
-
"delivered-to": {
|
|
54
|
-
"type": "string"
|
|
55
|
-
},
|
|
56
|
-
"dkim-signature": {
|
|
57
|
-
"type": "string"
|
|
58
|
-
},
|
|
59
|
-
"feedback-id": {
|
|
60
|
-
"type": "string"
|
|
61
|
-
},
|
|
62
|
-
"from": {
|
|
63
|
-
"type": "string"
|
|
64
|
-
},
|
|
65
|
-
"message-id": {
|
|
66
|
-
"type": "string"
|
|
67
|
-
},
|
|
68
|
-
"mime-version": {
|
|
69
|
-
"type": "string"
|
|
70
|
-
},
|
|
71
|
-
"received": {
|
|
72
|
-
"type": "string"
|
|
73
|
-
},
|
|
74
|
-
"received-spf": {
|
|
75
|
-
"type": "string"
|
|
76
|
-
},
|
|
77
|
-
"reply-to": {
|
|
78
|
-
"type": "string"
|
|
79
|
-
},
|
|
80
|
-
"return-path": {
|
|
81
|
-
"type": "string"
|
|
82
|
-
},
|
|
83
|
-
"subject": {
|
|
84
|
-
"type": "string"
|
|
85
|
-
},
|
|
86
|
-
"to": {
|
|
87
|
-
"type": "string"
|
|
88
|
-
},
|
|
89
|
-
"x-google-smtp-source": {
|
|
90
|
-
"type": "string"
|
|
91
|
-
},
|
|
92
|
-
"x-received": {
|
|
33
|
+
"mimeType": {
|
|
93
34
|
"type": "string"
|
|
94
35
|
}
|
|
95
36
|
}
|
|
96
37
|
},
|
|
97
|
-
"id": {
|
|
98
|
-
"type": "string"
|
|
99
|
-
},
|
|
100
|
-
"labelIds": {
|
|
101
|
-
"type": "array",
|
|
102
|
-
"items": {
|
|
103
|
-
"type": "string"
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
"messageId": {
|
|
107
|
-
"type": "string"
|
|
108
|
-
},
|
|
109
38
|
"sizeEstimate": {
|
|
110
39
|
"type": "integer"
|
|
111
40
|
},
|
|
112
|
-
"
|
|
113
|
-
"type": "string"
|
|
114
|
-
},
|
|
115
|
-
"text": {
|
|
41
|
+
"snippet": {
|
|
116
42
|
"type": "string"
|
|
117
43
|
},
|
|
118
|
-
"
|
|
44
|
+
"Subject": {
|
|
119
45
|
"type": "string"
|
|
120
46
|
},
|
|
121
47
|
"threadId": {
|
|
122
48
|
"type": "string"
|
|
123
49
|
},
|
|
124
|
-
"
|
|
125
|
-
"type": "
|
|
126
|
-
"properties": {
|
|
127
|
-
"html": {
|
|
128
|
-
"type": "string"
|
|
129
|
-
},
|
|
130
|
-
"text": {
|
|
131
|
-
"type": "string"
|
|
132
|
-
},
|
|
133
|
-
"value": {
|
|
134
|
-
"type": "array",
|
|
135
|
-
"items": {
|
|
136
|
-
"type": "object",
|
|
137
|
-
"properties": {
|
|
138
|
-
"address": {
|
|
139
|
-
"type": "string"
|
|
140
|
-
},
|
|
141
|
-
"name": {
|
|
142
|
-
"type": "string"
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
}
|
|
50
|
+
"To": {
|
|
51
|
+
"type": "string"
|
|
148
52
|
}
|
|
149
53
|
},
|
|
150
|
-
"version":
|
|
54
|
+
"version": 5
|
|
151
55
|
}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
-
"due": {
|
|
5
|
-
"type": "string"
|
|
6
|
-
},
|
|
7
4
|
"etag": {
|
|
8
5
|
"type": "string"
|
|
9
6
|
},
|
|
@@ -30,6 +27,9 @@
|
|
|
30
27
|
}
|
|
31
28
|
}
|
|
32
29
|
},
|
|
30
|
+
"notes": {
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
33
|
"position": {
|
|
34
34
|
"type": "string"
|
|
35
35
|
},
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"type": "string"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
-
"version":
|
|
52
|
+
"version": 4
|
|
53
53
|
}
|
|
@@ -2,6 +2,7 @@ import type { IDataObject, IExecuteFunctions, IHttpRequestMethods, ILoadOptionsF
|
|
|
2
2
|
import type { GristDefinedFields, GristFilterProperties, GristSortProperties } from './types';
|
|
3
3
|
export declare function gristApiRequest(this: IExecuteFunctions | ILoadOptionsFunctions, method: IHttpRequestMethods, endpoint: string, body?: IDataObject | number[], qs?: IDataObject): Promise<any>;
|
|
4
4
|
export declare function parseSortProperties(sortProperties: GristSortProperties): string;
|
|
5
|
+
export declare function isSafeInteger(val: number): boolean;
|
|
5
6
|
export declare function parseFilterProperties(filterProperties: GristFilterProperties): {
|
|
6
7
|
[key: string]: (string | number)[];
|
|
7
8
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenericFunctions.d.ts","sourceRoot":"","sources":["../../../nodes/Grist/GenericFunctions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,WAAW,EACX,iBAAiB,EACjB,mBAAmB,EACnB,qBAAqB,EAGrB,MAAM,cAAc,CAAC;AAGtB,OAAO,KAAK,EAEX,kBAAkB,EAClB,qBAAqB,EACrB,mBAAmB,EACnB,MAAM,SAAS,CAAC;AAEjB,wBAAsB,eAAe,CACpC,IAAI,EAAE,iBAAiB,GAAG,qBAAqB,EAC/C,MAAM,EAAE,mBAAmB,EAC3B,QAAQ,EAAE,MAAM,EAChB,IAAI,GAAE,WAAW,GAAG,MAAM,EAAO,EACjC,EAAE,GAAE,WAAgB,gBAoCpB;AAED,wBAAgB,mBAAmB,CAAC,cAAc,EAAE,mBAAmB,UAOtE;AAED,wBAAgB,qBAAqB,CAAC,gBAAgB,EAAE,qBAAqB;;EAO5E;AAED,wBAAgB,kBAAkB,CAAC,sBAAsB,EAAE,kBAAkB;;EAK5E;AAED,wBAAgB,qBAAqB,CAAC,YAAY,EAAE,MAAM,EAAE,EAAE,cAAc,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,GAAG;;EAMhG;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,iBAAiB,EAAE,MAAM,EAAE,kBAAkB,QAO3F"}
|
|
1
|
+
{"version":3,"file":"GenericFunctions.d.ts","sourceRoot":"","sources":["../../../nodes/Grist/GenericFunctions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,WAAW,EACX,iBAAiB,EACjB,mBAAmB,EACnB,qBAAqB,EAGrB,MAAM,cAAc,CAAC;AAGtB,OAAO,KAAK,EAEX,kBAAkB,EAClB,qBAAqB,EACrB,mBAAmB,EACnB,MAAM,SAAS,CAAC;AAEjB,wBAAsB,eAAe,CACpC,IAAI,EAAE,iBAAiB,GAAG,qBAAqB,EAC/C,MAAM,EAAE,mBAAmB,EAC3B,QAAQ,EAAE,MAAM,EAChB,IAAI,GAAE,WAAW,GAAG,MAAM,EAAO,EACjC,EAAE,GAAE,WAAgB,gBAoCpB;AAED,wBAAgB,mBAAmB,CAAC,cAAc,EAAE,mBAAmB,UAOtE;AAED,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,WAExC;AAED,wBAAgB,qBAAqB,CAAC,gBAAgB,EAAE,qBAAqB;;EAO5E;AAED,wBAAgB,kBAAkB,CAAC,sBAAsB,EAAE,kBAAkB;;EAK5E;AAED,wBAAgB,qBAAqB,CAAC,YAAY,EAAE,MAAM,EAAE,EAAE,cAAc,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,GAAG;;EAMhG;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,iBAAiB,EAAE,MAAM,EAAE,kBAAkB,QAO3F"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.gristApiRequest = gristApiRequest;
|
|
4
4
|
exports.parseSortProperties = parseSortProperties;
|
|
5
|
+
exports.isSafeInteger = isSafeInteger;
|
|
5
6
|
exports.parseFilterProperties = parseFilterProperties;
|
|
6
7
|
exports.parseDefinedFields = parseDefinedFields;
|
|
7
8
|
exports.parseAutoMappedInputs = parseAutoMappedInputs;
|
|
@@ -47,10 +48,13 @@ function parseSortProperties(sortProperties) {
|
|
|
47
48
|
return acc;
|
|
48
49
|
}, '');
|
|
49
50
|
}
|
|
51
|
+
function isSafeInteger(val) {
|
|
52
|
+
return !isNaN(val) && val > Number.MIN_VALUE && val < Number.MAX_VALUE;
|
|
53
|
+
}
|
|
50
54
|
function parseFilterProperties(filterProperties) {
|
|
51
55
|
return filterProperties.reduce((acc, cur) => {
|
|
52
56
|
acc[cur.field] = acc[cur.field] ?? [];
|
|
53
|
-
const values =
|
|
57
|
+
const values = isSafeInteger(Number(cur.values)) ? Number(cur.values) : cur.values;
|
|
54
58
|
acc[cur.field].push(values);
|
|
55
59
|
return acc;
|
|
56
60
|
}, {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenericFunctions.js","sourceRoot":"","sources":["../../../nodes/Grist/GenericFunctions.ts"],"names":[],"mappings":";;AAiBA,0CAyCC;AAED,kDAOC;AAED,sDAOC;AAED,gDAKC;AAED,sDAMC;AAED,4DAOC;
|
|
1
|
+
{"version":3,"file":"GenericFunctions.js","sourceRoot":"","sources":["../../../nodes/Grist/GenericFunctions.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "object",
|
|
3
|
+
"properties": {
|
|
4
|
+
"address": {
|
|
5
|
+
"type": "string"
|
|
6
|
+
},
|
|
7
|
+
"appoinmentStatus": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"assignedUserId": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"calendarId": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"contactId": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"id": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"isRecurring": {
|
|
23
|
+
"type": "boolean"
|
|
24
|
+
},
|
|
25
|
+
"status": {
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
"title": {
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
31
|
+
"traceId": {
|
|
32
|
+
"type": "string"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"version": 1
|
|
36
|
+
}
|
|
@@ -9,12 +9,6 @@
|
|
|
9
9
|
},
|
|
10
10
|
"friendly_name": {
|
|
11
11
|
"type": "string"
|
|
12
|
-
},
|
|
13
|
-
"state_class": {
|
|
14
|
-
"type": "string"
|
|
15
|
-
},
|
|
16
|
-
"unit_of_measurement": {
|
|
17
|
-
"type": "string"
|
|
18
12
|
}
|
|
19
13
|
}
|
|
20
14
|
},
|
|
@@ -42,5 +36,5 @@
|
|
|
42
36
|
"type": "string"
|
|
43
37
|
}
|
|
44
38
|
},
|
|
45
|
-
"version":
|
|
39
|
+
"version": 2
|
|
46
40
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HttpRequestV3.node.d.ts","sourceRoot":"","sources":["../../../../nodes/HttpRequest/V3/HttpRequestV3.node.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAGX,iBAAiB,EACjB,kBAAkB,EAClB,SAAS,EACT,wBAAwB,EACxB,oBAAoB,EAMpB,MAAM,cAAc,CAAC;AAoCtB,qBAAa,aAAc,YAAW,SAAS;IAC9C,WAAW,EAAE,oBAAoB,CAAC;gBAEtB,eAAe,EAAE,wBAAwB;IAmC/C,OAAO,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"HttpRequestV3.node.d.ts","sourceRoot":"","sources":["../../../../nodes/HttpRequest/V3/HttpRequestV3.node.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAGX,iBAAiB,EACjB,kBAAkB,EAClB,SAAS,EACT,wBAAwB,EACxB,oBAAoB,EAMpB,MAAM,cAAc,CAAC;AAoCtB,qBAAa,aAAc,YAAW,SAAS;IAC9C,WAAW,EAAE,oBAAoB,CAAC;gBAEtB,eAAe,EAAE,wBAAwB;IAmC/C,OAAO,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC;CA08BvE"}
|