integrate-sdk 0.9.64 → 0.10.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/dist/adapters/auto-routes.js +21 -21
- package/dist/adapters/base-handler.js +21 -21
- package/dist/adapters/index.js +31 -31
- package/dist/adapters/nextjs.js +21 -21
- package/dist/adapters/solid-start.js +31 -31
- package/dist/adapters/svelte-kit.js +31 -31
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +246 -246
- package/dist/integrations.js +236 -236
- package/dist/oauth.js +21 -21
- package/dist/server.js +252 -252
- package/dist/src/client.d.ts +22 -22
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/index.d.ts +22 -22
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/integrations/{ga4-client.d.ts → google_analytics-client.d.ts} +2 -2
- package/dist/src/integrations/google_analytics-client.d.ts.map +1 -0
- package/dist/src/integrations/google_analytics.d.ts +13 -0
- package/dist/src/integrations/google_analytics.d.ts.map +1 -0
- package/dist/src/integrations/{gcal-client.d.ts → google_calendar-client.d.ts} +11 -11
- package/dist/src/integrations/google_calendar-client.d.ts.map +1 -0
- package/dist/src/integrations/google_calendar.d.ts +39 -0
- package/dist/src/integrations/google_calendar.d.ts.map +1 -0
- package/dist/src/integrations/{gchat-client.d.ts → google_chat-client.d.ts} +2 -2
- package/dist/src/integrations/google_chat-client.d.ts.map +1 -0
- package/dist/src/integrations/google_chat.d.ts +15 -0
- package/dist/src/integrations/google_chat.d.ts.map +1 -0
- package/dist/src/integrations/{gcontacts-client.d.ts → google_contacts-client.d.ts} +2 -2
- package/dist/src/integrations/google_contacts-client.d.ts.map +1 -0
- package/dist/src/integrations/google_contacts.d.ts +22 -0
- package/dist/src/integrations/google_contacts.d.ts.map +1 -0
- package/dist/src/integrations/{gdocs-client.d.ts → google_docs-client.d.ts} +1 -1
- package/dist/src/integrations/google_docs-client.d.ts.map +1 -0
- package/dist/src/integrations/google_docs.d.ts +22 -0
- package/dist/src/integrations/google_docs.d.ts.map +1 -0
- package/dist/src/integrations/{gdrive-client.d.ts → google_drive-client.d.ts} +15 -15
- package/dist/src/integrations/google_drive-client.d.ts.map +1 -0
- package/dist/src/integrations/google_drive.d.ts +22 -0
- package/dist/src/integrations/google_drive.d.ts.map +1 -0
- package/dist/src/integrations/{gkeep-client.d.ts → google_keep-client.d.ts} +2 -2
- package/dist/src/integrations/google_keep-client.d.ts.map +1 -0
- package/dist/src/integrations/google_keep.d.ts +22 -0
- package/dist/src/integrations/google_keep.d.ts.map +1 -0
- package/dist/src/integrations/{gmeet-client.d.ts → google_meet-client.d.ts} +2 -2
- package/dist/src/integrations/google_meet-client.d.ts.map +1 -0
- package/dist/src/integrations/google_meet.d.ts +19 -0
- package/dist/src/integrations/google_meet.d.ts.map +1 -0
- package/dist/src/integrations/{gsheets-client.d.ts → google_sheets-client.d.ts} +1 -1
- package/dist/src/integrations/google_sheets-client.d.ts.map +1 -0
- package/dist/src/integrations/google_sheets.d.ts +22 -0
- package/dist/src/integrations/google_sheets.d.ts.map +1 -0
- package/dist/src/integrations/{gslides-client.d.ts → google_slides-client.d.ts} +1 -1
- package/dist/src/integrations/google_slides-client.d.ts.map +1 -0
- package/dist/src/integrations/google_slides.d.ts +22 -0
- package/dist/src/integrations/google_slides.d.ts.map +1 -0
- package/dist/src/integrations/{gtasks-client.d.ts → google_tasks-client.d.ts} +2 -2
- package/dist/src/integrations/google_tasks-client.d.ts.map +1 -0
- package/dist/src/integrations/google_tasks.d.ts +22 -0
- package/dist/src/integrations/google_tasks.d.ts.map +1 -0
- package/dist/src/server.d.ts +11 -11
- package/dist/src/server.d.ts.map +1 -1
- package/index.ts +20 -20
- package/package.json +1 -1
- package/dist/src/integrations/ga4-client.d.ts.map +0 -1
- package/dist/src/integrations/ga4.d.ts +0 -13
- package/dist/src/integrations/ga4.d.ts.map +0 -1
- package/dist/src/integrations/gcal-client.d.ts.map +0 -1
- package/dist/src/integrations/gcal.d.ts +0 -39
- package/dist/src/integrations/gcal.d.ts.map +0 -1
- package/dist/src/integrations/gchat-client.d.ts.map +0 -1
- package/dist/src/integrations/gchat.d.ts +0 -15
- package/dist/src/integrations/gchat.d.ts.map +0 -1
- package/dist/src/integrations/gcontacts-client.d.ts.map +0 -1
- package/dist/src/integrations/gcontacts.d.ts +0 -22
- package/dist/src/integrations/gcontacts.d.ts.map +0 -1
- package/dist/src/integrations/gdocs-client.d.ts.map +0 -1
- package/dist/src/integrations/gdocs.d.ts +0 -22
- package/dist/src/integrations/gdocs.d.ts.map +0 -1
- package/dist/src/integrations/gdrive-client.d.ts.map +0 -1
- package/dist/src/integrations/gdrive.d.ts +0 -22
- package/dist/src/integrations/gdrive.d.ts.map +0 -1
- package/dist/src/integrations/gkeep-client.d.ts.map +0 -1
- package/dist/src/integrations/gkeep.d.ts +0 -22
- package/dist/src/integrations/gkeep.d.ts.map +0 -1
- package/dist/src/integrations/gmeet-client.d.ts.map +0 -1
- package/dist/src/integrations/gmeet.d.ts +0 -19
- package/dist/src/integrations/gmeet.d.ts.map +0 -1
- package/dist/src/integrations/gsheets-client.d.ts.map +0 -1
- package/dist/src/integrations/gsheets.d.ts +0 -22
- package/dist/src/integrations/gsheets.d.ts.map +0 -1
- package/dist/src/integrations/gslides-client.d.ts.map +0 -1
- package/dist/src/integrations/gslides.d.ts +0 -22
- package/dist/src/integrations/gslides.d.ts.map +0 -1
- package/dist/src/integrations/gtasks-client.d.ts.map +0 -1
- package/dist/src/integrations/gtasks.d.ts +0 -22
- package/dist/src/integrations/gtasks.d.ts.map +0 -1
|
@@ -750,23 +750,23 @@ var init_library_metadata = __esm(() => {
|
|
|
750
750
|
description: "Send, read, and search Gmail messages",
|
|
751
751
|
category: "Communication"
|
|
752
752
|
},
|
|
753
|
-
|
|
753
|
+
google_calendar: {
|
|
754
754
|
description: "Manage Google Calendar events and schedules",
|
|
755
755
|
category: "Productivity"
|
|
756
756
|
},
|
|
757
|
-
|
|
757
|
+
google_tasks: {
|
|
758
758
|
description: "Manage Google Tasks lists and to-dos",
|
|
759
759
|
category: "Productivity"
|
|
760
760
|
},
|
|
761
|
-
|
|
761
|
+
google_keep: {
|
|
762
762
|
description: "Manage Google Keep notes, attachments, and sharing permissions",
|
|
763
763
|
category: "Productivity"
|
|
764
764
|
},
|
|
765
|
-
|
|
765
|
+
google_meet: {
|
|
766
766
|
description: "Create Google Meet links and manage meeting events via Calendar",
|
|
767
767
|
category: "Communication"
|
|
768
768
|
},
|
|
769
|
-
|
|
769
|
+
google_contacts: {
|
|
770
770
|
description: "List, search, create, update, and delete Google Contacts via the People API",
|
|
771
771
|
category: "Communication"
|
|
772
772
|
},
|
|
@@ -902,19 +902,19 @@ var init_library_metadata = __esm(() => {
|
|
|
902
902
|
description: "Manage Todoist tasks, projects, and labels",
|
|
903
903
|
category: "Productivity"
|
|
904
904
|
},
|
|
905
|
-
|
|
905
|
+
google_slides: {
|
|
906
906
|
description: "Create and update Google Slides presentations",
|
|
907
907
|
category: "Productivity"
|
|
908
908
|
},
|
|
909
|
-
|
|
909
|
+
google_sheets: {
|
|
910
910
|
description: "Read and update Google Sheets spreadsheets",
|
|
911
911
|
category: "Productivity"
|
|
912
912
|
},
|
|
913
|
-
|
|
913
|
+
google_docs: {
|
|
914
914
|
description: "Create and edit Google Docs documents",
|
|
915
915
|
category: "Productivity"
|
|
916
916
|
},
|
|
917
|
-
|
|
917
|
+
google_drive: {
|
|
918
918
|
description: "Manage Google Drive files, folders, and sharing",
|
|
919
919
|
category: "Storage"
|
|
920
920
|
},
|
|
@@ -1030,11 +1030,11 @@ var init_library_metadata = __esm(() => {
|
|
|
1030
1030
|
description: "Read eToro portfolio data and market instruments",
|
|
1031
1031
|
category: "Finance"
|
|
1032
1032
|
},
|
|
1033
|
-
|
|
1033
|
+
google_analytics: {
|
|
1034
1034
|
description: "Read Google Analytics reports, properties, and events",
|
|
1035
1035
|
category: "Analytics"
|
|
1036
1036
|
},
|
|
1037
|
-
|
|
1037
|
+
google_chat: {
|
|
1038
1038
|
description: "Send messages and manage Google Chat spaces and memberships",
|
|
1039
1039
|
category: "Communication"
|
|
1040
1040
|
},
|
|
@@ -1406,16 +1406,16 @@ var init_email_fetcher = __esm(() => {
|
|
|
1406
1406
|
github: fetchGitHubEmail,
|
|
1407
1407
|
gmail: fetchGoogleEmail,
|
|
1408
1408
|
google: fetchGoogleEmail,
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1409
|
+
google_calendar: fetchGoogleEmail,
|
|
1410
|
+
google_drive: fetchGoogleEmail,
|
|
1411
|
+
google_docs: fetchGoogleEmail,
|
|
1412
|
+
google_sheets: fetchGoogleEmail,
|
|
1413
|
+
google_slides: fetchGoogleEmail,
|
|
1414
|
+
google_contacts: fetchGoogleEmail,
|
|
1415
|
+
google_meet: fetchGoogleEmail,
|
|
1416
|
+
google_chat: fetchGoogleEmail,
|
|
1417
|
+
google_tasks: fetchGoogleEmail,
|
|
1418
|
+
google_analytics: fetchGoogleEmail,
|
|
1419
1419
|
youtube: fetchGoogleEmail,
|
|
1420
1420
|
notion: fetchNotionEmail,
|
|
1421
1421
|
linear: fetchLinearEmail,
|
|
@@ -750,23 +750,23 @@ var init_library_metadata = __esm(() => {
|
|
|
750
750
|
description: "Send, read, and search Gmail messages",
|
|
751
751
|
category: "Communication"
|
|
752
752
|
},
|
|
753
|
-
|
|
753
|
+
google_calendar: {
|
|
754
754
|
description: "Manage Google Calendar events and schedules",
|
|
755
755
|
category: "Productivity"
|
|
756
756
|
},
|
|
757
|
-
|
|
757
|
+
google_tasks: {
|
|
758
758
|
description: "Manage Google Tasks lists and to-dos",
|
|
759
759
|
category: "Productivity"
|
|
760
760
|
},
|
|
761
|
-
|
|
761
|
+
google_keep: {
|
|
762
762
|
description: "Manage Google Keep notes, attachments, and sharing permissions",
|
|
763
763
|
category: "Productivity"
|
|
764
764
|
},
|
|
765
|
-
|
|
765
|
+
google_meet: {
|
|
766
766
|
description: "Create Google Meet links and manage meeting events via Calendar",
|
|
767
767
|
category: "Communication"
|
|
768
768
|
},
|
|
769
|
-
|
|
769
|
+
google_contacts: {
|
|
770
770
|
description: "List, search, create, update, and delete Google Contacts via the People API",
|
|
771
771
|
category: "Communication"
|
|
772
772
|
},
|
|
@@ -902,19 +902,19 @@ var init_library_metadata = __esm(() => {
|
|
|
902
902
|
description: "Manage Todoist tasks, projects, and labels",
|
|
903
903
|
category: "Productivity"
|
|
904
904
|
},
|
|
905
|
-
|
|
905
|
+
google_slides: {
|
|
906
906
|
description: "Create and update Google Slides presentations",
|
|
907
907
|
category: "Productivity"
|
|
908
908
|
},
|
|
909
|
-
|
|
909
|
+
google_sheets: {
|
|
910
910
|
description: "Read and update Google Sheets spreadsheets",
|
|
911
911
|
category: "Productivity"
|
|
912
912
|
},
|
|
913
|
-
|
|
913
|
+
google_docs: {
|
|
914
914
|
description: "Create and edit Google Docs documents",
|
|
915
915
|
category: "Productivity"
|
|
916
916
|
},
|
|
917
|
-
|
|
917
|
+
google_drive: {
|
|
918
918
|
description: "Manage Google Drive files, folders, and sharing",
|
|
919
919
|
category: "Storage"
|
|
920
920
|
},
|
|
@@ -1030,11 +1030,11 @@ var init_library_metadata = __esm(() => {
|
|
|
1030
1030
|
description: "Read eToro portfolio data and market instruments",
|
|
1031
1031
|
category: "Finance"
|
|
1032
1032
|
},
|
|
1033
|
-
|
|
1033
|
+
google_analytics: {
|
|
1034
1034
|
description: "Read Google Analytics reports, properties, and events",
|
|
1035
1035
|
category: "Analytics"
|
|
1036
1036
|
},
|
|
1037
|
-
|
|
1037
|
+
google_chat: {
|
|
1038
1038
|
description: "Send messages and manage Google Chat spaces and memberships",
|
|
1039
1039
|
category: "Communication"
|
|
1040
1040
|
},
|
|
@@ -1406,16 +1406,16 @@ var init_email_fetcher = __esm(() => {
|
|
|
1406
1406
|
github: fetchGitHubEmail,
|
|
1407
1407
|
gmail: fetchGoogleEmail,
|
|
1408
1408
|
google: fetchGoogleEmail,
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1409
|
+
google_calendar: fetchGoogleEmail,
|
|
1410
|
+
google_drive: fetchGoogleEmail,
|
|
1411
|
+
google_docs: fetchGoogleEmail,
|
|
1412
|
+
google_sheets: fetchGoogleEmail,
|
|
1413
|
+
google_slides: fetchGoogleEmail,
|
|
1414
|
+
google_contacts: fetchGoogleEmail,
|
|
1415
|
+
google_meet: fetchGoogleEmail,
|
|
1416
|
+
google_chat: fetchGoogleEmail,
|
|
1417
|
+
google_tasks: fetchGoogleEmail,
|
|
1418
|
+
google_analytics: fetchGoogleEmail,
|
|
1419
1419
|
youtube: fetchGoogleEmail,
|
|
1420
1420
|
notion: fetchNotionEmail,
|
|
1421
1421
|
linear: fetchLinearEmail,
|
package/dist/adapters/index.js
CHANGED
|
@@ -750,23 +750,23 @@ var init_library_metadata = __esm(() => {
|
|
|
750
750
|
description: "Send, read, and search Gmail messages",
|
|
751
751
|
category: "Communication"
|
|
752
752
|
},
|
|
753
|
-
|
|
753
|
+
google_calendar: {
|
|
754
754
|
description: "Manage Google Calendar events and schedules",
|
|
755
755
|
category: "Productivity"
|
|
756
756
|
},
|
|
757
|
-
|
|
757
|
+
google_tasks: {
|
|
758
758
|
description: "Manage Google Tasks lists and to-dos",
|
|
759
759
|
category: "Productivity"
|
|
760
760
|
},
|
|
761
|
-
|
|
761
|
+
google_keep: {
|
|
762
762
|
description: "Manage Google Keep notes, attachments, and sharing permissions",
|
|
763
763
|
category: "Productivity"
|
|
764
764
|
},
|
|
765
|
-
|
|
765
|
+
google_meet: {
|
|
766
766
|
description: "Create Google Meet links and manage meeting events via Calendar",
|
|
767
767
|
category: "Communication"
|
|
768
768
|
},
|
|
769
|
-
|
|
769
|
+
google_contacts: {
|
|
770
770
|
description: "List, search, create, update, and delete Google Contacts via the People API",
|
|
771
771
|
category: "Communication"
|
|
772
772
|
},
|
|
@@ -902,19 +902,19 @@ var init_library_metadata = __esm(() => {
|
|
|
902
902
|
description: "Manage Todoist tasks, projects, and labels",
|
|
903
903
|
category: "Productivity"
|
|
904
904
|
},
|
|
905
|
-
|
|
905
|
+
google_slides: {
|
|
906
906
|
description: "Create and update Google Slides presentations",
|
|
907
907
|
category: "Productivity"
|
|
908
908
|
},
|
|
909
|
-
|
|
909
|
+
google_sheets: {
|
|
910
910
|
description: "Read and update Google Sheets spreadsheets",
|
|
911
911
|
category: "Productivity"
|
|
912
912
|
},
|
|
913
|
-
|
|
913
|
+
google_docs: {
|
|
914
914
|
description: "Create and edit Google Docs documents",
|
|
915
915
|
category: "Productivity"
|
|
916
916
|
},
|
|
917
|
-
|
|
917
|
+
google_drive: {
|
|
918
918
|
description: "Manage Google Drive files, folders, and sharing",
|
|
919
919
|
category: "Storage"
|
|
920
920
|
},
|
|
@@ -1030,11 +1030,11 @@ var init_library_metadata = __esm(() => {
|
|
|
1030
1030
|
description: "Read eToro portfolio data and market instruments",
|
|
1031
1031
|
category: "Finance"
|
|
1032
1032
|
},
|
|
1033
|
-
|
|
1033
|
+
google_analytics: {
|
|
1034
1034
|
description: "Read Google Analytics reports, properties, and events",
|
|
1035
1035
|
category: "Analytics"
|
|
1036
1036
|
},
|
|
1037
|
-
|
|
1037
|
+
google_chat: {
|
|
1038
1038
|
description: "Send messages and manage Google Chat spaces and memberships",
|
|
1039
1039
|
category: "Communication"
|
|
1040
1040
|
},
|
|
@@ -1406,16 +1406,16 @@ var init_email_fetcher = __esm(() => {
|
|
|
1406
1406
|
github: fetchGitHubEmail,
|
|
1407
1407
|
gmail: fetchGoogleEmail,
|
|
1408
1408
|
google: fetchGoogleEmail,
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1409
|
+
google_calendar: fetchGoogleEmail,
|
|
1410
|
+
google_drive: fetchGoogleEmail,
|
|
1411
|
+
google_docs: fetchGoogleEmail,
|
|
1412
|
+
google_sheets: fetchGoogleEmail,
|
|
1413
|
+
google_slides: fetchGoogleEmail,
|
|
1414
|
+
google_contacts: fetchGoogleEmail,
|
|
1415
|
+
google_meet: fetchGoogleEmail,
|
|
1416
|
+
google_chat: fetchGoogleEmail,
|
|
1417
|
+
google_tasks: fetchGoogleEmail,
|
|
1418
|
+
google_analytics: fetchGoogleEmail,
|
|
1419
1419
|
youtube: fetchGoogleEmail,
|
|
1420
1420
|
notion: fetchNotionEmail,
|
|
1421
1421
|
linear: fetchLinearEmail,
|
|
@@ -5334,19 +5334,19 @@ var logger107 = createLogger("Zendesk");
|
|
|
5334
5334
|
// ../integrations/stripe.ts
|
|
5335
5335
|
init_logger();
|
|
5336
5336
|
var logger108 = createLogger("Stripe");
|
|
5337
|
-
// ../integrations/
|
|
5337
|
+
// ../integrations/google_calendar.ts
|
|
5338
5338
|
init_logger();
|
|
5339
5339
|
var logger109 = createLogger("Google Calendar");
|
|
5340
|
-
// ../integrations/
|
|
5340
|
+
// ../integrations/google_contacts.ts
|
|
5341
5341
|
init_logger();
|
|
5342
5342
|
var logger110 = createLogger("Google Contacts");
|
|
5343
|
-
// ../integrations/
|
|
5343
|
+
// ../integrations/google_meet.ts
|
|
5344
5344
|
init_logger();
|
|
5345
5345
|
var logger111 = createLogger("Google Meet");
|
|
5346
|
-
// ../integrations/
|
|
5346
|
+
// ../integrations/google_tasks.ts
|
|
5347
5347
|
init_logger();
|
|
5348
5348
|
var logger112 = createLogger("Google Tasks");
|
|
5349
|
-
// ../integrations/
|
|
5349
|
+
// ../integrations/google_keep.ts
|
|
5350
5350
|
init_logger();
|
|
5351
5351
|
var logger113 = createLogger("Google Keep");
|
|
5352
5352
|
// ../integrations/outlook.ts
|
|
@@ -5400,16 +5400,16 @@ var logger129 = createLogger("Excel");
|
|
|
5400
5400
|
// ../integrations/powerpoint.ts
|
|
5401
5401
|
init_logger();
|
|
5402
5402
|
var logger130 = createLogger("PowerPoint");
|
|
5403
|
-
// ../integrations/
|
|
5403
|
+
// ../integrations/google_docs.ts
|
|
5404
5404
|
init_logger();
|
|
5405
5405
|
var logger131 = createLogger("Google Docs");
|
|
5406
|
-
// ../integrations/
|
|
5406
|
+
// ../integrations/google_drive.ts
|
|
5407
5407
|
init_logger();
|
|
5408
5408
|
var logger132 = createLogger("Google Drive");
|
|
5409
|
-
// ../integrations/
|
|
5409
|
+
// ../integrations/google_sheets.ts
|
|
5410
5410
|
init_logger();
|
|
5411
5411
|
var logger133 = createLogger("Google Sheets");
|
|
5412
|
-
// ../integrations/
|
|
5412
|
+
// ../integrations/google_slides.ts
|
|
5413
5413
|
init_logger();
|
|
5414
5414
|
var logger134 = createLogger("Google Slides");
|
|
5415
5415
|
// ../integrations/polar.ts
|
|
@@ -5496,7 +5496,7 @@ var logger161 = createLogger("Xero");
|
|
|
5496
5496
|
// ../integrations/attio.ts
|
|
5497
5497
|
init_logger();
|
|
5498
5498
|
var logger162 = createLogger("Attio");
|
|
5499
|
-
// ../integrations/
|
|
5499
|
+
// ../integrations/google_chat.ts
|
|
5500
5500
|
init_logger();
|
|
5501
5501
|
var logger163 = createLogger("Google Chat");
|
|
5502
5502
|
// ../integrations/shopify.ts
|
package/dist/adapters/nextjs.js
CHANGED
|
@@ -750,23 +750,23 @@ var init_library_metadata = __esm(() => {
|
|
|
750
750
|
description: "Send, read, and search Gmail messages",
|
|
751
751
|
category: "Communication"
|
|
752
752
|
},
|
|
753
|
-
|
|
753
|
+
google_calendar: {
|
|
754
754
|
description: "Manage Google Calendar events and schedules",
|
|
755
755
|
category: "Productivity"
|
|
756
756
|
},
|
|
757
|
-
|
|
757
|
+
google_tasks: {
|
|
758
758
|
description: "Manage Google Tasks lists and to-dos",
|
|
759
759
|
category: "Productivity"
|
|
760
760
|
},
|
|
761
|
-
|
|
761
|
+
google_keep: {
|
|
762
762
|
description: "Manage Google Keep notes, attachments, and sharing permissions",
|
|
763
763
|
category: "Productivity"
|
|
764
764
|
},
|
|
765
|
-
|
|
765
|
+
google_meet: {
|
|
766
766
|
description: "Create Google Meet links and manage meeting events via Calendar",
|
|
767
767
|
category: "Communication"
|
|
768
768
|
},
|
|
769
|
-
|
|
769
|
+
google_contacts: {
|
|
770
770
|
description: "List, search, create, update, and delete Google Contacts via the People API",
|
|
771
771
|
category: "Communication"
|
|
772
772
|
},
|
|
@@ -902,19 +902,19 @@ var init_library_metadata = __esm(() => {
|
|
|
902
902
|
description: "Manage Todoist tasks, projects, and labels",
|
|
903
903
|
category: "Productivity"
|
|
904
904
|
},
|
|
905
|
-
|
|
905
|
+
google_slides: {
|
|
906
906
|
description: "Create and update Google Slides presentations",
|
|
907
907
|
category: "Productivity"
|
|
908
908
|
},
|
|
909
|
-
|
|
909
|
+
google_sheets: {
|
|
910
910
|
description: "Read and update Google Sheets spreadsheets",
|
|
911
911
|
category: "Productivity"
|
|
912
912
|
},
|
|
913
|
-
|
|
913
|
+
google_docs: {
|
|
914
914
|
description: "Create and edit Google Docs documents",
|
|
915
915
|
category: "Productivity"
|
|
916
916
|
},
|
|
917
|
-
|
|
917
|
+
google_drive: {
|
|
918
918
|
description: "Manage Google Drive files, folders, and sharing",
|
|
919
919
|
category: "Storage"
|
|
920
920
|
},
|
|
@@ -1030,11 +1030,11 @@ var init_library_metadata = __esm(() => {
|
|
|
1030
1030
|
description: "Read eToro portfolio data and market instruments",
|
|
1031
1031
|
category: "Finance"
|
|
1032
1032
|
},
|
|
1033
|
-
|
|
1033
|
+
google_analytics: {
|
|
1034
1034
|
description: "Read Google Analytics reports, properties, and events",
|
|
1035
1035
|
category: "Analytics"
|
|
1036
1036
|
},
|
|
1037
|
-
|
|
1037
|
+
google_chat: {
|
|
1038
1038
|
description: "Send messages and manage Google Chat spaces and memberships",
|
|
1039
1039
|
category: "Communication"
|
|
1040
1040
|
},
|
|
@@ -1406,16 +1406,16 @@ var init_email_fetcher = __esm(() => {
|
|
|
1406
1406
|
github: fetchGitHubEmail,
|
|
1407
1407
|
gmail: fetchGoogleEmail,
|
|
1408
1408
|
google: fetchGoogleEmail,
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1409
|
+
google_calendar: fetchGoogleEmail,
|
|
1410
|
+
google_drive: fetchGoogleEmail,
|
|
1411
|
+
google_docs: fetchGoogleEmail,
|
|
1412
|
+
google_sheets: fetchGoogleEmail,
|
|
1413
|
+
google_slides: fetchGoogleEmail,
|
|
1414
|
+
google_contacts: fetchGoogleEmail,
|
|
1415
|
+
google_meet: fetchGoogleEmail,
|
|
1416
|
+
google_chat: fetchGoogleEmail,
|
|
1417
|
+
google_tasks: fetchGoogleEmail,
|
|
1418
|
+
google_analytics: fetchGoogleEmail,
|
|
1419
1419
|
youtube: fetchGoogleEmail,
|
|
1420
1420
|
notion: fetchNotionEmail,
|
|
1421
1421
|
linear: fetchLinearEmail,
|
|
@@ -750,23 +750,23 @@ var init_library_metadata = __esm(() => {
|
|
|
750
750
|
description: "Send, read, and search Gmail messages",
|
|
751
751
|
category: "Communication"
|
|
752
752
|
},
|
|
753
|
-
|
|
753
|
+
google_calendar: {
|
|
754
754
|
description: "Manage Google Calendar events and schedules",
|
|
755
755
|
category: "Productivity"
|
|
756
756
|
},
|
|
757
|
-
|
|
757
|
+
google_tasks: {
|
|
758
758
|
description: "Manage Google Tasks lists and to-dos",
|
|
759
759
|
category: "Productivity"
|
|
760
760
|
},
|
|
761
|
-
|
|
761
|
+
google_keep: {
|
|
762
762
|
description: "Manage Google Keep notes, attachments, and sharing permissions",
|
|
763
763
|
category: "Productivity"
|
|
764
764
|
},
|
|
765
|
-
|
|
765
|
+
google_meet: {
|
|
766
766
|
description: "Create Google Meet links and manage meeting events via Calendar",
|
|
767
767
|
category: "Communication"
|
|
768
768
|
},
|
|
769
|
-
|
|
769
|
+
google_contacts: {
|
|
770
770
|
description: "List, search, create, update, and delete Google Contacts via the People API",
|
|
771
771
|
category: "Communication"
|
|
772
772
|
},
|
|
@@ -902,19 +902,19 @@ var init_library_metadata = __esm(() => {
|
|
|
902
902
|
description: "Manage Todoist tasks, projects, and labels",
|
|
903
903
|
category: "Productivity"
|
|
904
904
|
},
|
|
905
|
-
|
|
905
|
+
google_slides: {
|
|
906
906
|
description: "Create and update Google Slides presentations",
|
|
907
907
|
category: "Productivity"
|
|
908
908
|
},
|
|
909
|
-
|
|
909
|
+
google_sheets: {
|
|
910
910
|
description: "Read and update Google Sheets spreadsheets",
|
|
911
911
|
category: "Productivity"
|
|
912
912
|
},
|
|
913
|
-
|
|
913
|
+
google_docs: {
|
|
914
914
|
description: "Create and edit Google Docs documents",
|
|
915
915
|
category: "Productivity"
|
|
916
916
|
},
|
|
917
|
-
|
|
917
|
+
google_drive: {
|
|
918
918
|
description: "Manage Google Drive files, folders, and sharing",
|
|
919
919
|
category: "Storage"
|
|
920
920
|
},
|
|
@@ -1030,11 +1030,11 @@ var init_library_metadata = __esm(() => {
|
|
|
1030
1030
|
description: "Read eToro portfolio data and market instruments",
|
|
1031
1031
|
category: "Finance"
|
|
1032
1032
|
},
|
|
1033
|
-
|
|
1033
|
+
google_analytics: {
|
|
1034
1034
|
description: "Read Google Analytics reports, properties, and events",
|
|
1035
1035
|
category: "Analytics"
|
|
1036
1036
|
},
|
|
1037
|
-
|
|
1037
|
+
google_chat: {
|
|
1038
1038
|
description: "Send messages and manage Google Chat spaces and memberships",
|
|
1039
1039
|
category: "Communication"
|
|
1040
1040
|
},
|
|
@@ -1406,16 +1406,16 @@ var init_email_fetcher = __esm(() => {
|
|
|
1406
1406
|
github: fetchGitHubEmail,
|
|
1407
1407
|
gmail: fetchGoogleEmail,
|
|
1408
1408
|
google: fetchGoogleEmail,
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1409
|
+
google_calendar: fetchGoogleEmail,
|
|
1410
|
+
google_drive: fetchGoogleEmail,
|
|
1411
|
+
google_docs: fetchGoogleEmail,
|
|
1412
|
+
google_sheets: fetchGoogleEmail,
|
|
1413
|
+
google_slides: fetchGoogleEmail,
|
|
1414
|
+
google_contacts: fetchGoogleEmail,
|
|
1415
|
+
google_meet: fetchGoogleEmail,
|
|
1416
|
+
google_chat: fetchGoogleEmail,
|
|
1417
|
+
google_tasks: fetchGoogleEmail,
|
|
1418
|
+
google_analytics: fetchGoogleEmail,
|
|
1419
1419
|
youtube: fetchGoogleEmail,
|
|
1420
1420
|
notion: fetchNotionEmail,
|
|
1421
1421
|
linear: fetchLinearEmail,
|
|
@@ -5334,19 +5334,19 @@ var logger107 = createLogger("Zendesk");
|
|
|
5334
5334
|
// ../integrations/stripe.ts
|
|
5335
5335
|
init_logger();
|
|
5336
5336
|
var logger108 = createLogger("Stripe");
|
|
5337
|
-
// ../integrations/
|
|
5337
|
+
// ../integrations/google_calendar.ts
|
|
5338
5338
|
init_logger();
|
|
5339
5339
|
var logger109 = createLogger("Google Calendar");
|
|
5340
|
-
// ../integrations/
|
|
5340
|
+
// ../integrations/google_contacts.ts
|
|
5341
5341
|
init_logger();
|
|
5342
5342
|
var logger110 = createLogger("Google Contacts");
|
|
5343
|
-
// ../integrations/
|
|
5343
|
+
// ../integrations/google_meet.ts
|
|
5344
5344
|
init_logger();
|
|
5345
5345
|
var logger111 = createLogger("Google Meet");
|
|
5346
|
-
// ../integrations/
|
|
5346
|
+
// ../integrations/google_tasks.ts
|
|
5347
5347
|
init_logger();
|
|
5348
5348
|
var logger112 = createLogger("Google Tasks");
|
|
5349
|
-
// ../integrations/
|
|
5349
|
+
// ../integrations/google_keep.ts
|
|
5350
5350
|
init_logger();
|
|
5351
5351
|
var logger113 = createLogger("Google Keep");
|
|
5352
5352
|
// ../integrations/outlook.ts
|
|
@@ -5400,16 +5400,16 @@ var logger129 = createLogger("Excel");
|
|
|
5400
5400
|
// ../integrations/powerpoint.ts
|
|
5401
5401
|
init_logger();
|
|
5402
5402
|
var logger130 = createLogger("PowerPoint");
|
|
5403
|
-
// ../integrations/
|
|
5403
|
+
// ../integrations/google_docs.ts
|
|
5404
5404
|
init_logger();
|
|
5405
5405
|
var logger131 = createLogger("Google Docs");
|
|
5406
|
-
// ../integrations/
|
|
5406
|
+
// ../integrations/google_drive.ts
|
|
5407
5407
|
init_logger();
|
|
5408
5408
|
var logger132 = createLogger("Google Drive");
|
|
5409
|
-
// ../integrations/
|
|
5409
|
+
// ../integrations/google_sheets.ts
|
|
5410
5410
|
init_logger();
|
|
5411
5411
|
var logger133 = createLogger("Google Sheets");
|
|
5412
|
-
// ../integrations/
|
|
5412
|
+
// ../integrations/google_slides.ts
|
|
5413
5413
|
init_logger();
|
|
5414
5414
|
var logger134 = createLogger("Google Slides");
|
|
5415
5415
|
// ../integrations/polar.ts
|
|
@@ -5496,7 +5496,7 @@ var logger161 = createLogger("Xero");
|
|
|
5496
5496
|
// ../integrations/attio.ts
|
|
5497
5497
|
init_logger();
|
|
5498
5498
|
var logger162 = createLogger("Attio");
|
|
5499
|
-
// ../integrations/
|
|
5499
|
+
// ../integrations/google_chat.ts
|
|
5500
5500
|
init_logger();
|
|
5501
5501
|
var logger163 = createLogger("Google Chat");
|
|
5502
5502
|
// ../integrations/shopify.ts
|