@n8n-as-code/skills 1.7.0 → 1.7.1-next.7

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-04-03T16:11:44.493Z",
2
+ "generatedAt": "2026-04-07T11:58:17.879Z",
3
3
  "sourceFileCount": 655,
4
4
  "scanDirectories": [
5
5
  "/home/runner/work/n8n-as-code/n8n-as-code/.n8n-cache/packages/nodes-base/dist/nodes",
@@ -126510,7 +126510,7 @@
126510
126510
  "name": "startDate",
126511
126511
  "type": "dateTime",
126512
126512
  "required": true,
126513
- "default": "2026-03-26T00:00:00.000+00:00",
126513
+ "default": "2026-03-30T00:00:00.000+00:00",
126514
126514
  "displayOptions": {
126515
126515
  "show": {
126516
126516
  "resource": [
@@ -126533,7 +126533,7 @@
126533
126533
  "name": "endDate",
126534
126534
  "type": "dateTime",
126535
126535
  "required": true,
126536
- "default": "2026-04-02T00:00:00.000+00:00",
126536
+ "default": "2026-04-06T00:00:00.000+00:00",
126537
126537
  "displayOptions": {
126538
126538
  "show": {
126539
126539
  "resource": [
@@ -127880,7 +127880,7 @@
127880
127880
  "name": "startDate",
127881
127881
  "type": "dateTime",
127882
127882
  "required": true,
127883
- "default": "2026-03-26T00:00:00.000+00:00",
127883
+ "default": "2026-03-30T00:00:00.000+00:00",
127884
127884
  "displayOptions": {
127885
127885
  "show": {
127886
127886
  "resource": [
@@ -127903,7 +127903,7 @@
127903
127903
  "name": "endDate",
127904
127904
  "type": "dateTime",
127905
127905
  "required": true,
127906
- "default": "2026-04-02T00:00:00.000+00:00",
127906
+ "default": "2026-04-06T00:00:00.000+00:00",
127907
127907
  "displayOptions": {
127908
127908
  "show": {
127909
127909
  "resource": [
@@ -229715,7 +229715,7 @@
229715
229715
  "displayName": "Start",
229716
229716
  "name": "startDateTime",
229717
229717
  "type": "dateTime",
229718
- "default": "2026-04-03T16:11:41.342+00:00",
229718
+ "default": "2026-04-07T11:58:14.060+00:00",
229719
229719
  "required": true,
229720
229720
  "displayOptions": {
229721
229721
  "show": {
@@ -229733,7 +229733,7 @@
229733
229733
  "name": "endDateTime",
229734
229734
  "type": "dateTime",
229735
229735
  "required": true,
229736
- "default": "2026-04-03T16:41:41.342+00:00",
229736
+ "default": "2026-04-07T12:28:14.060+00:00",
229737
229737
  "displayOptions": {
229738
229738
  "show": {
229739
229739
  "resource": [
@@ -240666,9 +240666,35 @@
240666
240666
  }
240667
240667
  },
240668
240668
  "default": "",
240669
- "placeholder": "SELECT id, name FROM product WHERE id < 40",
240669
+ "placeholder": "SELECT id, name FROM product WHERE quantity > $1 AND price <= $2",
240670
240670
  "required": true,
240671
- "description": "The SQL query to execute"
240671
+ "description": "The SQL query to execute. You can use n8n expressions and $1, $2, $3, etc to refer to the 'Query Parameters' set in options below.",
240672
+ "hint": "Consider using query parameters to prevent SQL injection attacks. Add them in the options below"
240673
+ },
240674
+ {
240675
+ "displayName": "Options",
240676
+ "name": "options",
240677
+ "type": "collection",
240678
+ "placeholder": "Add option",
240679
+ "default": {},
240680
+ "displayOptions": {
240681
+ "show": {
240682
+ "operation": [
240683
+ "executeQuery"
240684
+ ]
240685
+ }
240686
+ },
240687
+ "options": [
240688
+ {
240689
+ "displayName": "Query Parameters",
240690
+ "name": "queryReplacement",
240691
+ "type": "string",
240692
+ "default": "",
240693
+ "placeholder": "e.g. value1,value2,value3",
240694
+ "description": "Comma-separated list of values to use as query parameters. Reference them in the query as $1, $2, $3, etc. You can drag values from the input panel on the left.",
240695
+ "hint": "Comma-separated list of values: reference them in your query as $1, $2, $3…"
240696
+ }
240697
+ ]
240672
240698
  },
240673
240699
  {
240674
240700
  "displayName": "Table",
@@ -432262,6 +432288,23 @@
432262
432288
  ],
432263
432289
  "version": 1,
432264
432290
  "properties": [
432291
+ {
432292
+ "displayName": "Authentication",
432293
+ "name": "authType",
432294
+ "type": "options",
432295
+ "options": [
432296
+ {
432297
+ "name": "Basic Auth",
432298
+ "value": "basicAuth"
432299
+ },
432300
+ {
432301
+ "name": "OAuth2 (WordPress.com)",
432302
+ "value": "oAuth2"
432303
+ }
432304
+ ],
432305
+ "default": "basicAuth",
432306
+ "description": "The authentication method to use"
432307
+ },
432265
432308
  {
432266
432309
  "displayName": "Resource",
432267
432310
  "name": "resource",
@@ -437679,6 +437722,12 @@
437679
437722
  "value": "getAll",
437680
437723
  "description": "Retrieve many tickets",
437681
437724
  "action": "Get many tickets"
437725
+ },
437726
+ {
437727
+ "name": "Update",
437728
+ "value": "update",
437729
+ "description": "Update a ticket",
437730
+ "action": "Update a ticket"
437682
437731
  }
437683
437732
  ],
437684
437733
  "default": "create"
@@ -437781,6 +437830,24 @@
437781
437830
  }
437782
437831
  }
437783
437832
  },
437833
+ {
437834
+ "displayName": "Ticket ID",
437835
+ "name": "id",
437836
+ "type": "string",
437837
+ "default": "",
437838
+ "description": "Ticket to update. Specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.",
437839
+ "required": true,
437840
+ "displayOptions": {
437841
+ "show": {
437842
+ "resource": [
437843
+ "ticket"
437844
+ ],
437845
+ "operation": [
437846
+ "update"
437847
+ ]
437848
+ }
437849
+ }
437850
+ },
437784
437851
  {
437785
437852
  "displayName": "Article",
437786
437853
  "name": "article",
@@ -437928,14 +437995,142 @@
437928
437995
  "displayName": "Custom Field",
437929
437996
  "values": [
437930
437997
  {
437931
- "displayName": "Field Name or ID",
437998
+ "displayName": "Field Name",
437932
437999
  "name": "name",
437933
438000
  "type": "options",
437934
438001
  "typeOptions": {
437935
438002
  "loadOptionsMethod": "loadTicketCustomFields"
437936
438003
  },
437937
438004
  "default": "",
437938
- "description": "Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
438005
+ "description": "Internal name of the custom field to set. Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
438006
+ },
438007
+ {
438008
+ "displayName": "Value",
438009
+ "name": "value",
438010
+ "type": "string",
438011
+ "default": "",
438012
+ "description": "Value to set on the custom field"
438013
+ }
438014
+ ]
438015
+ }
438016
+ ]
438017
+ }
438018
+ ]
438019
+ },
438020
+ {
438021
+ "displayName": "Update Fields",
438022
+ "name": "updateFields",
438023
+ "type": "collection",
438024
+ "displayOptions": {
438025
+ "show": {
438026
+ "resource": [
438027
+ "ticket"
438028
+ ],
438029
+ "operation": [
438030
+ "update"
438031
+ ]
438032
+ }
438033
+ },
438034
+ "default": {},
438035
+ "placeholder": "Add Field",
438036
+ "options": [
438037
+ {
438038
+ "displayName": "Title",
438039
+ "name": "title",
438040
+ "type": "string",
438041
+ "default": "",
438042
+ "description": "Title of the ticket"
438043
+ },
438044
+ {
438045
+ "displayName": "Group",
438046
+ "name": "group",
438047
+ "type": "options",
438048
+ "typeOptions": {
438049
+ "loadOptionsMethod": "loadGroupNames"
438050
+ },
438051
+ "default": "",
438052
+ "description": "Group that will own the ticket. Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
438053
+ },
438054
+ {
438055
+ "displayName": "State",
438056
+ "name": "state_id",
438057
+ "type": "options",
438058
+ "typeOptions": {
438059
+ "loadOptionsMethod": "loadTicketStates"
438060
+ },
438061
+ "default": "",
438062
+ "description": "State of the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
438063
+ },
438064
+ {
438065
+ "displayName": "Pending Time",
438066
+ "name": "pending_time",
438067
+ "type": "dateTime",
438068
+ "default": "",
438069
+ "description": "Date and time when the pending ticket should be activated (required for pending reminder, pending close, and snooze states)"
438070
+ },
438071
+ {
438072
+ "displayName": "Priority",
438073
+ "name": "priority_id",
438074
+ "type": "options",
438075
+ "typeOptions": {
438076
+ "loadOptionsMethod": "loadTicketPriorities"
438077
+ },
438078
+ "default": "",
438079
+ "description": "Priority of the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
438080
+ },
438081
+ {
438082
+ "displayName": "Owner",
438083
+ "name": "owner_id",
438084
+ "type": "options",
438085
+ "typeOptions": {
438086
+ "loadOptionsMethod": "loadUsers"
438087
+ },
438088
+ "default": "",
438089
+ "description": "Agent responsible for the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
438090
+ },
438091
+ {
438092
+ "displayName": "Customer",
438093
+ "name": "customer_id",
438094
+ "type": "options",
438095
+ "typeOptions": {
438096
+ "loadOptionsMethod": "loadCustomerIds"
438097
+ },
438098
+ "default": "",
438099
+ "description": "Customer associated with the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
438100
+ },
438101
+ {
438102
+ "displayName": "Note",
438103
+ "name": "note",
438104
+ "type": "string",
438105
+ "typeOptions": {
438106
+ "editor": "htmlEditor"
438107
+ },
438108
+ "default": "",
438109
+ "description": "Internal note for the ticket"
438110
+ },
438111
+ {
438112
+ "displayName": "Custom Fields",
438113
+ "name": "customFieldsUi",
438114
+ "type": "fixedCollection",
438115
+ "default": {},
438116
+ "placeholder": "Add Custom Field",
438117
+ "typeOptions": {
438118
+ "multipleValues": true
438119
+ },
438120
+ "options": [
438121
+ {
438122
+ "name": "customFieldPairs",
438123
+ "displayName": "Custom Field",
438124
+ "values": [
438125
+ {
438126
+ "displayName": "Field Name",
438127
+ "name": "name",
438128
+ "type": "options",
438129
+ "typeOptions": {
438130
+ "loadOptionsMethod": "loadTicketCustomFields"
438131
+ },
438132
+ "default": "",
438133
+ "description": "Internal name of the custom field to set. Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
437939
438134
  },
437940
438135
  {
437941
438136
  "displayName": "Value",
@@ -587728,7 +587923,7 @@
587728
587923
  "name": "startDate",
587729
587924
  "type": "dateTime",
587730
587925
  "required": true,
587731
- "default": "2026-03-26T00:00:00.000+00:00",
587926
+ "default": "2026-03-30T00:00:00.000+00:00",
587732
587927
  "displayOptions": {
587733
587928
  "show": {
587734
587929
  "resource": [
@@ -587751,7 +587946,7 @@
587751
587946
  "name": "endDate",
587752
587947
  "type": "dateTime",
587753
587948
  "required": true,
587754
- "default": "2026-04-02T00:00:00.000+00:00",
587949
+ "default": "2026-04-06T00:00:00.000+00:00",
587755
587950
  "displayOptions": {
587756
587951
  "show": {
587757
587952
  "resource": [
@@ -589098,7 +589293,7 @@
589098
589293
  "name": "startDate",
589099
589294
  "type": "dateTime",
589100
589295
  "required": true,
589101
- "default": "2026-03-26T00:00:00.000+00:00",
589296
+ "default": "2026-03-30T00:00:00.000+00:00",
589102
589297
  "displayOptions": {
589103
589298
  "show": {
589104
589299
  "resource": [
@@ -589121,7 +589316,7 @@
589121
589316
  "name": "endDate",
589122
589317
  "type": "dateTime",
589123
589318
  "required": true,
589124
- "default": "2026-04-02T00:00:00.000+00:00",
589319
+ "default": "2026-04-06T00:00:00.000+00:00",
589125
589320
  "displayOptions": {
589126
589321
  "show": {
589127
589322
  "resource": [
@@ -684161,7 +684356,7 @@
684161
684356
  "displayName": "Start",
684162
684357
  "name": "startDateTime",
684163
684358
  "type": "dateTime",
684164
- "default": "2026-04-03T16:11:41.342+00:00",
684359
+ "default": "2026-04-07T11:58:14.060+00:00",
684165
684360
  "required": true,
684166
684361
  "displayOptions": {
684167
684362
  "show": {
@@ -684179,7 +684374,7 @@
684179
684374
  "name": "endDateTime",
684180
684375
  "type": "dateTime",
684181
684376
  "required": true,
684182
- "default": "2026-04-03T16:41:41.342+00:00",
684377
+ "default": "2026-04-07T12:28:14.060+00:00",
684183
684378
  "displayOptions": {
684184
684379
  "show": {
684185
684380
  "resource": [
@@ -694913,9 +695108,35 @@
694913
695108
  }
694914
695109
  },
694915
695110
  "default": "",
694916
- "placeholder": "SELECT id, name FROM product WHERE id < 40",
695111
+ "placeholder": "SELECT id, name FROM product WHERE quantity > $1 AND price <= $2",
694917
695112
  "required": true,
694918
- "description": "The SQL query to execute"
695113
+ "description": "The SQL query to execute. You can use n8n expressions and $1, $2, $3, etc to refer to the 'Query Parameters' set in options below.",
695114
+ "hint": "Consider using query parameters to prevent SQL injection attacks. Add them in the options below"
695115
+ },
695116
+ {
695117
+ "displayName": "Options",
695118
+ "name": "options",
695119
+ "type": "collection",
695120
+ "placeholder": "Add option",
695121
+ "default": {},
695122
+ "displayOptions": {
695123
+ "show": {
695124
+ "operation": [
695125
+ "executeQuery"
695126
+ ]
695127
+ }
695128
+ },
695129
+ "options": [
695130
+ {
695131
+ "displayName": "Query Parameters",
695132
+ "name": "queryReplacement",
695133
+ "type": "string",
695134
+ "default": "",
695135
+ "placeholder": "e.g. value1,value2,value3",
695136
+ "description": "Comma-separated list of values to use as query parameters. Reference them in the query as $1, $2, $3, etc. You can drag values from the input panel on the left.",
695137
+ "hint": "Comma-separated list of values: reference them in your query as $1, $2, $3…"
695138
+ }
695139
+ ]
694919
695140
  },
694920
695141
  {
694921
695142
  "displayName": "Table",
@@ -869218,6 +869439,23 @@
869218
869439
  ],
869219
869440
  "version": 1,
869220
869441
  "properties": [
869442
+ {
869443
+ "displayName": "Authentication",
869444
+ "name": "authType",
869445
+ "type": "options",
869446
+ "options": [
869447
+ {
869448
+ "name": "Basic Auth",
869449
+ "value": "basicAuth"
869450
+ },
869451
+ {
869452
+ "name": "OAuth2 (WordPress.com)",
869453
+ "value": "oAuth2"
869454
+ }
869455
+ ],
869456
+ "default": "basicAuth",
869457
+ "description": "The authentication method to use"
869458
+ },
869221
869459
  {
869222
869460
  "displayName": "Resource",
869223
869461
  "name": "resource",
@@ -874337,6 +874575,12 @@
874337
874575
  "value": "getAll",
874338
874576
  "description": "Retrieve many tickets",
874339
874577
  "action": "Get many tickets"
874578
+ },
874579
+ {
874580
+ "name": "Update",
874581
+ "value": "update",
874582
+ "description": "Update a ticket",
874583
+ "action": "Update a ticket"
874340
874584
  }
874341
874585
  ],
874342
874586
  "default": "create"
@@ -874439,6 +874683,24 @@
874439
874683
  }
874440
874684
  }
874441
874685
  },
874686
+ {
874687
+ "displayName": "Ticket ID",
874688
+ "name": "id",
874689
+ "type": "string",
874690
+ "default": "",
874691
+ "description": "Ticket to update. Specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.",
874692
+ "required": true,
874693
+ "displayOptions": {
874694
+ "show": {
874695
+ "resource": [
874696
+ "ticket"
874697
+ ],
874698
+ "operation": [
874699
+ "update"
874700
+ ]
874701
+ }
874702
+ }
874703
+ },
874442
874704
  {
874443
874705
  "displayName": "Article",
874444
874706
  "name": "article",
@@ -874586,14 +874848,142 @@
874586
874848
  "displayName": "Custom Field",
874587
874849
  "values": [
874588
874850
  {
874589
- "displayName": "Field Name or ID",
874851
+ "displayName": "Field Name",
874590
874852
  "name": "name",
874591
874853
  "type": "options",
874592
874854
  "typeOptions": {
874593
874855
  "loadOptionsMethod": "loadTicketCustomFields"
874594
874856
  },
874595
874857
  "default": "",
874596
- "description": "Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
874858
+ "description": "Internal name of the custom field to set. Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
874859
+ },
874860
+ {
874861
+ "displayName": "Value",
874862
+ "name": "value",
874863
+ "type": "string",
874864
+ "default": "",
874865
+ "description": "Value to set on the custom field"
874866
+ }
874867
+ ]
874868
+ }
874869
+ ]
874870
+ }
874871
+ ]
874872
+ },
874873
+ {
874874
+ "displayName": "Update Fields",
874875
+ "name": "updateFields",
874876
+ "type": "collection",
874877
+ "displayOptions": {
874878
+ "show": {
874879
+ "resource": [
874880
+ "ticket"
874881
+ ],
874882
+ "operation": [
874883
+ "update"
874884
+ ]
874885
+ }
874886
+ },
874887
+ "default": {},
874888
+ "placeholder": "Add Field",
874889
+ "options": [
874890
+ {
874891
+ "displayName": "Title",
874892
+ "name": "title",
874893
+ "type": "string",
874894
+ "default": "",
874895
+ "description": "Title of the ticket"
874896
+ },
874897
+ {
874898
+ "displayName": "Group",
874899
+ "name": "group",
874900
+ "type": "options",
874901
+ "typeOptions": {
874902
+ "loadOptionsMethod": "loadGroupNames"
874903
+ },
874904
+ "default": "",
874905
+ "description": "Group that will own the ticket. Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
874906
+ },
874907
+ {
874908
+ "displayName": "State",
874909
+ "name": "state_id",
874910
+ "type": "options",
874911
+ "typeOptions": {
874912
+ "loadOptionsMethod": "loadTicketStates"
874913
+ },
874914
+ "default": "",
874915
+ "description": "State of the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
874916
+ },
874917
+ {
874918
+ "displayName": "Pending Time",
874919
+ "name": "pending_time",
874920
+ "type": "dateTime",
874921
+ "default": "",
874922
+ "description": "Date and time when the pending ticket should be activated (required for pending reminder, pending close, and snooze states)"
874923
+ },
874924
+ {
874925
+ "displayName": "Priority",
874926
+ "name": "priority_id",
874927
+ "type": "options",
874928
+ "typeOptions": {
874929
+ "loadOptionsMethod": "loadTicketPriorities"
874930
+ },
874931
+ "default": "",
874932
+ "description": "Priority of the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
874933
+ },
874934
+ {
874935
+ "displayName": "Owner",
874936
+ "name": "owner_id",
874937
+ "type": "options",
874938
+ "typeOptions": {
874939
+ "loadOptionsMethod": "loadUsers"
874940
+ },
874941
+ "default": "",
874942
+ "description": "Agent responsible for the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
874943
+ },
874944
+ {
874945
+ "displayName": "Customer",
874946
+ "name": "customer_id",
874947
+ "type": "options",
874948
+ "typeOptions": {
874949
+ "loadOptionsMethod": "loadCustomerIds"
874950
+ },
874951
+ "default": "",
874952
+ "description": "Customer associated with the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
874953
+ },
874954
+ {
874955
+ "displayName": "Note",
874956
+ "name": "note",
874957
+ "type": "string",
874958
+ "typeOptions": {
874959
+ "editor": "htmlEditor"
874960
+ },
874961
+ "default": "",
874962
+ "description": "Internal note for the ticket"
874963
+ },
874964
+ {
874965
+ "displayName": "Custom Fields",
874966
+ "name": "customFieldsUi",
874967
+ "type": "fixedCollection",
874968
+ "default": {},
874969
+ "placeholder": "Add Custom Field",
874970
+ "typeOptions": {
874971
+ "multipleValues": true
874972
+ },
874973
+ "options": [
874974
+ {
874975
+ "name": "customFieldPairs",
874976
+ "displayName": "Custom Field",
874977
+ "values": [
874978
+ {
874979
+ "displayName": "Field Name",
874980
+ "name": "name",
874981
+ "type": "options",
874982
+ "typeOptions": {
874983
+ "loadOptionsMethod": "loadTicketCustomFields"
874984
+ },
874985
+ "default": "",
874986
+ "description": "Internal name of the custom field to set. Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."
874597
874987
  },
874598
874988
  {
874599
874989
  "displayName": "Value",