Skip to content

Commit fd26d23

Browse files
Updated JavaScript SDK: v3.1.9
1 parent d1e55a7 commit fd26d23

46 files changed

Lines changed: 50 additions & 50 deletions

Some content is hidden

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

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.1.8
4+
- Package version: 3.1.9
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.1.8/asana-min.js"></script>
21+
<script src="https://github.com/Asana/node-asana/releases/download/v3.1.9/asana-min.js"></script>
2222
```
2323

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

11211121
[release-image]: https://img.shields.io/github/release/asana/node-asana.svg
1122-
[release-url]: https://github.com/Asana/node-asana/releases/tag/v3.1.8
1122+
[release-url]: https://github.com/Asana/node-asana/releases/tag/v3.1.9
11231123
[npm-image]: http://img.shields.io/npm/v/asana.svg?style=flat-square
11241124
[npm-url]: https://www.npmjs.org/package/asana

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.1.8",
3+
"version": "3.1.9",
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.1.8
19+
* @version 3.1.9
2020
*/
2121

2222
/**
@@ -417,7 +417,7 @@ export class ApiClient {
417417
if (typeof(navigator) === 'undefined' || typeof(window) === 'undefined') {
418418
headerParams['X-Asana-Client-Lib'] = new URLSearchParams(
419419
{
420-
'version': "3.1.8",
420+
'version': "3.1.9",
421421
'language': 'NodeJS',
422422
'language_version': process.version,
423423
'os': process.platform
@@ -426,7 +426,7 @@ export class ApiClient {
426426
} else {
427427
headerParams['X-Asana-Client-Lib'] = new URLSearchParams(
428428
{
429-
'version': "3.1.8",
429+
'version': "3.1.9",
430430
'language': 'BrowserJS'
431431
}
432432
).toString();

src/api/AccessRequestsApi.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
* AccessRequests service.
2020
* @module api/AccessRequestsApi
21-
* @version 3.1.8
21+
* @version 3.1.9
2222
*/
2323
export class AccessRequestsApi {
2424

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.1.8
21+
* @version 3.1.9
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.1.8
21+
* @version 3.1.9
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.1.8
21+
* @version 3.1.9
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.1.8
21+
* @version 3.1.9
2222
*/
2323
export class BatchAPIApi {
2424

src/api/BudgetsApi.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
* Budgets service.
2020
* @module api/BudgetsApi
21-
* @version 3.1.8
21+
* @version 3.1.9
2222
*/
2323
export class BudgetsApi {
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.1.8
21+
* @version 3.1.9
2222
*/
2323
export class CustomFieldSettingsApi {
2424

0 commit comments

Comments
 (0)