integrate-sdk 0.9.64 → 0.10.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.
- 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 +3 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +432 -346
- package/dist/integrations.js +431 -236
- package/dist/oauth.js +21 -21
- package/dist/server.js +402 -329
- package/dist/src/client.d.ts +22 -22
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/index.d.ts +23 -22
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/integrations/bundle.d.ts +8 -8
- package/dist/src/integrations/bundle.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 +23 -234
- 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
package/dist/oauth.js
CHANGED
|
@@ -493,23 +493,23 @@ var init_library_metadata = __esm(() => {
|
|
|
493
493
|
description: "Send, read, and search Gmail messages",
|
|
494
494
|
category: "Communication"
|
|
495
495
|
},
|
|
496
|
-
|
|
496
|
+
google_calendar: {
|
|
497
497
|
description: "Manage Google Calendar events and schedules",
|
|
498
498
|
category: "Productivity"
|
|
499
499
|
},
|
|
500
|
-
|
|
500
|
+
google_tasks: {
|
|
501
501
|
description: "Manage Google Tasks lists and to-dos",
|
|
502
502
|
category: "Productivity"
|
|
503
503
|
},
|
|
504
|
-
|
|
504
|
+
google_keep: {
|
|
505
505
|
description: "Manage Google Keep notes, attachments, and sharing permissions",
|
|
506
506
|
category: "Productivity"
|
|
507
507
|
},
|
|
508
|
-
|
|
508
|
+
google_meet: {
|
|
509
509
|
description: "Create Google Meet links and manage meeting events via Calendar",
|
|
510
510
|
category: "Communication"
|
|
511
511
|
},
|
|
512
|
-
|
|
512
|
+
google_contacts: {
|
|
513
513
|
description: "List, search, create, update, and delete Google Contacts via the People API",
|
|
514
514
|
category: "Communication"
|
|
515
515
|
},
|
|
@@ -645,19 +645,19 @@ var init_library_metadata = __esm(() => {
|
|
|
645
645
|
description: "Manage Todoist tasks, projects, and labels",
|
|
646
646
|
category: "Productivity"
|
|
647
647
|
},
|
|
648
|
-
|
|
648
|
+
google_slides: {
|
|
649
649
|
description: "Create and update Google Slides presentations",
|
|
650
650
|
category: "Productivity"
|
|
651
651
|
},
|
|
652
|
-
|
|
652
|
+
google_sheets: {
|
|
653
653
|
description: "Read and update Google Sheets spreadsheets",
|
|
654
654
|
category: "Productivity"
|
|
655
655
|
},
|
|
656
|
-
|
|
656
|
+
google_docs: {
|
|
657
657
|
description: "Create and edit Google Docs documents",
|
|
658
658
|
category: "Productivity"
|
|
659
659
|
},
|
|
660
|
-
|
|
660
|
+
google_drive: {
|
|
661
661
|
description: "Manage Google Drive files, folders, and sharing",
|
|
662
662
|
category: "Storage"
|
|
663
663
|
},
|
|
@@ -773,11 +773,11 @@ var init_library_metadata = __esm(() => {
|
|
|
773
773
|
description: "Read eToro portfolio data and market instruments",
|
|
774
774
|
category: "Finance"
|
|
775
775
|
},
|
|
776
|
-
|
|
776
|
+
google_analytics: {
|
|
777
777
|
description: "Read Google Analytics reports, properties, and events",
|
|
778
778
|
category: "Analytics"
|
|
779
779
|
},
|
|
780
|
-
|
|
780
|
+
google_chat: {
|
|
781
781
|
description: "Send messages and manage Google Chat spaces and memberships",
|
|
782
782
|
category: "Communication"
|
|
783
783
|
},
|
|
@@ -1152,16 +1152,16 @@ var init_email_fetcher = __esm(() => {
|
|
|
1152
1152
|
github: fetchGitHubEmail,
|
|
1153
1153
|
gmail: fetchGoogleEmail,
|
|
1154
1154
|
google: fetchGoogleEmail,
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1155
|
+
google_calendar: fetchGoogleEmail,
|
|
1156
|
+
google_drive: fetchGoogleEmail,
|
|
1157
|
+
google_docs: fetchGoogleEmail,
|
|
1158
|
+
google_sheets: fetchGoogleEmail,
|
|
1159
|
+
google_slides: fetchGoogleEmail,
|
|
1160
|
+
google_contacts: fetchGoogleEmail,
|
|
1161
|
+
google_meet: fetchGoogleEmail,
|
|
1162
|
+
google_chat: fetchGoogleEmail,
|
|
1163
|
+
google_tasks: fetchGoogleEmail,
|
|
1164
|
+
google_analytics: fetchGoogleEmail,
|
|
1165
1165
|
youtube: fetchGoogleEmail,
|
|
1166
1166
|
notion: fetchNotionEmail,
|
|
1167
1167
|
linear: fetchLinearEmail,
|