@n8n-as-code/skills 1.1.6-next.5 → 1.2.0-next.16
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/assets/n8n-docs-complete.json +5757 -5243
- package/dist/assets/n8n-knowledge-index.json +5211 -4743
- package/dist/assets/n8n-nodes-index.json +1541 -403
- package/dist/assets/n8n-nodes-technical.json +1329 -168
- package/dist/assets/workflows-index.json +72 -3
- package/dist/services/ai-context-generator.d.ts.map +1 -1
- package/dist/services/ai-context-generator.js +69 -2
- package/dist/services/ai-context-generator.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-03-
|
|
3
|
-
"n8nVersion": "n8n@2.
|
|
2
|
+
"generatedAt": "2026-03-24T17:41:40.369Z",
|
|
3
|
+
"n8nVersion": "n8n@2.13.2",
|
|
4
4
|
"sourceData": {
|
|
5
5
|
"nodesIndexFile": "/home/runner/work/n8n-as-code/n8n-as-code/packages/skills/src/assets/n8n-nodes-index.json",
|
|
6
6
|
"docsMetadataFile": "/home/runner/work/n8n-as-code/n8n-as-code/packages/skills/src/assets/n8n-docs-cache/metadata.json",
|
|
7
7
|
"totalNodes": 806,
|
|
8
|
-
"nodesWithDocumentation":
|
|
8
|
+
"nodesWithDocumentation": 503,
|
|
9
9
|
"nodesEnriched": 806
|
|
10
10
|
},
|
|
11
11
|
"scanDirectories": [
|
|
@@ -13434,7 +13434,8 @@
|
|
|
13434
13434
|
"version": [
|
|
13435
13435
|
1,
|
|
13436
13436
|
2,
|
|
13437
|
-
2.1
|
|
13437
|
+
2.1,
|
|
13438
|
+
2.2
|
|
13438
13439
|
],
|
|
13439
13440
|
"group": [
|
|
13440
13441
|
"input"
|
|
@@ -35639,7 +35640,10 @@
|
|
|
35639
35640
|
"type": "n8n-nodes-base.baserow",
|
|
35640
35641
|
"displayName": "Baserow",
|
|
35641
35642
|
"description": "Consume the Baserow API",
|
|
35642
|
-
"version":
|
|
35643
|
+
"version": [
|
|
35644
|
+
1,
|
|
35645
|
+
1.1
|
|
35646
|
+
],
|
|
35643
35647
|
"group": [
|
|
35644
35648
|
"output"
|
|
35645
35649
|
],
|
|
@@ -35647,6 +35651,22 @@
|
|
|
35647
35651
|
"usableAsTool": true,
|
|
35648
35652
|
"schema": {
|
|
35649
35653
|
"properties": [
|
|
35654
|
+
{
|
|
35655
|
+
"displayName": "Authentication",
|
|
35656
|
+
"name": "authentication",
|
|
35657
|
+
"type": "options",
|
|
35658
|
+
"options": [
|
|
35659
|
+
{
|
|
35660
|
+
"name": "Username & Password",
|
|
35661
|
+
"value": "usernamePassword"
|
|
35662
|
+
},
|
|
35663
|
+
{
|
|
35664
|
+
"name": "Database Token",
|
|
35665
|
+
"value": "databaseToken"
|
|
35666
|
+
}
|
|
35667
|
+
],
|
|
35668
|
+
"default": "usernamePassword"
|
|
35669
|
+
},
|
|
35650
35670
|
{
|
|
35651
35671
|
"displayName": "Resource",
|
|
35652
35672
|
"name": "resource",
|
|
@@ -35673,6 +35693,24 @@
|
|
|
35673
35693
|
}
|
|
35674
35694
|
},
|
|
35675
35695
|
"options": [
|
|
35696
|
+
{
|
|
35697
|
+
"name": "Batch Create",
|
|
35698
|
+
"value": "batchCreate",
|
|
35699
|
+
"description": "Create up to 200 rows in one request",
|
|
35700
|
+
"action": "Create multiple rows"
|
|
35701
|
+
},
|
|
35702
|
+
{
|
|
35703
|
+
"name": "Batch Delete",
|
|
35704
|
+
"value": "batchDelete",
|
|
35705
|
+
"description": "Delete up to 200 rows in one request",
|
|
35706
|
+
"action": "Delete multiple rows"
|
|
35707
|
+
},
|
|
35708
|
+
{
|
|
35709
|
+
"name": "Batch Update",
|
|
35710
|
+
"value": "batchUpdate",
|
|
35711
|
+
"description": "Update up to 200 rows in one request",
|
|
35712
|
+
"action": "Update multiple rows"
|
|
35713
|
+
},
|
|
35676
35714
|
{
|
|
35677
35715
|
"name": "Create",
|
|
35678
35716
|
"value": "create",
|
|
@@ -35710,11 +35748,18 @@
|
|
|
35710
35748
|
"displayName": "Database Name or ID",
|
|
35711
35749
|
"name": "databaseId",
|
|
35712
35750
|
"type": "options",
|
|
35713
|
-
"default": "",
|
|
35751
|
+
"default": "0",
|
|
35714
35752
|
"required": true,
|
|
35715
35753
|
"description": "Database to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.",
|
|
35716
35754
|
"typeOptions": {
|
|
35717
35755
|
"loadOptionsMethod": "getDatabaseIds"
|
|
35756
|
+
},
|
|
35757
|
+
"displayOptions": {
|
|
35758
|
+
"hide": {
|
|
35759
|
+
"authentication": [
|
|
35760
|
+
"databaseToken"
|
|
35761
|
+
]
|
|
35762
|
+
}
|
|
35718
35763
|
}
|
|
35719
35764
|
},
|
|
35720
35765
|
{
|
|
@@ -35781,7 +35826,9 @@
|
|
|
35781
35826
|
"show": {
|
|
35782
35827
|
"operation": [
|
|
35783
35828
|
"create",
|
|
35784
|
-
"update"
|
|
35829
|
+
"update",
|
|
35830
|
+
"batchCreate",
|
|
35831
|
+
"batchUpdate"
|
|
35785
35832
|
]
|
|
35786
35833
|
}
|
|
35787
35834
|
},
|
|
@@ -35796,7 +35843,9 @@
|
|
|
35796
35843
|
"show": {
|
|
35797
35844
|
"operation": [
|
|
35798
35845
|
"create",
|
|
35799
|
-
"update"
|
|
35846
|
+
"update",
|
|
35847
|
+
"batchCreate",
|
|
35848
|
+
"batchUpdate"
|
|
35800
35849
|
],
|
|
35801
35850
|
"dataToSend": [
|
|
35802
35851
|
"autoMapInputData"
|
|
@@ -35856,6 +35905,113 @@
|
|
|
35856
35905
|
}
|
|
35857
35906
|
]
|
|
35858
35907
|
},
|
|
35908
|
+
{
|
|
35909
|
+
"displayName": "Rows",
|
|
35910
|
+
"name": "rowsUi",
|
|
35911
|
+
"type": "fixedCollection",
|
|
35912
|
+
"typeOptions": {
|
|
35913
|
+
"multipleValues": true
|
|
35914
|
+
},
|
|
35915
|
+
"placeholder": "Add Row",
|
|
35916
|
+
"displayOptions": {
|
|
35917
|
+
"show": {
|
|
35918
|
+
"operation": [
|
|
35919
|
+
"batchCreate",
|
|
35920
|
+
"batchUpdate"
|
|
35921
|
+
],
|
|
35922
|
+
"dataToSend": [
|
|
35923
|
+
"defineBelow"
|
|
35924
|
+
]
|
|
35925
|
+
}
|
|
35926
|
+
},
|
|
35927
|
+
"default": [],
|
|
35928
|
+
"options": [
|
|
35929
|
+
{
|
|
35930
|
+
"name": "rowValues",
|
|
35931
|
+
"displayName": "Row",
|
|
35932
|
+
"values": [
|
|
35933
|
+
{
|
|
35934
|
+
"displayName": "Row ID",
|
|
35935
|
+
"name": "id",
|
|
35936
|
+
"type": "string",
|
|
35937
|
+
"displayOptions": {
|
|
35938
|
+
"show": {
|
|
35939
|
+
"/operation": [
|
|
35940
|
+
"batchUpdate"
|
|
35941
|
+
]
|
|
35942
|
+
}
|
|
35943
|
+
},
|
|
35944
|
+
"default": "",
|
|
35945
|
+
"required": true,
|
|
35946
|
+
"description": "Row ID to update (required for batch update)"
|
|
35947
|
+
},
|
|
35948
|
+
{
|
|
35949
|
+
"displayName": "Fields",
|
|
35950
|
+
"name": "fieldsUi",
|
|
35951
|
+
"type": "fixedCollection",
|
|
35952
|
+
"typeOptions": {
|
|
35953
|
+
"multipleValues": true,
|
|
35954
|
+
"multipleValueButtonText": "Add Field"
|
|
35955
|
+
},
|
|
35956
|
+
"default": {},
|
|
35957
|
+
"options": [
|
|
35958
|
+
{
|
|
35959
|
+
"name": "fieldValues",
|
|
35960
|
+
"displayName": "Field",
|
|
35961
|
+
"values": [
|
|
35962
|
+
{
|
|
35963
|
+
"displayName": "Field Name or ID",
|
|
35964
|
+
"name": "fieldId",
|
|
35965
|
+
"type": "options",
|
|
35966
|
+
"description": "Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>",
|
|
35967
|
+
"typeOptions": {
|
|
35968
|
+
"loadOptionsDependsOn": [
|
|
35969
|
+
"tableId"
|
|
35970
|
+
],
|
|
35971
|
+
"loadOptionsMethod": "getTableFields"
|
|
35972
|
+
},
|
|
35973
|
+
"default": ""
|
|
35974
|
+
},
|
|
35975
|
+
{
|
|
35976
|
+
"displayName": "Field Value",
|
|
35977
|
+
"name": "fieldValue",
|
|
35978
|
+
"type": "string",
|
|
35979
|
+
"default": ""
|
|
35980
|
+
}
|
|
35981
|
+
]
|
|
35982
|
+
}
|
|
35983
|
+
]
|
|
35984
|
+
}
|
|
35985
|
+
]
|
|
35986
|
+
}
|
|
35987
|
+
]
|
|
35988
|
+
},
|
|
35989
|
+
{
|
|
35990
|
+
"displayName": "Data to Send",
|
|
35991
|
+
"name": "dataToSend",
|
|
35992
|
+
"type": "options",
|
|
35993
|
+
"options": [
|
|
35994
|
+
{
|
|
35995
|
+
"name": "Auto-Map Input Data",
|
|
35996
|
+
"value": "autoMapInputData",
|
|
35997
|
+
"description": "Collect row IDs from input items automatically"
|
|
35998
|
+
},
|
|
35999
|
+
{
|
|
36000
|
+
"name": "Define Below",
|
|
36001
|
+
"value": "defineBelow",
|
|
36002
|
+
"description": "Manually specify row IDs"
|
|
36003
|
+
}
|
|
36004
|
+
],
|
|
36005
|
+
"displayOptions": {
|
|
36006
|
+
"show": {
|
|
36007
|
+
"operation": [
|
|
36008
|
+
"batchDelete"
|
|
36009
|
+
]
|
|
36010
|
+
}
|
|
36011
|
+
},
|
|
36012
|
+
"default": "defineBelow",
|
|
36013
|
+
"description": "Choose whether to manually enter row IDs or map them from input data"
|
|
36014
|
+
},
|
|
35859
36015
|
{
|
|
35860
36016
|
"displayName": "Row ID",
|
|
35861
36017
|
"name": "rowId",
|
|
@@ -35871,6 +36027,44 @@
|
|
|
35871
36027
|
"required": true,
|
|
35872
36028
|
"description": "ID of the row to delete"
|
|
35873
36029
|
},
|
|
36030
|
+
{
|
|
36031
|
+
"displayName": "Row IDs",
|
|
36032
|
+
"name": "rowIds",
|
|
36033
|
+
"type": "string",
|
|
36034
|
+
"typeOptions": {
|
|
36035
|
+
"multipleValues": true
|
|
36036
|
+
},
|
|
36037
|
+
"default": [],
|
|
36038
|
+
"placeholder": "Add Row ID",
|
|
36039
|
+
"displayOptions": {
|
|
36040
|
+
"show": {
|
|
36041
|
+
"operation": [
|
|
36042
|
+
"batchDelete"
|
|
36043
|
+
],
|
|
36044
|
+
"dataToSend": [
|
|
36045
|
+
"defineBelow"
|
|
36046
|
+
]
|
|
36047
|
+
}
|
|
36048
|
+
},
|
|
36049
|
+
"description": "IDs of the rows to delete"
|
|
36050
|
+
},
|
|
36051
|
+
{
|
|
36052
|
+
"displayName": "Property Containing Row ID",
|
|
36053
|
+
"name": "rowIdProperty",
|
|
36054
|
+
"type": "string",
|
|
36055
|
+
"default": "id",
|
|
36056
|
+
"displayOptions": {
|
|
36057
|
+
"show": {
|
|
36058
|
+
"operation": [
|
|
36059
|
+
"batchDelete"
|
|
36060
|
+
],
|
|
36061
|
+
"dataToSend": [
|
|
36062
|
+
"autoMapInputData"
|
|
36063
|
+
]
|
|
36064
|
+
}
|
|
36065
|
+
},
|
|
36066
|
+
"description": "Name of the property in each input item that contains the row ID"
|
|
36067
|
+
},
|
|
35874
36068
|
{
|
|
35875
36069
|
"displayName": "Return All",
|
|
35876
36070
|
"name": "returnAll",
|
|
@@ -35954,110 +36148,300 @@
|
|
|
35954
36148
|
"description": "Operator to compare field and value with",
|
|
35955
36149
|
"type": "options",
|
|
35956
36150
|
"options": [
|
|
36151
|
+
{
|
|
36152
|
+
"name": "Equal",
|
|
36153
|
+
"value": "equal",
|
|
36154
|
+
"description": "Field value is exactly equal to the given value"
|
|
36155
|
+
},
|
|
36156
|
+
{
|
|
36157
|
+
"name": "Not Equal",
|
|
36158
|
+
"value": "not_equal",
|
|
36159
|
+
"description": "Field value is not equal to the given value"
|
|
36160
|
+
},
|
|
35957
36161
|
{
|
|
35958
36162
|
"name": "Contains",
|
|
35959
36163
|
"value": "contains",
|
|
35960
|
-
"description": "Field contains
|
|
36164
|
+
"description": "Field value contains the given substring (case-insensitive)"
|
|
35961
36165
|
},
|
|
35962
36166
|
{
|
|
35963
36167
|
"name": "Contains Not",
|
|
35964
36168
|
"value": "contains_not",
|
|
35965
|
-
"description": "Field does not contain
|
|
36169
|
+
"description": "Field value does not contain the given substring (case-insensitive)"
|
|
35966
36170
|
},
|
|
35967
36171
|
{
|
|
35968
|
-
"name": "
|
|
35969
|
-
"value": "
|
|
35970
|
-
"description": "Field
|
|
36172
|
+
"name": "Contains Word",
|
|
36173
|
+
"value": "contains_word",
|
|
36174
|
+
"description": "Field contains the full word (case-insensitive match on word boundaries)"
|
|
35971
36175
|
},
|
|
35972
36176
|
{
|
|
35973
|
-
"name": "
|
|
35974
|
-
"value": "
|
|
35975
|
-
"description": "Field
|
|
36177
|
+
"name": "Does Not Contain Word",
|
|
36178
|
+
"value": "doesnt_contain_word",
|
|
36179
|
+
"description": "Field does not contain the full word (case-insensitive)"
|
|
35976
36180
|
},
|
|
35977
36181
|
{
|
|
35978
|
-
"name": "
|
|
35979
|
-
"value": "
|
|
35980
|
-
"description": "Field is
|
|
36182
|
+
"name": "Length Is Lower Than",
|
|
36183
|
+
"value": "length_is_lower_than",
|
|
36184
|
+
"description": "Field value length is shorter than the given number"
|
|
35981
36185
|
},
|
|
35982
36186
|
{
|
|
35983
|
-
"name": "
|
|
35984
|
-
"value": "
|
|
35985
|
-
"description": "Field
|
|
36187
|
+
"name": "Higher Than",
|
|
36188
|
+
"value": "higher_than",
|
|
36189
|
+
"description": "Field value is greater than the given number"
|
|
36190
|
+
},
|
|
36191
|
+
{
|
|
36192
|
+
"name": "Higher Than or Equal",
|
|
36193
|
+
"value": "higher_than_or_equal",
|
|
36194
|
+
"description": "Field value is greater than or equal to the given number"
|
|
36195
|
+
},
|
|
36196
|
+
{
|
|
36197
|
+
"name": "Lower Than",
|
|
36198
|
+
"value": "lower_than",
|
|
36199
|
+
"description": "Field value is less than the given number"
|
|
36200
|
+
},
|
|
36201
|
+
{
|
|
36202
|
+
"name": "Lower Than or Equal",
|
|
36203
|
+
"value": "lower_than_or_equal",
|
|
36204
|
+
"description": "Field value is less than or equal to the given number"
|
|
36205
|
+
},
|
|
36206
|
+
{
|
|
36207
|
+
"name": "Is Even And Whole",
|
|
36208
|
+
"value": "is_even_and_whole",
|
|
36209
|
+
"description": "Field value is an even whole number (no decimals)"
|
|
36210
|
+
},
|
|
36211
|
+
{
|
|
36212
|
+
"name": "Date Is",
|
|
36213
|
+
"value": "date_is",
|
|
36214
|
+
"description": "Date matches the given day. Format: `Europe/Berlin??2024-09-17` (Timezone??YYYY-MM-DD)."
|
|
36215
|
+
},
|
|
36216
|
+
{
|
|
36217
|
+
"name": "Date Is Not",
|
|
36218
|
+
"value": "date_is_not",
|
|
36219
|
+
"description": "Date does not match the given day. Format: `UTC??2024-09-17`."
|
|
36220
|
+
},
|
|
36221
|
+
{
|
|
36222
|
+
"name": "Date Is Before",
|
|
36223
|
+
"value": "date_is_before",
|
|
36224
|
+
"description": "Date is strictly before the given day. Format: `UTC??2024-09-17`."
|
|
36225
|
+
},
|
|
36226
|
+
{
|
|
36227
|
+
"name": "Date Is On Or Before",
|
|
36228
|
+
"value": "date_is_on_or_before",
|
|
36229
|
+
"description": "Date is before or equal to the given day. Format: `UTC??2024-09-17`."
|
|
36230
|
+
},
|
|
36231
|
+
{
|
|
36232
|
+
"name": "Date Is After",
|
|
36233
|
+
"value": "date_is_after",
|
|
36234
|
+
"description": "Date is strictly after the given day. Format: `UTC??2024-09-17`."
|
|
36235
|
+
},
|
|
36236
|
+
{
|
|
36237
|
+
"name": "Date Is On Or After",
|
|
36238
|
+
"value": "date_is_on_or_after",
|
|
36239
|
+
"description": "Date is after or equal to the given day. Format: `UTC??2024-09-17`."
|
|
36240
|
+
},
|
|
36241
|
+
{
|
|
36242
|
+
"name": "Date Is Within",
|
|
36243
|
+
"value": "date_is_within",
|
|
36244
|
+
"description": "Date is within the next X days. Format: `UTC??30` (Timezone??NumberOfDays)."
|
|
35986
36245
|
},
|
|
35987
36246
|
{
|
|
35988
36247
|
"name": "Date Equals Today",
|
|
35989
36248
|
"value": "date_equals_today",
|
|
35990
|
-
"description": "
|
|
36249
|
+
"description": "Date is today. Format: `UTC??today`. (Deprecated but kept for compatibility)."
|
|
36250
|
+
},
|
|
36251
|
+
{
|
|
36252
|
+
"name": "Date Equals Month",
|
|
36253
|
+
"value": "date_equals_month",
|
|
36254
|
+
"description": "Date is in the given month. Format: `UTC??2024-09`. (Deprecated but kept for compatibility)."
|
|
35991
36255
|
},
|
|
35992
36256
|
{
|
|
35993
36257
|
"name": "Date Equals Year",
|
|
35994
36258
|
"value": "date_equals_year",
|
|
35995
|
-
"description": "
|
|
36259
|
+
"description": "Date is in the given year. Format: `UTC??2024`. (Deprecated but kept for compatibility)."
|
|
36260
|
+
},
|
|
36261
|
+
{
|
|
36262
|
+
"name": "Date Equals Day Of Month",
|
|
36263
|
+
"value": "date_equals_day_of_month",
|
|
36264
|
+
"description": "Day of month matches the given number. Format: `UTC??15` (1-31)."
|
|
35996
36265
|
},
|
|
35997
36266
|
{
|
|
35998
|
-
"name": "Date
|
|
36267
|
+
"name": "Date Equal (Deprecated)",
|
|
36268
|
+
"value": "date_equal",
|
|
36269
|
+
"description": "Field is date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is (date_is)."
|
|
36270
|
+
},
|
|
36271
|
+
{
|
|
36272
|
+
"name": "Date Not Equal (Deprecated)",
|
|
35999
36273
|
"value": "date_not_equal",
|
|
36000
|
-
"description": "Field is not date. Format:
|
|
36274
|
+
"description": "Field is not date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is Not (date_is_not)."
|
|
36001
36275
|
},
|
|
36002
36276
|
{
|
|
36003
|
-
"name": "
|
|
36004
|
-
"value": "
|
|
36005
|
-
"description": "Field
|
|
36277
|
+
"name": "Date Before (Deprecated)",
|
|
36278
|
+
"value": "date_before",
|
|
36279
|
+
"description": "Field before this date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is Before (date_is_before)."
|
|
36006
36280
|
},
|
|
36007
36281
|
{
|
|
36008
|
-
"name": "
|
|
36009
|
-
"value": "
|
|
36010
|
-
"description": "Field
|
|
36282
|
+
"name": "Date Before Or Equal (Deprecated)",
|
|
36283
|
+
"value": "date_before_or_equal",
|
|
36284
|
+
"description": "Field on or before this date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is On Or Before (date_is_on_or_before)."
|
|
36011
36285
|
},
|
|
36012
36286
|
{
|
|
36013
|
-
"name": "
|
|
36014
|
-
"value": "
|
|
36015
|
-
"description": "Field
|
|
36287
|
+
"name": "Date After (Deprecated)",
|
|
36288
|
+
"value": "date_after",
|
|
36289
|
+
"description": "Field after this date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is After (date_is_after)."
|
|
36016
36290
|
},
|
|
36017
36291
|
{
|
|
36018
|
-
"name": "
|
|
36019
|
-
"value": "
|
|
36020
|
-
"description": "Field
|
|
36292
|
+
"name": "Date After Or Equal (Deprecated)",
|
|
36293
|
+
"value": "date_after_or_equal",
|
|
36294
|
+
"description": "Field after or equal to this date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is On Or After (date_is_on_or_after)."
|
|
36021
36295
|
},
|
|
36022
36296
|
{
|
|
36023
|
-
"name": "
|
|
36024
|
-
"value": "
|
|
36025
|
-
"description": "
|
|
36297
|
+
"name": "Date After Days Ago (Deprecated)",
|
|
36298
|
+
"value": "date_after_days_ago",
|
|
36299
|
+
"description": "Date is after X days ago. Format: `UTC?10`. Prefer using Date Is On Or After with NR_DAYS_AGO."
|
|
36026
36300
|
},
|
|
36027
36301
|
{
|
|
36028
|
-
"name": "
|
|
36029
|
-
"value": "
|
|
36030
|
-
"description": "
|
|
36302
|
+
"name": "Date Within Days (Deprecated)",
|
|
36303
|
+
"value": "date_within_days",
|
|
36304
|
+
"description": "Date is within N days from today. Format: `UTC?30`. Prefer using Date Is Within (date_is_within)."
|
|
36031
36305
|
},
|
|
36032
36306
|
{
|
|
36033
|
-
"name": "
|
|
36034
|
-
"value": "
|
|
36035
|
-
"description": "
|
|
36307
|
+
"name": "Date Within Weeks (Deprecated)",
|
|
36308
|
+
"value": "date_within_weeks",
|
|
36309
|
+
"description": "Date is within N weeks from today. Format: `UTC?4`. Prefer using Date Is Within."
|
|
36036
36310
|
},
|
|
36037
36311
|
{
|
|
36038
|
-
"name": "
|
|
36039
|
-
"value": "
|
|
36040
|
-
"description": "
|
|
36312
|
+
"name": "Date Within Months (Deprecated)",
|
|
36313
|
+
"value": "date_within_months",
|
|
36314
|
+
"description": "Date is within N months from today. Format: `UTC?3`. Prefer using Date Is Within."
|
|
36041
36315
|
},
|
|
36042
36316
|
{
|
|
36043
|
-
"name": "
|
|
36044
|
-
"value": "
|
|
36045
|
-
"description": "
|
|
36317
|
+
"name": "Date Equals Days Ago (Deprecated)",
|
|
36318
|
+
"value": "date_equals_days_ago",
|
|
36319
|
+
"description": "Date is exactly N days ago. Format: `UTC?5`."
|
|
36046
36320
|
},
|
|
36047
36321
|
{
|
|
36048
|
-
"name": "
|
|
36049
|
-
"value": "
|
|
36050
|
-
"description": "
|
|
36322
|
+
"name": "Date Equals Months Ago (Deprecated)",
|
|
36323
|
+
"value": "date_equals_months_ago",
|
|
36324
|
+
"description": "Date is exactly N months ago. Format: `UTC?2`."
|
|
36325
|
+
},
|
|
36326
|
+
{
|
|
36327
|
+
"name": "Date Equals Years Ago (Deprecated)",
|
|
36328
|
+
"value": "date_equals_years_ago",
|
|
36329
|
+
"description": "Date is exactly N years ago. Format: `UTC?1`."
|
|
36330
|
+
},
|
|
36331
|
+
{
|
|
36332
|
+
"name": "Date Before Today (Deprecated)",
|
|
36333
|
+
"value": "date_before_today",
|
|
36334
|
+
"description": "Date is before today. Format: `UTC`. Prefer using Date Is Before with operator TODAY."
|
|
36335
|
+
},
|
|
36336
|
+
{
|
|
36337
|
+
"name": "Date After Today (Deprecated)",
|
|
36338
|
+
"value": "date_after_today",
|
|
36339
|
+
"description": "Date is after today. Format: `UTC`. Prefer using Date Is After with operator TODAY."
|
|
36340
|
+
},
|
|
36341
|
+
{
|
|
36342
|
+
"name": "Date Equals Current Week (Deprecated)",
|
|
36343
|
+
"value": "date_equals_week",
|
|
36344
|
+
"description": "Date is within current week. Format: `UTC`. Prefer using Date Is with THIS_WEEK."
|
|
36345
|
+
},
|
|
36346
|
+
{
|
|
36347
|
+
"name": "Filename Contains",
|
|
36348
|
+
"value": "filename_contains",
|
|
36349
|
+
"description": "Filename contains the given substring"
|
|
36350
|
+
},
|
|
36351
|
+
{
|
|
36352
|
+
"name": "Has File Type",
|
|
36353
|
+
"value": "has_file_type",
|
|
36354
|
+
"description": "File type is \"image\" or \"document\""
|
|
36355
|
+
},
|
|
36356
|
+
{
|
|
36357
|
+
"name": "Files Lower Than",
|
|
36358
|
+
"value": "files_lower_than",
|
|
36359
|
+
"description": "Number of attached files is less than the given number"
|
|
36051
36360
|
},
|
|
36052
36361
|
{
|
|
36053
36362
|
"name": "Single Select Equal",
|
|
36054
36363
|
"value": "single_select_equal",
|
|
36055
|
-
"description": "
|
|
36364
|
+
"description": "Single select option matches given option ID"
|
|
36056
36365
|
},
|
|
36057
36366
|
{
|
|
36058
36367
|
"name": "Single Select Not Equal",
|
|
36059
36368
|
"value": "single_select_not_equal",
|
|
36060
|
-
"description": "
|
|
36369
|
+
"description": "Single select option does not match given option ID"
|
|
36370
|
+
},
|
|
36371
|
+
{
|
|
36372
|
+
"name": "Single Select Is Any Of",
|
|
36373
|
+
"value": "single_select_is_any_of",
|
|
36374
|
+
"description": "Single select option is one of the given option IDs. Format: `1,2,3`."
|
|
36375
|
+
},
|
|
36376
|
+
{
|
|
36377
|
+
"name": "Single Select Is None Of",
|
|
36378
|
+
"value": "single_select_is_none_of",
|
|
36379
|
+
"description": "Single select option is none of the given option IDs. Format: `1,2,3`."
|
|
36380
|
+
},
|
|
36381
|
+
{
|
|
36382
|
+
"name": "Multiple Select Has",
|
|
36383
|
+
"value": "multiple_select_has",
|
|
36384
|
+
"description": "Multiple select has at least one of the given option IDs. Format: `1,2,3`."
|
|
36385
|
+
},
|
|
36386
|
+
{
|
|
36387
|
+
"name": "Multiple Select Has Not",
|
|
36388
|
+
"value": "multiple_select_has_not",
|
|
36389
|
+
"description": "Multiple select has none of the given option IDs. Format: `1,2,3`."
|
|
36390
|
+
},
|
|
36391
|
+
{
|
|
36392
|
+
"name": "Collaborators Has",
|
|
36393
|
+
"value": "multiple_collaborators_has",
|
|
36394
|
+
"description": "Field includes the given user ID"
|
|
36395
|
+
},
|
|
36396
|
+
{
|
|
36397
|
+
"name": "Collaborators Has Not",
|
|
36398
|
+
"value": "multiple_collaborators_has_not",
|
|
36399
|
+
"description": "Field excludes the given user ID"
|
|
36400
|
+
},
|
|
36401
|
+
{
|
|
36402
|
+
"name": "User Is",
|
|
36403
|
+
"value": "user_is",
|
|
36404
|
+
"description": "Row created by or last modified by the given user ID"
|
|
36405
|
+
},
|
|
36406
|
+
{
|
|
36407
|
+
"name": "User Is Not",
|
|
36408
|
+
"value": "user_is_not",
|
|
36409
|
+
"description": "Row was not created or modified by the given user ID"
|
|
36410
|
+
},
|
|
36411
|
+
{
|
|
36412
|
+
"name": "Link Row Has",
|
|
36413
|
+
"value": "link_row_has",
|
|
36414
|
+
"description": "Field links to the given row ID"
|
|
36415
|
+
},
|
|
36416
|
+
{
|
|
36417
|
+
"name": "Link Row Has Not",
|
|
36418
|
+
"value": "link_row_has_not",
|
|
36419
|
+
"description": "Field does not link to the given row ID"
|
|
36420
|
+
},
|
|
36421
|
+
{
|
|
36422
|
+
"name": "Link Row Contains",
|
|
36423
|
+
"value": "link_row_contains",
|
|
36424
|
+
"description": "Linked row value contains the given text (case-insensitive)"
|
|
36425
|
+
},
|
|
36426
|
+
{
|
|
36427
|
+
"name": "Link Row Not Contains",
|
|
36428
|
+
"value": "link_row_not_contains",
|
|
36429
|
+
"description": "Linked row value does not contain the given text"
|
|
36430
|
+
},
|
|
36431
|
+
{
|
|
36432
|
+
"name": "Is True",
|
|
36433
|
+
"value": "boolean",
|
|
36434
|
+
"description": "Boolean field is true (false if not set)"
|
|
36435
|
+
},
|
|
36436
|
+
{
|
|
36437
|
+
"name": "Is Empty",
|
|
36438
|
+
"value": "empty",
|
|
36439
|
+
"description": "Field is empty (null or blank)"
|
|
36440
|
+
},
|
|
36441
|
+
{
|
|
36442
|
+
"name": "Is Not Empty",
|
|
36443
|
+
"value": "not_empty",
|
|
36444
|
+
"description": "Field is not empty"
|
|
36061
36445
|
}
|
|
36062
36446
|
],
|
|
36063
36447
|
"default": "equal"
|
|
@@ -36160,12 +36544,20 @@
|
|
|
36160
36544
|
"baserow",
|
|
36161
36545
|
"consume",
|
|
36162
36546
|
"output",
|
|
36547
|
+
"usernamepassword",
|
|
36548
|
+
"databasetoken",
|
|
36163
36549
|
"row",
|
|
36164
36550
|
"rows",
|
|
36551
|
+
"batchCreate",
|
|
36165
36552
|
"create",
|
|
36553
|
+
"multiple",
|
|
36554
|
+
"batch",
|
|
36555
|
+
"batchDelete",
|
|
36556
|
+
"delete",
|
|
36557
|
+
"batchUpdate",
|
|
36558
|
+
"update",
|
|
36166
36559
|
"creating",
|
|
36167
36560
|
"creation",
|
|
36168
|
-
"delete",
|
|
36169
36561
|
"deleting",
|
|
36170
36562
|
"deletion",
|
|
36171
36563
|
"get",
|
|
@@ -36174,7 +36566,6 @@
|
|
|
36174
36566
|
"fetching",
|
|
36175
36567
|
"getAll",
|
|
36176
36568
|
"many",
|
|
36177
|
-
"update",
|
|
36178
36569
|
"updating",
|
|
36179
36570
|
"database",
|
|
36180
36571
|
"name",
|
|
@@ -36188,7 +36579,7 @@
|
|
|
36188
36579
|
],
|
|
36189
36580
|
"operations": [],
|
|
36190
36581
|
"useCases": [],
|
|
36191
|
-
"keywordScore":
|
|
36582
|
+
"keywordScore": 35,
|
|
36192
36583
|
"hasDocumentation": true,
|
|
36193
36584
|
"markdownUrl": null,
|
|
36194
36585
|
"markdownFile": null
|
|
@@ -74785,12 +75176,21 @@
|
|
|
74785
75176
|
"url",
|
|
74786
75177
|
"user",
|
|
74787
75178
|
"uuid",
|
|
74788
|
-
"semver"
|
|
75179
|
+
"semver",
|
|
75180
|
+
"operations",
|
|
75181
|
+
"node",
|
|
75182
|
+
"parameters",
|
|
75183
|
+
"throw",
|
|
75184
|
+
"memory",
|
|
75185
|
+
"generate",
|
|
75186
|
+
"random",
|
|
75187
|
+
"templates",
|
|
75188
|
+
"examples"
|
|
74789
75189
|
],
|
|
74790
75190
|
"operations": [],
|
|
74791
75191
|
"useCases": [],
|
|
74792
|
-
"keywordScore":
|
|
74793
|
-
"hasDocumentation":
|
|
75192
|
+
"keywordScore": 48,
|
|
75193
|
+
"hasDocumentation": true,
|
|
74794
75194
|
"markdownUrl": null,
|
|
74795
75195
|
"markdownFile": null
|
|
74796
75196
|
}
|
|
@@ -130555,7 +130955,7 @@
|
|
|
130555
130955
|
"name": "startDate",
|
|
130556
130956
|
"type": "dateTime",
|
|
130557
130957
|
"required": true,
|
|
130558
|
-
"default": "2026-03-
|
|
130958
|
+
"default": "2026-03-16T00:00:00.000+00:00",
|
|
130559
130959
|
"displayOptions": {
|
|
130560
130960
|
"show": {
|
|
130561
130961
|
"resource": [
|
|
@@ -130578,7 +130978,7 @@
|
|
|
130578
130978
|
"name": "endDate",
|
|
130579
130979
|
"type": "dateTime",
|
|
130580
130980
|
"required": true,
|
|
130581
|
-
"default": "2026-03-
|
|
130981
|
+
"default": "2026-03-23T00:00:00.000+00:00",
|
|
130582
130982
|
"displayOptions": {
|
|
130583
130983
|
"show": {
|
|
130584
130984
|
"resource": [
|
|
@@ -131925,7 +132325,7 @@
|
|
|
131925
132325
|
"name": "startDate",
|
|
131926
132326
|
"type": "dateTime",
|
|
131927
132327
|
"required": true,
|
|
131928
|
-
"default": "2026-03-
|
|
132328
|
+
"default": "2026-03-16T00:00:00.000+00:00",
|
|
131929
132329
|
"displayOptions": {
|
|
131930
132330
|
"show": {
|
|
131931
132331
|
"resource": [
|
|
@@ -131948,7 +132348,7 @@
|
|
|
131948
132348
|
"name": "endDate",
|
|
131949
132349
|
"type": "dateTime",
|
|
131950
132350
|
"required": true,
|
|
131951
|
-
"default": "2026-03-
|
|
132351
|
+
"default": "2026-03-23T00:00:00.000+00:00",
|
|
131952
132352
|
"displayOptions": {
|
|
131953
132353
|
"show": {
|
|
131954
132354
|
"resource": [
|
|
@@ -238479,7 +238879,7 @@
|
|
|
238479
238879
|
"displayName": "Start",
|
|
238480
238880
|
"name": "startDateTime",
|
|
238481
238881
|
"type": "dateTime",
|
|
238482
|
-
"default": "2026-03-
|
|
238882
|
+
"default": "2026-03-24T17:41:34.726+00:00",
|
|
238483
238883
|
"required": true,
|
|
238484
238884
|
"displayOptions": {
|
|
238485
238885
|
"show": {
|
|
@@ -238497,7 +238897,7 @@
|
|
|
238497
238897
|
"name": "endDateTime",
|
|
238498
238898
|
"type": "dateTime",
|
|
238499
238899
|
"required": true,
|
|
238500
|
-
"default": "2026-03-
|
|
238900
|
+
"default": "2026-03-24T18:11:34.726+00:00",
|
|
238501
238901
|
"displayOptions": {
|
|
238502
238902
|
"show": {
|
|
238503
238903
|
"resource": [
|
|
@@ -274266,14 +274666,14 @@
|
|
|
274266
274666
|
{
|
|
274267
274667
|
"type": "regex",
|
|
274268
274668
|
"properties": {
|
|
274269
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
274669
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
274270
274670
|
"errorMessage": "Not a valid Notion Block URL"
|
|
274271
274671
|
}
|
|
274272
274672
|
}
|
|
274273
274673
|
],
|
|
274274
274674
|
"extractValue": {
|
|
274275
274675
|
"type": "regex",
|
|
274276
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
274676
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
274277
274677
|
}
|
|
274278
274678
|
},
|
|
274279
274679
|
{
|
|
@@ -274337,7 +274737,7 @@
|
|
|
274337
274737
|
{
|
|
274338
274738
|
"type": "regex",
|
|
274339
274739
|
"properties": {
|
|
274340
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
274740
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
274341
274741
|
"errorMessage": "Not a valid Notion Block URL"
|
|
274342
274742
|
}
|
|
274343
274743
|
}
|
|
@@ -278165,14 +278565,14 @@
|
|
|
278165
278565
|
{
|
|
278166
278566
|
"type": "regex",
|
|
278167
278567
|
"properties": {
|
|
278168
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
278568
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
278169
278569
|
"errorMessage": "Not a valid Notion Block URL"
|
|
278170
278570
|
}
|
|
278171
278571
|
}
|
|
278172
278572
|
],
|
|
278173
278573
|
"extractValue": {
|
|
278174
278574
|
"type": "regex",
|
|
278175
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
278575
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
278176
278576
|
}
|
|
278177
278577
|
},
|
|
278178
278578
|
{
|
|
@@ -278236,7 +278636,7 @@
|
|
|
278236
278636
|
{
|
|
278237
278637
|
"type": "regex",
|
|
278238
278638
|
"properties": {
|
|
278239
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
278639
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
278240
278640
|
"errorMessage": "Not a valid Notion Block URL"
|
|
278241
278641
|
}
|
|
278242
278642
|
}
|
|
@@ -283558,14 +283958,14 @@
|
|
|
283558
283958
|
{
|
|
283559
283959
|
"type": "regex",
|
|
283560
283960
|
"properties": {
|
|
283561
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
283961
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
283562
283962
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
283563
283963
|
}
|
|
283564
283964
|
}
|
|
283565
283965
|
],
|
|
283566
283966
|
"extractValue": {
|
|
283567
283967
|
"type": "regex",
|
|
283568
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
283968
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
283569
283969
|
}
|
|
283570
283970
|
},
|
|
283571
283971
|
{
|
|
@@ -284510,14 +284910,14 @@
|
|
|
284510
284910
|
{
|
|
284511
284911
|
"type": "regex",
|
|
284512
284912
|
"properties": {
|
|
284513
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
284913
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
284514
284914
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
284515
284915
|
}
|
|
284516
284916
|
}
|
|
284517
284917
|
],
|
|
284518
284918
|
"extractValue": {
|
|
284519
284919
|
"type": "regex",
|
|
284520
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
284920
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
284521
284921
|
}
|
|
284522
284922
|
},
|
|
284523
284923
|
{
|
|
@@ -284609,14 +285009,14 @@
|
|
|
284609
285009
|
{
|
|
284610
285010
|
"type": "regex",
|
|
284611
285011
|
"properties": {
|
|
284612
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
285012
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
284613
285013
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
284614
285014
|
}
|
|
284615
285015
|
}
|
|
284616
285016
|
],
|
|
284617
285017
|
"extractValue": {
|
|
284618
285018
|
"type": "regex",
|
|
284619
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
285019
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
284620
285020
|
}
|
|
284621
285021
|
},
|
|
284622
285022
|
{
|
|
@@ -290981,14 +291381,14 @@
|
|
|
290981
291381
|
{
|
|
290982
291382
|
"type": "regex",
|
|
290983
291383
|
"properties": {
|
|
290984
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
291384
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
290985
291385
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
290986
291386
|
}
|
|
290987
291387
|
}
|
|
290988
291388
|
],
|
|
290989
291389
|
"extractValue": {
|
|
290990
291390
|
"type": "regex",
|
|
290991
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
291391
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
290992
291392
|
}
|
|
290993
291393
|
},
|
|
290994
291394
|
{
|
|
@@ -291070,14 +291470,14 @@
|
|
|
291070
291470
|
{
|
|
291071
291471
|
"type": "regex",
|
|
291072
291472
|
"properties": {
|
|
291073
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
291473
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
291074
291474
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
291075
291475
|
}
|
|
291076
291476
|
}
|
|
291077
291477
|
],
|
|
291078
291478
|
"extractValue": {
|
|
291079
291479
|
"type": "regex",
|
|
291080
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
291480
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
291081
291481
|
}
|
|
291082
291482
|
},
|
|
291083
291483
|
{
|
|
@@ -474361,6 +474761,142 @@
|
|
|
474361
474761
|
"default": true,
|
|
474362
474762
|
"description": "Whether or not binary images should be automatically passed through to the agent as image type messages"
|
|
474363
474763
|
},
|
|
474764
|
+
{
|
|
474765
|
+
"displayName": "Tracing Metadata",
|
|
474766
|
+
"name": "tracingMetadata",
|
|
474767
|
+
"type": "fixedCollection",
|
|
474768
|
+
"typeOptions": {
|
|
474769
|
+
"multipleValues": true
|
|
474770
|
+
},
|
|
474771
|
+
"default": {},
|
|
474772
|
+
"placeholder": "Add Metadata",
|
|
474773
|
+
"description": "Custom metadata added to tracing events",
|
|
474774
|
+
"options": [
|
|
474775
|
+
{
|
|
474776
|
+
"displayName": "Metadata",
|
|
474777
|
+
"name": "values",
|
|
474778
|
+
"values": [
|
|
474779
|
+
{
|
|
474780
|
+
"displayName": "Key",
|
|
474781
|
+
"name": "key",
|
|
474782
|
+
"type": "string",
|
|
474783
|
+
"default": ""
|
|
474784
|
+
},
|
|
474785
|
+
{
|
|
474786
|
+
"displayName": "Type",
|
|
474787
|
+
"name": "type",
|
|
474788
|
+
"type": "options",
|
|
474789
|
+
"description": "The field value type",
|
|
474790
|
+
"options": [
|
|
474791
|
+
{
|
|
474792
|
+
"name": "Array",
|
|
474793
|
+
"value": "arrayValue"
|
|
474794
|
+
},
|
|
474795
|
+
{
|
|
474796
|
+
"name": "Boolean",
|
|
474797
|
+
"value": "booleanValue"
|
|
474798
|
+
},
|
|
474799
|
+
{
|
|
474800
|
+
"name": "Number",
|
|
474801
|
+
"value": "numberValue"
|
|
474802
|
+
},
|
|
474803
|
+
{
|
|
474804
|
+
"name": "Object",
|
|
474805
|
+
"value": "objectValue"
|
|
474806
|
+
},
|
|
474807
|
+
{
|
|
474808
|
+
"name": "String",
|
|
474809
|
+
"value": "stringValue"
|
|
474810
|
+
}
|
|
474811
|
+
],
|
|
474812
|
+
"default": "stringValue"
|
|
474813
|
+
},
|
|
474814
|
+
{
|
|
474815
|
+
"displayName": "Value",
|
|
474816
|
+
"name": "stringValue",
|
|
474817
|
+
"type": "string",
|
|
474818
|
+
"default": "",
|
|
474819
|
+
"displayOptions": {
|
|
474820
|
+
"show": {
|
|
474821
|
+
"type": [
|
|
474822
|
+
"stringValue"
|
|
474823
|
+
]
|
|
474824
|
+
}
|
|
474825
|
+
}
|
|
474826
|
+
},
|
|
474827
|
+
{
|
|
474828
|
+
"displayName": "Value",
|
|
474829
|
+
"name": "numberValue",
|
|
474830
|
+
"type": "string",
|
|
474831
|
+
"default": "",
|
|
474832
|
+
"displayOptions": {
|
|
474833
|
+
"show": {
|
|
474834
|
+
"type": [
|
|
474835
|
+
"numberValue"
|
|
474836
|
+
]
|
|
474837
|
+
}
|
|
474838
|
+
},
|
|
474839
|
+
"validateType": "number"
|
|
474840
|
+
},
|
|
474841
|
+
{
|
|
474842
|
+
"displayName": "Value",
|
|
474843
|
+
"name": "booleanValue",
|
|
474844
|
+
"type": "options",
|
|
474845
|
+
"default": "true",
|
|
474846
|
+
"options": [
|
|
474847
|
+
{
|
|
474848
|
+
"name": "True",
|
|
474849
|
+
"value": "true"
|
|
474850
|
+
},
|
|
474851
|
+
{
|
|
474852
|
+
"name": "False",
|
|
474853
|
+
"value": "false"
|
|
474854
|
+
}
|
|
474855
|
+
],
|
|
474856
|
+
"displayOptions": {
|
|
474857
|
+
"show": {
|
|
474858
|
+
"type": [
|
|
474859
|
+
"booleanValue"
|
|
474860
|
+
]
|
|
474861
|
+
}
|
|
474862
|
+
}
|
|
474863
|
+
},
|
|
474864
|
+
{
|
|
474865
|
+
"displayName": "Value",
|
|
474866
|
+
"name": "arrayValue",
|
|
474867
|
+
"type": "string",
|
|
474868
|
+
"default": "",
|
|
474869
|
+
"placeholder": "e.g. [ arrayItem1, arrayItem2, arrayItem3 ]",
|
|
474870
|
+
"displayOptions": {
|
|
474871
|
+
"show": {
|
|
474872
|
+
"type": [
|
|
474873
|
+
"arrayValue"
|
|
474874
|
+
]
|
|
474875
|
+
}
|
|
474876
|
+
},
|
|
474877
|
+
"validateType": "array"
|
|
474878
|
+
},
|
|
474879
|
+
{
|
|
474880
|
+
"displayName": "Value",
|
|
474881
|
+
"name": "objectValue",
|
|
474882
|
+
"type": "json",
|
|
474883
|
+
"default": "={}",
|
|
474884
|
+
"typeOptions": {
|
|
474885
|
+
"rows": 2
|
|
474886
|
+
},
|
|
474887
|
+
"displayOptions": {
|
|
474888
|
+
"show": {
|
|
474889
|
+
"type": [
|
|
474890
|
+
"objectValue"
|
|
474891
|
+
]
|
|
474892
|
+
}
|
|
474893
|
+
},
|
|
474894
|
+
"validateType": "object"
|
|
474895
|
+
}
|
|
474896
|
+
]
|
|
474897
|
+
}
|
|
474898
|
+
]
|
|
474899
|
+
},
|
|
474364
474900
|
{
|
|
474365
474901
|
"displayName": "Enable Streaming",
|
|
474366
474902
|
"name": "enableStreaming",
|
|
@@ -474558,6 +475094,142 @@
|
|
|
474558
475094
|
"default": true,
|
|
474559
475095
|
"description": "Whether or not binary images should be automatically passed through to the agent as image type messages"
|
|
474560
475096
|
},
|
|
475097
|
+
{
|
|
475098
|
+
"displayName": "Tracing Metadata",
|
|
475099
|
+
"name": "tracingMetadata",
|
|
475100
|
+
"type": "fixedCollection",
|
|
475101
|
+
"typeOptions": {
|
|
475102
|
+
"multipleValues": true
|
|
475103
|
+
},
|
|
475104
|
+
"default": {},
|
|
475105
|
+
"placeholder": "Add Metadata",
|
|
475106
|
+
"description": "Custom metadata added to tracing events",
|
|
475107
|
+
"options": [
|
|
475108
|
+
{
|
|
475109
|
+
"displayName": "Metadata",
|
|
475110
|
+
"name": "values",
|
|
475111
|
+
"values": [
|
|
475112
|
+
{
|
|
475113
|
+
"displayName": "Key",
|
|
475114
|
+
"name": "key",
|
|
475115
|
+
"type": "string",
|
|
475116
|
+
"default": ""
|
|
475117
|
+
},
|
|
475118
|
+
{
|
|
475119
|
+
"displayName": "Type",
|
|
475120
|
+
"name": "type",
|
|
475121
|
+
"type": "options",
|
|
475122
|
+
"description": "The field value type",
|
|
475123
|
+
"options": [
|
|
475124
|
+
{
|
|
475125
|
+
"name": "Array",
|
|
475126
|
+
"value": "arrayValue"
|
|
475127
|
+
},
|
|
475128
|
+
{
|
|
475129
|
+
"name": "Boolean",
|
|
475130
|
+
"value": "booleanValue"
|
|
475131
|
+
},
|
|
475132
|
+
{
|
|
475133
|
+
"name": "Number",
|
|
475134
|
+
"value": "numberValue"
|
|
475135
|
+
},
|
|
475136
|
+
{
|
|
475137
|
+
"name": "Object",
|
|
475138
|
+
"value": "objectValue"
|
|
475139
|
+
},
|
|
475140
|
+
{
|
|
475141
|
+
"name": "String",
|
|
475142
|
+
"value": "stringValue"
|
|
475143
|
+
}
|
|
475144
|
+
],
|
|
475145
|
+
"default": "stringValue"
|
|
475146
|
+
},
|
|
475147
|
+
{
|
|
475148
|
+
"displayName": "Value",
|
|
475149
|
+
"name": "stringValue",
|
|
475150
|
+
"type": "string",
|
|
475151
|
+
"default": "",
|
|
475152
|
+
"displayOptions": {
|
|
475153
|
+
"show": {
|
|
475154
|
+
"type": [
|
|
475155
|
+
"stringValue"
|
|
475156
|
+
]
|
|
475157
|
+
}
|
|
475158
|
+
}
|
|
475159
|
+
},
|
|
475160
|
+
{
|
|
475161
|
+
"displayName": "Value",
|
|
475162
|
+
"name": "numberValue",
|
|
475163
|
+
"type": "string",
|
|
475164
|
+
"default": "",
|
|
475165
|
+
"displayOptions": {
|
|
475166
|
+
"show": {
|
|
475167
|
+
"type": [
|
|
475168
|
+
"numberValue"
|
|
475169
|
+
]
|
|
475170
|
+
}
|
|
475171
|
+
},
|
|
475172
|
+
"validateType": "number"
|
|
475173
|
+
},
|
|
475174
|
+
{
|
|
475175
|
+
"displayName": "Value",
|
|
475176
|
+
"name": "booleanValue",
|
|
475177
|
+
"type": "options",
|
|
475178
|
+
"default": "true",
|
|
475179
|
+
"options": [
|
|
475180
|
+
{
|
|
475181
|
+
"name": "True",
|
|
475182
|
+
"value": "true"
|
|
475183
|
+
},
|
|
475184
|
+
{
|
|
475185
|
+
"name": "False",
|
|
475186
|
+
"value": "false"
|
|
475187
|
+
}
|
|
475188
|
+
],
|
|
475189
|
+
"displayOptions": {
|
|
475190
|
+
"show": {
|
|
475191
|
+
"type": [
|
|
475192
|
+
"booleanValue"
|
|
475193
|
+
]
|
|
475194
|
+
}
|
|
475195
|
+
}
|
|
475196
|
+
},
|
|
475197
|
+
{
|
|
475198
|
+
"displayName": "Value",
|
|
475199
|
+
"name": "arrayValue",
|
|
475200
|
+
"type": "string",
|
|
475201
|
+
"default": "",
|
|
475202
|
+
"placeholder": "e.g. [ arrayItem1, arrayItem2, arrayItem3 ]",
|
|
475203
|
+
"displayOptions": {
|
|
475204
|
+
"show": {
|
|
475205
|
+
"type": [
|
|
475206
|
+
"arrayValue"
|
|
475207
|
+
]
|
|
475208
|
+
}
|
|
475209
|
+
},
|
|
475210
|
+
"validateType": "array"
|
|
475211
|
+
},
|
|
475212
|
+
{
|
|
475213
|
+
"displayName": "Value",
|
|
475214
|
+
"name": "objectValue",
|
|
475215
|
+
"type": "json",
|
|
475216
|
+
"default": "={}",
|
|
475217
|
+
"typeOptions": {
|
|
475218
|
+
"rows": 2
|
|
475219
|
+
},
|
|
475220
|
+
"displayOptions": {
|
|
475221
|
+
"show": {
|
|
475222
|
+
"type": [
|
|
475223
|
+
"objectValue"
|
|
475224
|
+
]
|
|
475225
|
+
}
|
|
475226
|
+
},
|
|
475227
|
+
"validateType": "object"
|
|
475228
|
+
}
|
|
475229
|
+
]
|
|
475230
|
+
}
|
|
475231
|
+
]
|
|
475232
|
+
},
|
|
474561
475233
|
{
|
|
474562
475234
|
"displayName": "Enable Streaming",
|
|
474563
475235
|
"name": "enableStreaming",
|
|
@@ -492421,7 +493093,7 @@
|
|
|
492421
493093
|
],
|
|
492422
493094
|
"icon": {
|
|
492423
493095
|
"light": "file:../VectorStorePinecone/pinecone.svg",
|
|
492424
|
-
"dark": "file
|
|
493096
|
+
"dark": "file:../VectorStorePinecone/pinecone.dark.svg"
|
|
492425
493097
|
},
|
|
492426
493098
|
"usableAsTool": false,
|
|
492427
493099
|
"schema": {
|
|
@@ -492992,6 +493664,103 @@
|
|
|
492992
493664
|
]
|
|
492993
493665
|
}
|
|
492994
493666
|
}
|
|
493667
|
+
},
|
|
493668
|
+
{
|
|
493669
|
+
"displayName": "Options",
|
|
493670
|
+
"name": "options",
|
|
493671
|
+
"type": "collection",
|
|
493672
|
+
"placeholder": "Add Option",
|
|
493673
|
+
"default": {},
|
|
493674
|
+
"options": [
|
|
493675
|
+
{
|
|
493676
|
+
"displayName": "Metadata Filter",
|
|
493677
|
+
"name": "metadata",
|
|
493678
|
+
"type": "fixedCollection",
|
|
493679
|
+
"description": "Metadata to filter the document by",
|
|
493680
|
+
"typeOptions": {
|
|
493681
|
+
"multipleValues": true
|
|
493682
|
+
},
|
|
493683
|
+
"default": {},
|
|
493684
|
+
"placeholder": "Add filter field",
|
|
493685
|
+
"options": [
|
|
493686
|
+
{
|
|
493687
|
+
"name": "metadataValues",
|
|
493688
|
+
"displayName": "Fields to Set",
|
|
493689
|
+
"values": [
|
|
493690
|
+
{
|
|
493691
|
+
"displayName": "Name",
|
|
493692
|
+
"name": "name",
|
|
493693
|
+
"type": "string",
|
|
493694
|
+
"default": "",
|
|
493695
|
+
"required": true
|
|
493696
|
+
},
|
|
493697
|
+
{
|
|
493698
|
+
"displayName": "Value",
|
|
493699
|
+
"name": "value",
|
|
493700
|
+
"type": "string",
|
|
493701
|
+
"default": ""
|
|
493702
|
+
}
|
|
493703
|
+
]
|
|
493704
|
+
}
|
|
493705
|
+
]
|
|
493706
|
+
}
|
|
493707
|
+
],
|
|
493708
|
+
"displayOptions": {
|
|
493709
|
+
"show": {
|
|
493710
|
+
"mode": [
|
|
493711
|
+
"load",
|
|
493712
|
+
"retrieve-as-tool"
|
|
493713
|
+
]
|
|
493714
|
+
}
|
|
493715
|
+
}
|
|
493716
|
+
},
|
|
493717
|
+
{
|
|
493718
|
+
"displayName": "Options",
|
|
493719
|
+
"name": "options",
|
|
493720
|
+
"type": "collection",
|
|
493721
|
+
"placeholder": "Add Option",
|
|
493722
|
+
"default": {},
|
|
493723
|
+
"options": [
|
|
493724
|
+
{
|
|
493725
|
+
"displayName": "Metadata Filter",
|
|
493726
|
+
"name": "metadata",
|
|
493727
|
+
"type": "fixedCollection",
|
|
493728
|
+
"description": "Metadata to filter the document by",
|
|
493729
|
+
"typeOptions": {
|
|
493730
|
+
"multipleValues": true
|
|
493731
|
+
},
|
|
493732
|
+
"default": {},
|
|
493733
|
+
"placeholder": "Add filter field",
|
|
493734
|
+
"options": [
|
|
493735
|
+
{
|
|
493736
|
+
"name": "metadataValues",
|
|
493737
|
+
"displayName": "Fields to Set",
|
|
493738
|
+
"values": [
|
|
493739
|
+
{
|
|
493740
|
+
"displayName": "Name",
|
|
493741
|
+
"name": "name",
|
|
493742
|
+
"type": "string",
|
|
493743
|
+
"default": "",
|
|
493744
|
+
"required": true
|
|
493745
|
+
},
|
|
493746
|
+
{
|
|
493747
|
+
"displayName": "Value",
|
|
493748
|
+
"name": "value",
|
|
493749
|
+
"type": "string",
|
|
493750
|
+
"default": ""
|
|
493751
|
+
}
|
|
493752
|
+
]
|
|
493753
|
+
}
|
|
493754
|
+
]
|
|
493755
|
+
}
|
|
493756
|
+
],
|
|
493757
|
+
"displayOptions": {
|
|
493758
|
+
"show": {
|
|
493759
|
+
"mode": [
|
|
493760
|
+
"retrieve"
|
|
493761
|
+
]
|
|
493762
|
+
}
|
|
493763
|
+
}
|
|
492995
493764
|
}
|
|
492996
493765
|
],
|
|
492997
493766
|
"sourcePath": "/.n8n-cache/packages/@n8n/nodes-langchain/dist/nodes/vector_store/ChatHubVectorStoreQdrant/ChatHubVectorStoreQdrant.node.js"
|
|
@@ -503320,7 +504089,8 @@
|
|
|
503320
504089
|
"displayName": "Microsoft Agent 365 Trigger",
|
|
503321
504090
|
"description": "Trigger for Microsoft Agent 365",
|
|
503322
504091
|
"version": [
|
|
503323
|
-
1
|
|
504092
|
+
1,
|
|
504093
|
+
1.1
|
|
503324
504094
|
],
|
|
503325
504095
|
"group": [
|
|
503326
504096
|
"trigger"
|
|
@@ -517620,7 +518390,8 @@
|
|
|
517620
518390
|
"version": [
|
|
517621
518391
|
1,
|
|
517622
518392
|
2,
|
|
517623
|
-
2.1
|
|
518393
|
+
2.1,
|
|
518394
|
+
2.2
|
|
517624
518395
|
],
|
|
517625
518396
|
"group": [
|
|
517626
518397
|
"input"
|
|
@@ -532163,7 +532934,10 @@
|
|
|
532163
532934
|
"type": "n8n-nodes-base.baserowTool",
|
|
532164
532935
|
"displayName": "Baserow Tool",
|
|
532165
532936
|
"description": "Consume the Baserow API",
|
|
532166
|
-
"version":
|
|
532937
|
+
"version": [
|
|
532938
|
+
1,
|
|
532939
|
+
1.1
|
|
532940
|
+
],
|
|
532167
532941
|
"group": [
|
|
532168
532942
|
"output"
|
|
532169
532943
|
],
|
|
@@ -532171,6 +532945,22 @@
|
|
|
532171
532945
|
"usableAsTool": false,
|
|
532172
532946
|
"schema": {
|
|
532173
532947
|
"properties": [
|
|
532948
|
+
{
|
|
532949
|
+
"displayName": "Authentication",
|
|
532950
|
+
"name": "authentication",
|
|
532951
|
+
"type": "options",
|
|
532952
|
+
"options": [
|
|
532953
|
+
{
|
|
532954
|
+
"name": "Username & Password",
|
|
532955
|
+
"value": "usernamePassword"
|
|
532956
|
+
},
|
|
532957
|
+
{
|
|
532958
|
+
"name": "Database Token",
|
|
532959
|
+
"value": "databaseToken"
|
|
532960
|
+
}
|
|
532961
|
+
],
|
|
532962
|
+
"default": "usernamePassword"
|
|
532963
|
+
},
|
|
532174
532964
|
{
|
|
532175
532965
|
"displayName": "Resource",
|
|
532176
532966
|
"name": "resource",
|
|
@@ -532197,6 +532987,24 @@
|
|
|
532197
532987
|
}
|
|
532198
532988
|
},
|
|
532199
532989
|
"options": [
|
|
532990
|
+
{
|
|
532991
|
+
"name": "Batch Create",
|
|
532992
|
+
"value": "batchCreate",
|
|
532993
|
+
"description": "Create up to 200 rows in one request",
|
|
532994
|
+
"action": "Create multiple rows"
|
|
532995
|
+
},
|
|
532996
|
+
{
|
|
532997
|
+
"name": "Batch Delete",
|
|
532998
|
+
"value": "batchDelete",
|
|
532999
|
+
"description": "Delete up to 200 rows in one request",
|
|
533000
|
+
"action": "Delete multiple rows"
|
|
533001
|
+
},
|
|
533002
|
+
{
|
|
533003
|
+
"name": "Batch Update",
|
|
533004
|
+
"value": "batchUpdate",
|
|
533005
|
+
"description": "Update up to 200 rows in one request",
|
|
533006
|
+
"action": "Update multiple rows"
|
|
533007
|
+
},
|
|
532200
533008
|
{
|
|
532201
533009
|
"name": "Create",
|
|
532202
533010
|
"value": "create",
|
|
@@ -532234,11 +533042,18 @@
|
|
|
532234
533042
|
"displayName": "Database Name or ID",
|
|
532235
533043
|
"name": "databaseId",
|
|
532236
533044
|
"type": "options",
|
|
532237
|
-
"default": "",
|
|
533045
|
+
"default": "0",
|
|
532238
533046
|
"required": true,
|
|
532239
533047
|
"description": "Database to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.",
|
|
532240
533048
|
"typeOptions": {
|
|
532241
533049
|
"loadOptionsMethod": "getDatabaseIds"
|
|
533050
|
+
},
|
|
533051
|
+
"displayOptions": {
|
|
533052
|
+
"hide": {
|
|
533053
|
+
"authentication": [
|
|
533054
|
+
"databaseToken"
|
|
533055
|
+
]
|
|
533056
|
+
}
|
|
532242
533057
|
}
|
|
532243
533058
|
},
|
|
532244
533059
|
{
|
|
@@ -532305,7 +533120,9 @@
|
|
|
532305
533120
|
"show": {
|
|
532306
533121
|
"operation": [
|
|
532307
533122
|
"create",
|
|
532308
|
-
"update"
|
|
533123
|
+
"update",
|
|
533124
|
+
"batchCreate",
|
|
533125
|
+
"batchUpdate"
|
|
532309
533126
|
]
|
|
532310
533127
|
}
|
|
532311
533128
|
},
|
|
@@ -532320,7 +533137,9 @@
|
|
|
532320
533137
|
"show": {
|
|
532321
533138
|
"operation": [
|
|
532322
533139
|
"create",
|
|
532323
|
-
"update"
|
|
533140
|
+
"update",
|
|
533141
|
+
"batchCreate",
|
|
533142
|
+
"batchUpdate"
|
|
532324
533143
|
],
|
|
532325
533144
|
"dataToSend": [
|
|
532326
533145
|
"autoMapInputData"
|
|
@@ -532380,6 +533199,113 @@
|
|
|
532380
533199
|
}
|
|
532381
533200
|
]
|
|
532382
533201
|
},
|
|
533202
|
+
{
|
|
533203
|
+
"displayName": "Rows",
|
|
533204
|
+
"name": "rowsUi",
|
|
533205
|
+
"type": "fixedCollection",
|
|
533206
|
+
"typeOptions": {
|
|
533207
|
+
"multipleValues": true
|
|
533208
|
+
},
|
|
533209
|
+
"placeholder": "Add Row",
|
|
533210
|
+
"displayOptions": {
|
|
533211
|
+
"show": {
|
|
533212
|
+
"operation": [
|
|
533213
|
+
"batchCreate",
|
|
533214
|
+
"batchUpdate"
|
|
533215
|
+
],
|
|
533216
|
+
"dataToSend": [
|
|
533217
|
+
"defineBelow"
|
|
533218
|
+
]
|
|
533219
|
+
}
|
|
533220
|
+
},
|
|
533221
|
+
"default": [],
|
|
533222
|
+
"options": [
|
|
533223
|
+
{
|
|
533224
|
+
"name": "rowValues",
|
|
533225
|
+
"displayName": "Row",
|
|
533226
|
+
"values": [
|
|
533227
|
+
{
|
|
533228
|
+
"displayName": "Row ID",
|
|
533229
|
+
"name": "id",
|
|
533230
|
+
"type": "string",
|
|
533231
|
+
"displayOptions": {
|
|
533232
|
+
"show": {
|
|
533233
|
+
"/operation": [
|
|
533234
|
+
"batchUpdate"
|
|
533235
|
+
]
|
|
533236
|
+
}
|
|
533237
|
+
},
|
|
533238
|
+
"default": "",
|
|
533239
|
+
"required": true,
|
|
533240
|
+
"description": "Row ID to update (required for batch update)"
|
|
533241
|
+
},
|
|
533242
|
+
{
|
|
533243
|
+
"displayName": "Fields",
|
|
533244
|
+
"name": "fieldsUi",
|
|
533245
|
+
"type": "fixedCollection",
|
|
533246
|
+
"typeOptions": {
|
|
533247
|
+
"multipleValues": true,
|
|
533248
|
+
"multipleValueButtonText": "Add Field"
|
|
533249
|
+
},
|
|
533250
|
+
"default": {},
|
|
533251
|
+
"options": [
|
|
533252
|
+
{
|
|
533253
|
+
"name": "fieldValues",
|
|
533254
|
+
"displayName": "Field",
|
|
533255
|
+
"values": [
|
|
533256
|
+
{
|
|
533257
|
+
"displayName": "Field Name or ID",
|
|
533258
|
+
"name": "fieldId",
|
|
533259
|
+
"type": "options",
|
|
533260
|
+
"description": "Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>",
|
|
533261
|
+
"typeOptions": {
|
|
533262
|
+
"loadOptionsDependsOn": [
|
|
533263
|
+
"tableId"
|
|
533264
|
+
],
|
|
533265
|
+
"loadOptionsMethod": "getTableFields"
|
|
533266
|
+
},
|
|
533267
|
+
"default": ""
|
|
533268
|
+
},
|
|
533269
|
+
{
|
|
533270
|
+
"displayName": "Field Value",
|
|
533271
|
+
"name": "fieldValue",
|
|
533272
|
+
"type": "string",
|
|
533273
|
+
"default": ""
|
|
533274
|
+
}
|
|
533275
|
+
]
|
|
533276
|
+
}
|
|
533277
|
+
]
|
|
533278
|
+
}
|
|
533279
|
+
]
|
|
533280
|
+
}
|
|
533281
|
+
]
|
|
533282
|
+
},
|
|
533283
|
+
{
|
|
533284
|
+
"displayName": "Data to Send",
|
|
533285
|
+
"name": "dataToSend",
|
|
533286
|
+
"type": "options",
|
|
533287
|
+
"options": [
|
|
533288
|
+
{
|
|
533289
|
+
"name": "Auto-Map Input Data",
|
|
533290
|
+
"value": "autoMapInputData",
|
|
533291
|
+
"description": "Collect row IDs from input items automatically"
|
|
533292
|
+
},
|
|
533293
|
+
{
|
|
533294
|
+
"name": "Define Below",
|
|
533295
|
+
"value": "defineBelow",
|
|
533296
|
+
"description": "Manually specify row IDs"
|
|
533297
|
+
}
|
|
533298
|
+
],
|
|
533299
|
+
"displayOptions": {
|
|
533300
|
+
"show": {
|
|
533301
|
+
"operation": [
|
|
533302
|
+
"batchDelete"
|
|
533303
|
+
]
|
|
533304
|
+
}
|
|
533305
|
+
},
|
|
533306
|
+
"default": "defineBelow",
|
|
533307
|
+
"description": "Choose whether to manually enter row IDs or map them from input data"
|
|
533308
|
+
},
|
|
532383
533309
|
{
|
|
532384
533310
|
"displayName": "Row ID",
|
|
532385
533311
|
"name": "rowId",
|
|
@@ -532395,6 +533321,44 @@
|
|
|
532395
533321
|
"required": true,
|
|
532396
533322
|
"description": "ID of the row to delete"
|
|
532397
533323
|
},
|
|
533324
|
+
{
|
|
533325
|
+
"displayName": "Row IDs",
|
|
533326
|
+
"name": "rowIds",
|
|
533327
|
+
"type": "string",
|
|
533328
|
+
"typeOptions": {
|
|
533329
|
+
"multipleValues": true
|
|
533330
|
+
},
|
|
533331
|
+
"default": [],
|
|
533332
|
+
"placeholder": "Add Row ID",
|
|
533333
|
+
"displayOptions": {
|
|
533334
|
+
"show": {
|
|
533335
|
+
"operation": [
|
|
533336
|
+
"batchDelete"
|
|
533337
|
+
],
|
|
533338
|
+
"dataToSend": [
|
|
533339
|
+
"defineBelow"
|
|
533340
|
+
]
|
|
533341
|
+
}
|
|
533342
|
+
},
|
|
533343
|
+
"description": "IDs of the rows to delete"
|
|
533344
|
+
},
|
|
533345
|
+
{
|
|
533346
|
+
"displayName": "Property Containing Row ID",
|
|
533347
|
+
"name": "rowIdProperty",
|
|
533348
|
+
"type": "string",
|
|
533349
|
+
"default": "id",
|
|
533350
|
+
"displayOptions": {
|
|
533351
|
+
"show": {
|
|
533352
|
+
"operation": [
|
|
533353
|
+
"batchDelete"
|
|
533354
|
+
],
|
|
533355
|
+
"dataToSend": [
|
|
533356
|
+
"autoMapInputData"
|
|
533357
|
+
]
|
|
533358
|
+
}
|
|
533359
|
+
},
|
|
533360
|
+
"description": "Name of the property in each input item that contains the row ID"
|
|
533361
|
+
},
|
|
532398
533362
|
{
|
|
532399
533363
|
"displayName": "Return All",
|
|
532400
533364
|
"name": "returnAll",
|
|
@@ -532478,110 +533442,300 @@
|
|
|
532478
533442
|
"description": "Operator to compare field and value with",
|
|
532479
533443
|
"type": "options",
|
|
532480
533444
|
"options": [
|
|
533445
|
+
{
|
|
533446
|
+
"name": "Equal",
|
|
533447
|
+
"value": "equal",
|
|
533448
|
+
"description": "Field value is exactly equal to the given value"
|
|
533449
|
+
},
|
|
533450
|
+
{
|
|
533451
|
+
"name": "Not Equal",
|
|
533452
|
+
"value": "not_equal",
|
|
533453
|
+
"description": "Field value is not equal to the given value"
|
|
533454
|
+
},
|
|
532481
533455
|
{
|
|
532482
533456
|
"name": "Contains",
|
|
532483
533457
|
"value": "contains",
|
|
532484
|
-
"description": "Field contains
|
|
533458
|
+
"description": "Field value contains the given substring (case-insensitive)"
|
|
532485
533459
|
},
|
|
532486
533460
|
{
|
|
532487
533461
|
"name": "Contains Not",
|
|
532488
533462
|
"value": "contains_not",
|
|
532489
|
-
"description": "Field does not contain
|
|
533463
|
+
"description": "Field value does not contain the given substring (case-insensitive)"
|
|
532490
533464
|
},
|
|
532491
533465
|
{
|
|
532492
|
-
"name": "
|
|
532493
|
-
"value": "
|
|
532494
|
-
"description": "Field
|
|
533466
|
+
"name": "Contains Word",
|
|
533467
|
+
"value": "contains_word",
|
|
533468
|
+
"description": "Field contains the full word (case-insensitive match on word boundaries)"
|
|
532495
533469
|
},
|
|
532496
533470
|
{
|
|
532497
|
-
"name": "
|
|
532498
|
-
"value": "
|
|
532499
|
-
"description": "Field
|
|
533471
|
+
"name": "Does Not Contain Word",
|
|
533472
|
+
"value": "doesnt_contain_word",
|
|
533473
|
+
"description": "Field does not contain the full word (case-insensitive)"
|
|
532500
533474
|
},
|
|
532501
533475
|
{
|
|
532502
|
-
"name": "
|
|
532503
|
-
"value": "
|
|
532504
|
-
"description": "Field is
|
|
533476
|
+
"name": "Length Is Lower Than",
|
|
533477
|
+
"value": "length_is_lower_than",
|
|
533478
|
+
"description": "Field value length is shorter than the given number"
|
|
532505
533479
|
},
|
|
532506
533480
|
{
|
|
532507
|
-
"name": "
|
|
532508
|
-
"value": "
|
|
532509
|
-
"description": "Field
|
|
533481
|
+
"name": "Higher Than",
|
|
533482
|
+
"value": "higher_than",
|
|
533483
|
+
"description": "Field value is greater than the given number"
|
|
533484
|
+
},
|
|
533485
|
+
{
|
|
533486
|
+
"name": "Higher Than or Equal",
|
|
533487
|
+
"value": "higher_than_or_equal",
|
|
533488
|
+
"description": "Field value is greater than or equal to the given number"
|
|
533489
|
+
},
|
|
533490
|
+
{
|
|
533491
|
+
"name": "Lower Than",
|
|
533492
|
+
"value": "lower_than",
|
|
533493
|
+
"description": "Field value is less than the given number"
|
|
533494
|
+
},
|
|
533495
|
+
{
|
|
533496
|
+
"name": "Lower Than or Equal",
|
|
533497
|
+
"value": "lower_than_or_equal",
|
|
533498
|
+
"description": "Field value is less than or equal to the given number"
|
|
533499
|
+
},
|
|
533500
|
+
{
|
|
533501
|
+
"name": "Is Even And Whole",
|
|
533502
|
+
"value": "is_even_and_whole",
|
|
533503
|
+
"description": "Field value is an even whole number (no decimals)"
|
|
533504
|
+
},
|
|
533505
|
+
{
|
|
533506
|
+
"name": "Date Is",
|
|
533507
|
+
"value": "date_is",
|
|
533508
|
+
"description": "Date matches the given day. Format: `Europe/Berlin??2024-09-17` (Timezone??YYYY-MM-DD)."
|
|
533509
|
+
},
|
|
533510
|
+
{
|
|
533511
|
+
"name": "Date Is Not",
|
|
533512
|
+
"value": "date_is_not",
|
|
533513
|
+
"description": "Date does not match the given day. Format: `UTC??2024-09-17`."
|
|
533514
|
+
},
|
|
533515
|
+
{
|
|
533516
|
+
"name": "Date Is Before",
|
|
533517
|
+
"value": "date_is_before",
|
|
533518
|
+
"description": "Date is strictly before the given day. Format: `UTC??2024-09-17`."
|
|
533519
|
+
},
|
|
533520
|
+
{
|
|
533521
|
+
"name": "Date Is On Or Before",
|
|
533522
|
+
"value": "date_is_on_or_before",
|
|
533523
|
+
"description": "Date is before or equal to the given day. Format: `UTC??2024-09-17`."
|
|
533524
|
+
},
|
|
533525
|
+
{
|
|
533526
|
+
"name": "Date Is After",
|
|
533527
|
+
"value": "date_is_after",
|
|
533528
|
+
"description": "Date is strictly after the given day. Format: `UTC??2024-09-17`."
|
|
533529
|
+
},
|
|
533530
|
+
{
|
|
533531
|
+
"name": "Date Is On Or After",
|
|
533532
|
+
"value": "date_is_on_or_after",
|
|
533533
|
+
"description": "Date is after or equal to the given day. Format: `UTC??2024-09-17`."
|
|
533534
|
+
},
|
|
533535
|
+
{
|
|
533536
|
+
"name": "Date Is Within",
|
|
533537
|
+
"value": "date_is_within",
|
|
533538
|
+
"description": "Date is within the next X days. Format: `UTC??30` (Timezone??NumberOfDays)."
|
|
532510
533539
|
},
|
|
532511
533540
|
{
|
|
532512
533541
|
"name": "Date Equals Today",
|
|
532513
533542
|
"value": "date_equals_today",
|
|
532514
|
-
"description": "
|
|
533543
|
+
"description": "Date is today. Format: `UTC??today`. (Deprecated but kept for compatibility)."
|
|
533544
|
+
},
|
|
533545
|
+
{
|
|
533546
|
+
"name": "Date Equals Month",
|
|
533547
|
+
"value": "date_equals_month",
|
|
533548
|
+
"description": "Date is in the given month. Format: `UTC??2024-09`. (Deprecated but kept for compatibility)."
|
|
532515
533549
|
},
|
|
532516
533550
|
{
|
|
532517
533551
|
"name": "Date Equals Year",
|
|
532518
533552
|
"value": "date_equals_year",
|
|
532519
|
-
"description": "
|
|
533553
|
+
"description": "Date is in the given year. Format: `UTC??2024`. (Deprecated but kept for compatibility)."
|
|
533554
|
+
},
|
|
533555
|
+
{
|
|
533556
|
+
"name": "Date Equals Day Of Month",
|
|
533557
|
+
"value": "date_equals_day_of_month",
|
|
533558
|
+
"description": "Day of month matches the given number. Format: `UTC??15` (1-31)."
|
|
533559
|
+
},
|
|
533560
|
+
{
|
|
533561
|
+
"name": "Date Equal (Deprecated)",
|
|
533562
|
+
"value": "date_equal",
|
|
533563
|
+
"description": "Field is date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is (date_is)."
|
|
532520
533564
|
},
|
|
532521
533565
|
{
|
|
532522
|
-
"name": "Date Not Equal",
|
|
533566
|
+
"name": "Date Not Equal (Deprecated)",
|
|
532523
533567
|
"value": "date_not_equal",
|
|
532524
|
-
"description": "Field is not date. Format:
|
|
533568
|
+
"description": "Field is not date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is Not (date_is_not)."
|
|
532525
533569
|
},
|
|
532526
533570
|
{
|
|
532527
|
-
"name": "
|
|
532528
|
-
"value": "
|
|
532529
|
-
"description": "Field
|
|
533571
|
+
"name": "Date Before (Deprecated)",
|
|
533572
|
+
"value": "date_before",
|
|
533573
|
+
"description": "Field before this date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is Before (date_is_before)."
|
|
532530
533574
|
},
|
|
532531
533575
|
{
|
|
532532
|
-
"name": "
|
|
532533
|
-
"value": "
|
|
532534
|
-
"description": "Field
|
|
533576
|
+
"name": "Date Before Or Equal (Deprecated)",
|
|
533577
|
+
"value": "date_before_or_equal",
|
|
533578
|
+
"description": "Field on or before this date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is On Or Before (date_is_on_or_before)."
|
|
532535
533579
|
},
|
|
532536
533580
|
{
|
|
532537
|
-
"name": "
|
|
532538
|
-
"value": "
|
|
532539
|
-
"description": "Field
|
|
533581
|
+
"name": "Date After (Deprecated)",
|
|
533582
|
+
"value": "date_after",
|
|
533583
|
+
"description": "Field after this date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is After (date_is_after)."
|
|
532540
533584
|
},
|
|
532541
533585
|
{
|
|
532542
|
-
"name": "
|
|
532543
|
-
"value": "
|
|
532544
|
-
"description": "Field
|
|
533586
|
+
"name": "Date After Or Equal (Deprecated)",
|
|
533587
|
+
"value": "date_after_or_equal",
|
|
533588
|
+
"description": "Field after or equal to this date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is On Or After (date_is_on_or_after)."
|
|
532545
533589
|
},
|
|
532546
533590
|
{
|
|
532547
|
-
"name": "
|
|
532548
|
-
"value": "
|
|
532549
|
-
"description": "
|
|
533591
|
+
"name": "Date After Days Ago (Deprecated)",
|
|
533592
|
+
"value": "date_after_days_ago",
|
|
533593
|
+
"description": "Date is after X days ago. Format: `UTC?10`. Prefer using Date Is On Or After with NR_DAYS_AGO."
|
|
532550
533594
|
},
|
|
532551
533595
|
{
|
|
532552
|
-
"name": "
|
|
532553
|
-
"value": "
|
|
532554
|
-
"description": "
|
|
533596
|
+
"name": "Date Within Days (Deprecated)",
|
|
533597
|
+
"value": "date_within_days",
|
|
533598
|
+
"description": "Date is within N days from today. Format: `UTC?30`. Prefer using Date Is Within (date_is_within)."
|
|
532555
533599
|
},
|
|
532556
533600
|
{
|
|
532557
|
-
"name": "
|
|
532558
|
-
"value": "
|
|
532559
|
-
"description": "
|
|
533601
|
+
"name": "Date Within Weeks (Deprecated)",
|
|
533602
|
+
"value": "date_within_weeks",
|
|
533603
|
+
"description": "Date is within N weeks from today. Format: `UTC?4`. Prefer using Date Is Within."
|
|
532560
533604
|
},
|
|
532561
533605
|
{
|
|
532562
|
-
"name": "
|
|
532563
|
-
"value": "
|
|
532564
|
-
"description": "
|
|
533606
|
+
"name": "Date Within Months (Deprecated)",
|
|
533607
|
+
"value": "date_within_months",
|
|
533608
|
+
"description": "Date is within N months from today. Format: `UTC?3`. Prefer using Date Is Within."
|
|
532565
533609
|
},
|
|
532566
533610
|
{
|
|
532567
|
-
"name": "
|
|
532568
|
-
"value": "
|
|
532569
|
-
"description": "
|
|
533611
|
+
"name": "Date Equals Days Ago (Deprecated)",
|
|
533612
|
+
"value": "date_equals_days_ago",
|
|
533613
|
+
"description": "Date is exactly N days ago. Format: `UTC?5`."
|
|
532570
533614
|
},
|
|
532571
533615
|
{
|
|
532572
|
-
"name": "
|
|
532573
|
-
"value": "
|
|
532574
|
-
"description": "
|
|
533616
|
+
"name": "Date Equals Months Ago (Deprecated)",
|
|
533617
|
+
"value": "date_equals_months_ago",
|
|
533618
|
+
"description": "Date is exactly N months ago. Format: `UTC?2`."
|
|
533619
|
+
},
|
|
533620
|
+
{
|
|
533621
|
+
"name": "Date Equals Years Ago (Deprecated)",
|
|
533622
|
+
"value": "date_equals_years_ago",
|
|
533623
|
+
"description": "Date is exactly N years ago. Format: `UTC?1`."
|
|
533624
|
+
},
|
|
533625
|
+
{
|
|
533626
|
+
"name": "Date Before Today (Deprecated)",
|
|
533627
|
+
"value": "date_before_today",
|
|
533628
|
+
"description": "Date is before today. Format: `UTC`. Prefer using Date Is Before with operator TODAY."
|
|
533629
|
+
},
|
|
533630
|
+
{
|
|
533631
|
+
"name": "Date After Today (Deprecated)",
|
|
533632
|
+
"value": "date_after_today",
|
|
533633
|
+
"description": "Date is after today. Format: `UTC`. Prefer using Date Is After with operator TODAY."
|
|
533634
|
+
},
|
|
533635
|
+
{
|
|
533636
|
+
"name": "Date Equals Current Week (Deprecated)",
|
|
533637
|
+
"value": "date_equals_week",
|
|
533638
|
+
"description": "Date is within current week. Format: `UTC`. Prefer using Date Is with THIS_WEEK."
|
|
533639
|
+
},
|
|
533640
|
+
{
|
|
533641
|
+
"name": "Filename Contains",
|
|
533642
|
+
"value": "filename_contains",
|
|
533643
|
+
"description": "Filename contains the given substring"
|
|
533644
|
+
},
|
|
533645
|
+
{
|
|
533646
|
+
"name": "Has File Type",
|
|
533647
|
+
"value": "has_file_type",
|
|
533648
|
+
"description": "File type is \"image\" or \"document\""
|
|
533649
|
+
},
|
|
533650
|
+
{
|
|
533651
|
+
"name": "Files Lower Than",
|
|
533652
|
+
"value": "files_lower_than",
|
|
533653
|
+
"description": "Number of attached files is less than the given number"
|
|
532575
533654
|
},
|
|
532576
533655
|
{
|
|
532577
533656
|
"name": "Single Select Equal",
|
|
532578
533657
|
"value": "single_select_equal",
|
|
532579
|
-
"description": "
|
|
533658
|
+
"description": "Single select option matches given option ID"
|
|
532580
533659
|
},
|
|
532581
533660
|
{
|
|
532582
533661
|
"name": "Single Select Not Equal",
|
|
532583
533662
|
"value": "single_select_not_equal",
|
|
532584
|
-
"description": "
|
|
533663
|
+
"description": "Single select option does not match given option ID"
|
|
533664
|
+
},
|
|
533665
|
+
{
|
|
533666
|
+
"name": "Single Select Is Any Of",
|
|
533667
|
+
"value": "single_select_is_any_of",
|
|
533668
|
+
"description": "Single select option is one of the given option IDs. Format: `1,2,3`."
|
|
533669
|
+
},
|
|
533670
|
+
{
|
|
533671
|
+
"name": "Single Select Is None Of",
|
|
533672
|
+
"value": "single_select_is_none_of",
|
|
533673
|
+
"description": "Single select option is none of the given option IDs. Format: `1,2,3`."
|
|
533674
|
+
},
|
|
533675
|
+
{
|
|
533676
|
+
"name": "Multiple Select Has",
|
|
533677
|
+
"value": "multiple_select_has",
|
|
533678
|
+
"description": "Multiple select has at least one of the given option IDs. Format: `1,2,3`."
|
|
533679
|
+
},
|
|
533680
|
+
{
|
|
533681
|
+
"name": "Multiple Select Has Not",
|
|
533682
|
+
"value": "multiple_select_has_not",
|
|
533683
|
+
"description": "Multiple select has none of the given option IDs. Format: `1,2,3`."
|
|
533684
|
+
},
|
|
533685
|
+
{
|
|
533686
|
+
"name": "Collaborators Has",
|
|
533687
|
+
"value": "multiple_collaborators_has",
|
|
533688
|
+
"description": "Field includes the given user ID"
|
|
533689
|
+
},
|
|
533690
|
+
{
|
|
533691
|
+
"name": "Collaborators Has Not",
|
|
533692
|
+
"value": "multiple_collaborators_has_not",
|
|
533693
|
+
"description": "Field excludes the given user ID"
|
|
533694
|
+
},
|
|
533695
|
+
{
|
|
533696
|
+
"name": "User Is",
|
|
533697
|
+
"value": "user_is",
|
|
533698
|
+
"description": "Row created by or last modified by the given user ID"
|
|
533699
|
+
},
|
|
533700
|
+
{
|
|
533701
|
+
"name": "User Is Not",
|
|
533702
|
+
"value": "user_is_not",
|
|
533703
|
+
"description": "Row was not created or modified by the given user ID"
|
|
533704
|
+
},
|
|
533705
|
+
{
|
|
533706
|
+
"name": "Link Row Has",
|
|
533707
|
+
"value": "link_row_has",
|
|
533708
|
+
"description": "Field links to the given row ID"
|
|
533709
|
+
},
|
|
533710
|
+
{
|
|
533711
|
+
"name": "Link Row Has Not",
|
|
533712
|
+
"value": "link_row_has_not",
|
|
533713
|
+
"description": "Field does not link to the given row ID"
|
|
533714
|
+
},
|
|
533715
|
+
{
|
|
533716
|
+
"name": "Link Row Contains",
|
|
533717
|
+
"value": "link_row_contains",
|
|
533718
|
+
"description": "Linked row value contains the given text (case-insensitive)"
|
|
533719
|
+
},
|
|
533720
|
+
{
|
|
533721
|
+
"name": "Link Row Not Contains",
|
|
533722
|
+
"value": "link_row_not_contains",
|
|
533723
|
+
"description": "Linked row value does not contain the given text"
|
|
533724
|
+
},
|
|
533725
|
+
{
|
|
533726
|
+
"name": "Is True",
|
|
533727
|
+
"value": "boolean",
|
|
533728
|
+
"description": "Boolean field is true (false if not set)"
|
|
533729
|
+
},
|
|
533730
|
+
{
|
|
533731
|
+
"name": "Is Empty",
|
|
533732
|
+
"value": "empty",
|
|
533733
|
+
"description": "Field is empty (null or blank)"
|
|
533734
|
+
},
|
|
533735
|
+
{
|
|
533736
|
+
"name": "Is Not Empty",
|
|
533737
|
+
"value": "not_empty",
|
|
533738
|
+
"description": "Field is not empty"
|
|
532585
533739
|
}
|
|
532586
533740
|
],
|
|
532587
533741
|
"default": "equal"
|
|
@@ -532718,12 +533872,20 @@
|
|
|
532718
533872
|
"tool",
|
|
532719
533873
|
"consume",
|
|
532720
533874
|
"output",
|
|
533875
|
+
"usernamepassword",
|
|
533876
|
+
"databasetoken",
|
|
532721
533877
|
"row",
|
|
532722
533878
|
"rows",
|
|
533879
|
+
"batchCreate",
|
|
532723
533880
|
"create",
|
|
533881
|
+
"multiple",
|
|
533882
|
+
"batch",
|
|
533883
|
+
"batchDelete",
|
|
533884
|
+
"delete",
|
|
533885
|
+
"batchUpdate",
|
|
533886
|
+
"update",
|
|
532724
533887
|
"creating",
|
|
532725
533888
|
"creation",
|
|
532726
|
-
"delete",
|
|
532727
533889
|
"deleting",
|
|
532728
533890
|
"deletion",
|
|
532729
533891
|
"get",
|
|
@@ -532732,7 +533894,6 @@
|
|
|
532732
533894
|
"fetching",
|
|
532733
533895
|
"getAll",
|
|
532734
533896
|
"many",
|
|
532735
|
-
"update",
|
|
532736
533897
|
"updating",
|
|
532737
533898
|
"database",
|
|
532738
533899
|
"name",
|
|
@@ -532749,7 +533910,7 @@
|
|
|
532749
533910
|
],
|
|
532750
533911
|
"operations": [],
|
|
532751
533912
|
"useCases": [],
|
|
532752
|
-
"keywordScore":
|
|
533913
|
+
"keywordScore": 48,
|
|
532753
533914
|
"hasDocumentation": false,
|
|
532754
533915
|
"markdownUrl": null,
|
|
532755
533916
|
"markdownFile": null
|
|
@@ -608824,7 +609985,7 @@
|
|
|
608824
609985
|
"name": "startDate",
|
|
608825
609986
|
"type": "dateTime",
|
|
608826
609987
|
"required": true,
|
|
608827
|
-
"default": "2026-03-
|
|
609988
|
+
"default": "2026-03-16T00:00:00.000+00:00",
|
|
608828
609989
|
"displayOptions": {
|
|
608829
609990
|
"show": {
|
|
608830
609991
|
"resource": [
|
|
@@ -608847,7 +610008,7 @@
|
|
|
608847
610008
|
"name": "endDate",
|
|
608848
610009
|
"type": "dateTime",
|
|
608849
610010
|
"required": true,
|
|
608850
|
-
"default": "2026-03-
|
|
610011
|
+
"default": "2026-03-23T00:00:00.000+00:00",
|
|
608851
610012
|
"displayOptions": {
|
|
608852
610013
|
"show": {
|
|
608853
610014
|
"resource": [
|
|
@@ -610194,7 +611355,7 @@
|
|
|
610194
611355
|
"name": "startDate",
|
|
610195
611356
|
"type": "dateTime",
|
|
610196
611357
|
"required": true,
|
|
610197
|
-
"default": "2026-03-
|
|
611358
|
+
"default": "2026-03-16T00:00:00.000+00:00",
|
|
610198
611359
|
"displayOptions": {
|
|
610199
611360
|
"show": {
|
|
610200
611361
|
"resource": [
|
|
@@ -610217,7 +611378,7 @@
|
|
|
610217
611378
|
"name": "endDate",
|
|
610218
611379
|
"type": "dateTime",
|
|
610219
611380
|
"required": true,
|
|
610220
|
-
"default": "2026-03-
|
|
611381
|
+
"default": "2026-03-23T00:00:00.000+00:00",
|
|
610221
611382
|
"displayOptions": {
|
|
610222
611383
|
"show": {
|
|
610223
611384
|
"resource": [
|
|
@@ -708968,7 +710129,7 @@
|
|
|
708968
710129
|
"displayName": "Start",
|
|
708969
710130
|
"name": "startDateTime",
|
|
708970
710131
|
"type": "dateTime",
|
|
708971
|
-
"default": "2026-03-
|
|
710132
|
+
"default": "2026-03-24T17:41:34.726+00:00",
|
|
708972
710133
|
"required": true,
|
|
708973
710134
|
"displayOptions": {
|
|
708974
710135
|
"show": {
|
|
@@ -708986,7 +710147,7 @@
|
|
|
708986
710147
|
"name": "endDateTime",
|
|
708987
710148
|
"type": "dateTime",
|
|
708988
710149
|
"required": true,
|
|
708989
|
-
"default": "2026-03-
|
|
710150
|
+
"default": "2026-03-24T18:11:34.726+00:00",
|
|
708990
710151
|
"displayOptions": {
|
|
708991
710152
|
"show": {
|
|
708992
710153
|
"resource": [
|
|
@@ -739396,14 +740557,14 @@
|
|
|
739396
740557
|
{
|
|
739397
740558
|
"type": "regex",
|
|
739398
740559
|
"properties": {
|
|
739399
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
740560
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
739400
740561
|
"errorMessage": "Not a valid Notion Block URL"
|
|
739401
740562
|
}
|
|
739402
740563
|
}
|
|
739403
740564
|
],
|
|
739404
740565
|
"extractValue": {
|
|
739405
740566
|
"type": "regex",
|
|
739406
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
740567
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
739407
740568
|
}
|
|
739408
740569
|
},
|
|
739409
740570
|
{
|
|
@@ -739467,7 +740628,7 @@
|
|
|
739467
740628
|
{
|
|
739468
740629
|
"type": "regex",
|
|
739469
740630
|
"properties": {
|
|
739470
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
740631
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
739471
740632
|
"errorMessage": "Not a valid Notion Block URL"
|
|
739472
740633
|
}
|
|
739473
740634
|
}
|
|
@@ -743295,14 +744456,14 @@
|
|
|
743295
744456
|
{
|
|
743296
744457
|
"type": "regex",
|
|
743297
744458
|
"properties": {
|
|
743298
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
744459
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
743299
744460
|
"errorMessage": "Not a valid Notion Block URL"
|
|
743300
744461
|
}
|
|
743301
744462
|
}
|
|
743302
744463
|
],
|
|
743303
744464
|
"extractValue": {
|
|
743304
744465
|
"type": "regex",
|
|
743305
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
744466
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
743306
744467
|
}
|
|
743307
744468
|
},
|
|
743308
744469
|
{
|
|
@@ -743366,7 +744527,7 @@
|
|
|
743366
744527
|
{
|
|
743367
744528
|
"type": "regex",
|
|
743368
744529
|
"properties": {
|
|
743369
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
744530
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
743370
744531
|
"errorMessage": "Not a valid Notion Block URL"
|
|
743371
744532
|
}
|
|
743372
744533
|
}
|
|
@@ -748688,14 +749849,14 @@
|
|
|
748688
749849
|
{
|
|
748689
749850
|
"type": "regex",
|
|
748690
749851
|
"properties": {
|
|
748691
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
749852
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
748692
749853
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
748693
749854
|
}
|
|
748694
749855
|
}
|
|
748695
749856
|
],
|
|
748696
749857
|
"extractValue": {
|
|
748697
749858
|
"type": "regex",
|
|
748698
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
749859
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
748699
749860
|
}
|
|
748700
749861
|
},
|
|
748701
749862
|
{
|
|
@@ -749640,14 +750801,14 @@
|
|
|
749640
750801
|
{
|
|
749641
750802
|
"type": "regex",
|
|
749642
750803
|
"properties": {
|
|
749643
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
750804
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
749644
750805
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
749645
750806
|
}
|
|
749646
750807
|
}
|
|
749647
750808
|
],
|
|
749648
750809
|
"extractValue": {
|
|
749649
750810
|
"type": "regex",
|
|
749650
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
750811
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
749651
750812
|
}
|
|
749652
750813
|
},
|
|
749653
750814
|
{
|
|
@@ -749739,14 +750900,14 @@
|
|
|
749739
750900
|
{
|
|
749740
750901
|
"type": "regex",
|
|
749741
750902
|
"properties": {
|
|
749742
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
750903
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
749743
750904
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
749744
750905
|
}
|
|
749745
750906
|
}
|
|
749746
750907
|
],
|
|
749747
750908
|
"extractValue": {
|
|
749748
750909
|
"type": "regex",
|
|
749749
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
750910
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
749750
750911
|
}
|
|
749751
750912
|
},
|
|
749752
750913
|
{
|
|
@@ -756111,14 +757272,14 @@
|
|
|
756111
757272
|
{
|
|
756112
757273
|
"type": "regex",
|
|
756113
757274
|
"properties": {
|
|
756114
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
757275
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
756115
757276
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
756116
757277
|
}
|
|
756117
757278
|
}
|
|
756118
757279
|
],
|
|
756119
757280
|
"extractValue": {
|
|
756120
757281
|
"type": "regex",
|
|
756121
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
757282
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
756122
757283
|
}
|
|
756123
757284
|
},
|
|
756124
757285
|
{
|
|
@@ -756200,14 +757361,14 @@
|
|
|
756200
757361
|
{
|
|
756201
757362
|
"type": "regex",
|
|
756202
757363
|
"properties": {
|
|
756203
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
757364
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*",
|
|
756204
757365
|
"errorMessage": "Not a valid Notion Database Page URL"
|
|
756205
757366
|
}
|
|
756206
757367
|
}
|
|
756207
757368
|
],
|
|
756208
757369
|
"extractValue": {
|
|
756209
757370
|
"type": "regex",
|
|
756210
|
-
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-
|
|
757371
|
+
"regex": "(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
|
|
756211
757372
|
}
|
|
756212
757373
|
},
|
|
756213
757374
|
{
|