n8n-nodes-base 2.18.1 → 2.18.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.
@@ -1 +1 @@
1
- 4a0a30a5b316b39c58339bad20af05b85a848dd91729d8fa00ed65347b8b232d
1
+ 66004da5cfa2c452162410548313b56996cfbe5c58a6b365306ce6c1b5b80cee
@@ -34,13 +34,13 @@ export type GoogleAnalyticsV2ReportGetParams = {
34
34
  /**
35
35
  * Start
36
36
  * @displayOptions.show { dateRange: ["custom"], propertyType: ["ga4"] }
37
- * @default 2026-04-14T00:00:00.000+00:00
37
+ * @default 2026-04-15T00: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-04-21T00:00:00.000+00:00
43
+ * @default 2026-04-22T00:00:00.000+00:00
44
44
  */
45
45
  endDate?: string | Expression<string>;
46
46
  /**
@@ -24,12 +24,12 @@ export type MicrosoftOutlookV2EventCreateParams = {
24
24
  subject?: string | Expression<string> | PlaceholderValue;
25
25
  /**
26
26
  * Start
27
- * @default 2026-04-22T06:50:36.791+00:00
27
+ * @default 2026-04-23T08:57:34.905+00:00
28
28
  */
29
29
  startDateTime?: string | Expression<string>;
30
30
  /**
31
31
  * End
32
- * @default 2026-04-22T07:20:36.791+00:00
32
+ * @default 2026-04-23T09:27:34.905+00:00
33
33
  */
34
34
  endDateTime?: string | Expression<string>;
35
35
  /**