@activepieces/piece-google-calendar 0.6.7 → 0.7.0
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/package.json +3 -3
- package/src/index.js +4 -3
- package/src/index.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-google-calendar",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"axios": "1.8.3",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"nanoid": "3.3.8",
|
|
14
14
|
"semver": "7.6.0",
|
|
15
15
|
"zod": "3.25.76",
|
|
16
|
-
"@activepieces/pieces-common": "0.
|
|
16
|
+
"@activepieces/pieces-common": "0.8.1",
|
|
17
17
|
"@activepieces/pieces-framework": "0.20.1",
|
|
18
|
-
"@activepieces/shared": "0.
|
|
18
|
+
"@activepieces/shared": "0.24.1",
|
|
19
19
|
"tslib": "2.8.1"
|
|
20
20
|
},
|
|
21
21
|
"overrides": {
|
package/src/index.js
CHANGED
|
@@ -21,7 +21,6 @@ const event_start_time_before_1 = require("./lib/triggers/event-start-time-befor
|
|
|
21
21
|
const new_event_matching_search_1 = require("./lib/triggers/new-event-matching-search");
|
|
22
22
|
const event_cancelled_1 = require("./lib/triggers/event-cancelled");
|
|
23
23
|
const new_calendar_1 = require("./lib/triggers/new-calendar");
|
|
24
|
-
const add_calendar_to_calendarlist_1 = require("./lib/actions/add-calendar-to-calendarlist");
|
|
25
24
|
exports.googleCalendarAuth = pieces_framework_1.PieceAuth.OAuth2({
|
|
26
25
|
description: '',
|
|
27
26
|
authUrl: 'https://accounts.google.com/o/oauth2/auth',
|
|
@@ -31,7 +30,8 @@ exports.googleCalendarAuth = pieces_framework_1.PieceAuth.OAuth2({
|
|
|
31
30
|
scope: [
|
|
32
31
|
'https://www.googleapis.com/auth/calendar.events',
|
|
33
32
|
'https://www.googleapis.com/auth/calendar.readonly',
|
|
34
|
-
|
|
33
|
+
// TODO: Add the scope after Google App Verification
|
|
34
|
+
// 'https://www.googleapis.com/auth/calendar.calendarlist'
|
|
35
35
|
],
|
|
36
36
|
});
|
|
37
37
|
exports.googleCalendar = (0, pieces_framework_1.createPiece)({
|
|
@@ -63,7 +63,8 @@ exports.googleCalendar = (0, pieces_framework_1.createPiece)({
|
|
|
63
63
|
delete_event_action_1.deleteEventAction,
|
|
64
64
|
find_busy_free_periods_1.findFreeBusy,
|
|
65
65
|
get_event_by_id_1.getEventById,
|
|
66
|
-
|
|
66
|
+
// TODO: add action after calendarList scope is verified
|
|
67
|
+
// addCalendarToCalendarlist,
|
|
67
68
|
(0, pieces_common_1.createCustomApiCallAction)({
|
|
68
69
|
auth: exports.googleCalendarAuth,
|
|
69
70
|
baseUrl() {
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/google-calendar/src/index.ts"],"names":[],"mappings":";;;;AAAA,+DAAwE;AACxE,qEAIwC;AACxC,iDAAqD;AACrD,6DAAyD;AACzD,yEAA4E;AAC5E,2EAAsE;AACtE,yDAAqD;AACrD,2EAAsE;AACtE,yCAAoD;AACpD,kEAAqE;AACrE,6EAA+E;AAC/E,iFAAoE;AACpE,mEAA6D;AAC7D,wDAAoD;AACpD,0DAAsD;AACtD,oFAA8E;AAC9E,wFAAkF;AAClF,oEAAgE;AAChE,8DAA0D;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/google-calendar/src/index.ts"],"names":[],"mappings":";;;;AAAA,+DAAwE;AACxE,qEAIwC;AACxC,iDAAqD;AACrD,6DAAyD;AACzD,yEAA4E;AAC5E,2EAAsE;AACtE,yDAAqD;AACrD,2EAAsE;AACtE,yCAAoD;AACpD,kEAAqE;AACrE,6EAA+E;AAC/E,iFAAoE;AACpE,mEAA6D;AAC7D,wDAAoD;AACpD,0DAAsD;AACtD,oFAA8E;AAC9E,wFAAkF;AAClF,oEAAgE;AAChE,8DAA0D;AAE7C,QAAA,kBAAkB,GAAG,4BAAS,CAAC,MAAM,CAAC;IACjD,WAAW,EAAE,EAAE;IACf,OAAO,EAAE,2CAA2C;IACpD,QAAQ,EAAE,qCAAqC;IAC/C,QAAQ,EAAE,IAAI;IACd,IAAI,EAAE,IAAI;IACV,KAAK,EAAE;QACL,iDAAiD;QACjD,mDAAmD;QACnD,oDAAoD;QACpD,0DAA0D;KAC3D;CACF,CAAC,CAAC;AAEU,QAAA,cAAc,GAAG,IAAA,8BAAW,EAAC;IACxC,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,yDAAyD;IAClE,UAAU,EAAE,CAAC,sBAAa,CAAC,YAAY,CAAC;IACxC,WAAW,EAAE,iBAAiB;IAC9B,WAAW,EAAE,oCAAoC;IAEjD,OAAO,EAAE;QACP,aAAa;QACb,kBAAkB;QAClB,UAAU;QACV,cAAc;QACd,YAAY;QACZ,WAAW;QACX,eAAe;QACf,UAAU;QACV,SAAS;QACT,cAAc;QACd,aAAa;KACd;IACD,IAAI,EAAE,0BAAkB;IACxB,OAAO,EAAE;QACP,gDAAyB;QACzB,6CAAwB;QACxB,0BAAW;QACX,sBAAS;QACT,uCAAiB;QACjB,uCAAiB;QACjB,qCAAY;QACZ,8BAAY;QACZ,wDAAwD;QACxD,6BAA6B;QAC7B,IAAA,yCAAyB,EAAC;YACxB,IAAI,EAAE,0BAAkB;YACxB,OAAO;gBACL,OAAO,6BAAoB,CAAC,OAAO,CAAC;YACtC,CAAC;YACD,WAAW,EAAE,CAAO,IAAI,EAAE,EAAE;gBAC1B,OAAO;oBACL,aAAa,EAAE,UAAW,IAA4B,CAAC,YAAY,EAAE;iBACtE,CAAC;YACJ,CAAC,CAAA;SACF,CAAC;KACH;IACD,QAAQ,EAAE,CAAC,qCAAoB;QAC7B,oBAAQ;QACR,sBAAS;QACT,8CAAoB;QACpB,kDAAsB;QACtB,gCAAc;QACd,0BAAW;KACZ;CACF,CAAC,CAAC"}
|