n8n-nodes-base 2.17.2 → 2.17.3
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/node-definitions/.nodes-hash +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleAnalytics/v2/resource_report/operation_get.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_create.ts +2 -2
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/nodes.json +2 -2
- package/package.json +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
38dd063c0b87af8d4548fe008e9430c81e50373c99404a936023d715d59cd498
|
|
@@ -34,13 +34,13 @@ export type GoogleAnalyticsV2ReportGetParams = {
|
|
|
34
34
|
/**
|
|
35
35
|
* Start
|
|
36
36
|
* @displayOptions.show { dateRange: ["custom"], propertyType: ["ga4"] }
|
|
37
|
-
* @default 2026-04-
|
|
37
|
+
* @default 2026-04-16T00: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-
|
|
43
|
+
* @default 2026-04-23T00: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-
|
|
27
|
+
* @default 2026-04-24T07:01:26.077+00:00
|
|
28
28
|
*/
|
|
29
29
|
startDateTime?: string | Expression<string>;
|
|
30
30
|
/**
|
|
31
31
|
* End
|
|
32
|
-
* @default 2026-04-
|
|
32
|
+
* @default 2026-04-24T07:31:26.077+00:00
|
|
33
33
|
*/
|
|
34
34
|
endDateTime?: string | Expression<string>;
|
|
35
35
|
/**
|