@automate.ax/catalog 0.69.0 → 0.70.1
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.
|
@@ -57,7 +57,7 @@ export declare const googleTriggerDefinitions: {
|
|
|
57
57
|
readonly account: {
|
|
58
58
|
readonly connectionOptions: readonly [{
|
|
59
59
|
readonly requiredScopes: readonly [{
|
|
60
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.
|
|
60
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.readonly"];
|
|
61
61
|
readonly type: "or";
|
|
62
62
|
}];
|
|
63
63
|
}];
|
|
@@ -71,7 +71,7 @@ export declare const googleTriggerDefinitions: {
|
|
|
71
71
|
readonly account: {
|
|
72
72
|
readonly connectionOptions: readonly [{
|
|
73
73
|
readonly requiredScopes: readonly [{
|
|
74
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.
|
|
74
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.readonly"];
|
|
75
75
|
readonly type: "or";
|
|
76
76
|
}];
|
|
77
77
|
}];
|
|
@@ -85,7 +85,7 @@ export declare const googleTriggerDefinitions: {
|
|
|
85
85
|
readonly account: {
|
|
86
86
|
readonly connectionOptions: readonly [{
|
|
87
87
|
readonly requiredScopes: readonly [{
|
|
88
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.
|
|
88
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.readonly"];
|
|
89
89
|
readonly type: "or";
|
|
90
90
|
}];
|
|
91
91
|
}];
|
package/dist/triggers/google.js
CHANGED
|
@@ -25,8 +25,8 @@ const GOOGLE_CALENDAR_ACCOUNT = {
|
|
|
25
25
|
"https://www.googleapis.com/auth/calendar",
|
|
26
26
|
"https://www.googleapis.com/auth/calendar.readonly",
|
|
27
27
|
"https://www.googleapis.com/auth/calendar.events",
|
|
28
|
-
"https://www.googleapis.com/auth/calendar.events.readonly",
|
|
29
28
|
"https://www.googleapis.com/auth/calendar.events.owned",
|
|
29
|
+
"https://www.googleapis.com/auth/calendar.events.readonly",
|
|
30
30
|
],
|
|
31
31
|
type: "or",
|
|
32
32
|
},
|
package/dist/triggers/index.d.ts
CHANGED
|
@@ -747,7 +747,7 @@ export declare const triggerDefinitions: {
|
|
|
747
747
|
readonly account: {
|
|
748
748
|
readonly connectionOptions: readonly [{
|
|
749
749
|
readonly requiredScopes: readonly [{
|
|
750
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.
|
|
750
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.readonly"];
|
|
751
751
|
readonly type: "or";
|
|
752
752
|
}];
|
|
753
753
|
}];
|
|
@@ -761,7 +761,7 @@ export declare const triggerDefinitions: {
|
|
|
761
761
|
readonly account: {
|
|
762
762
|
readonly connectionOptions: readonly [{
|
|
763
763
|
readonly requiredScopes: readonly [{
|
|
764
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.
|
|
764
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.readonly"];
|
|
765
765
|
readonly type: "or";
|
|
766
766
|
}];
|
|
767
767
|
}];
|
|
@@ -775,7 +775,7 @@ export declare const triggerDefinitions: {
|
|
|
775
775
|
readonly account: {
|
|
776
776
|
readonly connectionOptions: readonly [{
|
|
777
777
|
readonly requiredScopes: readonly [{
|
|
778
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.
|
|
778
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.readonly"];
|
|
779
779
|
readonly type: "or";
|
|
780
780
|
}];
|
|
781
781
|
}];
|
|
@@ -1871,7 +1871,7 @@ export declare const triggerCatalog: ({
|
|
|
1871
1871
|
account: {
|
|
1872
1872
|
readonly connectionOptions: readonly [{
|
|
1873
1873
|
readonly requiredScopes: readonly [{
|
|
1874
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.
|
|
1874
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.readonly"];
|
|
1875
1875
|
readonly type: "or";
|
|
1876
1876
|
}];
|
|
1877
1877
|
}];
|
|
@@ -1884,7 +1884,7 @@ export declare const triggerCatalog: ({
|
|
|
1884
1884
|
account: {
|
|
1885
1885
|
readonly connectionOptions: readonly [{
|
|
1886
1886
|
readonly requiredScopes: readonly [{
|
|
1887
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.
|
|
1887
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.readonly"];
|
|
1888
1888
|
readonly type: "or";
|
|
1889
1889
|
}];
|
|
1890
1890
|
}];
|
|
@@ -1897,7 +1897,7 @@ export declare const triggerCatalog: ({
|
|
|
1897
1897
|
account: {
|
|
1898
1898
|
readonly connectionOptions: readonly [{
|
|
1899
1899
|
readonly requiredScopes: readonly [{
|
|
1900
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.
|
|
1900
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.readonly"];
|
|
1901
1901
|
readonly type: "or";
|
|
1902
1902
|
}];
|
|
1903
1903
|
}];
|
package/package.json
CHANGED
package/src/triggers/google.ts
CHANGED
|
@@ -28,8 +28,8 @@ const GOOGLE_CALENDAR_ACCOUNT = {
|
|
|
28
28
|
"https://www.googleapis.com/auth/calendar",
|
|
29
29
|
"https://www.googleapis.com/auth/calendar.readonly",
|
|
30
30
|
"https://www.googleapis.com/auth/calendar.events",
|
|
31
|
-
"https://www.googleapis.com/auth/calendar.events.readonly",
|
|
32
31
|
"https://www.googleapis.com/auth/calendar.events.owned",
|
|
32
|
+
"https://www.googleapis.com/auth/calendar.events.readonly",
|
|
33
33
|
],
|
|
34
34
|
type: "or",
|
|
35
35
|
},
|