@credal/actions 0.2.2 → 0.2.4

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.
Files changed (133) hide show
  1. package/dist/actions/actionMapper.js +374 -380
  2. package/dist/actions/autogen/templates.js +94 -98
  3. package/dist/actions/autogen/types.js +1621 -1627
  4. package/dist/actions/groups.js +88 -91
  5. package/dist/actions/invoke.js +5 -8
  6. package/dist/actions/parse.js +28 -33
  7. package/dist/actions/providers/asana/commentAsanaTask.js +5 -7
  8. package/dist/actions/providers/asana/createAsanaTask.js +9 -11
  9. package/dist/actions/providers/asana/getTasksDetails.js +9 -11
  10. package/dist/actions/providers/asana/listAsanaTasksByProject.js +46 -51
  11. package/dist/actions/providers/asana/searchAsanaTasks.js +6 -8
  12. package/dist/actions/providers/asana/updateAsanaTask.js +8 -10
  13. package/dist/actions/providers/asana/utils.js +7 -12
  14. package/dist/actions/providers/ashby/addCandidateToProject.js +5 -7
  15. package/dist/actions/providers/ashby/createCandidate.js +5 -7
  16. package/dist/actions/providers/ashby/createNote.js +5 -7
  17. package/dist/actions/providers/ashby/getCandidateInfo.js +5 -7
  18. package/dist/actions/providers/ashby/listCandidateNotes.js +5 -7
  19. package/dist/actions/providers/ashby/listCandidates.js +5 -7
  20. package/dist/actions/providers/ashby/searchCandidates.js +5 -7
  21. package/dist/actions/providers/ashby/updateCandidate.js +5 -7
  22. package/dist/actions/providers/bing/getTopNSearchResultUrls.js +5 -7
  23. package/dist/actions/providers/confluence/fetchPageContent.js +8 -10
  24. package/dist/actions/providers/confluence/helpers.js +1 -4
  25. package/dist/actions/providers/confluence/overwritePage.js +9 -11
  26. package/dist/actions/providers/finnhub/getBasicFinancials.js +6 -8
  27. package/dist/actions/providers/finnhub/symbolLookup.js +6 -8
  28. package/dist/actions/providers/firecrawl/deepResearch.js +5 -10
  29. package/dist/actions/providers/firecrawl/scrapeTweetDataWithNitter.js +5 -10
  30. package/dist/actions/providers/firecrawl/scrapeUrl.js +5 -10
  31. package/dist/actions/providers/generic/fillTemplate.js +1 -3
  32. package/dist/actions/providers/github/createBranch.js +4 -39
  33. package/dist/actions/providers/github/createOrUpdateFile.js +6 -41
  34. package/dist/actions/providers/github/createPullRequest.js +4 -39
  35. package/dist/actions/providers/github/listPullRequests.js +7 -12
  36. package/dist/actions/providers/gong/getGongTranscripts.js +49 -84
  37. package/dist/actions/providers/google-oauth/addGroupMember.js +5 -7
  38. package/dist/actions/providers/google-oauth/createNewGoogleDoc.js +6 -8
  39. package/dist/actions/providers/google-oauth/createPresentation.js +5 -7
  40. package/dist/actions/providers/google-oauth/createSpreadsheet.js +5 -10
  41. package/dist/actions/providers/google-oauth/deleteCalendarEvent.js +5 -7
  42. package/dist/actions/providers/google-oauth/deleteGroupMember.js +5 -7
  43. package/dist/actions/providers/google-oauth/getGroup.js +5 -7
  44. package/dist/actions/providers/google-oauth/hasGroupMember.js +5 -7
  45. package/dist/actions/providers/google-oauth/listCalendarEvents.js +5 -7
  46. package/dist/actions/providers/google-oauth/listCalendars.js +5 -7
  47. package/dist/actions/providers/google-oauth/listGroupMembers.js +5 -7
  48. package/dist/actions/providers/google-oauth/listGroups.js +5 -7
  49. package/dist/actions/providers/google-oauth/scheduleCalendarMeeting.js +7 -9
  50. package/dist/actions/providers/google-oauth/searchDriveByKeywords.js +5 -7
  51. package/dist/actions/providers/google-oauth/updateCalendarEvent.js +5 -7
  52. package/dist/actions/providers/google-oauth/updateDoc.js +5 -10
  53. package/dist/actions/providers/google-oauth/updatePresentation.js +5 -7
  54. package/dist/actions/providers/google-oauth/updateSpreadsheet.js +5 -7
  55. package/dist/actions/providers/google-oauth/utils/decodeMessage.js +2 -6
  56. package/dist/actions/providers/googlemail/listGmailThreads.js +8 -10
  57. package/dist/actions/providers/googlemail/searchGmailMessages.js +8 -10
  58. package/dist/actions/providers/googlemaps/nearbysearchRestaurants.js +5 -7
  59. package/dist/actions/providers/googlemaps/validateAddress.js +3 -5
  60. package/dist/actions/providers/jamf/getJamfComputerInventory.js +3 -5
  61. package/dist/actions/providers/jamf/getJamfFileVaultRecoveryKey.js +3 -5
  62. package/dist/actions/providers/jira/assignJiraTicket.js +5 -10
  63. package/dist/actions/providers/jira/commentJiraTicket.js +3 -5
  64. package/dist/actions/providers/jira/createJiraTicket.js +6 -8
  65. package/dist/actions/providers/jira/getJiraIssuesByQuery.js +4 -6
  66. package/dist/actions/providers/jira/getJiraTicketDetails.js +3 -5
  67. package/dist/actions/providers/jira/getJiraTicketHistory.js +3 -5
  68. package/dist/actions/providers/jira/updateJiraTicketDetails.js +3 -5
  69. package/dist/actions/providers/jira/updateJiraTicketStatus.js +4 -6
  70. package/dist/actions/providers/jira/utils.js +3 -6
  71. package/dist/actions/providers/kandji/getFVRecoveryKeyForDevice.js +4 -6
  72. package/dist/actions/providers/linkedin/createSharePostLinkedinUrl.js +1 -3
  73. package/dist/actions/providers/looker/enableUserByEmail.js +5 -7
  74. package/dist/actions/providers/math/add.js +1 -3
  75. package/dist/actions/providers/microsoft/createDocument.js +5 -7
  76. package/dist/actions/providers/microsoft/getDocument.js +3 -5
  77. package/dist/actions/providers/microsoft/messageTeamsChannel.js +4 -6
  78. package/dist/actions/providers/microsoft/messageTeamsChat.js +4 -6
  79. package/dist/actions/providers/microsoft/updateDocument.js +4 -6
  80. package/dist/actions/providers/microsoft/updateSpreadsheet.js +4 -6
  81. package/dist/actions/providers/microsoft/utils.js +6 -10
  82. package/dist/actions/providers/mongodb/insertMongoDoc.js +3 -5
  83. package/dist/actions/providers/notion/searchByTitle.js +5 -10
  84. package/dist/actions/providers/nws/getForecastForLocation.js +7 -9
  85. package/dist/actions/providers/openstreetmap/getLatitudeLongitudeFromLocation.js +3 -5
  86. package/dist/actions/providers/resend/sendEmail.js +6 -8
  87. package/dist/actions/providers/salesforce/createCase.js +3 -5
  88. package/dist/actions/providers/salesforce/createRecord.js +4 -6
  89. package/dist/actions/providers/salesforce/fetchSalesforceSchema.js +3 -5
  90. package/dist/actions/providers/salesforce/generateSalesReport.js +3 -5
  91. package/dist/actions/providers/salesforce/getRecord.js +3 -5
  92. package/dist/actions/providers/salesforce/getSalesforceRecordsByQuery.js +4 -6
  93. package/dist/actions/providers/salesforce/updateRecord.js +3 -5
  94. package/dist/actions/providers/slack/getChannelMessages.js +7 -9
  95. package/dist/actions/providers/slack/helpers.js +1 -4
  96. package/dist/actions/providers/slack/sendMessage.js +10 -12
  97. package/dist/actions/providers/snowflake/auth/getSnowflakeConnection.js +4 -41
  98. package/dist/actions/providers/snowflake/getRowByFieldValue.js +3 -5
  99. package/dist/actions/providers/snowflake/runSnowflakeQuery.js +8 -13
  100. package/dist/actions/providers/x/createXSharePostUrl.js +1 -3
  101. package/dist/actions/providers/zendesk/addCommentToTicket.js +5 -7
  102. package/dist/actions/providers/zendesk/assignTicket.js +5 -7
  103. package/dist/actions/providers/zendesk/createZendeskTicket.js +5 -7
  104. package/dist/actions/providers/zendesk/getTicketDetails.js +5 -7
  105. package/dist/actions/providers/zendesk/listTickets.js +5 -7
  106. package/dist/actions/providers/zendesk/updateTicketStatus.js +5 -7
  107. package/dist/actions/util/axiosClient.js +4 -11
  108. package/dist/actions/util/formatDataForCodeInterpreter.js +1 -4
  109. package/dist/actions/util/missingAuthConstants.js +2 -5
  110. package/dist/app.js +5 -42
  111. package/dist/index.d.ts +1 -1
  112. package/dist/index.js +4 -24
  113. package/dist/server.d.ts +2 -0
  114. package/dist/server.js +8 -0
  115. package/dist/utils/datetime.js +4 -8
  116. package/dist/utils/string.js +1 -4
  117. package/package.json +2 -1
  118. package/dist/actions/providers/credal/callCopilot.d.ts +0 -3
  119. package/dist/actions/providers/credal/callCopilot.js +0 -36
  120. package/dist/actions/providers/google-oauth/listGmailThreads.d.ts +0 -3
  121. package/dist/actions/providers/google-oauth/listGmailThreads.js +0 -98
  122. package/dist/actions/providers/google-oauth/searchGmailMessages.d.ts +0 -3
  123. package/dist/actions/providers/google-oauth/searchGmailMessages.js +0 -91
  124. package/dist/actions/providers/jamf/getComputerInventory.d.ts +0 -3
  125. package/dist/actions/providers/jamf/getComputerInventory.js +0 -45
  126. package/dist/actions/providers/jamf/getFileVaultRecoveryKey.d.ts +0 -3
  127. package/dist/actions/providers/jamf/getFileVaultRecoveryKey.js +0 -40
  128. package/dist/actions/providers/math/index.d.ts +0 -1
  129. package/dist/actions/providers/math/index.js +0 -37
  130. package/dist/actions/providers/slack/index.d.ts +0 -1
  131. package/dist/actions/providers/slack/index.js +0 -37
  132. package/dist/actions/providers/slack/listConversations.d.ts +0 -3
  133. package/dist/actions/providers/slack/listConversations.js +0 -41
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
2
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
3
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -8,68 +7,64 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
8
  });
10
9
  };
11
- var __importDefault = (this && this.__importDefault) || function (mod) {
12
- return (mod && mod.__esModule) ? mod : { "default": mod };
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- const zod_1 = require("zod");
16
- const axios_1 = __importDefault(require("axios"));
17
- const missingAuthConstants_1 = require("../../util/missingAuthConstants");
18
- const TaskSchema = zod_1.z
10
+ import { z } from "zod";
11
+ import axios from "axios";
12
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
13
+ const TaskSchema = z
19
14
  .object({
20
- gid: zod_1.z.string(),
15
+ gid: z.string(),
21
16
  })
22
17
  .partial()
23
18
  .passthrough();
24
- const TaskDetailsSchema = zod_1.z
19
+ const TaskDetailsSchema = z
25
20
  .object({
26
- name: zod_1.z.string(),
27
- resource_type: zod_1.z.string(),
28
- completed: zod_1.z.boolean(),
29
- modified_at: zod_1.z.string(),
30
- notes: zod_1.z.string(),
31
- custom_fields: zod_1.z
32
- .array(zod_1.z.object({
33
- gid: zod_1.z.string(),
34
- name: zod_1.z.string(),
35
- display_value: zod_1.z.string().nullable(),
21
+ name: z.string(),
22
+ resource_type: z.string(),
23
+ completed: z.boolean(),
24
+ modified_at: z.string(),
25
+ notes: z.string(),
26
+ custom_fields: z
27
+ .array(z.object({
28
+ gid: z.string(),
29
+ name: z.string(),
30
+ display_value: z.string().nullable(),
36
31
  }))
37
32
  .nullable(),
38
- num_subtasks: zod_1.z.number(),
33
+ num_subtasks: z.number(),
39
34
  })
40
35
  .partial()
41
36
  .passthrough();
42
- const TaskStorySchema = zod_1.z
37
+ const TaskStorySchema = z
43
38
  .object({
44
- gid: zod_1.z.string(),
45
- created_at: zod_1.z.string(),
46
- text: zod_1.z.string(),
47
- resource_type: zod_1.z.string(),
48
- created_by: zod_1.z.object({
49
- gid: zod_1.z.string(),
50
- name: zod_1.z.string(),
51
- resource_type: zod_1.z.string(),
39
+ gid: z.string(),
40
+ created_at: z.string(),
41
+ text: z.string(),
42
+ resource_type: z.string(),
43
+ created_by: z.object({
44
+ gid: z.string(),
45
+ name: z.string(),
46
+ resource_type: z.string(),
52
47
  }),
53
48
  })
54
49
  .partial()
55
50
  .passthrough();
56
- const NextPageSchema = zod_1.z
51
+ const NextPageSchema = z
57
52
  .object({
58
- offset: zod_1.z.string(),
59
- path: zod_1.z.string(),
60
- uri: zod_1.z.string(),
53
+ offset: z.string(),
54
+ path: z.string(),
55
+ uri: z.string(),
61
56
  })
62
57
  .nullable();
63
- const TaskOutputSchema = zod_1.z.object({
58
+ const TaskOutputSchema = z.object({
64
59
  task: TaskDetailsSchema,
65
- subtasks: zod_1.z.array(TaskDetailsSchema).nullable(),
66
- taskStories: zod_1.z.array(TaskStorySchema).nullable(),
60
+ subtasks: z.array(TaskDetailsSchema).nullable(),
61
+ taskStories: z.array(TaskStorySchema).nullable(),
67
62
  });
68
63
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
69
- const AsanaOutputSchema = zod_1.z.object({
70
- data: zod_1.z.object({
71
- tasks: zod_1.z.array(TaskOutputSchema),
72
- subtasks: zod_1.z.array(TaskDetailsSchema).nullable(),
64
+ const AsanaOutputSchema = z.object({
65
+ data: z.object({
66
+ tasks: z.array(TaskOutputSchema),
67
+ subtasks: z.array(TaskDetailsSchema).nullable(),
73
68
  }),
74
69
  next_page: NextPageSchema,
75
70
  });
@@ -78,7 +73,7 @@ function getTaskIdsFromProject(authToken, projectId) {
78
73
  let nextPage = undefined;
79
74
  const tasks = [];
80
75
  do {
81
- const response = yield axios_1.default.get(`https://app.asana.com/api/1.0/projects/${projectId}/tasks`, {
76
+ const response = yield axios.get(`https://app.asana.com/api/1.0/projects/${projectId}/tasks`, {
82
77
  headers: { Authorization: `Bearer ${authToken}` },
83
78
  params: {
84
79
  limit: 100,
@@ -86,7 +81,7 @@ function getTaskIdsFromProject(authToken, projectId) {
86
81
  offset: nextPage ? nextPage.offset : undefined,
87
82
  },
88
83
  });
89
- const parsedTasks = zod_1.z.array(TaskSchema).safeParse(response.data.data);
84
+ const parsedTasks = z.array(TaskSchema).safeParse(response.data.data);
90
85
  if (!parsedTasks.success) {
91
86
  return tasks;
92
87
  }
@@ -102,14 +97,14 @@ function getSubtasksFromTask(authToken, taskId) {
102
97
  let nextPage = undefined;
103
98
  const subtasks = [];
104
99
  do {
105
- const response = yield axios_1.default.get(`https://app.asana.com/api/1.0/tasks/${taskId}/subtasks`, {
100
+ const response = yield axios.get(`https://app.asana.com/api/1.0/tasks/${taskId}/subtasks`, {
106
101
  headers: { Authorization: `Bearer ${authToken}` },
107
102
  params: {
108
103
  limit: 100,
109
104
  offset: nextPage ? nextPage.offset : undefined,
110
105
  },
111
106
  });
112
- const parsedSubtasks = zod_1.z.array(TaskSchema).safeParse(response.data.data);
107
+ const parsedSubtasks = z.array(TaskSchema).safeParse(response.data.data);
113
108
  if (!parsedSubtasks.success) {
114
109
  return subtasks;
115
110
  }
@@ -121,7 +116,7 @@ function getSubtasksFromTask(authToken, taskId) {
121
116
  }
122
117
  function getTaskDetails(authToken, taskId) {
123
118
  return __awaiter(this, void 0, void 0, function* () {
124
- const response = yield axios_1.default.get(`https://app.asana.com/api/1.0/tasks/${taskId}`, {
119
+ const response = yield axios.get(`https://app.asana.com/api/1.0/tasks/${taskId}`, {
125
120
  headers: { Authorization: `Bearer ${authToken}` },
126
121
  params: {
127
122
  options: {
@@ -138,10 +133,10 @@ function getTaskDetails(authToken, taskId) {
138
133
  }
139
134
  function getTaskStories(authToken, taskId) {
140
135
  return __awaiter(this, void 0, void 0, function* () {
141
- const response = yield axios_1.default.get(`https://app.asana.com/api/1.0/tasks/${taskId}/stories`, {
136
+ const response = yield axios.get(`https://app.asana.com/api/1.0/tasks/${taskId}/stories`, {
142
137
  headers: { Authorization: `Bearer ${authToken}` },
143
138
  });
144
- const parsedTask = zod_1.z.array(TaskStorySchema).safeParse(response.data.data);
139
+ const parsedTask = z.array(TaskStorySchema).safeParse(response.data.data);
145
140
  if (!parsedTask.success) {
146
141
  return null;
147
142
  }
@@ -152,7 +147,7 @@ const listAsanaTasksByProject = (_a) => __awaiter(void 0, [_a], void 0, function
152
147
  const { authToken } = authParams;
153
148
  const { projectId } = params;
154
149
  if (!authToken) {
155
- return { success: false, error: missingAuthConstants_1.MISSING_AUTH_TOKEN };
150
+ return { success: false, error: MISSING_AUTH_TOKEN };
156
151
  }
157
152
  try {
158
153
  const taskIds = yield getTaskIdsFromProject(authToken, projectId);
@@ -183,4 +178,4 @@ const listAsanaTasksByProject = (_a) => __awaiter(void 0, [_a], void 0, function
183
178
  };
184
179
  }
185
180
  });
186
- exports.default = listAsanaTasksByProject;
181
+ export default listAsanaTasksByProject;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
2
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
3
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -8,19 +7,18 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
8
  });
10
9
  };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const axiosClient_1 = require("../../util/axiosClient");
13
- const missingAuthConstants_1 = require("../../util/missingAuthConstants");
10
+ import { axiosClient } from "../../util/axiosClient";
11
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
14
12
  const searchAsanaTasks = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
15
13
  var _b, _c;
16
14
  const { authToken } = authParams;
17
15
  const { query } = params;
18
16
  if (!authToken) {
19
- return { success: false, error: missingAuthConstants_1.MISSING_AUTH_TOKEN };
17
+ return { success: false, error: MISSING_AUTH_TOKEN };
20
18
  }
21
19
  try {
22
20
  // search api only searches within a workspace, so fetch all workspaces first
23
- const workspacesResponse = yield axiosClient_1.axiosClient.get("https://app.asana.com/api/1.0/workspaces", {
21
+ const workspacesResponse = yield axiosClient.get("https://app.asana.com/api/1.0/workspaces", {
24
22
  headers: { Authorization: `Bearer ${authToken}` },
25
23
  });
26
24
  const workspaces = (_b = workspacesResponse === null || workspacesResponse === void 0 ? void 0 : workspacesResponse.data) === null || _b === void 0 ? void 0 : _b.data;
@@ -31,7 +29,7 @@ const searchAsanaTasks = (_a) => __awaiter(void 0, [_a], void 0, function* ({ pa
31
29
  for (const workspace of workspaces) {
32
30
  const workspaceId = workspace.gid;
33
31
  try {
34
- const searchResponse = yield axiosClient_1.axiosClient.get(`https://app.asana.com/api/1.0/workspaces/${workspaceId}/tasks/search`, {
32
+ const searchResponse = yield axiosClient.get(`https://app.asana.com/api/1.0/workspaces/${workspaceId}/tasks/search`, {
35
33
  headers: { Authorization: `Bearer ${authToken}` },
36
34
  params: {
37
35
  text: query,
@@ -64,4 +62,4 @@ const searchAsanaTasks = (_a) => __awaiter(void 0, [_a], void 0, function* ({ pa
64
62
  };
65
63
  }
66
64
  });
67
- exports.default = searchAsanaTasks;
65
+ export default searchAsanaTasks;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
2
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
3
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -8,29 +7,28 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
8
  });
10
9
  };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const axiosClient_1 = require("../../util/axiosClient");
13
- const missingAuthConstants_1 = require("../../util/missingAuthConstants");
14
- const utils_1 = require("./utils");
10
+ import { axiosClient } from "../../util/axiosClient";
11
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
12
+ import { getUserIdByEmail, getWorkspaceIdAndPermalinkFromTask } from "./utils";
15
13
  const updateAsanaTask = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
16
14
  const { authToken } = authParams;
17
15
  const { name, taskId, description, customFields, completed, assignee, approvalStatus, dueAt } = params;
18
16
  if (!authToken) {
19
- return { success: false, error: missingAuthConstants_1.MISSING_AUTH_TOKEN };
17
+ return { success: false, error: MISSING_AUTH_TOKEN };
20
18
  }
21
- const { workspaceId, permalinkUrl } = yield (0, utils_1.getWorkspaceIdAndPermalinkFromTask)(taskId, authToken);
19
+ const { workspaceId, permalinkUrl } = yield getWorkspaceIdAndPermalinkFromTask(taskId, authToken);
22
20
  if (!workspaceId || !permalinkUrl) {
23
21
  return { success: false, error: "Task ID invalid: unable to get workspaceID or permalink" };
24
22
  }
25
23
  let assigneeId;
26
24
  if (assignee && assignee.includes("@")) {
27
- assigneeId = yield (0, utils_1.getUserIdByEmail)(authToken, workspaceId, assignee);
25
+ assigneeId = yield getUserIdByEmail(authToken, workspaceId, assignee);
28
26
  }
29
27
  else {
30
28
  assigneeId = assignee;
31
29
  }
32
30
  try {
33
- yield axiosClient_1.axiosClient.put(`https://app.asana.com/api/1.0/tasks/${taskId}`, {
31
+ yield axiosClient.put(`https://app.asana.com/api/1.0/tasks/${taskId}`, {
34
32
  data: Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({ workspace: workspaceId }, (name && { name })), (approvalStatus && completed === undefined && { approval_status: approvalStatus })), (assigneeId && { assignee: assigneeId })), (completed !== undefined && { completed })), (customFields && { custom_fields: customFields })), (description && { notes: description })), (dueAt && { due_at: dueAt })),
35
33
  }, {
36
34
  headers: { Authorization: `Bearer ${authToken}` },
@@ -48,4 +46,4 @@ const updateAsanaTask = (_a) => __awaiter(void 0, [_a], void 0, function* ({ par
48
46
  };
49
47
  }
50
48
  });
51
- exports.default = updateAsanaTask;
49
+ export default updateAsanaTask;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
2
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
3
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -8,12 +7,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
8
  });
10
9
  };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.getWorkspaceIdFromProject = getWorkspaceIdFromProject;
13
- exports.getWorkspaceIdAndPermalinkFromTask = getWorkspaceIdAndPermalinkFromTask;
14
- exports.getUserIdByEmail = getUserIdByEmail;
15
- const axiosClient_1 = require("../../util/axiosClient");
16
- function getWorkspaceIdFromProject(projectId, authToken) {
10
+ import { axiosClient } from "../../util/axiosClient";
11
+ export function getWorkspaceIdFromProject(projectId, authToken) {
17
12
  return __awaiter(this, void 0, void 0, function* () {
18
13
  var _a, _b, _c;
19
14
  if (!projectId || !authToken) {
@@ -21,7 +16,7 @@ function getWorkspaceIdFromProject(projectId, authToken) {
21
16
  return null;
22
17
  }
23
18
  try {
24
- const response = yield axiosClient_1.axiosClient.get(`https://app.asana.com/api/1.0/projects/${projectId}`, {
19
+ const response = yield axiosClient.get(`https://app.asana.com/api/1.0/projects/${projectId}`, {
25
20
  headers: { Authorization: `Bearer ${authToken}` },
26
21
  });
27
22
  return ((_c = (_b = (_a = response.data) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.workspace) === null || _c === void 0 ? void 0 : _c.gid) || null;
@@ -32,7 +27,7 @@ function getWorkspaceIdFromProject(projectId, authToken) {
32
27
  }
33
28
  });
34
29
  }
35
- function getWorkspaceIdAndPermalinkFromTask(taskId, authToken) {
30
+ export function getWorkspaceIdAndPermalinkFromTask(taskId, authToken) {
36
31
  return __awaiter(this, void 0, void 0, function* () {
37
32
  var _a, _b, _c, _d, _e;
38
33
  if (!taskId || !authToken) {
@@ -40,7 +35,7 @@ function getWorkspaceIdAndPermalinkFromTask(taskId, authToken) {
40
35
  return { workspaceId: null, permalinkUrl: null };
41
36
  }
42
37
  try {
43
- const response = yield axiosClient_1.axiosClient.get(`https://app.asana.com/api/1.0/tasks/${taskId}`, {
38
+ const response = yield axiosClient.get(`https://app.asana.com/api/1.0/tasks/${taskId}`, {
44
39
  headers: { Authorization: `Bearer ${authToken}` },
45
40
  });
46
41
  const workspaceId = ((_c = (_b = (_a = response.data) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.workspace) === null || _c === void 0 ? void 0 : _c.gid) || null;
@@ -53,12 +48,12 @@ function getWorkspaceIdAndPermalinkFromTask(taskId, authToken) {
53
48
  }
54
49
  });
55
50
  }
56
- function getUserIdByEmail(authToken, workspaceId, email) {
51
+ export function getUserIdByEmail(authToken, workspaceId, email) {
57
52
  return __awaiter(this, void 0, void 0, function* () {
58
53
  // Get all users in the workspace
59
54
  const url = `https://app.asana.com/api/1.0/workspaces/${workspaceId}/users?opt_fields=email,name,gid`;
60
55
  try {
61
- const response = yield axiosClient_1.axiosClient.get(url, {
56
+ const response = yield axiosClient.get(url, {
62
57
  headers: { Authorization: `Bearer ${authToken}` },
63
58
  });
64
59
  // Filter the users by email on the client side
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
2
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
3
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -8,16 +7,15 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
8
  });
10
9
  };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const axiosClient_1 = require("../../util/axiosClient");
13
- const missingAuthConstants_1 = require("../../util/missingAuthConstants");
10
+ import { axiosClient } from "../../util/axiosClient";
11
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
14
12
  const addCandidateToProject = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
15
13
  const { candidateId, projectId } = params;
16
14
  const { authToken } = authParams;
17
15
  if (!authToken) {
18
- throw new Error(missingAuthConstants_1.MISSING_AUTH_TOKEN);
16
+ throw new Error(MISSING_AUTH_TOKEN);
19
17
  }
20
- const response = yield axiosClient_1.axiosClient.post(`https://api.ashbyhq.com/candidate.addProject`, {
18
+ const response = yield axiosClient.post(`https://api.ashbyhq.com/candidate.addProject`, {
21
19
  candidateId,
22
20
  projectId,
23
21
  }, {
@@ -30,4 +28,4 @@ const addCandidateToProject = (_a) => __awaiter(void 0, [_a], void 0, function*
30
28
  throw new Error(response.data.errors.join("; "));
31
29
  }
32
30
  });
33
- exports.default = addCandidateToProject;
31
+ export default addCandidateToProject;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
2
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
3
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -8,15 +7,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
8
  });
10
9
  };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const axiosClient_1 = require("../../util/axiosClient");
13
- const missingAuthConstants_1 = require("../../util/missingAuthConstants");
10
+ import { axiosClient } from "../../util/axiosClient";
11
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
14
12
  const createCandidate = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
15
13
  const { authToken } = authParams;
16
14
  if (!authToken) {
17
- throw new Error(missingAuthConstants_1.MISSING_AUTH_TOKEN);
15
+ throw new Error(MISSING_AUTH_TOKEN);
18
16
  }
19
- const response = yield axiosClient_1.axiosClient.post(`https://api.ashbyhq.com/candidate.create`, {
17
+ const response = yield axiosClient.post(`https://api.ashbyhq.com/candidate.create`, {
20
18
  name: params.name,
21
19
  email: params.email,
22
20
  phoneNumber: params.phoneNumber,
@@ -37,4 +35,4 @@ const createCandidate = (_a) => __awaiter(void 0, [_a], void 0, function* ({ par
37
35
  throw new Error(response.data.errors.join("; "));
38
36
  }
39
37
  });
40
- exports.default = createCandidate;
38
+ export default createCandidate;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
2
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
3
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -8,16 +7,15 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
8
  });
10
9
  };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const axiosClient_1 = require("../../util/axiosClient");
13
- const missingAuthConstants_1 = require("../../util/missingAuthConstants");
10
+ import { axiosClient } from "../../util/axiosClient";
11
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
14
12
  const createNote = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
15
13
  const { candidateId, note } = params;
16
14
  const { authToken } = authParams;
17
15
  if (!authToken) {
18
- throw new Error(missingAuthConstants_1.MISSING_AUTH_TOKEN);
16
+ throw new Error(MISSING_AUTH_TOKEN);
19
17
  }
20
- const response = yield axiosClient_1.axiosClient.post(`https://api.ashbyhq.com/candidate.createNote`, {
18
+ const response = yield axiosClient.post(`https://api.ashbyhq.com/candidate.createNote`, {
21
19
  candidateId,
22
20
  note,
23
21
  }, {
@@ -30,4 +28,4 @@ const createNote = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params,
30
28
  throw new Error(response.data.errors.join("; "));
31
29
  }
32
30
  });
33
- exports.default = createNote;
31
+ export default createNote;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
2
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
3
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -8,16 +7,15 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
8
  });
10
9
  };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const axiosClient_1 = require("../../util/axiosClient");
13
- const missingAuthConstants_1 = require("../../util/missingAuthConstants");
10
+ import { axiosClient } from "../../util/axiosClient";
11
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
14
12
  const getCandidateInfo = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
15
13
  const { candidateId } = params;
16
14
  const { authToken } = authParams;
17
15
  if (!authToken) {
18
- throw new Error(missingAuthConstants_1.MISSING_AUTH_TOKEN);
16
+ throw new Error(MISSING_AUTH_TOKEN);
19
17
  }
20
- const response = yield axiosClient_1.axiosClient.post(`https://api.ashbyhq.com/candidate.info`, {
18
+ const response = yield axiosClient.post(`https://api.ashbyhq.com/candidate.info`, {
21
19
  id: candidateId,
22
20
  }, {
23
21
  auth: {
@@ -32,4 +30,4 @@ const getCandidateInfo = (_a) => __awaiter(void 0, [_a], void 0, function* ({ pa
32
30
  candidate: response.data,
33
31
  };
34
32
  });
35
- exports.default = getCandidateInfo;
33
+ export default getCandidateInfo;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
2
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
3
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -8,16 +7,15 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
8
  });
10
9
  };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const axiosClient_1 = require("../../util/axiosClient");
13
- const missingAuthConstants_1 = require("../../util/missingAuthConstants");
10
+ import { axiosClient } from "../../util/axiosClient";
11
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
14
12
  const listCandidateNotes = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
15
13
  const { candidateId } = params;
16
14
  const { authToken } = authParams;
17
15
  if (!authToken) {
18
- throw new Error(missingAuthConstants_1.MISSING_AUTH_TOKEN);
16
+ throw new Error(MISSING_AUTH_TOKEN);
19
17
  }
20
- const response = yield axiosClient_1.axiosClient.post(`https://api.ashbyhq.com/candidate.listNotes`, {
18
+ const response = yield axiosClient.post(`https://api.ashbyhq.com/candidate.listNotes`, {
21
19
  candidateId,
22
20
  }, {
23
21
  auth: {
@@ -32,4 +30,4 @@ const listCandidateNotes = (_a) => __awaiter(void 0, [_a], void 0, function* ({
32
30
  notes: response.data.results,
33
31
  };
34
32
  });
35
- exports.default = listCandidateNotes;
33
+ export default listCandidateNotes;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
2
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
3
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -8,15 +7,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
8
  });
10
9
  };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const axiosClient_1 = require("../../util/axiosClient");
13
- const missingAuthConstants_1 = require("../../util/missingAuthConstants");
10
+ import { axiosClient } from "../../util/axiosClient";
11
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
14
12
  const listCandidates = (_a) => __awaiter(void 0, [_a], void 0, function* ({ authParams, }) {
15
13
  const { authToken } = authParams;
16
14
  if (!authToken) {
17
- throw new Error(missingAuthConstants_1.MISSING_AUTH_TOKEN);
15
+ throw new Error(MISSING_AUTH_TOKEN);
18
16
  }
19
- const response = yield axiosClient_1.axiosClient.post(`https://api.ashbyhq.com/candidate.list`, null, {
17
+ const response = yield axiosClient.post(`https://api.ashbyhq.com/candidate.list`, null, {
20
18
  auth: {
21
19
  username: authToken,
22
20
  password: "",
@@ -29,4 +27,4 @@ const listCandidates = (_a) => __awaiter(void 0, [_a], void 0, function* ({ auth
29
27
  candidates: response.data.results,
30
28
  };
31
29
  });
32
- exports.default = listCandidates;
30
+ export default listCandidates;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
2
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
3
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -8,16 +7,15 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
8
  });
10
9
  };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const axiosClient_1 = require("../../util/axiosClient");
13
- const missingAuthConstants_1 = require("../../util/missingAuthConstants");
10
+ import { axiosClient } from "../../util/axiosClient";
11
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
14
12
  const searchCandidates = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
15
13
  const { email, name } = params;
16
14
  const { authToken } = authParams;
17
15
  if (!authToken) {
18
- throw new Error(missingAuthConstants_1.MISSING_AUTH_TOKEN);
16
+ throw new Error(MISSING_AUTH_TOKEN);
19
17
  }
20
- const response = yield axiosClient_1.axiosClient.post(`https://api.ashbyhq.com/candidate.search`, {
18
+ const response = yield axiosClient.post(`https://api.ashbyhq.com/candidate.search`, {
21
19
  email,
22
20
  name,
23
21
  }, {
@@ -33,4 +31,4 @@ const searchCandidates = (_a) => __awaiter(void 0, [_a], void 0, function* ({ pa
33
31
  candidates: response.data.results,
34
32
  };
35
33
  });
36
- exports.default = searchCandidates;
34
+ export default searchCandidates;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
2
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
3
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -8,13 +7,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
8
  });
10
9
  };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const axiosClient_1 = require("../../util/axiosClient");
13
- const missingAuthConstants_1 = require("../../util/missingAuthConstants");
10
+ import { axiosClient } from "../../util/axiosClient";
11
+ import { MISSING_AUTH_TOKEN } from "../../util/missingAuthConstants";
14
12
  const updateCandidate = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
15
13
  const { authToken } = authParams;
16
14
  if (!authToken) {
17
- throw new Error(missingAuthConstants_1.MISSING_AUTH_TOKEN);
15
+ throw new Error(MISSING_AUTH_TOKEN);
18
16
  }
19
17
  const body = {
20
18
  candidateId: params.candidateId,
@@ -45,7 +43,7 @@ const updateCandidate = (_a) => __awaiter(void 0, [_a], void 0, function* ({ par
45
43
  body.createdAt = params.createdAt;
46
44
  if (params.sendNotifications !== undefined)
47
45
  body.sendNotifications = params.sendNotifications;
48
- const response = yield axiosClient_1.axiosClient.post(`https://api.ashbyhq.com/candidate.update`, body, {
46
+ const response = yield axiosClient.post(`https://api.ashbyhq.com/candidate.update`, body, {
49
47
  auth: {
50
48
  username: authToken,
51
49
  password: "",
@@ -55,4 +53,4 @@ const updateCandidate = (_a) => __awaiter(void 0, [_a], void 0, function* ({ par
55
53
  throw new Error(response.data.errors.join("; "));
56
54
  }
57
55
  });
58
- exports.default = updateCandidate;
56
+ export default updateCandidate;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
2
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
3
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -8,9 +7,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
9
8
  });
10
9
  };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const types_1 = require("../../autogen/types");
13
- const axiosClient_1 = require("../../util/axiosClient");
10
+ import { bingGetTopNSearchResultUrlsOutputSchema, } from "../../autogen/types";
11
+ import { axiosClient } from "../../util/axiosClient";
14
12
  const getTopNSearchResultUrls = (_a) => __awaiter(void 0, [_a], void 0, function* ({ params, authParams, }) {
15
13
  var _b;
16
14
  const { query, count = 5, site } = params;
@@ -23,7 +21,7 @@ const getTopNSearchResultUrls = (_a) => __awaiter(void 0, [_a], void 0, function
23
21
  }
24
22
  try {
25
23
  // Call Bing Search API
26
- const response = yield axiosClient_1.axiosClient.get("https://api.bing.microsoft.com/v7.0/search", {
24
+ const response = yield axiosClient.get("https://api.bing.microsoft.com/v7.0/search", {
27
25
  params: {
28
26
  q: searchQuery,
29
27
  count: count,
@@ -36,7 +34,7 @@ const getTopNSearchResultUrls = (_a) => __awaiter(void 0, [_a], void 0, function
36
34
  });
37
35
  // Extract URLs and names from search results
38
36
  const searchResults = ((_b = response.data.webPages) === null || _b === void 0 ? void 0 : _b.value) || [];
39
- return types_1.bingGetTopNSearchResultUrlsOutputSchema.parse({
37
+ return bingGetTopNSearchResultUrlsOutputSchema.parse({
40
38
  results: searchResults,
41
39
  });
42
40
  }
@@ -45,4 +43,4 @@ const getTopNSearchResultUrls = (_a) => __awaiter(void 0, [_a], void 0, function
45
43
  throw error;
46
44
  }
47
45
  });
48
- exports.default = getTopNSearchResultUrls;
46
+ export default getTopNSearchResultUrls;