n8n-nodes-base 2.34.0 → 2.34.2

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.
Files changed (112) hide show
  1. package/dist/cjs/build.tsbuildinfo +1 -1
  2. package/dist/node-definitions/.nodes-hash +1 -1
  3. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v1/resource_row/operation_get_all.ts +1 -1
  4. package/dist/node-definitions/nodes/n8n-nodes-base/baserow/v11/resource_row/operation_get_all.ts +1 -1
  5. package/dist/node-definitions/nodes/n8n-nodes-base/googleAnalytics/v2/resource_report/operation_get.ts +2 -2
  6. package/dist/node-definitions/nodes/n8n-nodes-base/graphql/v1.schema.js +1 -1
  7. package/dist/node-definitions/nodes/n8n-nodes-base/graphql/v1.ts +1 -1
  8. package/dist/node-definitions/nodes/n8n-nodes-base/graphql/v11.schema.js +1 -1
  9. package/dist/node-definitions/nodes/n8n-nodes-base/graphql/v11.ts +1 -1
  10. package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_create.ts +2 -2
  11. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v1/resource_document/operation_aggregate.schema.js +1 -0
  12. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v1/resource_document/operation_aggregate.ts +8 -2
  13. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v1/resource_document/operation_delete.schema.js +1 -0
  14. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v1/resource_document/operation_delete.ts +8 -1
  15. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v1/resource_document/operation_find.schema.js +1 -0
  16. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v1/resource_document/operation_find.ts +8 -1
  17. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v11/resource_document/operation_aggregate.schema.js +1 -0
  18. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v11/resource_document/operation_aggregate.ts +8 -2
  19. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v11/resource_document/operation_delete.schema.js +1 -0
  20. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v11/resource_document/operation_delete.ts +8 -1
  21. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v11/resource_document/operation_find.schema.js +1 -0
  22. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v11/resource_document/operation_find.ts +8 -1
  23. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v12/resource_document/operation_aggregate.schema.js +1 -0
  24. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v12/resource_document/operation_aggregate.ts +8 -2
  25. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v12/resource_document/operation_delete.schema.js +1 -0
  26. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v12/resource_document/operation_delete.ts +8 -1
  27. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v12/resource_document/operation_find.schema.js +1 -0
  28. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v12/resource_document/operation_find.ts +8 -1
  29. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v13/resource_document/operation_aggregate.schema.js +1 -0
  30. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v13/resource_document/operation_aggregate.ts +8 -2
  31. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v13/resource_document/operation_delete.schema.js +1 -0
  32. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v13/resource_document/operation_delete.ts +8 -1
  33. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v13/resource_document/operation_find.schema.js +1 -0
  34. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v13/resource_document/operation_find.ts +8 -1
  35. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v14/resource_document/operation_aggregate.schema.js +1 -0
  36. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v14/resource_document/operation_aggregate.ts +8 -2
  37. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v14/resource_document/operation_delete.schema.js +1 -0
  38. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v14/resource_document/operation_delete.ts +8 -1
  39. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v14/resource_document/operation_find.schema.js +1 -0
  40. package/dist/node-definitions/nodes/n8n-nodes-base/mongoDb/v14/resource_document/operation_find.ts +8 -1
  41. package/dist/nodes/Baserow/OperationDescription.js +1 -1
  42. package/dist/nodes/Baserow/OperationDescription.js.map +1 -1
  43. package/dist/nodes/EditImage/EditImage.node.d.ts.map +1 -1
  44. package/dist/nodes/EditImage/EditImage.node.js +45 -3
  45. package/dist/nodes/EditImage/EditImage.node.js.map +1 -1
  46. package/dist/nodes/Filter/V1/GenericFunctions.d.ts +1 -0
  47. package/dist/nodes/Filter/V1/GenericFunctions.d.ts.map +1 -1
  48. package/dist/nodes/Filter/V1/GenericFunctions.js +7 -28
  49. package/dist/nodes/Filter/V1/GenericFunctions.js.map +1 -1
  50. package/dist/nodes/Form/utils/formCompletionUtils.d.ts.map +1 -1
  51. package/dist/nodes/Form/utils/formCompletionUtils.js +3 -1
  52. package/dist/nodes/Form/utils/formCompletionUtils.js.map +1 -1
  53. package/dist/nodes/Git/Git.node.d.ts.map +1 -1
  54. package/dist/nodes/Git/Git.node.js +28 -4
  55. package/dist/nodes/Git/Git.node.js.map +1 -1
  56. package/dist/nodes/GraphQL/GraphQL.node.d.ts.map +1 -1
  57. package/dist/nodes/GraphQL/GraphQL.node.js +31 -45
  58. package/dist/nodes/GraphQL/GraphQL.node.js.map +1 -1
  59. package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.d.ts.map +1 -1
  60. package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js +19 -21
  61. package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js.map +1 -1
  62. package/dist/nodes/If/V1/IfV1.node.d.ts +2 -1
  63. package/dist/nodes/If/V1/IfV1.node.d.ts.map +1 -1
  64. package/dist/nodes/If/V1/IfV1.node.js +7 -28
  65. package/dist/nodes/If/V1/IfV1.node.js.map +1 -1
  66. package/dist/nodes/KoBoToolbox/GenericFunctions.d.ts.map +1 -1
  67. package/dist/nodes/KoBoToolbox/GenericFunctions.js +1 -2
  68. package/dist/nodes/KoBoToolbox/GenericFunctions.js.map +1 -1
  69. package/dist/nodes/Microsoft/Sql/GenericFunctions.d.ts.map +1 -1
  70. package/dist/nodes/Microsoft/Sql/GenericFunctions.js +3 -3
  71. package/dist/nodes/Microsoft/Sql/GenericFunctions.js.map +1 -1
  72. package/dist/nodes/MongoDb/GenericFunctions.d.ts +1 -0
  73. package/dist/nodes/MongoDb/GenericFunctions.d.ts.map +1 -1
  74. package/dist/nodes/MongoDb/GenericFunctions.js +76 -8
  75. package/dist/nodes/MongoDb/GenericFunctions.js.map +1 -1
  76. package/dist/nodes/MongoDb/MongoDb.node.d.ts.map +1 -1
  77. package/dist/nodes/MongoDb/MongoDb.node.js +4 -3
  78. package/dist/nodes/MongoDb/MongoDb.node.js.map +1 -1
  79. package/dist/nodes/MongoDb/MongoDbProperties.d.ts.map +1 -1
  80. package/dist/nodes/MongoDb/MongoDbProperties.js +28 -7
  81. package/dist/nodes/MongoDb/MongoDbProperties.js.map +1 -1
  82. package/dist/nodes/Notion/shared/GenericFunctions.d.ts.map +1 -1
  83. package/dist/nodes/Notion/shared/GenericFunctions.js +1 -2
  84. package/dist/nodes/Notion/shared/GenericFunctions.js.map +1 -1
  85. package/dist/nodes/Oracle/Sql/helpers/utils.d.ts.map +1 -1
  86. package/dist/nodes/Oracle/Sql/helpers/utils.js +1 -3
  87. package/dist/nodes/Oracle/Sql/helpers/utils.js.map +1 -1
  88. package/dist/nodes/RenameKeys/RenameKeys.node.d.ts.map +1 -1
  89. package/dist/nodes/RenameKeys/RenameKeys.node.js +2 -3
  90. package/dist/nodes/RenameKeys/RenameKeys.node.js.map +1 -1
  91. package/dist/nodes/Snowflake/GenericFunctions.d.ts +3 -2
  92. package/dist/nodes/Snowflake/GenericFunctions.d.ts.map +1 -1
  93. package/dist/nodes/Snowflake/GenericFunctions.js +30 -2
  94. package/dist/nodes/Snowflake/GenericFunctions.js.map +1 -1
  95. package/dist/nodes/Snowflake/Snowflake.node.js +4 -4
  96. package/dist/nodes/Snowflake/Snowflake.node.js.map +1 -1
  97. package/dist/nodes/Supabase/GenericFunctions.d.ts +3 -7
  98. package/dist/nodes/Supabase/GenericFunctions.d.ts.map +1 -1
  99. package/dist/nodes/Supabase/GenericFunctions.js +38 -16
  100. package/dist/nodes/Supabase/GenericFunctions.js.map +1 -1
  101. package/dist/nodes/Supabase/Supabase.node.js +6 -6
  102. package/dist/nodes/Supabase/Supabase.node.js.map +1 -1
  103. package/dist/nodes/Switch/V1/SwitchV1.node.d.ts +2 -1
  104. package/dist/nodes/Switch/V1/SwitchV1.node.d.ts.map +1 -1
  105. package/dist/nodes/Switch/V1/SwitchV1.node.js +7 -28
  106. package/dist/nodes/Switch/V1/SwitchV1.node.js.map +1 -1
  107. package/dist/nodes/Switch/V2/SwitchV2.node.d.ts +2 -1
  108. package/dist/nodes/Switch/V2/SwitchV2.node.d.ts.map +1 -1
  109. package/dist/nodes/Switch/V2/SwitchV2.node.js +7 -28
  110. package/dist/nodes/Switch/V2/SwitchV2.node.js.map +1 -1
  111. package/dist/types/nodes.json +5 -5
  112. package/package.json +8 -8
@@ -1 +1 @@
1
- d9b7e087f3f3585e23cdd4e5d47b83a4efffc26b42eafb6a5c867f810165abff
1
+ 154f251a3efde658f903668717bcc11f8086abb9ea95b96825b2b55e809c23b7
@@ -58,7 +58,7 @@ export type BaserowV1RowGetAllParams = {
58
58
  */
59
59
  operator?: 'equal' | 'not_equal' | 'contains' | 'contains_not' | 'contains_word' | 'doesnt_contain_word' | 'length_is_lower_than' | 'higher_than' | 'higher_than_or_equal' | 'lower_than' | 'lower_than_or_equal' | 'is_even_and_whole' | 'date_is' | 'date_is_not' | 'date_is_before' | 'date_is_on_or_before' | 'date_is_after' | 'date_is_on_or_after' | 'date_is_within' | 'date_equals_today' | 'date_equals_month' | 'date_equals_year' | 'date_equals_day_of_month' | 'date_equal' | 'date_not_equal' | 'date_before' | 'date_before_or_equal' | 'date_after' | 'date_after_or_equal' | 'date_after_days_ago' | 'date_within_days' | 'date_within_weeks' | 'date_within_months' | 'date_equals_days_ago' | 'date_equals_months_ago' | 'date_equals_years_ago' | 'date_before_today' | 'date_after_today' | 'date_equals_week' | 'filename_contains' | 'has_file_type' | 'files_lower_than' | 'single_select_equal' | 'single_select_not_equal' | 'single_select_is_any_of' | 'single_select_is_none_of' | 'multiple_select_has' | 'multiple_select_has_not' | 'multiple_collaborators_has' | 'multiple_collaborators_has_not' | 'user_is' | 'user_is_not' | 'link_row_has' | 'link_row_has_not' | 'link_row_contains' | 'link_row_not_contains' | 'boolean' | 'empty' | 'not_empty' | Expression<string>;
60
60
  /** Timezone used for date filter evaluation, e.g. UTC or Europe/Berlin
61
- * @displayOptions.show { ../operator: ["date_is", "date_is_not", "date_is_before", "date_is_on_or_before", "date_is_after", "date_is_on_or_after", "date_is_within", "date_within_days", "date_within_weeks", "date_within_months", "date_equals_days_ago", "date_equals_months_ago", "date_equals_years_ago", "date_equals_today", "date_before_today", "date_after_today", "date_equals_week", "date_equals_month", "date_equals_year"] }
61
+ * @displayOptions.show { operator: ["date_is", "date_is_not", "date_is_before", "date_is_on_or_before", "date_is_after", "date_is_on_or_after", "date_is_within", "date_within_days", "date_within_weeks", "date_within_months", "date_equals_days_ago", "date_equals_months_ago", "date_equals_years_ago", "date_equals_today", "date_before_today", "date_after_today", "date_equals_week", "date_equals_month", "date_equals_year"] }
62
62
  * @default UTC
63
63
  */
64
64
  timezone?: string | Expression<string>;
@@ -58,7 +58,7 @@ export type BaserowV11RowGetAllParams = {
58
58
  */
59
59
  operator?: 'equal' | 'not_equal' | 'contains' | 'contains_not' | 'contains_word' | 'doesnt_contain_word' | 'length_is_lower_than' | 'higher_than' | 'higher_than_or_equal' | 'lower_than' | 'lower_than_or_equal' | 'is_even_and_whole' | 'date_is' | 'date_is_not' | 'date_is_before' | 'date_is_on_or_before' | 'date_is_after' | 'date_is_on_or_after' | 'date_is_within' | 'date_equals_today' | 'date_equals_month' | 'date_equals_year' | 'date_equals_day_of_month' | 'date_equal' | 'date_not_equal' | 'date_before' | 'date_before_or_equal' | 'date_after' | 'date_after_or_equal' | 'date_after_days_ago' | 'date_within_days' | 'date_within_weeks' | 'date_within_months' | 'date_equals_days_ago' | 'date_equals_months_ago' | 'date_equals_years_ago' | 'date_before_today' | 'date_after_today' | 'date_equals_week' | 'filename_contains' | 'has_file_type' | 'files_lower_than' | 'single_select_equal' | 'single_select_not_equal' | 'single_select_is_any_of' | 'single_select_is_none_of' | 'multiple_select_has' | 'multiple_select_has_not' | 'multiple_collaborators_has' | 'multiple_collaborators_has_not' | 'user_is' | 'user_is_not' | 'link_row_has' | 'link_row_has_not' | 'link_row_contains' | 'link_row_not_contains' | 'boolean' | 'empty' | 'not_empty' | Expression<string>;
60
60
  /** Timezone used for date filter evaluation, e.g. UTC or Europe/Berlin
61
- * @displayOptions.show { ../operator: ["date_is", "date_is_not", "date_is_before", "date_is_on_or_before", "date_is_after", "date_is_on_or_after", "date_is_within", "date_within_days", "date_within_weeks", "date_within_months", "date_equals_days_ago", "date_equals_months_ago", "date_equals_years_ago", "date_equals_today", "date_before_today", "date_after_today", "date_equals_week", "date_equals_month", "date_equals_year"] }
61
+ * @displayOptions.show { operator: ["date_is", "date_is_not", "date_is_before", "date_is_on_or_before", "date_is_after", "date_is_on_or_after", "date_is_within", "date_within_days", "date_within_weeks", "date_within_months", "date_equals_days_ago", "date_equals_months_ago", "date_equals_years_ago", "date_equals_today", "date_before_today", "date_after_today", "date_equals_week", "date_equals_month", "date_equals_year"] }
62
62
  * @default UTC
63
63
  */
64
64
  timezone?: string | Expression<string>;
@@ -34,13 +34,13 @@ export type GoogleAnalyticsV2ReportGetParams = {
34
34
  /**
35
35
  * Start
36
36
  * @displayOptions.show { dateRange: ["custom"], propertyType: ["ga4"] }
37
- * @default 2026-07-27T00:00:00.000+00:00
37
+ * @default 2026-07-30T00:00:00.000+00:00
38
38
  */
39
39
  startDate?: string | Expression<string>;
40
40
  /**
41
41
  * End
42
42
  * @displayOptions.show { dateRange: ["custom"], propertyType: ["ga4"] }
43
- * @default 2026-08-03T00:00:00.000+00:00
43
+ * @default 2026-08-06T00:00:00.000+00:00
44
44
  */
45
45
  endDate?: string | Expression<string>;
46
46
  /**
@@ -14,7 +14,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
14
14
 
15
15
  // Parameters schema
16
16
  const parametersSchema = z.object({
17
- authentication: z.union([z.literal('basicAuth'), z.literal('customAuth'), z.literal('digestAuth'), z.literal('headerAuth'), z.literal('none'), z.literal('oAuth1'), z.literal('oAuth2'), z.literal('queryAuth'), expressionSchema]).optional(),
17
+ authentication: z.union([z.literal('basicAuth'), z.literal('customAuth'), z.literal('digestAuth'), z.literal('headerAuth'), z.literal('none'), z.literal('oAuth1'), z.literal('oAuth2'), z.literal('queryAuth')]).optional(),
18
18
  requestMethod: z.union([z.literal('GET'), z.literal('POST'), expressionSchema]).optional(),
19
19
  endpoint: stringOrExpression,
20
20
  allowUnauthorizedCerts: booleanOrExpression.optional(),
@@ -9,7 +9,7 @@ export interface GraphqlV1Params {
9
9
  * The way to authenticate
10
10
  * @default none
11
11
  */
12
- authentication?: 'basicAuth' | 'customAuth' | 'digestAuth' | 'headerAuth' | 'none' | 'oAuth1' | 'oAuth2' | 'queryAuth' | Expression<string>;
12
+ authentication?: 'basicAuth' | 'customAuth' | 'digestAuth' | 'headerAuth' | 'none' | 'oAuth1' | 'oAuth2' | 'queryAuth';
13
13
  /**
14
14
  * The underlying HTTP request method to use
15
15
  * @default POST
@@ -14,7 +14,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
14
14
 
15
15
  // Parameters schema
16
16
  const parametersSchema = z.object({
17
- authentication: z.union([z.literal('basicAuth'), z.literal('customAuth'), z.literal('digestAuth'), z.literal('headerAuth'), z.literal('none'), z.literal('oAuth1'), z.literal('oAuth2'), z.literal('queryAuth'), expressionSchema]).optional(),
17
+ authentication: z.union([z.literal('basicAuth'), z.literal('customAuth'), z.literal('digestAuth'), z.literal('headerAuth'), z.literal('none'), z.literal('oAuth1'), z.literal('oAuth2'), z.literal('queryAuth')]).optional(),
18
18
  requestMethod: z.union([z.literal('GET'), z.literal('POST'), expressionSchema]).optional(),
19
19
  endpoint: stringOrExpression,
20
20
  allowUnauthorizedCerts: booleanOrExpression.optional(),
@@ -9,7 +9,7 @@ export interface GraphqlV11Params {
9
9
  * The way to authenticate
10
10
  * @default none
11
11
  */
12
- authentication?: 'basicAuth' | 'customAuth' | 'digestAuth' | 'headerAuth' | 'none' | 'oAuth1' | 'oAuth2' | 'queryAuth' | Expression<string>;
12
+ authentication?: 'basicAuth' | 'customAuth' | 'digestAuth' | 'headerAuth' | 'none' | 'oAuth1' | 'oAuth2' | 'queryAuth';
13
13
  /**
14
14
  * The underlying HTTP request method to use
15
15
  * @default POST
@@ -33,12 +33,12 @@ export type MicrosoftOutlookV2EventCreateParams = {
33
33
  subject: string | Expression<string>;
34
34
  /**
35
35
  * Start
36
- * @default 2026-08-04T07:18:23.503+00:00
36
+ * @default 2026-08-07T15:36:23.510+00:00
37
37
  */
38
38
  startDateTime?: string | Expression<string>;
39
39
  /**
40
40
  * End
41
- * @default 2026-08-04T07:48:23.503+00:00
41
+ * @default 2026-08-07T16:06:23.510+00:00
42
42
  */
43
43
  endDateTime?: string | Expression<string>;
44
44
  /**
@@ -18,6 +18,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
18
18
  operation: z.literal('aggregate'),
19
19
  collection: stringOrExpression,
20
20
  query: z.union([iDataObjectSchema, z.string()]).optional(),
21
+ queryParameters: z.union([iDataObjectSchema, z.string()]).optional(),
21
22
  }).optional(),
22
23
  });
23
24
  };
@@ -17,10 +17,16 @@ export type MongoDbV1DocumentAggregateParams = {
17
17
  */
18
18
  collection: string | Expression<string>;
19
19
  /**
20
- * MongoDB aggregation pipeline query in JSON format
21
- * @hint Learn more about aggregation pipeline &lt;a href="https://docs.mongodb.com/manual/core/aggregation-pipeline/"&gt;here&lt;/a&gt;
20
+ * MongoDB aggregation pipeline in JSON format. Use $1, $2, and so on as complete values to reference Query Parameters below.
21
+ * @hint Use query parameters for dynamic values instead of embedding expressions in the query. &lt;a href="https://docs.mongodb.com/manual/core/aggregation-pipeline/" target="_blank"&gt;Learn more about aggregation pipelines&lt;/a&gt;.
22
22
  */
23
23
  query?: IDataObject | string | Expression<string>;
24
+ /**
25
+ * JSON array of values to use for $1, $2, and so on, in order. Values can be strings, numbers, booleans, null, or arrays of these values. You can also use an expression that returns an array.
26
+ * @hint For example, ["Alice", 30] replaces $1 with "Alice" and $2 with 30
27
+ * @default []
28
+ */
29
+ queryParameters?: IDataObject | string | Expression<string>;
24
30
  };
25
31
 
26
32
  export type MongoDbV1DocumentAggregateNode = {
@@ -18,6 +18,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
18
18
  operation: z.literal('delete'),
19
19
  collection: stringOrExpression,
20
20
  query: z.union([iDataObjectSchema, z.string()]).optional(),
21
+ queryParameters: z.union([iDataObjectSchema, z.string()]).optional(),
21
22
  }).optional(),
22
23
  });
23
24
  };
@@ -17,10 +17,17 @@ export type MongoDbV1DocumentDeleteParams = {
17
17
  */
18
18
  collection: string | Expression<string>;
19
19
  /**
20
- * MongoDB Delete query
20
+ * MongoDB delete query in JSON format. Use $1, $2, and so on as complete values to reference Query Parameters below.
21
+ * @hint Use query parameters for dynamic values instead of embedding expressions in the query
21
22
  * @default {}
22
23
  */
23
24
  query?: IDataObject | string | Expression<string>;
25
+ /**
26
+ * JSON array of values to use for $1, $2, and so on, in order. Values can be strings, numbers, booleans, null, or arrays of these values. You can also use an expression that returns an array.
27
+ * @hint For example, ["Alice", 30] replaces $1 with "Alice" and $2 with 30
28
+ * @default []
29
+ */
30
+ queryParameters?: IDataObject | string | Expression<string>;
24
31
  };
25
32
 
26
33
  export type MongoDbV1DocumentDeleteNode = {
@@ -19,6 +19,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
19
19
  collection: stringOrExpression,
20
20
  options: z.object({ limit: numberOrExpression.optional(), skip: numberOrExpression.optional(), sort: z.union([iDataObjectSchema, z.string()]).optional(), projection: z.union([iDataObjectSchema, z.string()]).optional() }).optional(),
21
21
  query: z.union([iDataObjectSchema, z.string()]).optional(),
22
+ queryParameters: z.union([iDataObjectSchema, z.string()]).optional(),
22
23
  }).optional(),
23
24
  });
24
25
  };
@@ -39,10 +39,17 @@ export type MongoDbV1DocumentFindParams = {
39
39
  projection?: IDataObject | string | Expression<string>;
40
40
  };
41
41
  /**
42
- * MongoDB Find query
42
+ * MongoDB find query in JSON format. Use $1, $2, and so on as complete values to reference Query Parameters below.
43
+ * @hint Use query parameters for dynamic values instead of embedding expressions in the query
43
44
  * @default {}
44
45
  */
45
46
  query?: IDataObject | string | Expression<string>;
47
+ /**
48
+ * JSON array of values to use for $1, $2, and so on, in order. Values can be strings, numbers, booleans, null, or arrays of these values. You can also use an expression that returns an array.
49
+ * @hint For example, ["Alice", 30] replaces $1 with "Alice" and $2 with 30
50
+ * @default []
51
+ */
52
+ queryParameters?: IDataObject | string | Expression<string>;
46
53
  };
47
54
 
48
55
  export type MongoDbV1DocumentFindNode = {
@@ -18,6 +18,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
18
18
  operation: z.literal('aggregate'),
19
19
  collection: stringOrExpression,
20
20
  query: z.union([iDataObjectSchema, z.string()]).optional(),
21
+ queryParameters: z.union([iDataObjectSchema, z.string()]).optional(),
21
22
  }).optional(),
22
23
  });
23
24
  };
@@ -17,10 +17,16 @@ export type MongoDbV11DocumentAggregateParams = {
17
17
  */
18
18
  collection: string | Expression<string>;
19
19
  /**
20
- * MongoDB aggregation pipeline query in JSON format
21
- * @hint Learn more about aggregation pipeline &lt;a href="https://docs.mongodb.com/manual/core/aggregation-pipeline/"&gt;here&lt;/a&gt;
20
+ * MongoDB aggregation pipeline in JSON format. Use $1, $2, and so on as complete values to reference Query Parameters below.
21
+ * @hint Use query parameters for dynamic values instead of embedding expressions in the query. &lt;a href="https://docs.mongodb.com/manual/core/aggregation-pipeline/" target="_blank"&gt;Learn more about aggregation pipelines&lt;/a&gt;.
22
22
  */
23
23
  query?: IDataObject | string | Expression<string>;
24
+ /**
25
+ * JSON array of values to use for $1, $2, and so on, in order. Values can be strings, numbers, booleans, null, or arrays of these values. You can also use an expression that returns an array.
26
+ * @hint For example, ["Alice", 30] replaces $1 with "Alice" and $2 with 30
27
+ * @default []
28
+ */
29
+ queryParameters?: IDataObject | string | Expression<string>;
24
30
  };
25
31
 
26
32
  export type MongoDbV11DocumentAggregateNode = {
@@ -18,6 +18,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
18
18
  operation: z.literal('delete'),
19
19
  collection: stringOrExpression,
20
20
  query: z.union([iDataObjectSchema, z.string()]).optional(),
21
+ queryParameters: z.union([iDataObjectSchema, z.string()]).optional(),
21
22
  }).optional(),
22
23
  });
23
24
  };
@@ -17,10 +17,17 @@ export type MongoDbV11DocumentDeleteParams = {
17
17
  */
18
18
  collection: string | Expression<string>;
19
19
  /**
20
- * MongoDB Delete query
20
+ * MongoDB delete query in JSON format. Use $1, $2, and so on as complete values to reference Query Parameters below.
21
+ * @hint Use query parameters for dynamic values instead of embedding expressions in the query
21
22
  * @default {}
22
23
  */
23
24
  query?: IDataObject | string | Expression<string>;
25
+ /**
26
+ * JSON array of values to use for $1, $2, and so on, in order. Values can be strings, numbers, booleans, null, or arrays of these values. You can also use an expression that returns an array.
27
+ * @hint For example, ["Alice", 30] replaces $1 with "Alice" and $2 with 30
28
+ * @default []
29
+ */
30
+ queryParameters?: IDataObject | string | Expression<string>;
24
31
  };
25
32
 
26
33
  export type MongoDbV11DocumentDeleteNode = {
@@ -19,6 +19,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
19
19
  collection: stringOrExpression,
20
20
  options: z.object({ limit: numberOrExpression.optional(), skip: numberOrExpression.optional(), sort: z.union([iDataObjectSchema, z.string()]).optional(), projection: z.union([iDataObjectSchema, z.string()]).optional() }).optional(),
21
21
  query: z.union([iDataObjectSchema, z.string()]).optional(),
22
+ queryParameters: z.union([iDataObjectSchema, z.string()]).optional(),
22
23
  }).optional(),
23
24
  });
24
25
  };
@@ -39,10 +39,17 @@ export type MongoDbV11DocumentFindParams = {
39
39
  projection?: IDataObject | string | Expression<string>;
40
40
  };
41
41
  /**
42
- * MongoDB Find query
42
+ * MongoDB find query in JSON format. Use $1, $2, and so on as complete values to reference Query Parameters below.
43
+ * @hint Use query parameters for dynamic values instead of embedding expressions in the query
43
44
  * @default {}
44
45
  */
45
46
  query?: IDataObject | string | Expression<string>;
47
+ /**
48
+ * JSON array of values to use for $1, $2, and so on, in order. Values can be strings, numbers, booleans, null, or arrays of these values. You can also use an expression that returns an array.
49
+ * @hint For example, ["Alice", 30] replaces $1 with "Alice" and $2 with 30
50
+ * @default []
51
+ */
52
+ queryParameters?: IDataObject | string | Expression<string>;
46
53
  };
47
54
 
48
55
  export type MongoDbV11DocumentFindNode = {
@@ -18,6 +18,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
18
18
  operation: z.literal('aggregate'),
19
19
  collection: stringOrExpression,
20
20
  query: z.union([iDataObjectSchema, z.string()]).optional(),
21
+ queryParameters: z.union([iDataObjectSchema, z.string()]).optional(),
21
22
  }).optional(),
22
23
  });
23
24
  };
@@ -17,10 +17,16 @@ export type MongoDbV12DocumentAggregateParams = {
17
17
  */
18
18
  collection: string | Expression<string>;
19
19
  /**
20
- * MongoDB aggregation pipeline query in JSON format
21
- * @hint Learn more about aggregation pipeline &lt;a href="https://docs.mongodb.com/manual/core/aggregation-pipeline/"&gt;here&lt;/a&gt;
20
+ * MongoDB aggregation pipeline in JSON format. Use $1, $2, and so on as complete values to reference Query Parameters below.
21
+ * @hint Use query parameters for dynamic values instead of embedding expressions in the query. &lt;a href="https://docs.mongodb.com/manual/core/aggregation-pipeline/" target="_blank"&gt;Learn more about aggregation pipelines&lt;/a&gt;.
22
22
  */
23
23
  query?: IDataObject | string | Expression<string>;
24
+ /**
25
+ * JSON array of values to use for $1, $2, and so on, in order. Values can be strings, numbers, booleans, null, or arrays of these values. You can also use an expression that returns an array.
26
+ * @hint For example, ["Alice", 30] replaces $1 with "Alice" and $2 with 30
27
+ * @default []
28
+ */
29
+ queryParameters?: IDataObject | string | Expression<string>;
24
30
  };
25
31
 
26
32
  export type MongoDbV12DocumentAggregateNode = {
@@ -18,6 +18,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
18
18
  operation: z.literal('delete'),
19
19
  collection: stringOrExpression,
20
20
  query: z.union([iDataObjectSchema, z.string()]).optional(),
21
+ queryParameters: z.union([iDataObjectSchema, z.string()]).optional(),
21
22
  }).optional(),
22
23
  });
23
24
  };
@@ -17,10 +17,17 @@ export type MongoDbV12DocumentDeleteParams = {
17
17
  */
18
18
  collection: string | Expression<string>;
19
19
  /**
20
- * MongoDB Delete query
20
+ * MongoDB delete query in JSON format. Use $1, $2, and so on as complete values to reference Query Parameters below.
21
+ * @hint Use query parameters for dynamic values instead of embedding expressions in the query
21
22
  * @default {}
22
23
  */
23
24
  query?: IDataObject | string | Expression<string>;
25
+ /**
26
+ * JSON array of values to use for $1, $2, and so on, in order. Values can be strings, numbers, booleans, null, or arrays of these values. You can also use an expression that returns an array.
27
+ * @hint For example, ["Alice", 30] replaces $1 with "Alice" and $2 with 30
28
+ * @default []
29
+ */
30
+ queryParameters?: IDataObject | string | Expression<string>;
24
31
  };
25
32
 
26
33
  export type MongoDbV12DocumentDeleteNode = {
@@ -19,6 +19,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
19
19
  collection: stringOrExpression,
20
20
  options: z.object({ limit: numberOrExpression.optional(), skip: numberOrExpression.optional(), sort: z.union([iDataObjectSchema, z.string()]).optional(), projection: z.union([iDataObjectSchema, z.string()]).optional() }).optional(),
21
21
  query: z.union([iDataObjectSchema, z.string()]).optional(),
22
+ queryParameters: z.union([iDataObjectSchema, z.string()]).optional(),
22
23
  }).optional(),
23
24
  });
24
25
  };
@@ -39,10 +39,17 @@ export type MongoDbV12DocumentFindParams = {
39
39
  projection?: IDataObject | string | Expression<string>;
40
40
  };
41
41
  /**
42
- * MongoDB Find query
42
+ * MongoDB find query in JSON format. Use $1, $2, and so on as complete values to reference Query Parameters below.
43
+ * @hint Use query parameters for dynamic values instead of embedding expressions in the query
43
44
  * @default {}
44
45
  */
45
46
  query?: IDataObject | string | Expression<string>;
47
+ /**
48
+ * JSON array of values to use for $1, $2, and so on, in order. Values can be strings, numbers, booleans, null, or arrays of these values. You can also use an expression that returns an array.
49
+ * @hint For example, ["Alice", 30] replaces $1 with "Alice" and $2 with 30
50
+ * @default []
51
+ */
52
+ queryParameters?: IDataObject | string | Expression<string>;
46
53
  };
47
54
 
48
55
  export type MongoDbV12DocumentFindNode = {
@@ -18,6 +18,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
18
18
  operation: z.literal('aggregate'),
19
19
  collection: stringOrExpression,
20
20
  query: z.union([iDataObjectSchema, z.string()]).optional(),
21
+ queryParameters: z.union([iDataObjectSchema, z.string()]).optional(),
21
22
  }).optional(),
22
23
  });
23
24
  };
@@ -17,10 +17,16 @@ export type MongoDbV13DocumentAggregateParams = {
17
17
  */
18
18
  collection: string | Expression<string>;
19
19
  /**
20
- * MongoDB aggregation pipeline query in JSON format
21
- * @hint Learn more about aggregation pipeline &lt;a href="https://docs.mongodb.com/manual/core/aggregation-pipeline/"&gt;here&lt;/a&gt;
20
+ * MongoDB aggregation pipeline in JSON format. Use $1, $2, and so on as complete values to reference Query Parameters below.
21
+ * @hint Use query parameters for dynamic values instead of embedding expressions in the query. &lt;a href="https://docs.mongodb.com/manual/core/aggregation-pipeline/" target="_blank"&gt;Learn more about aggregation pipelines&lt;/a&gt;.
22
22
  */
23
23
  query?: IDataObject | string | Expression<string>;
24
+ /**
25
+ * JSON array of values to use for $1, $2, and so on, in order. Values can be strings, numbers, booleans, null, or arrays of these values. You can also use an expression that returns an array.
26
+ * @hint For example, ["Alice", 30] replaces $1 with "Alice" and $2 with 30
27
+ * @default []
28
+ */
29
+ queryParameters?: IDataObject | string | Expression<string>;
24
30
  };
25
31
 
26
32
  export type MongoDbV13DocumentAggregateNode = {
@@ -18,6 +18,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
18
18
  operation: z.literal('delete'),
19
19
  collection: stringOrExpression,
20
20
  query: z.union([iDataObjectSchema, z.string()]).optional(),
21
+ queryParameters: z.union([iDataObjectSchema, z.string()]).optional(),
21
22
  }).optional(),
22
23
  });
23
24
  };
@@ -17,10 +17,17 @@ export type MongoDbV13DocumentDeleteParams = {
17
17
  */
18
18
  collection: string | Expression<string>;
19
19
  /**
20
- * MongoDB Delete query
20
+ * MongoDB delete query in JSON format. Use $1, $2, and so on as complete values to reference Query Parameters below.
21
+ * @hint Use query parameters for dynamic values instead of embedding expressions in the query
21
22
  * @default {}
22
23
  */
23
24
  query?: IDataObject | string | Expression<string>;
25
+ /**
26
+ * JSON array of values to use for $1, $2, and so on, in order. Values can be strings, numbers, booleans, null, or arrays of these values. You can also use an expression that returns an array.
27
+ * @hint For example, ["Alice", 30] replaces $1 with "Alice" and $2 with 30
28
+ * @default []
29
+ */
30
+ queryParameters?: IDataObject | string | Expression<string>;
24
31
  };
25
32
 
26
33
  export type MongoDbV13DocumentDeleteNode = {
@@ -19,6 +19,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
19
19
  collection: stringOrExpression,
20
20
  options: z.object({ limit: numberOrExpression.optional(), skip: numberOrExpression.optional(), sort: z.union([iDataObjectSchema, z.string()]).optional(), projection: z.union([iDataObjectSchema, z.string()]).optional() }).optional(),
21
21
  query: z.union([iDataObjectSchema, z.string()]).optional(),
22
+ queryParameters: z.union([iDataObjectSchema, z.string()]).optional(),
22
23
  }).optional(),
23
24
  });
24
25
  };
@@ -39,10 +39,17 @@ export type MongoDbV13DocumentFindParams = {
39
39
  projection?: IDataObject | string | Expression<string>;
40
40
  };
41
41
  /**
42
- * MongoDB Find query
42
+ * MongoDB find query in JSON format. Use $1, $2, and so on as complete values to reference Query Parameters below.
43
+ * @hint Use query parameters for dynamic values instead of embedding expressions in the query
43
44
  * @default {}
44
45
  */
45
46
  query?: IDataObject | string | Expression<string>;
47
+ /**
48
+ * JSON array of values to use for $1, $2, and so on, in order. Values can be strings, numbers, booleans, null, or arrays of these values. You can also use an expression that returns an array.
49
+ * @hint For example, ["Alice", 30] replaces $1 with "Alice" and $2 with 30
50
+ * @default []
51
+ */
52
+ queryParameters?: IDataObject | string | Expression<string>;
46
53
  };
47
54
 
48
55
  export type MongoDbV13DocumentFindNode = {
@@ -18,6 +18,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
18
18
  operation: z.literal('aggregate'),
19
19
  collection: stringOrExpression,
20
20
  query: z.union([iDataObjectSchema, z.string()]).optional(),
21
+ queryParameters: z.union([iDataObjectSchema, z.string()]).optional(),
21
22
  }).optional(),
22
23
  });
23
24
  };
@@ -17,10 +17,16 @@ export type MongoDbV14DocumentAggregateParams = {
17
17
  */
18
18
  collection: string | Expression<string>;
19
19
  /**
20
- * MongoDB aggregation pipeline query in JSON format
21
- * @hint Learn more about aggregation pipeline &lt;a href="https://docs.mongodb.com/manual/core/aggregation-pipeline/"&gt;here&lt;/a&gt;
20
+ * MongoDB aggregation pipeline in JSON format. Use $1, $2, and so on as complete values to reference Query Parameters below.
21
+ * @hint Use query parameters for dynamic values instead of embedding expressions in the query. &lt;a href="https://docs.mongodb.com/manual/core/aggregation-pipeline/" target="_blank"&gt;Learn more about aggregation pipelines&lt;/a&gt;.
22
22
  */
23
23
  query?: IDataObject | string | Expression<string>;
24
+ /**
25
+ * JSON array of values to use for $1, $2, and so on, in order. Values can be strings, numbers, booleans, null, or arrays of these values. You can also use an expression that returns an array.
26
+ * @hint For example, ["Alice", 30] replaces $1 with "Alice" and $2 with 30
27
+ * @default []
28
+ */
29
+ queryParameters?: IDataObject | string | Expression<string>;
24
30
  };
25
31
 
26
32
  export type MongoDbV14DocumentAggregateNode = {
@@ -18,6 +18,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
18
18
  operation: z.literal('delete'),
19
19
  collection: stringOrExpression,
20
20
  query: z.union([iDataObjectSchema, z.string()]).optional(),
21
+ queryParameters: z.union([iDataObjectSchema, z.string()]).optional(),
21
22
  }).optional(),
22
23
  });
23
24
  };
@@ -17,10 +17,17 @@ export type MongoDbV14DocumentDeleteParams = {
17
17
  */
18
18
  collection: string | Expression<string>;
19
19
  /**
20
- * MongoDB Delete query
20
+ * MongoDB delete query in JSON format. Use $1, $2, and so on as complete values to reference Query Parameters below.
21
+ * @hint Use query parameters for dynamic values instead of embedding expressions in the query
21
22
  * @default {}
22
23
  */
23
24
  query?: IDataObject | string | Expression<string>;
25
+ /**
26
+ * JSON array of values to use for $1, $2, and so on, in order. Values can be strings, numbers, booleans, null, or arrays of these values. You can also use an expression that returns an array.
27
+ * @hint For example, ["Alice", 30] replaces $1 with "Alice" and $2 with 30
28
+ * @default []
29
+ */
30
+ queryParameters?: IDataObject | string | Expression<string>;
24
31
  };
25
32
 
26
33
  export type MongoDbV14DocumentDeleteNode = {
@@ -19,6 +19,7 @@ module.exports = function getSchema({ parameters, z, expressionSchema, stringOrE
19
19
  collection: stringOrExpression,
20
20
  options: z.object({ limit: numberOrExpression.optional(), skip: numberOrExpression.optional(), sort: z.union([iDataObjectSchema, z.string()]).optional(), projection: z.union([iDataObjectSchema, z.string()]).optional() }).optional(),
21
21
  query: z.union([iDataObjectSchema, z.string()]).optional(),
22
+ queryParameters: z.union([iDataObjectSchema, z.string()]).optional(),
22
23
  }).optional(),
23
24
  });
24
25
  };
@@ -39,10 +39,17 @@ export type MongoDbV14DocumentFindParams = {
39
39
  projection?: IDataObject | string | Expression<string>;
40
40
  };
41
41
  /**
42
- * MongoDB Find query
42
+ * MongoDB find query in JSON format. Use $1, $2, and so on as complete values to reference Query Parameters below.
43
+ * @hint Use query parameters for dynamic values instead of embedding expressions in the query
43
44
  * @default {}
44
45
  */
45
46
  query?: IDataObject | string | Expression<string>;
47
+ /**
48
+ * JSON array of values to use for $1, $2, and so on, in order. Values can be strings, numbers, booleans, null, or arrays of these values. You can also use an expression that returns an array.
49
+ * @hint For example, ["Alice", 30] replaces $1 with "Alice" and $2 with 30
50
+ * @default []
51
+ */
52
+ queryParameters?: IDataObject | string | Expression<string>;
46
53
  };
47
54
 
48
55
  export type MongoDbV14DocumentFindNode = {
@@ -669,7 +669,7 @@ exports.operationFields = [
669
669
  default: 'UTC',
670
670
  displayOptions: {
671
671
  show: {
672
- '../operator': [
672
+ operator: [
673
673
  ...GenericFunctions_1.MULTI_STEP_DATE_OPERATORS,
674
674
  ...GenericFunctions_1.DEPRECATED_TIMEZONE_NUMBER_OPERATORS,
675
675
  ...GenericFunctions_1.DEPRECATED_TIMEZONE_ONLY_OPERATORS,