asana 3.1.10 → 3.1.12

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 (200) hide show
  1. package/README.md +23 -3
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/AccessRequestsApi.d.ts +1 -1
  4. package/dist/api/AccessRequestsApi.js +1 -1
  5. package/dist/api/AgentsApi.d.ts +78 -0
  6. package/dist/api/AgentsApi.js +168 -0
  7. package/dist/api/AllocationsApi.d.ts +1 -1
  8. package/dist/api/AllocationsApi.js +1 -1
  9. package/dist/api/AttachmentsApi.d.ts +1 -1
  10. package/dist/api/AttachmentsApi.js +1 -1
  11. package/dist/api/AuditLogAPIApi.d.ts +1 -1
  12. package/dist/api/AuditLogAPIApi.js +1 -1
  13. package/dist/api/BatchAPIApi.d.ts +1 -1
  14. package/dist/api/BatchAPIApi.js +1 -1
  15. package/dist/api/BudgetsApi.d.ts +1 -1
  16. package/dist/api/BudgetsApi.js +1 -1
  17. package/dist/api/CustomFieldSettingsApi.d.ts +1 -1
  18. package/dist/api/CustomFieldSettingsApi.js +1 -1
  19. package/dist/api/CustomFieldsApi.d.ts +1 -1
  20. package/dist/api/CustomFieldsApi.js +1 -1
  21. package/dist/api/CustomTypesApi.d.ts +1 -1
  22. package/dist/api/CustomTypesApi.js +1 -1
  23. package/dist/api/EventsApi.d.ts +1 -1
  24. package/dist/api/EventsApi.js +1 -1
  25. package/dist/api/ExportsApi.d.ts +1 -1
  26. package/dist/api/ExportsApi.js +1 -1
  27. package/dist/api/GoalRelationshipsApi.d.ts +1 -1
  28. package/dist/api/GoalRelationshipsApi.js +1 -1
  29. package/dist/api/GoalsApi.d.ts +1 -1
  30. package/dist/api/GoalsApi.js +1 -1
  31. package/dist/api/JobsApi.d.ts +1 -1
  32. package/dist/api/JobsApi.js +1 -1
  33. package/dist/api/MembershipsApi.d.ts +5 -5
  34. package/dist/api/MembershipsApi.js +5 -5
  35. package/dist/api/OooEntriesApi.d.ts +142 -0
  36. package/dist/api/OooEntriesApi.js +319 -0
  37. package/dist/api/OrganizationExportsApi.d.ts +1 -1
  38. package/dist/api/OrganizationExportsApi.js +1 -1
  39. package/dist/api/PortfolioMembershipsApi.d.ts +1 -1
  40. package/dist/api/PortfolioMembershipsApi.js +1 -1
  41. package/dist/api/PortfoliosApi.d.ts +3 -3
  42. package/dist/api/PortfoliosApi.js +3 -3
  43. package/dist/api/ProjectBriefsApi.d.ts +1 -1
  44. package/dist/api/ProjectBriefsApi.js +1 -1
  45. package/dist/api/ProjectMembershipsApi.d.ts +1 -1
  46. package/dist/api/ProjectMembershipsApi.js +1 -1
  47. package/dist/api/ProjectPortfolioSettingsApi.d.ts +1 -1
  48. package/dist/api/ProjectPortfolioSettingsApi.js +1 -1
  49. package/dist/api/ProjectStatusesApi.d.ts +1 -1
  50. package/dist/api/ProjectStatusesApi.js +1 -1
  51. package/dist/api/ProjectTemplatesApi.d.ts +1 -1
  52. package/dist/api/ProjectTemplatesApi.js +1 -1
  53. package/dist/api/ProjectsApi.d.ts +77 -3
  54. package/dist/api/ProjectsApi.js +125 -3
  55. package/dist/api/RatesApi.d.ts +1 -1
  56. package/dist/api/RatesApi.js +1 -1
  57. package/dist/api/ReactionsApi.d.ts +1 -1
  58. package/dist/api/ReactionsApi.js +1 -1
  59. package/dist/api/RolesApi.d.ts +1 -1
  60. package/dist/api/RolesApi.js +1 -1
  61. package/dist/api/RulesApi.d.ts +1 -1
  62. package/dist/api/RulesApi.js +1 -1
  63. package/dist/api/SectionsApi.d.ts +1 -1
  64. package/dist/api/SectionsApi.js +1 -1
  65. package/dist/api/StatusUpdatesApi.d.ts +1 -1
  66. package/dist/api/StatusUpdatesApi.js +1 -1
  67. package/dist/api/StoriesApi.d.ts +49 -3
  68. package/dist/api/StoriesApi.js +132 -6
  69. package/dist/api/TagsApi.d.ts +1 -1
  70. package/dist/api/TagsApi.js +1 -1
  71. package/dist/api/TaskTemplatesApi.d.ts +1 -1
  72. package/dist/api/TaskTemplatesApi.js +1 -1
  73. package/dist/api/TasksApi.d.ts +25 -25
  74. package/dist/api/TasksApi.js +25 -25
  75. package/dist/api/TeamMembershipsApi.d.ts +1 -1
  76. package/dist/api/TeamMembershipsApi.js +1 -1
  77. package/dist/api/TeamsApi.d.ts +1 -1
  78. package/dist/api/TeamsApi.js +1 -1
  79. package/dist/api/TimePeriodsApi.d.ts +1 -1
  80. package/dist/api/TimePeriodsApi.js +1 -1
  81. package/dist/api/TimeTrackingCategoriesApi.d.ts +166 -0
  82. package/dist/api/TimeTrackingCategoriesApi.js +386 -0
  83. package/dist/api/TimeTrackingEntriesApi.d.ts +1 -1
  84. package/dist/api/TimeTrackingEntriesApi.js +1 -1
  85. package/dist/api/TimesheetApprovalStatusesApi.d.ts +128 -0
  86. package/dist/api/TimesheetApprovalStatusesApi.js +275 -0
  87. package/dist/api/TypeaheadApi.d.ts +5 -5
  88. package/dist/api/TypeaheadApi.js +5 -5
  89. package/dist/api/UserTaskListsApi.d.ts +1 -1
  90. package/dist/api/UserTaskListsApi.js +1 -1
  91. package/dist/api/UsersApi.d.ts +1 -1
  92. package/dist/api/UsersApi.js +1 -1
  93. package/dist/api/WebhooksApi.d.ts +1 -1
  94. package/dist/api/WebhooksApi.js +1 -1
  95. package/dist/api/WorkspaceMembershipsApi.d.ts +1 -1
  96. package/dist/api/WorkspaceMembershipsApi.js +1 -1
  97. package/dist/api/WorkspacesApi.d.ts +1 -1
  98. package/dist/api/WorkspacesApi.js +1 -1
  99. package/dist/index.d.ts +8 -0
  100. package/dist/index.js +28 -0
  101. package/package.json +1 -1
  102. package/src/ApiClient.js +3 -3
  103. package/src/api/AccessRequestsApi.d.ts +1 -1
  104. package/src/api/AccessRequestsApi.js +1 -1
  105. package/src/api/AgentsApi.d.ts +78 -0
  106. package/src/api/AgentsApi.js +188 -0
  107. package/src/api/AllocationsApi.d.ts +1 -1
  108. package/src/api/AllocationsApi.js +1 -1
  109. package/src/api/AttachmentsApi.d.ts +1 -1
  110. package/src/api/AttachmentsApi.js +1 -1
  111. package/src/api/AuditLogAPIApi.d.ts +1 -1
  112. package/src/api/AuditLogAPIApi.js +1 -1
  113. package/src/api/BatchAPIApi.d.ts +1 -1
  114. package/src/api/BatchAPIApi.js +1 -1
  115. package/src/api/BudgetsApi.d.ts +1 -1
  116. package/src/api/BudgetsApi.js +1 -1
  117. package/src/api/CustomFieldSettingsApi.d.ts +1 -1
  118. package/src/api/CustomFieldSettingsApi.js +1 -1
  119. package/src/api/CustomFieldsApi.d.ts +1 -1
  120. package/src/api/CustomFieldsApi.js +1 -1
  121. package/src/api/CustomTypesApi.d.ts +1 -1
  122. package/src/api/CustomTypesApi.js +1 -1
  123. package/src/api/EventsApi.d.ts +1 -1
  124. package/src/api/EventsApi.js +1 -1
  125. package/src/api/ExportsApi.d.ts +1 -1
  126. package/src/api/ExportsApi.js +1 -1
  127. package/src/api/GoalRelationshipsApi.d.ts +1 -1
  128. package/src/api/GoalRelationshipsApi.js +1 -1
  129. package/src/api/GoalsApi.d.ts +1 -1
  130. package/src/api/GoalsApi.js +1 -1
  131. package/src/api/JobsApi.d.ts +1 -1
  132. package/src/api/JobsApi.js +1 -1
  133. package/src/api/MembershipsApi.d.ts +5 -5
  134. package/src/api/MembershipsApi.js +5 -5
  135. package/src/api/OooEntriesApi.d.ts +142 -0
  136. package/src/api/OooEntriesApi.js +377 -0
  137. package/src/api/OrganizationExportsApi.d.ts +1 -1
  138. package/src/api/OrganizationExportsApi.js +1 -1
  139. package/src/api/PortfolioMembershipsApi.d.ts +1 -1
  140. package/src/api/PortfolioMembershipsApi.js +1 -1
  141. package/src/api/PortfoliosApi.d.ts +3 -3
  142. package/src/api/PortfoliosApi.js +3 -3
  143. package/src/api/ProjectBriefsApi.d.ts +1 -1
  144. package/src/api/ProjectBriefsApi.js +1 -1
  145. package/src/api/ProjectMembershipsApi.d.ts +1 -1
  146. package/src/api/ProjectMembershipsApi.js +1 -1
  147. package/src/api/ProjectPortfolioSettingsApi.d.ts +1 -1
  148. package/src/api/ProjectPortfolioSettingsApi.js +1 -1
  149. package/src/api/ProjectStatusesApi.d.ts +1 -1
  150. package/src/api/ProjectStatusesApi.js +1 -1
  151. package/src/api/ProjectTemplatesApi.d.ts +1 -1
  152. package/src/api/ProjectTemplatesApi.js +1 -1
  153. package/src/api/ProjectsApi.d.ts +77 -3
  154. package/src/api/ProjectsApi.js +144 -3
  155. package/src/api/RatesApi.d.ts +1 -1
  156. package/src/api/RatesApi.js +1 -1
  157. package/src/api/ReactionsApi.d.ts +1 -1
  158. package/src/api/ReactionsApi.js +1 -1
  159. package/src/api/RolesApi.d.ts +1 -1
  160. package/src/api/RolesApi.js +1 -1
  161. package/src/api/RulesApi.d.ts +1 -1
  162. package/src/api/RulesApi.js +1 -1
  163. package/src/api/SectionsApi.d.ts +1 -1
  164. package/src/api/SectionsApi.js +1 -1
  165. package/src/api/StatusUpdatesApi.d.ts +1 -1
  166. package/src/api/StatusUpdatesApi.js +1 -1
  167. package/src/api/StoriesApi.d.ts +49 -3
  168. package/src/api/StoriesApi.js +159 -3
  169. package/src/api/TagsApi.d.ts +1 -1
  170. package/src/api/TagsApi.js +1 -1
  171. package/src/api/TaskTemplatesApi.d.ts +1 -1
  172. package/src/api/TaskTemplatesApi.js +1 -1
  173. package/src/api/TasksApi.d.ts +25 -25
  174. package/src/api/TasksApi.js +25 -25
  175. package/src/api/TeamMembershipsApi.d.ts +1 -1
  176. package/src/api/TeamMembershipsApi.js +1 -1
  177. package/src/api/TeamsApi.d.ts +1 -1
  178. package/src/api/TeamsApi.js +1 -1
  179. package/src/api/TimePeriodsApi.d.ts +1 -1
  180. package/src/api/TimePeriodsApi.js +1 -1
  181. package/src/api/TimeTrackingCategoriesApi.d.ts +166 -0
  182. package/src/api/TimeTrackingCategoriesApi.js +463 -0
  183. package/src/api/TimeTrackingEntriesApi.d.ts +1 -1
  184. package/src/api/TimeTrackingEntriesApi.js +1 -1
  185. package/src/api/TimesheetApprovalStatusesApi.d.ts +128 -0
  186. package/src/api/TimesheetApprovalStatusesApi.js +321 -0
  187. package/src/api/TypeaheadApi.d.ts +5 -5
  188. package/src/api/TypeaheadApi.js +5 -5
  189. package/src/api/UserTaskListsApi.d.ts +1 -1
  190. package/src/api/UserTaskListsApi.js +1 -1
  191. package/src/api/UsersApi.d.ts +1 -1
  192. package/src/api/UsersApi.js +1 -1
  193. package/src/api/WebhooksApi.d.ts +1 -1
  194. package/src/api/WebhooksApi.js +1 -1
  195. package/src/api/WorkspaceMembershipsApi.d.ts +1 -1
  196. package/src/api/WorkspaceMembershipsApi.js +1 -1
  197. package/src/api/WorkspacesApi.d.ts +1 -1
  198. package/src/api/WorkspacesApi.js +1 -1
  199. package/src/index.d.ts +8 -0
  200. package/src/index.js +29 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # asana [![GitHub release][release-image]][release-url] [![NPM Version][npm-image]][npm-url]
2
2
 
3
3
  - API version: 1.0
4
- - Package version: 3.1.10
4
+ - Package version: 3.1.12
5
5
 
6
6
  ## Installation
7
7
 
@@ -18,7 +18,7 @@ npm install asana --save
18
18
  Include the latest release directly from GitHub:
19
19
 
20
20
  ```html
21
- <script src="https://github.com/Asana/node-asana/releases/download/v3.1.10/asana-min.js"></script>
21
+ <script src="https://github.com/Asana/node-asana/releases/download/v3.1.12/asana-min.js"></script>
22
22
  ```
23
23
 
24
24
  Example usage (**NOTE**: be careful not to expose your access token):
@@ -193,6 +193,8 @@ Class | Method | HTTP request | Description
193
193
  *Asana.AccessRequestsApi* | [**createAccessRequest**](docs/AccessRequestsApi.md#createAccessRequest) | **POST** /access_requests | Create an access request
194
194
  *Asana.AccessRequestsApi* | [**getAccessRequests**](docs/AccessRequestsApi.md#getAccessRequests) | **GET** /access_requests | Get access requests
195
195
  *Asana.AccessRequestsApi* | [**rejectAccessRequest**](docs/AccessRequestsApi.md#rejectAccessRequest) | **POST** /access_requests/{access_request_gid}/reject | Reject an access request
196
+ *Asana.AgentsApi* | [**getAgent**](docs/AgentsApi.md#getAgent) | **GET** /agents/{agent_gid} | Get an agent
197
+ *Asana.AgentsApi* | [**getAgentsForWorkspace**](docs/AgentsApi.md#getAgentsForWorkspace) | **GET** /workspaces/{workspace_gid}/agents | Get a list of agents in a workspace
196
198
  *Asana.AllocationsApi* | [**createAllocation**](docs/AllocationsApi.md#createAllocation) | **POST** /allocations | Create an allocation
197
199
  *Asana.AllocationsApi* | [**deleteAllocation**](docs/AllocationsApi.md#deleteAllocation) | **DELETE** /allocations/{allocation_gid} | Delete an allocation
198
200
  *Asana.AllocationsApi* | [**getAllocation**](docs/AllocationsApi.md#getAllocation) | **GET** /allocations/{allocation_gid} | Get an allocation
@@ -249,6 +251,11 @@ Class | Method | HTTP request | Description
249
251
  *Asana.MembershipsApi* | [**getMembership**](docs/MembershipsApi.md#getMembership) | **GET** /memberships/{membership_gid} | Get a membership
250
252
  *Asana.MembershipsApi* | [**getMemberships**](docs/MembershipsApi.md#getMemberships) | **GET** /memberships | Get multiple memberships
251
253
  *Asana.MembershipsApi* | [**updateMembership**](docs/MembershipsApi.md#updateMembership) | **PUT** /memberships/{membership_gid} | Update a membership
254
+ *Asana.OooEntriesApi* | [**createOooEntry**](docs/OooEntriesApi.md#createOooEntry) | **POST** /ooo_entries | Create an OOO entry
255
+ *Asana.OooEntriesApi* | [**deleteOooEntry**](docs/OooEntriesApi.md#deleteOooEntry) | **DELETE** /ooo_entries/{ooo_entry_gid} | Delete an OOO entry
256
+ *Asana.OooEntriesApi* | [**getOooEntries**](docs/OooEntriesApi.md#getOooEntries) | **GET** /ooo_entries | Get OOO entries for a user
257
+ *Asana.OooEntriesApi* | [**getOooEntry**](docs/OooEntriesApi.md#getOooEntry) | **GET** /ooo_entries/{ooo_entry_gid} | Get an OOO entry
258
+ *Asana.OooEntriesApi* | [**updateOooEntry**](docs/OooEntriesApi.md#updateOooEntry) | **PUT** /ooo_entries/{ooo_entry_gid} | Update an OOO entry
252
259
  *Asana.OrganizationExportsApi* | [**createOrganizationExport**](docs/OrganizationExportsApi.md#createOrganizationExport) | **POST** /organization_exports | Create an organization export request
253
260
  *Asana.OrganizationExportsApi* | [**getOrganizationExport**](docs/OrganizationExportsApi.md#getOrganizationExport) | **GET** /organization_exports/{organization_export_gid} | Get details on an org export request
254
261
  *Asana.PortfolioMembershipsApi* | [**getPortfolioMembership**](docs/PortfolioMembershipsApi.md#getPortfolioMembership) | **GET** /portfolio_memberships/{portfolio_membership_gid} | Get a portfolio membership
@@ -304,6 +311,7 @@ Class | Method | HTTP request | Description
304
311
  *Asana.ProjectsApi* | [**removeCustomFieldSettingForProject**](docs/ProjectsApi.md#removeCustomFieldSettingForProject) | **POST** /projects/{project_gid}/removeCustomFieldSetting | Remove a custom field from a project
305
312
  *Asana.ProjectsApi* | [**removeFollowersForProject**](docs/ProjectsApi.md#removeFollowersForProject) | **POST** /projects/{project_gid}/removeFollowers | Remove followers from a project
306
313
  *Asana.ProjectsApi* | [**removeMembersForProject**](docs/ProjectsApi.md#removeMembersForProject) | **POST** /projects/{project_gid}/removeMembers | Remove users from a project
314
+ *Asana.ProjectsApi* | [**searchProjectsForWorkspace**](docs/ProjectsApi.md#searchProjectsForWorkspace) | **GET** /workspaces/{workspace_gid}/projects/search | Search projects in a workspace
307
315
  *Asana.ProjectsApi* | [**updateProject**](docs/ProjectsApi.md#updateProject) | **PUT** /projects/{project_gid} | Update a project
308
316
  *Asana.RatesApi* | [**createRate**](docs/RatesApi.md#createRate) | **POST** /rates | Create a rate
309
317
  *Asana.RatesApi* | [**deleteRate**](docs/RatesApi.md#deleteRate) | **DELETE** /rates/{rate_gid} | Delete a rate
@@ -328,8 +336,10 @@ Class | Method | HTTP request | Description
328
336
  *Asana.StatusUpdatesApi* | [**deleteStatus**](docs/StatusUpdatesApi.md#deleteStatus) | **DELETE** /status_updates/{status_update_gid} | Delete a status update
329
337
  *Asana.StatusUpdatesApi* | [**getStatus**](docs/StatusUpdatesApi.md#getStatus) | **GET** /status_updates/{status_update_gid} | Get a status update
330
338
  *Asana.StatusUpdatesApi* | [**getStatusesForObject**](docs/StatusUpdatesApi.md#getStatusesForObject) | **GET** /status_updates | Get status updates from an object
339
+ *Asana.StoriesApi* | [**createStoryForGoal**](docs/StoriesApi.md#createStoryForGoal) | **POST** /goals/{goal_gid}/stories | Create a story on a goal
331
340
  *Asana.StoriesApi* | [**createStoryForTask**](docs/StoriesApi.md#createStoryForTask) | **POST** /tasks/{task_gid}/stories | Create a story on a task
332
341
  *Asana.StoriesApi* | [**deleteStory**](docs/StoriesApi.md#deleteStory) | **DELETE** /stories/{story_gid} | Delete a story
342
+ *Asana.StoriesApi* | [**getStoriesForGoal**](docs/StoriesApi.md#getStoriesForGoal) | **GET** /goals/{goal_gid}/stories | Get stories from a goal
333
343
  *Asana.StoriesApi* | [**getStoriesForTask**](docs/StoriesApi.md#getStoriesForTask) | **GET** /tasks/{task_gid}/stories | Get stories from a task
334
344
  *Asana.StoriesApi* | [**getStory**](docs/StoriesApi.md#getStory) | **GET** /stories/{story_gid} | Get a story
335
345
  *Asana.StoriesApi* | [**updateStory**](docs/StoriesApi.md#updateStory) | **PUT** /stories/{story_gid} | Update a story
@@ -385,12 +395,22 @@ Class | Method | HTTP request | Description
385
395
  *Asana.TeamsApi* | [**updateTeam**](docs/TeamsApi.md#updateTeam) | **PUT** /teams/{team_gid} | Update a team
386
396
  *Asana.TimePeriodsApi* | [**getTimePeriod**](docs/TimePeriodsApi.md#getTimePeriod) | **GET** /time_periods/{time_period_gid} | Get a time period
387
397
  *Asana.TimePeriodsApi* | [**getTimePeriods**](docs/TimePeriodsApi.md#getTimePeriods) | **GET** /time_periods | Get time periods
398
+ *Asana.TimeTrackingCategoriesApi* | [**createTimeTrackingCategory**](docs/TimeTrackingCategoriesApi.md#createTimeTrackingCategory) | **POST** /time_tracking_categories | Create a time tracking category
399
+ *Asana.TimeTrackingCategoriesApi* | [**deleteTimeTrackingCategory**](docs/TimeTrackingCategoriesApi.md#deleteTimeTrackingCategory) | **DELETE** /time_tracking_categories/{time_tracking_category_gid} | Delete a time tracking category
400
+ *Asana.TimeTrackingCategoriesApi* | [**getTimeTrackingCategories**](docs/TimeTrackingCategoriesApi.md#getTimeTrackingCategories) | **GET** /time_tracking_categories | Get time tracking categories for a workspace
401
+ *Asana.TimeTrackingCategoriesApi* | [**getTimeTrackingCategory**](docs/TimeTrackingCategoriesApi.md#getTimeTrackingCategory) | **GET** /time_tracking_categories/{time_tracking_category_gid} | Get a time tracking category
402
+ *Asana.TimeTrackingCategoriesApi* | [**getTimeTrackingEntriesForTimeTrackingCategory**](docs/TimeTrackingCategoriesApi.md#getTimeTrackingEntriesForTimeTrackingCategory) | **GET** /time_tracking_categories/{time_tracking_category_gid}/time_tracking_entries | Get time tracking entries for a time tracking category
403
+ *Asana.TimeTrackingCategoriesApi* | [**updateTimeTrackingCategory**](docs/TimeTrackingCategoriesApi.md#updateTimeTrackingCategory) | **PUT** /time_tracking_categories/{time_tracking_category_gid} | Update a time tracking category
388
404
  *Asana.TimeTrackingEntriesApi* | [**createTimeTrackingEntry**](docs/TimeTrackingEntriesApi.md#createTimeTrackingEntry) | **POST** /tasks/{task_gid}/time_tracking_entries | Create a time tracking entry
389
405
  *Asana.TimeTrackingEntriesApi* | [**deleteTimeTrackingEntry**](docs/TimeTrackingEntriesApi.md#deleteTimeTrackingEntry) | **DELETE** /time_tracking_entries/{time_tracking_entry_gid} | Delete a time tracking entry
390
406
  *Asana.TimeTrackingEntriesApi* | [**getTimeTrackingEntries**](docs/TimeTrackingEntriesApi.md#getTimeTrackingEntries) | **GET** /time_tracking_entries | Get multiple time tracking entries
391
407
  *Asana.TimeTrackingEntriesApi* | [**getTimeTrackingEntriesForTask**](docs/TimeTrackingEntriesApi.md#getTimeTrackingEntriesForTask) | **GET** /tasks/{task_gid}/time_tracking_entries | Get time tracking entries for a task
392
408
  *Asana.TimeTrackingEntriesApi* | [**getTimeTrackingEntry**](docs/TimeTrackingEntriesApi.md#getTimeTrackingEntry) | **GET** /time_tracking_entries/{time_tracking_entry_gid} | Get a time tracking entry
393
409
  *Asana.TimeTrackingEntriesApi* | [**updateTimeTrackingEntry**](docs/TimeTrackingEntriesApi.md#updateTimeTrackingEntry) | **PUT** /time_tracking_entries/{time_tracking_entry_gid} | Update a time tracking entry
410
+ *Asana.TimesheetApprovalStatusesApi* | [**createTimesheetApprovalStatus**](docs/TimesheetApprovalStatusesApi.md#createTimesheetApprovalStatus) | **POST** /timesheet_approval_statuses | Create a timesheet approval status
411
+ *Asana.TimesheetApprovalStatusesApi* | [**getTimesheetApprovalStatus**](docs/TimesheetApprovalStatusesApi.md#getTimesheetApprovalStatus) | **GET** /timesheet_approval_statuses/{timesheet_approval_status_gid} | Get a timesheet approval status
412
+ *Asana.TimesheetApprovalStatusesApi* | [**getTimesheetApprovalStatuses**](docs/TimesheetApprovalStatusesApi.md#getTimesheetApprovalStatuses) | **GET** /timesheet_approval_statuses | Get multiple timesheet approval statuses
413
+ *Asana.TimesheetApprovalStatusesApi* | [**updateTimesheetApprovalStatus**](docs/TimesheetApprovalStatusesApi.md#updateTimesheetApprovalStatus) | **PUT** /timesheet_approval_statuses/{timesheet_approval_status_gid} | Update a timesheet approval status
394
414
  *Asana.TypeaheadApi* | [**typeaheadForWorkspace**](docs/TypeaheadApi.md#typeaheadForWorkspace) | **GET** /workspaces/{workspace_gid}/typeahead | Get objects via typeahead
395
415
  *Asana.UserTaskListsApi* | [**getUserTaskList**](docs/UserTaskListsApi.md#getUserTaskList) | **GET** /user_task_lists/{user_task_list_gid} | Get a user task list
396
416
  *Asana.UserTaskListsApi* | [**getUserTaskListForUser**](docs/UserTaskListsApi.md#getUserTaskListForUser) | **GET** /users/{user_gid}/user_task_list | Get a user&#x27;s task list
@@ -1129,6 +1149,6 @@ client.callApi(
1129
1149
  ```
1130
1150
 
1131
1151
  [release-image]: https://img.shields.io/github/release/asana/node-asana.svg
1132
- [release-url]: https://github.com/Asana/node-asana/releases/tag/v3.1.10
1152
+ [release-url]: https://github.com/Asana/node-asana/releases/tag/v3.1.12
1133
1153
  [npm-image]: http://img.shields.io/npm/v/asana.svg?style=flat-square
1134
1154
  [npm-url]: https://www.npmjs.org/package/asana
package/dist/ApiClient.js CHANGED
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  */
29
29
  /**
30
30
  * @module ApiClient
31
- * @version 3.1.10
31
+ * @version 3.1.12
32
32
  */
33
33
  /**
34
34
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
@@ -405,14 +405,14 @@ var ApiClient = exports.ApiClient = /*#__PURE__*/function () {
405
405
  // set header parameters
406
406
  if (typeof navigator === 'undefined' || typeof window === 'undefined') {
407
407
  headerParams['X-Asana-Client-Lib'] = new URLSearchParams({
408
- 'version': "3.1.10",
408
+ 'version': "3.1.12",
409
409
  'language': 'NodeJS',
410
410
  'language_version': process.version,
411
411
  'os': process.platform
412
412
  }).toString();
413
413
  } else {
414
414
  headerParams['X-Asana-Client-Lib'] = new URLSearchParams({
415
- 'version': "3.1.10",
415
+ 'version': "3.1.12",
416
416
  'language': 'BrowserJS'
417
417
  }).toString();
418
418
  }
@@ -18,7 +18,7 @@ import Collection = require("../utils/collection");
18
18
  /**
19
19
  * AccessRequests service.
20
20
  * @module api/AccessRequestsApi
21
- * @version 3.1.10
21
+ * @version 3.1.12
22
22
  */
23
23
  export class AccessRequestsApi {
24
24
  /**
@@ -29,7 +29,7 @@ var Collection = require('../utils/collection');
29
29
  /**
30
30
  * AccessRequests service.
31
31
  * @module api/AccessRequestsApi
32
- * @version 3.1.10
32
+ * @version 3.1.12
33
33
  */
34
34
  var AccessRequestsApi = exports.AccessRequestsApi = /*#__PURE__*/function () {
35
35
  /**
@@ -0,0 +1,78 @@
1
+ /*
2
+ * Asana
3
+ * This is the interface for interacting with the [Asana Platform](https://developers.asana.com). Our API reference is generated from our [OpenAPI spec] (https://raw.githubusercontent.com/Asana/openapi/master/defs/asana_oas.yaml).
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ * NOTE: This class is auto generated by the swagger code generator program.
8
+ * https://github.com/swagger-api/swagger-codegen.git
9
+ *
10
+ * Swagger Codegen version: 3.0.54
11
+ *
12
+ * Do not edit the class manually.
13
+ *
14
+ */
15
+ import { ApiClient } from "../ApiClient";
16
+ import Collection = require("../utils/collection");
17
+
18
+ /**
19
+ * Agents service.
20
+ * @module api/AgentsApi
21
+ * @version 3.1.12
22
+ */
23
+ export class AgentsApi {
24
+ /**
25
+ * Constructs a new AgentsApi.
26
+ * @alias module:api/AgentsApi
27
+ * @class
28
+ * @param apiClient Optional API client implementation to use, default to ApiClient.instance if unspecified.
29
+ */
30
+ constructor(apiClient?: ApiClient);
31
+
32
+ apiClient: ApiClient;
33
+
34
+ /**
35
+ * Get an agent
36
+ * Returns the complete record for a single agent (AI Teammate).
37
+ * @param agent_gid Globally unique identifier for the agent.
38
+ * @param opts Optional parameters
39
+ * @param opts.opt_fields This endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
40
+ * @returns A Promise, with an object containing data and HTTP response
41
+ */
42
+ getAgentWithHttpInfo(agent_gid: string, opts?: { 'opt_fields'?: any; }): Promise<{ response: any; data: any }>;
43
+
44
+ /**
45
+ * Get an agent
46
+ * Returns the complete record for a single agent (AI Teammate).
47
+ * @param agent_gid Globally unique identifier for the agent.
48
+ * @param opts Optional parameters
49
+ * @param opts.opt_fields This endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
50
+ * @returns A Promise
51
+ */
52
+ getAgent(agent_gid: string, opts?: { 'opt_fields'?: any; }): Promise<any>;
53
+
54
+ /**
55
+ * Get a list of agents in a workspace
56
+ * Returns the compact records of agents (AI Teammates) configured. Use &#x60;opt_fields&#x60; to request additional fields in the workspace.
57
+ * @param workspace_gid Globally unique identifier for the workspace or organization.
58
+ * @param opts Optional parameters
59
+ * @param opts.limit Results per page. The number of objects to return per page. The value must be between 1 and 100.
60
+ * @param opts.offset Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. *Note: You can only pass in an offset that was returned to you via a previously paginated request.*
61
+ * @param opts.opt_fields This endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
62
+ * @returns A Promise, with an object containing data and HTTP response
63
+ */
64
+ getAgentsForWorkspaceWithHttpInfo(workspace_gid: string, opts?: { 'limit'?: any; 'offset'?: string; 'opt_fields'?: any; }): Promise<Collection | { response: any; data: any }>;
65
+
66
+ /**
67
+ * Get a list of agents in a workspace
68
+ * Returns the compact records of agents (AI Teammates) configured. Use &#x60;opt_fields&#x60; to request additional fields in the workspace.
69
+ * @param workspace_gid Globally unique identifier for the workspace or organization.
70
+ * @param opts Optional parameters
71
+ * @param opts.limit Results per page. The number of objects to return per page. The value must be between 1 and 100.
72
+ * @param opts.offset Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. *Note: You can only pass in an offset that was returned to you via a previously paginated request.*
73
+ * @param opts.opt_fields This endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
74
+ * @returns A Promise
75
+ */
76
+ getAgentsForWorkspace(workspace_gid: string, opts?: { 'limit'?: any; 'offset'?: string; 'opt_fields'?: any; }): Promise<Collection | any>;
77
+
78
+ }
@@ -0,0 +1,168 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.AgentsApi = void 0;
7
+ var _ApiClient = require("../ApiClient");
8
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
9
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
10
+ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
11
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
12
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
13
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /*
14
+ * Asana
15
+ * This is the interface for interacting with the [Asana Platform](https://developers.asana.com). Our API reference is generated from our [OpenAPI spec] (https://raw.githubusercontent.com/Asana/openapi/master/defs/asana_oas.yaml).
16
+ *
17
+ * OpenAPI spec version: 1.0
18
+ *
19
+ * NOTE: This class is auto generated by the swagger code generator program.
20
+ * https://github.com/swagger-api/swagger-codegen.git
21
+ *
22
+ * Swagger Codegen version: 3.0.54
23
+ *
24
+ * Do not edit the class manually.
25
+ *
26
+ */
27
+ var Collection = require('../utils/collection');
28
+
29
+ /**
30
+ * Agents service.
31
+ * @module api/AgentsApi
32
+ * @version 3.1.12
33
+ */
34
+ var AgentsApi = exports.AgentsApi = /*#__PURE__*/function () {
35
+ /**
36
+ * Constructs a new AgentsApi.
37
+ * @alias module:api/AgentsApi
38
+ * @class
39
+ * @param {module:ApiClient} [apiClient] Optional API client implementation to use,
40
+ * default to {@link module:ApiClient#instanc
41
+ e} if unspecified.
42
+ */
43
+ function AgentsApi(apiClient) {
44
+ _classCallCheck(this, AgentsApi);
45
+ this.apiClient = apiClient || _ApiClient.ApiClient.instance;
46
+ }
47
+
48
+ /**
49
+ * Get an agent
50
+ * Returns the complete record for a single agent (AI Teammate).
51
+ * @param {String} agent_gid Globally unique identifier for the agent.
52
+ * @param {Object} opts Optional parameters
53
+ * @param {Array.<module:model/String>} opts.opt_fields This endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
54
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data and HTTP response
55
+ */
56
+ return _createClass(AgentsApi, [{
57
+ key: "getAgentWithHttpInfo",
58
+ value: function getAgentWithHttpInfo(agent_gid, opts) {
59
+ opts = opts || {};
60
+ var postBody = null;
61
+ // verify the required parameter 'agent_gid' is set
62
+ if (agent_gid === undefined || agent_gid === null) {
63
+ throw new Error("Missing the required parameter 'agent_gid' when calling getAgent");
64
+ }
65
+ var pathParams = {
66
+ 'agent_gid': agent_gid
67
+ };
68
+ var queryParams = {};
69
+ opts = opts || {};
70
+ queryParams = opts;
71
+ var headerParams = {};
72
+ var formParams = {};
73
+ var authNames = ['personalAccessToken'];
74
+ var contentTypes = [];
75
+ var accepts = ['application/json; charset=UTF-8'];
76
+ var returnType = 'Blob';
77
+ return this.apiClient.callApi('/agents/{agent_gid}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
78
+ }
79
+
80
+ /**
81
+ * Get an agent
82
+ * Returns the complete record for a single agent (AI Teammate).
83
+ * @param {<&vendorExtensions.x-jsdoc-type>} agent_gid Globally unique identifier for the agent.
84
+ * @param {Object} opts Optional parameters
85
+ * @param {Array.<module:model/String>} opts.opt_fields This endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
86
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/AgentResponseData}
87
+ */
88
+ }, {
89
+ key: "getAgent",
90
+ value: function getAgent(agent_gid, opts) {
91
+ return this.getAgentWithHttpInfo(agent_gid, opts).then(function (response_and_data) {
92
+ return response_and_data.data;
93
+ });
94
+ }
95
+
96
+ /**
97
+ * Get a list of agents in a workspace
98
+ * Returns the compact records of agents (AI Teammates) configured. Use &#x60;opt_fields&#x60; to request additional fields in the workspace.
99
+ * @param {String} workspace_gid Globally unique identifier for the workspace or organization.
100
+ * @param {Object} opts Optional parameters
101
+ * @param {Number} opts.limit Results per page. The number of objects to return per page. The value must be between 1 and 100.
102
+ * @param {String} opts.offset Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. *Note: You can only pass in an offset that was returned to you via a previously paginated request.*
103
+ * @param {Array.<module:model/String>} opts.opt_fields This endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
104
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data and HTTP response
105
+ */
106
+ }, {
107
+ key: "getAgentsForWorkspaceWithHttpInfo",
108
+ value: function getAgentsForWorkspaceWithHttpInfo(workspace_gid, opts) {
109
+ opts = opts || {};
110
+ var postBody = null;
111
+ // verify the required parameter 'workspace_gid' is set
112
+ if (workspace_gid === undefined || workspace_gid === null) {
113
+ throw new Error("Missing the required parameter 'workspace_gid' when calling getAgentsForWorkspace");
114
+ }
115
+ var pathParams = {
116
+ 'workspace_gid': workspace_gid
117
+ };
118
+ var queryParams = {};
119
+ opts = opts || {};
120
+ queryParams = opts;
121
+ var headerParams = {};
122
+ var formParams = {};
123
+ var authNames = ['personalAccessToken'];
124
+ var contentTypes = [];
125
+ var accepts = ['application/json; charset=UTF-8'];
126
+ var returnType = 'Blob';
127
+ // Check if RETURN_COLLECTION is set and return a collection object if it is
128
+ if (this.apiClient.RETURN_COLLECTION) {
129
+ return Collection.fromApiClient(this.apiClient.callApi('/workspaces/{workspace_gid}/agents', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType), this.apiClient, {
130
+ 'path': '/workspaces/{workspace_gid}/agents',
131
+ 'httpMethod': 'GET',
132
+ 'pathParams': pathParams,
133
+ 'queryParams': queryParams,
134
+ 'headerParams': headerParams,
135
+ 'formParams': formParams,
136
+ 'bodyParam': postBody,
137
+ 'authNames': authNames,
138
+ 'contentTypes': contentTypes,
139
+ 'accepts': accepts,
140
+ 'returnType': returnType
141
+ });
142
+ }
143
+ return this.apiClient.callApi('/workspaces/{workspace_gid}/agents', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
144
+ }
145
+
146
+ /**
147
+ * Get a list of agents in a workspace
148
+ * Returns the compact records of agents (AI Teammates) configured. Use &#x60;opt_fields&#x60; to request additional fields in the workspace.
149
+ * @param {<&vendorExtensions.x-jsdoc-type>} workspace_gid Globally unique identifier for the workspace or organization.
150
+ * @param {Object} opts Optional parameters
151
+ * @param {Number} opts.limit Results per page. The number of objects to return per page. The value must be between 1 and 100.
152
+ * @param {String} opts.offset Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. *Note: You can only pass in an offset that was returned to you via a previously paginated request.*
153
+ * @param {Array.<module:model/String>} opts.opt_fields This endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
154
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/AgentResponseArray}
155
+ */
156
+ }, {
157
+ key: "getAgentsForWorkspace",
158
+ value: function getAgentsForWorkspace(workspace_gid, opts) {
159
+ // Check if RETURN_COLLECTION is set and return a collection object if it is
160
+ if (this.apiClient.RETURN_COLLECTION) {
161
+ return this.getAgentsForWorkspaceWithHttpInfo(workspace_gid, opts);
162
+ }
163
+ return this.getAgentsForWorkspaceWithHttpInfo(workspace_gid, opts).then(function (response_and_data) {
164
+ return response_and_data.data;
165
+ });
166
+ }
167
+ }]);
168
+ }();
@@ -18,7 +18,7 @@ import Collection = require("../utils/collection");
18
18
  /**
19
19
  * Allocations service.
20
20
  * @module api/AllocationsApi
21
- * @version 3.1.10
21
+ * @version 3.1.12
22
22
  */
23
23
  export class AllocationsApi {
24
24
  /**
@@ -29,7 +29,7 @@ var Collection = require('../utils/collection');
29
29
  /**
30
30
  * Allocations service.
31
31
  * @module api/AllocationsApi
32
- * @version 3.1.10
32
+ * @version 3.1.12
33
33
  */
34
34
  var AllocationsApi = exports.AllocationsApi = /*#__PURE__*/function () {
35
35
  /**
@@ -18,7 +18,7 @@ import Collection = require("../utils/collection");
18
18
  /**
19
19
  * Attachments service.
20
20
  * @module api/AttachmentsApi
21
- * @version 3.1.10
21
+ * @version 3.1.12
22
22
  */
23
23
  export class AttachmentsApi {
24
24
  /**
@@ -29,7 +29,7 @@ var Collection = require('../utils/collection');
29
29
  /**
30
30
  * Attachments service.
31
31
  * @module api/AttachmentsApi
32
- * @version 3.1.10
32
+ * @version 3.1.12
33
33
  */
34
34
  var AttachmentsApi = exports.AttachmentsApi = /*#__PURE__*/function () {
35
35
  /**
@@ -18,7 +18,7 @@ import Collection = require("../utils/collection");
18
18
  /**
19
19
  * AuditLogAPI service.
20
20
  * @module api/AuditLogAPIApi
21
- * @version 3.1.10
21
+ * @version 3.1.12
22
22
  */
23
23
  export class AuditLogAPIApi {
24
24
  /**
@@ -29,7 +29,7 @@ var Collection = require('../utils/collection');
29
29
  /**
30
30
  * AuditLogAPI service.
31
31
  * @module api/AuditLogAPIApi
32
- * @version 3.1.10
32
+ * @version 3.1.12
33
33
  */
34
34
  var AuditLogAPIApi = exports.AuditLogAPIApi = /*#__PURE__*/function () {
35
35
  /**
@@ -18,7 +18,7 @@ import Collection = require("../utils/collection");
18
18
  /**
19
19
  * BatchAPI service.
20
20
  * @module api/BatchAPIApi
21
- * @version 3.1.10
21
+ * @version 3.1.12
22
22
  */
23
23
  export class BatchAPIApi {
24
24
  /**
@@ -29,7 +29,7 @@ var Collection = require('../utils/collection');
29
29
  /**
30
30
  * BatchAPI service.
31
31
  * @module api/BatchAPIApi
32
- * @version 3.1.10
32
+ * @version 3.1.12
33
33
  */
34
34
  var BatchAPIApi = exports.BatchAPIApi = /*#__PURE__*/function () {
35
35
  /**
@@ -18,7 +18,7 @@ import Collection = require("../utils/collection");
18
18
  /**
19
19
  * Budgets service.
20
20
  * @module api/BudgetsApi
21
- * @version 3.1.10
21
+ * @version 3.1.12
22
22
  */
23
23
  export class BudgetsApi {
24
24
  /**
@@ -29,7 +29,7 @@ var Collection = require('../utils/collection');
29
29
  /**
30
30
  * Budgets service.
31
31
  * @module api/BudgetsApi
32
- * @version 3.1.10
32
+ * @version 3.1.12
33
33
  */
34
34
  var BudgetsApi = exports.BudgetsApi = /*#__PURE__*/function () {
35
35
  /**
@@ -18,7 +18,7 @@ import Collection = require("../utils/collection");
18
18
  /**
19
19
  * CustomFieldSettings service.
20
20
  * @module api/CustomFieldSettingsApi
21
- * @version 3.1.10
21
+ * @version 3.1.12
22
22
  */
23
23
  export class CustomFieldSettingsApi {
24
24
  /**
@@ -29,7 +29,7 @@ var Collection = require('../utils/collection');
29
29
  /**
30
30
  * CustomFieldSettings service.
31
31
  * @module api/CustomFieldSettingsApi
32
- * @version 3.1.10
32
+ * @version 3.1.12
33
33
  */
34
34
  var CustomFieldSettingsApi = exports.CustomFieldSettingsApi = /*#__PURE__*/function () {
35
35
  /**
@@ -18,7 +18,7 @@ import Collection = require("../utils/collection");
18
18
  /**
19
19
  * CustomFields service.
20
20
  * @module api/CustomFieldsApi
21
- * @version 3.1.10
21
+ * @version 3.1.12
22
22
  */
23
23
  export class CustomFieldsApi {
24
24
  /**
@@ -29,7 +29,7 @@ var Collection = require('../utils/collection');
29
29
  /**
30
30
  * CustomFields service.
31
31
  * @module api/CustomFieldsApi
32
- * @version 3.1.10
32
+ * @version 3.1.12
33
33
  */
34
34
  var CustomFieldsApi = exports.CustomFieldsApi = /*#__PURE__*/function () {
35
35
  /**
@@ -18,7 +18,7 @@ import Collection = require("../utils/collection");
18
18
  /**
19
19
  * CustomTypes service.
20
20
  * @module api/CustomTypesApi
21
- * @version 3.1.10
21
+ * @version 3.1.12
22
22
  */
23
23
  export class CustomTypesApi {
24
24
  /**
@@ -29,7 +29,7 @@ var Collection = require('../utils/collection');
29
29
  /**
30
30
  * CustomTypes service.
31
31
  * @module api/CustomTypesApi
32
- * @version 3.1.10
32
+ * @version 3.1.12
33
33
  */
34
34
  var CustomTypesApi = exports.CustomTypesApi = /*#__PURE__*/function () {
35
35
  /**
@@ -18,7 +18,7 @@ import Collection = require("../utils/collection");
18
18
  /**
19
19
  * Events service.
20
20
  * @module api/EventsApi
21
- * @version 3.1.10
21
+ * @version 3.1.12
22
22
  */
23
23
  export class EventsApi {
24
24
  /**
@@ -29,7 +29,7 @@ var Collection = require('../utils/collection');
29
29
  /**
30
30
  * Events service.
31
31
  * @module api/EventsApi
32
- * @version 3.1.10
32
+ * @version 3.1.12
33
33
  */
34
34
  var EventsApi = exports.EventsApi = /*#__PURE__*/function () {
35
35
  /**
@@ -18,7 +18,7 @@ import Collection = require("../utils/collection");
18
18
  /**
19
19
  * Exports service.
20
20
  * @module api/ExportsApi
21
- * @version 3.1.10
21
+ * @version 3.1.12
22
22
  */
23
23
  export class ExportsApi {
24
24
  /**
@@ -29,7 +29,7 @@ var Collection = require('../utils/collection');
29
29
  /**
30
30
  * Exports service.
31
31
  * @module api/ExportsApi
32
- * @version 3.1.10
32
+ * @version 3.1.12
33
33
  */
34
34
  var ExportsApi = exports.ExportsApi = /*#__PURE__*/function () {
35
35
  /**
@@ -18,7 +18,7 @@ import Collection = require("../utils/collection");
18
18
  /**
19
19
  * GoalRelationships service.
20
20
  * @module api/GoalRelationshipsApi
21
- * @version 3.1.10
21
+ * @version 3.1.12
22
22
  */
23
23
  export class GoalRelationshipsApi {
24
24
  /**
@@ -29,7 +29,7 @@ var Collection = require('../utils/collection');
29
29
  /**
30
30
  * GoalRelationships service.
31
31
  * @module api/GoalRelationshipsApi
32
- * @version 3.1.10
32
+ * @version 3.1.12
33
33
  */
34
34
  var GoalRelationshipsApi = exports.GoalRelationshipsApi = /*#__PURE__*/function () {
35
35
  /**
@@ -18,7 +18,7 @@ import Collection = require("../utils/collection");
18
18
  /**
19
19
  * Goals service.
20
20
  * @module api/GoalsApi
21
- * @version 3.1.10
21
+ * @version 3.1.12
22
22
  */
23
23
  export class GoalsApi {
24
24
  /**
@@ -29,7 +29,7 @@ var Collection = require('../utils/collection');
29
29
  /**
30
30
  * Goals service.
31
31
  * @module api/GoalsApi
32
- * @version 3.1.10
32
+ * @version 3.1.12
33
33
  */
34
34
  var GoalsApi = exports.GoalsApi = /*#__PURE__*/function () {
35
35
  /**