Skip to content

Commit 43b490b

Browse files
Updated JavaScript SDK: v3.0.11
1 parent 1bcb702 commit 43b490b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+47
-47
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# asana [![GitHub release][release-image]][release-url] [![NPM Version][npm-image]][npm-url]
22

33
- API version: 1.0
4-
- Package version: 3.0.10
4+
- Package version: 3.0.11
55

66
## Installation
77

@@ -18,7 +18,7 @@ npm install asana --save
1818
Include the latest release directly from GitHub:
1919

2020
```html
21-
<script src="https://github.com/Asana/node-asana/releases/download/v3.0.10/asana-min.js"></script>
21+
<script src="https://github.com/Asana/node-asana/releases/download/v3.0.11/asana-min.js"></script>
2222
```
2323

2424
Example usage (**NOTE**: be careful not to expose your access token):
@@ -1111,6 +1111,6 @@ client.callApi(
11111111
```
11121112

11131113
[release-image]: https://img.shields.io/github/release/asana/node-asana.svg
1114-
[release-url]: https://github.com/Asana/node-asana/releases/tag/v3.0.10
1114+
[release-url]: https://github.com/Asana/node-asana/releases/tag/v3.0.11
11151115
[npm-image]: http://img.shields.io/npm/v/asana.svg?style=flat-square
11161116
[npm-url]: https://www.npmjs.org/package/asana

docs/ProjectsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ object
125125

126126
Add users to a project
127127

128-
Adds the specified list of users as members of the project. Note that a user being added as a member may also be added as a *follower* as a result of this operation. This is because the user's default notification settings (i.e., in the \"Notifcations\" tab of \"My Profile Settings\") will override this endpoint's default behavior of setting \"Tasks added\" notifications to `false`. Returns the updated project record.
128+
Adds the specified list of users as members of the project. Note that a user being added as a member may also be added as a *follower* as a result of this operation. This is because the user's default notification settings (i.e., in the \"Notifications\" tab of \"My Profile Settings\") will override this endpoint's default behavior of setting \"Tasks added\" notifications to `false`. Returns the updated project record.
129129

130130
([more information](https://developers.asana.com/reference/addmembersforproject))
131131

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asana",
3-
"version": "3.0.10",
3+
"version": "3.0.11",
44
"description": "This_is_the_interface_for_interacting_with_the__Asana_Platform_httpsdevelopers_asana_com__Our_API_reference_is_generated_from_our__OpenAPI_spec__httpsraw_githubusercontent_comAsanaopenapimasterdefsasana_oas_yaml_",
55
"license": "Apache 2.0",
66
"main": "src/index.js",

src/ApiClient.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import superagent from "superagent";
1616

1717
/**
1818
* @module ApiClient
19-
* @version 3.0.10
19+
* @version 3.0.11
2020
*/
2121

2222
/**
@@ -412,7 +412,7 @@ export class ApiClient {
412412
if (typeof(navigator) === 'undefined' || typeof(window) === 'undefined') {
413413
headerParams['X-Asana-Client-Lib'] = new URLSearchParams(
414414
{
415-
'version': "3.0.10",
415+
'version': "3.0.11",
416416
'language': 'NodeJS',
417417
'language_version': process.version,
418418
'os': process.platform
@@ -421,7 +421,7 @@ export class ApiClient {
421421
} else {
422422
headerParams['X-Asana-Client-Lib'] = new URLSearchParams(
423423
{
424-
'version': "3.0.10",
424+
'version': "3.0.11",
425425
'language': 'BrowserJS'
426426
}
427427
).toString();

src/api/AllocationsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Allocations service.
2020
* @module api/AllocationsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class AllocationsApi {
2424

src/api/AttachmentsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Attachments service.
2020
* @module api/AttachmentsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class AttachmentsApi {
2424

src/api/AuditLogAPIApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* AuditLogAPI service.
2020
* @module api/AuditLogAPIApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class AuditLogAPIApi {
2424

src/api/BatchAPIApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* BatchAPI service.
2020
* @module api/BatchAPIApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class BatchAPIApi {
2424

src/api/CustomFieldSettingsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* CustomFieldSettings service.
2020
* @module api/CustomFieldSettingsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class CustomFieldSettingsApi {
2424

src/api/CustomFieldsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* CustomFields service.
2020
* @module api/CustomFieldsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class CustomFieldsApi {
2424

src/api/EventsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Events service.
2020
* @module api/EventsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class EventsApi {
2424

src/api/GoalRelationshipsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* GoalRelationships service.
2020
* @module api/GoalRelationshipsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class GoalRelationshipsApi {
2424

src/api/GoalsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Goals service.
2020
* @module api/GoalsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class GoalsApi {
2424

src/api/JobsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Jobs service.
2020
* @module api/JobsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class JobsApi {
2424

src/api/MembershipsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Memberships service.
2020
* @module api/MembershipsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class MembershipsApi {
2424

src/api/OrganizationExportsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* OrganizationExports service.
2020
* @module api/OrganizationExportsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class OrganizationExportsApi {
2424

src/api/PortfolioMembershipsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* PortfolioMemberships service.
2020
* @module api/PortfolioMembershipsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class PortfolioMembershipsApi {
2424

src/api/PortfoliosApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Portfolios service.
2020
* @module api/PortfoliosApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class PortfoliosApi {
2424

src/api/ProjectBriefsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* ProjectBriefs service.
2020
* @module api/ProjectBriefsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class ProjectBriefsApi {
2424

src/api/ProjectMembershipsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* ProjectMemberships service.
2020
* @module api/ProjectMembershipsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class ProjectMembershipsApi {
2424

src/api/ProjectStatusesApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* ProjectStatuses service.
2020
* @module api/ProjectStatusesApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class ProjectStatusesApi {
2424

src/api/ProjectTemplatesApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* ProjectTemplates service.
2020
* @module api/ProjectTemplatesApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class ProjectTemplatesApi {
2424

src/api/ProjectsApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Projects service.
2020
* @module api/ProjectsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class ProjectsApi {
2424

@@ -168,7 +168,7 @@ export class ProjectsApi {
168168

169169
/**
170170
* Add users to a project
171-
* Adds the specified list of users as members of the project. Note that a user being added as a member may also be added as a *follower* as a result of this operation. This is because the user&#x27;s default notification settings (i.e., in the \&quot;Notifcations\&quot; tab of \&quot;My Profile Settings\&quot;) will override this endpoint&#x27;s default behavior of setting \&quot;Tasks added\&quot; notifications to &#x60;false&#x60;. Returns the updated project record.
171+
* Adds the specified list of users as members of the project. Note that a user being added as a member may also be added as a *follower* as a result of this operation. This is because the user&#x27;s default notification settings (i.e., in the \&quot;Notifications\&quot; tab of \&quot;My Profile Settings\&quot;) will override this endpoint&#x27;s default behavior of setting \&quot;Tasks added\&quot; notifications to &#x60;false&#x60;. Returns the updated project record.
172172
* @param {module:model/Object} body Information about the members being added.
173173
* @param {String} project_gid Globally unique identifier for the project.
174174
* @param {Object} opts Optional parameters
@@ -215,7 +215,7 @@ export class ProjectsApi {
215215

216216
/**
217217
* Add users to a project
218-
* Adds the specified list of users as members of the project. Note that a user being added as a member may also be added as a *follower* as a result of this operation. This is because the user&#x27;s default notification settings (i.e., in the \&quot;Notifcations\&quot; tab of \&quot;My Profile Settings\&quot;) will override this endpoint&#x27;s default behavior of setting \&quot;Tasks added\&quot; notifications to &#x60;false&#x60;. Returns the updated project record.
218+
* Adds the specified list of users as members of the project. Note that a user being added as a member may also be added as a *follower* as a result of this operation. This is because the user&#x27;s default notification settings (i.e., in the \&quot;Notifications\&quot; tab of \&quot;My Profile Settings\&quot;) will override this endpoint&#x27;s default behavior of setting \&quot;Tasks added\&quot; notifications to &#x60;false&#x60;. Returns the updated project record.
219219
* @param {<&vendorExtensions.x-jsdoc-type>} body Information about the members being added.
220220
* @param {<&vendorExtensions.x-jsdoc-type>} project_gid Globally unique identifier for the project.
221221
* @param {Object} opts Optional parameters

src/api/RulesApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Rules service.
2020
* @module api/RulesApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class RulesApi {
2424

src/api/SectionsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Sections service.
2020
* @module api/SectionsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class SectionsApi {
2424

src/api/StatusUpdatesApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* StatusUpdates service.
2020
* @module api/StatusUpdatesApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class StatusUpdatesApi {
2424

src/api/StoriesApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Stories service.
2020
* @module api/StoriesApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class StoriesApi {
2424

src/api/TagsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Tags service.
2020
* @module api/TagsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class TagsApi {
2424

src/api/TaskTemplatesApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* TaskTemplates service.
2020
* @module api/TaskTemplatesApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class TaskTemplatesApi {
2424

src/api/TasksApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Tasks service.
2020
* @module api/TasksApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class TasksApi {
2424

src/api/TeamMembershipsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* TeamMemberships service.
2020
* @module api/TeamMembershipsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class TeamMembershipsApi {
2424

src/api/TeamsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Teams service.
2020
* @module api/TeamsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class TeamsApi {
2424

src/api/TimePeriodsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* TimePeriods service.
2020
* @module api/TimePeriodsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class TimePeriodsApi {
2424

src/api/TimeTrackingEntriesApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* TimeTrackingEntries service.
2020
* @module api/TimeTrackingEntriesApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class TimeTrackingEntriesApi {
2424

src/api/TypeaheadApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Typeahead service.
2020
* @module api/TypeaheadApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class TypeaheadApi {
2424

src/api/UserTaskListsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* UserTaskLists service.
2020
* @module api/UserTaskListsApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class UserTaskListsApi {
2424

src/api/UsersApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Users service.
2020
* @module api/UsersApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class UsersApi {
2424

src/api/WebhooksApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Collection = require('../utils/collection');
1818
/**
1919
* Webhooks service.
2020
* @module api/WebhooksApi
21-
* @version 3.0.10
21+
* @version 3.0.11
2222
*/
2323
export class WebhooksApi {
2424

0 commit comments

Comments
 (0)