@credal/actions 0.1.99 → 0.1.100

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.
@@ -383,16 +383,6 @@ exports.ActionMapper = {
383
383
  paramsSchema: types_1.googleOauthSearchDriveByKeywordsParamsSchema,
384
384
  outputSchema: types_1.googleOauthSearchDriveByKeywordsOutputSchema,
385
385
  },
386
- searchGmailMessages: {
387
- fn: searchGmailMessages_1.default,
388
- paramsSchema: types_1.googlemailSearchGmailMessagesParamsSchema,
389
- outputSchema: types_1.googlemailSearchGmailMessagesOutputSchema,
390
- },
391
- listGmailThreads: {
392
- fn: listGmailThreads_1.default,
393
- paramsSchema: types_1.googlemailListGmailThreadsParamsSchema,
394
- outputSchema: types_1.googlemailListGmailThreadsOutputSchema,
395
- },
396
386
  listCalendars: {
397
387
  fn: listCalendars_1.default,
398
388
  paramsSchema: types_1.googleOauthListCalendarsParamsSchema,
@@ -444,6 +434,18 @@ exports.ActionMapper = {
444
434
  outputSchema: types_1.googleOauthDeleteGroupMemberOutputSchema,
445
435
  },
446
436
  },
437
+ googlemail: {
438
+ searchGmailMessages: {
439
+ fn: searchGmailMessages_1.default,
440
+ paramsSchema: types_1.googlemailSearchGmailMessagesParamsSchema,
441
+ outputSchema: types_1.googlemailSearchGmailMessagesOutputSchema,
442
+ },
443
+ listGmailThreads: {
444
+ fn: listGmailThreads_1.default,
445
+ paramsSchema: types_1.googlemailListGmailThreadsParamsSchema,
446
+ outputSchema: types_1.googlemailListGmailThreadsOutputSchema,
447
+ },
448
+ },
447
449
  x: {
448
450
  createShareXPostUrl: {
449
451
  fn: createXSharePostUrl_1.default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@credal/actions",
3
- "version": "0.1.99",
3
+ "version": "0.1.100",
4
4
  "description": "AI Actions by Credal AI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",