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,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
+
"app_id": {
|
|
5
|
+
"type": "string"
|
|
6
|
+
},
|
|
4
7
|
"blocks": {
|
|
5
8
|
"type": "array",
|
|
6
9
|
"items": {
|
|
@@ -25,9 +28,6 @@
|
|
|
25
28
|
"type": {
|
|
26
29
|
"type": "string"
|
|
27
30
|
},
|
|
28
|
-
"url": {
|
|
29
|
-
"type": "string"
|
|
30
|
-
},
|
|
31
31
|
"user_id": {
|
|
32
32
|
"type": "string"
|
|
33
33
|
}
|
|
@@ -49,6 +49,46 @@
|
|
|
49
49
|
"bot_id": {
|
|
50
50
|
"type": "string"
|
|
51
51
|
},
|
|
52
|
+
"bot_profile": {
|
|
53
|
+
"type": "object",
|
|
54
|
+
"properties": {
|
|
55
|
+
"app_id": {
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
"deleted": {
|
|
59
|
+
"type": "boolean"
|
|
60
|
+
},
|
|
61
|
+
"icons": {
|
|
62
|
+
"type": "object",
|
|
63
|
+
"properties": {
|
|
64
|
+
"image_36": {
|
|
65
|
+
"type": "string"
|
|
66
|
+
},
|
|
67
|
+
"image_48": {
|
|
68
|
+
"type": "string"
|
|
69
|
+
},
|
|
70
|
+
"image_72": {
|
|
71
|
+
"type": "string"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"id": {
|
|
76
|
+
"type": "string"
|
|
77
|
+
},
|
|
78
|
+
"name": {
|
|
79
|
+
"type": "string"
|
|
80
|
+
},
|
|
81
|
+
"team_id": {
|
|
82
|
+
"type": "string"
|
|
83
|
+
},
|
|
84
|
+
"updated": {
|
|
85
|
+
"type": "integer"
|
|
86
|
+
},
|
|
87
|
+
"user_id": {
|
|
88
|
+
"type": "string"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
52
92
|
"client_msg_id": {
|
|
53
93
|
"type": "string"
|
|
54
94
|
},
|
|
@@ -95,5 +135,5 @@
|
|
|
95
135
|
"type": "string"
|
|
96
136
|
}
|
|
97
137
|
},
|
|
98
|
-
"version":
|
|
138
|
+
"version": 2
|
|
99
139
|
}
|
|
@@ -50,7 +50,40 @@
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
|
+
},
|
|
54
|
+
"refund_and_dispute_prefunding": {
|
|
55
|
+
"type": "object",
|
|
56
|
+
"properties": {
|
|
57
|
+
"available": {
|
|
58
|
+
"type": "array",
|
|
59
|
+
"items": {
|
|
60
|
+
"type": "object",
|
|
61
|
+
"properties": {
|
|
62
|
+
"amount": {
|
|
63
|
+
"type": "integer"
|
|
64
|
+
},
|
|
65
|
+
"currency": {
|
|
66
|
+
"type": "string"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"pending": {
|
|
72
|
+
"type": "array",
|
|
73
|
+
"items": {
|
|
74
|
+
"type": "object",
|
|
75
|
+
"properties": {
|
|
76
|
+
"amount": {
|
|
77
|
+
"type": "integer"
|
|
78
|
+
},
|
|
79
|
+
"currency": {
|
|
80
|
+
"type": "string"
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
53
86
|
}
|
|
54
87
|
},
|
|
55
|
-
"version":
|
|
88
|
+
"version": 2
|
|
56
89
|
}
|
|
@@ -7,9 +7,6 @@
|
|
|
7
7
|
"result": {
|
|
8
8
|
"type": "object",
|
|
9
9
|
"properties": {
|
|
10
|
-
"is_anonymous": {
|
|
11
|
-
"type": "boolean"
|
|
12
|
-
},
|
|
13
10
|
"status": {
|
|
14
11
|
"type": "string"
|
|
15
12
|
},
|
|
@@ -28,6 +25,9 @@
|
|
|
28
25
|
"language_code": {
|
|
29
26
|
"type": "string"
|
|
30
27
|
},
|
|
28
|
+
"last_name": {
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
31
31
|
"username": {
|
|
32
32
|
"type": "string"
|
|
33
33
|
}
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
|
-
"version":
|
|
39
|
+
"version": 5
|
|
40
40
|
}
|
|
@@ -16,9 +16,6 @@
|
|
|
16
16
|
"id": {
|
|
17
17
|
"type": "integer"
|
|
18
18
|
},
|
|
19
|
-
"last_name": {
|
|
20
|
-
"type": "string"
|
|
21
|
-
},
|
|
22
19
|
"type": {
|
|
23
20
|
"type": "string"
|
|
24
21
|
},
|
|
@@ -67,14 +64,6 @@
|
|
|
67
64
|
}
|
|
68
65
|
}
|
|
69
66
|
},
|
|
70
|
-
"link_preview_options": {
|
|
71
|
-
"type": "object",
|
|
72
|
-
"properties": {
|
|
73
|
-
"is_disabled": {
|
|
74
|
-
"type": "boolean"
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
67
|
"message_id": {
|
|
79
68
|
"type": "integer"
|
|
80
69
|
},
|
|
@@ -84,5 +73,5 @@
|
|
|
84
73
|
}
|
|
85
74
|
}
|
|
86
75
|
},
|
|
87
|
-
"version":
|
|
76
|
+
"version": 5
|
|
88
77
|
}
|
|
@@ -2,5 +2,5 @@ import type { IExecuteFunctions, IHookFunctions, ILoadOptionsFunctions, IDataObj
|
|
|
2
2
|
export type Context = IHookFunctions | IExecuteFunctions | ILoadOptionsFunctions;
|
|
3
3
|
export declare function FormatDueDatetime(isoString: string): string;
|
|
4
4
|
export declare function todoistApiRequest(this: Context, method: IHttpRequestMethods, resource: string, body?: IDataObject, qs?: IDataObject): Promise<any>;
|
|
5
|
-
export declare function todoistSyncRequest(this: Context, body?: any, qs?: IDataObject): Promise<any>;
|
|
5
|
+
export declare function todoistSyncRequest(this: Context, body?: any, qs?: IDataObject, endpoint?: string): Promise<any>;
|
|
6
6
|
//# sourceMappingURL=GenericFunctions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenericFunctions.d.ts","sourceRoot":"","sources":["../../../nodes/Todoist/GenericFunctions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,iBAAiB,EACjB,cAAc,EACd,qBAAqB,EACrB,WAAW,EAEX,mBAAmB,EAEnB,MAAM,cAAc,CAAC;AAGtB,MAAM,MAAM,OAAO,GAAG,cAAc,GAAG,iBAAiB,GAAG,qBAAqB,CAAC;AAEjF,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAI3D;AAED,wBAAsB,iBAAiB,CACtC,IAAI,EAAE,OAAO,EACb,MAAM,EAAE,mBAAmB,EAC3B,QAAQ,EAAE,MAAM,EAChB,IAAI,GAAE,WAAgB,EACtB,EAAE,GAAE,WAAgB,GAClB,OAAO,CAAC,GAAG,CAAC,CAsBd;AAED,wBAAsB,kBAAkB,CACvC,IAAI,EAAE,OAAO,EACb,IAAI,GAAE,GAAQ,EACd,EAAE,GAAE,WAAgB,
|
|
1
|
+
{"version":3,"file":"GenericFunctions.d.ts","sourceRoot":"","sources":["../../../nodes/Todoist/GenericFunctions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,iBAAiB,EACjB,cAAc,EACd,qBAAqB,EACrB,WAAW,EAEX,mBAAmB,EAEnB,MAAM,cAAc,CAAC;AAGtB,MAAM,MAAM,OAAO,GAAG,cAAc,GAAG,iBAAiB,GAAG,qBAAqB,CAAC;AAEjF,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAI3D;AAED,wBAAsB,iBAAiB,CACtC,IAAI,EAAE,OAAO,EACb,MAAM,EAAE,mBAAmB,EAC3B,QAAQ,EAAE,MAAM,EAChB,IAAI,GAAE,WAAgB,EACtB,EAAE,GAAE,WAAgB,GAClB,OAAO,CAAC,GAAG,CAAC,CAsBd;AAED,wBAAsB,kBAAkB,CACvC,IAAI,EAAE,OAAO,EACb,IAAI,GAAE,GAAQ,EACd,EAAE,GAAE,WAAgB,EACpB,QAAQ,GAAE,MAAgB,GACxB,OAAO,CAAC,GAAG,CAAC,CAqBd"}
|
|
@@ -29,13 +29,13 @@ async function todoistApiRequest(method, resource, body = {}, qs = {}) {
|
|
|
29
29
|
throw new n8n_workflow_1.NodeApiError(this.getNode(), error);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
async function todoistSyncRequest(body = {}, qs = {}) {
|
|
32
|
+
async function todoistSyncRequest(body = {}, qs = {}, endpoint = '/sync') {
|
|
33
33
|
const authentication = this.getNodeParameter('authentication', 0, 'oAuth2');
|
|
34
34
|
const options = {
|
|
35
35
|
headers: {},
|
|
36
36
|
method: 'POST',
|
|
37
37
|
qs,
|
|
38
|
-
uri:
|
|
38
|
+
uri: `https://api.todoist.com/sync/v9${endpoint}`,
|
|
39
39
|
json: true,
|
|
40
40
|
};
|
|
41
41
|
if (Object.keys(body).length !== 0) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenericFunctions.js","sourceRoot":"","sources":["../../../nodes/Todoist/GenericFunctions.ts"],"names":[],"mappings":";;AAaA,8CAIC;AAED,8CA4BC;AAED,
|
|
1
|
+
{"version":3,"file":"GenericFunctions.js","sourceRoot":"","sources":["../../../nodes/Todoist/GenericFunctions.ts"],"names":[],"mappings":";;AAaA,8CAIC;AAED,8CA4BC;AAED,gDA0BC;AAlED,+CAA4C;AAI5C,SAAgB,iBAAiB,CAAC,SAAiB;IAClD,kFAAkF;IAClF,2EAA2E;IAC3E,OAAO,SAAS,CAAC,OAAO,CAAC,IAAI,MAAM,CAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,CAAC;AACrD,CAAC;AAEM,KAAK,UAAU,iBAAiB,CAEtC,MAA2B,EAC3B,QAAgB,EAChB,OAAoB,EAAE,EACtB,KAAkB,EAAE;IAEpB,MAAM,cAAc,GAAG,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,EAAE,CAAC,CAAW,CAAC;IAE5E,MAAM,QAAQ,GAAG,yBAAyB,CAAC;IAE3C,MAAM,OAAO,GAAoB;QAChC,MAAM;QACN,EAAE;QACF,GAAG,EAAE,WAAW,QAAQ,GAAG,QAAQ,EAAE;QACrC,IAAI,EAAE,IAAI;KACV,CAAC;IAEF,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACpC,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;IACrB,CAAC;IAED,IAAI,CAAC;QACJ,MAAM,cAAc,GAAG,cAAc,KAAK,QAAQ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,kBAAkB,CAAC;QACvF,OAAO,MAAM,IAAI,CAAC,OAAO,CAAC,yBAAyB,CAAC,IAAI,CAAC,IAAI,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC;IACzF,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QAChB,MAAM,IAAI,2BAAY,CAAC,IAAI,CAAC,OAAO,EAAE,EAAE,KAAmB,CAAC,CAAC;IAC7D,CAAC;AACF,CAAC;AAEM,KAAK,UAAU,kBAAkB,CAEvC,OAAY,EAAE,EACd,KAAkB,EAAE,EACpB,WAAmB,OAAO;IAE1B,MAAM,cAAc,GAAG,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,EAAE,CAAC,EAAE,QAAQ,CAAC,CAAC;IAE5E,MAAM,OAAO,GAAoB;QAChC,OAAO,EAAE,EAAE;QACX,MAAM,EAAE,MAAM;QACd,EAAE;QACF,GAAG,EAAE,kCAAkC,QAAQ,EAAE;QACjD,IAAI,EAAE,IAAI;KACV,CAAC;IAEF,IAAI,MAAM,CAAC,IAAI,CAAC,IAAmB,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACnD,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;IACrB,CAAC;IAED,IAAI,CAAC;QACJ,MAAM,cAAc,GAAG,cAAc,KAAK,QAAQ,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,YAAY,CAAC;QACvF,OAAO,MAAM,IAAI,CAAC,OAAO,CAAC,yBAAyB,CAAC,IAAI,CAAC,IAAI,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC;IACzF,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QAChB,MAAM,IAAI,2BAAY,CAAC,IAAI,CAAC,OAAO,EAAE,EAAE,KAAmB,CAAC,CAAC;IAC7D,CAAC;AACF,CAAC"}
|
|
@@ -7,16 +7,20 @@ export interface OperationHandler {
|
|
|
7
7
|
export interface CreateTaskRequest {
|
|
8
8
|
content?: string;
|
|
9
9
|
description?: string;
|
|
10
|
-
project_id?: number;
|
|
11
|
-
section_id?: number;
|
|
12
|
-
parent_id?: string;
|
|
10
|
+
project_id?: number | string;
|
|
11
|
+
section_id?: number | string;
|
|
12
|
+
parent_id?: number | string;
|
|
13
13
|
order?: number;
|
|
14
14
|
labels?: string[];
|
|
15
|
-
priority?: number;
|
|
15
|
+
priority?: number | string;
|
|
16
16
|
due_string?: string;
|
|
17
17
|
due_datetime?: string;
|
|
18
18
|
due_date?: string;
|
|
19
19
|
due_lang?: string;
|
|
20
|
+
assignee_id?: string;
|
|
21
|
+
duration?: number;
|
|
22
|
+
duration_unit?: string;
|
|
23
|
+
deadline_date?: string;
|
|
20
24
|
}
|
|
21
25
|
export interface SyncRequest {
|
|
22
26
|
commands: Command[];
|
|
@@ -27,12 +31,17 @@ export interface Command {
|
|
|
27
31
|
uuid: string;
|
|
28
32
|
temp_id?: string;
|
|
29
33
|
args: {
|
|
30
|
-
parent_id?: string;
|
|
31
|
-
id?: number;
|
|
32
|
-
section_id?: number;
|
|
34
|
+
parent_id?: number | string;
|
|
35
|
+
id?: number | string;
|
|
36
|
+
section_id?: number | string;
|
|
33
37
|
project_id?: number | string;
|
|
34
38
|
section?: string;
|
|
35
39
|
content?: string;
|
|
40
|
+
item_id?: number | string;
|
|
41
|
+
due?: Record<string, unknown>;
|
|
42
|
+
type?: string;
|
|
43
|
+
minute_offset?: number;
|
|
44
|
+
notify_uid?: string;
|
|
36
45
|
};
|
|
37
46
|
}
|
|
38
47
|
export declare const CommandTypes: {
|
|
@@ -42,6 +51,42 @@ export declare const CommandTypes: {
|
|
|
42
51
|
readonly ITEM_REORDER: "item_reorder";
|
|
43
52
|
readonly ITEM_DELETE: "item_delete";
|
|
44
53
|
readonly ITEM_COMPLETE: "item_complete";
|
|
54
|
+
readonly ITEM_UNCOMPLETE: "item_uncomplete";
|
|
55
|
+
readonly ITEM_CLOSE: "item_close";
|
|
56
|
+
readonly PROJECT_ADD: "project_add";
|
|
57
|
+
readonly PROJECT_UPDATE: "project_update";
|
|
58
|
+
readonly PROJECT_DELETE: "project_delete";
|
|
59
|
+
readonly PROJECT_ARCHIVE: "project_archive";
|
|
60
|
+
readonly PROJECT_UNARCHIVE: "project_unarchive";
|
|
61
|
+
readonly PROJECT_REORDER: "project_reorder";
|
|
62
|
+
readonly SECTION_ADD: "section_add";
|
|
63
|
+
readonly SECTION_UPDATE: "section_update";
|
|
64
|
+
readonly SECTION_DELETE: "section_delete";
|
|
65
|
+
readonly SECTION_ARCHIVE: "section_archive";
|
|
66
|
+
readonly SECTION_UNARCHIVE: "section_unarchive";
|
|
67
|
+
readonly SECTION_MOVE: "section_move";
|
|
68
|
+
readonly SECTION_REORDER: "section_reorder";
|
|
69
|
+
readonly LABEL_ADD: "label_add";
|
|
70
|
+
readonly LABEL_UPDATE: "label_update";
|
|
71
|
+
readonly LABEL_DELETE: "label_delete";
|
|
72
|
+
readonly LABEL_UPDATE_ORDERS: "label_update_orders";
|
|
73
|
+
readonly FILTER_ADD: "filter_add";
|
|
74
|
+
readonly FILTER_UPDATE: "filter_update";
|
|
75
|
+
readonly FILTER_DELETE: "filter_delete";
|
|
76
|
+
readonly FILTER_UPDATE_ORDERS: "filter_update_orders";
|
|
77
|
+
readonly REMINDER_ADD: "reminder_add";
|
|
78
|
+
readonly REMINDER_UPDATE: "reminder_update";
|
|
79
|
+
readonly REMINDER_DELETE: "reminder_delete";
|
|
80
|
+
readonly NOTE_ADD: "note_add";
|
|
81
|
+
readonly NOTE_UPDATE: "note_update";
|
|
82
|
+
readonly NOTE_DELETE: "note_delete";
|
|
83
|
+
readonly SHARE_PROJECT: "share_project";
|
|
84
|
+
readonly DELETE_COLLABORATOR: "delete_collaborator";
|
|
85
|
+
readonly ACCEPT_INVITATION: "accept_invitation";
|
|
86
|
+
readonly REJECT_INVITATION: "reject_invitation";
|
|
87
|
+
readonly DELETE_INVITATION: "delete_invitation";
|
|
88
|
+
readonly USER_UPDATE: "user_update";
|
|
89
|
+
readonly USER_UPDATE_GOALS: "user_update_goals";
|
|
45
90
|
};
|
|
46
91
|
export type CommandType = (typeof CommandTypes)[keyof typeof CommandTypes];
|
|
47
92
|
export declare class CreateHandler implements OperationHandler {
|
|
@@ -68,14 +113,88 @@ export declare class UpdateHandler implements OperationHandler {
|
|
|
68
113
|
export declare class MoveHandler implements OperationHandler {
|
|
69
114
|
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
70
115
|
}
|
|
71
|
-
export declare class
|
|
116
|
+
export declare class ProjectCreateHandler implements OperationHandler {
|
|
72
117
|
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
118
|
+
}
|
|
119
|
+
export declare class ProjectDeleteHandler implements OperationHandler {
|
|
120
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
121
|
+
}
|
|
122
|
+
export declare class ProjectGetHandler implements OperationHandler {
|
|
123
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
124
|
+
}
|
|
125
|
+
export declare class ProjectGetAllHandler implements OperationHandler {
|
|
126
|
+
handleOperation(ctx: Context, _itemIndex: number): Promise<TodoistResponse>;
|
|
127
|
+
}
|
|
128
|
+
export declare class ProjectUpdateHandler implements OperationHandler {
|
|
129
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
130
|
+
}
|
|
131
|
+
export declare class ProjectArchiveHandler implements OperationHandler {
|
|
132
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
133
|
+
}
|
|
134
|
+
export declare class ProjectUnarchiveHandler implements OperationHandler {
|
|
135
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
136
|
+
}
|
|
137
|
+
export declare class ProjectGetCollaboratorsHandler implements OperationHandler {
|
|
138
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
139
|
+
}
|
|
140
|
+
export declare class SectionCreateHandler implements OperationHandler {
|
|
141
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
142
|
+
}
|
|
143
|
+
export declare class SectionDeleteHandler implements OperationHandler {
|
|
144
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
145
|
+
}
|
|
146
|
+
export declare class SectionGetHandler implements OperationHandler {
|
|
147
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
148
|
+
}
|
|
149
|
+
export declare class SectionGetAllHandler implements OperationHandler {
|
|
150
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
151
|
+
}
|
|
152
|
+
export declare class SectionUpdateHandler implements OperationHandler {
|
|
153
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
154
|
+
}
|
|
155
|
+
export declare class CommentCreateHandler implements OperationHandler {
|
|
156
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
157
|
+
}
|
|
158
|
+
export declare class CommentDeleteHandler implements OperationHandler {
|
|
159
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
160
|
+
}
|
|
161
|
+
export declare class CommentGetHandler implements OperationHandler {
|
|
162
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
163
|
+
}
|
|
164
|
+
export declare class CommentGetAllHandler implements OperationHandler {
|
|
165
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
166
|
+
}
|
|
167
|
+
export declare class CommentUpdateHandler implements OperationHandler {
|
|
168
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
169
|
+
}
|
|
170
|
+
export declare class LabelCreateHandler implements OperationHandler {
|
|
171
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
172
|
+
}
|
|
173
|
+
export declare class LabelDeleteHandler implements OperationHandler {
|
|
174
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
175
|
+
}
|
|
176
|
+
export declare class LabelGetHandler implements OperationHandler {
|
|
177
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
178
|
+
}
|
|
179
|
+
export declare class LabelGetAllHandler implements OperationHandler {
|
|
180
|
+
handleOperation(ctx: Context, _itemIndex: number): Promise<TodoistResponse>;
|
|
181
|
+
}
|
|
182
|
+
export declare class LabelUpdateHandler implements OperationHandler {
|
|
183
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
184
|
+
}
|
|
185
|
+
export declare class QuickAddHandler implements OperationHandler {
|
|
186
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
187
|
+
}
|
|
188
|
+
export declare class ReminderCreateHandler implements OperationHandler {
|
|
189
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
190
|
+
}
|
|
191
|
+
export declare class ReminderUpdateHandler implements OperationHandler {
|
|
192
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
193
|
+
}
|
|
194
|
+
export declare class ReminderDeleteHandler implements OperationHandler {
|
|
195
|
+
handleOperation(ctx: Context, itemIndex: number): Promise<TodoistResponse>;
|
|
196
|
+
}
|
|
197
|
+
export declare class ReminderGetAllHandler implements OperationHandler {
|
|
198
|
+
handleOperation(ctx: Context, _itemIndex: number): Promise<TodoistResponse>;
|
|
80
199
|
}
|
|
81
200
|
//# sourceMappingURL=OperationHandler.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OperationHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Todoist/v2/OperationHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,
|
|
1
|
+
{"version":3,"file":"OperationHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Todoist/v2/OperationHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAS,MAAM,cAAc,CAAC;AASvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AACjD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAYnD,MAAM,WAAW,gBAAgB;IAChC,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;CAC3E;AAED,MAAM,WAAW,iBAAiB;IACjC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,WAAW;IAC3B,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,eAAe,CAAC,EAAE,WAAW,CAAC;CAC9B;AAED,MAAM,WAAW,OAAO;IACvB,IAAI,EAAE,WAAW,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE;QACL,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAC5B,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QACrB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAC7B,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAC1B,GAAG,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,UAAU,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;CACF;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDf,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAE3E,qBAAa,aAAc,YAAW,gBAAgB;IAC/C,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAoGhF;AAED,qBAAa,YAAa,YAAW,gBAAgB;IAC9C,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAUhF;AAED,qBAAa,aAAc,YAAW,gBAAgB;IAC/C,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAUhF;AAED,qBAAa,UAAW,YAAW,gBAAgB;IAC5C,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAShF;AAED,qBAAa,aAAc,YAAW,gBAAgB;IAC/C,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAmDhF;AAED,qBAAa,aAAc,YAAW,gBAAgB;IAC/C,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAWhF;AAED,qBAAa,aAAc,YAAW,gBAAgB;IAC/C,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAwFhF;AAED,qBAAa,WAAY,YAAW,gBAAgB;IAC7C,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAyDhF;AAGD,qBAAa,oBAAqB,YAAW,gBAAgB;IACtD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAwBhF;AAED,qBAAa,oBAAqB,YAAW,gBAAgB;IACtD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAOhF;AAED,qBAAa,iBAAkB,YAAW,gBAAgB;IACnD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAOhF;AAED,qBAAa,oBAAqB,YAAW,gBAAgB;IACtD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAIjF;AAED,qBAAa,oBAAqB,YAAW,gBAAgB;IACtD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAmBhF;AAED,qBAAa,qBAAsB,YAAW,gBAAgB;IACvD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAOhF;AAED,qBAAa,uBAAwB,YAAW,gBAAgB;IACzD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAOhF;AAED,qBAAa,8BAA+B,YAAW,gBAAgB;IAChE,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAOhF;AAGD,qBAAa,oBAAqB,YAAW,gBAAgB;IACtD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CA2BhF;AAED,qBAAa,oBAAqB,YAAW,gBAAgB;IACtD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAOhF;AAED,qBAAa,iBAAkB,YAAW,gBAAgB;IACnD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAOhF;AAED,qBAAa,oBAAqB,YAAW,gBAAgB;IACtD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAYhF;AAED,qBAAa,oBAAqB,YAAW,gBAAgB;IACtD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAgBhF;AAGD,qBAAa,oBAAqB,YAAW,gBAAgB;IACtD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAehF;AAED,qBAAa,oBAAqB,YAAW,gBAAgB;IACtD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAOhF;AAED,qBAAa,iBAAkB,YAAW,gBAAgB;IACnD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAOhF;AAED,qBAAa,oBAAqB,YAAW,gBAAgB;IACtD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAiBhF;AAED,qBAAa,oBAAqB,YAAW,gBAAgB;IACtD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAgBhF;AAGD,qBAAa,kBAAmB,YAAW,gBAAgB;IACpD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAuBhF;AAED,qBAAa,kBAAmB,YAAW,gBAAgB;IACpD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAOhF;AAED,qBAAa,eAAgB,YAAW,gBAAgB;IACjD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAOhF;AAED,qBAAa,kBAAmB,YAAW,gBAAgB;IACpD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAIjF;AAED,qBAAa,kBAAmB,YAAW,gBAAgB;IACpD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAmBhF;AAED,qBAAa,eAAgB,YAAW,gBAAgB;IACjD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAmChF;AAGD,qBAAa,qBAAsB,YAAW,gBAAgB;IACvD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CA2DhF;AAED,qBAAa,qBAAsB,YAAW,gBAAgB;IACvD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAgChF;AAED,qBAAa,qBAAsB,YAAW,gBAAgB;IACvD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAmBhF;AAED,qBAAa,qBAAsB,YAAW,gBAAgB;IACvD,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;CAUjF"}
|