@emilgroup/task-sdk-node
Advanced tools
@@ -51,9 +51,21 @@ /** | ||
| /** | ||
| * categories | ||
| * Category slugs | ||
| * @type {Array<string>} | ||
| * @memberof TaskClass | ||
| */ | ||
| 'categorySlugs'?: Array<string>; | ||
| /** | ||
| * Status slug (always returned) | ||
| * @type {string} | ||
| * @memberof TaskClass | ||
| */ | ||
| 'statusSlug': string; | ||
| /** | ||
| * categories (only populated when expand=categories) | ||
| * @type {Array<CategoryClass>} | ||
| * @memberof TaskClass | ||
| */ | ||
| 'categories': Array<CategoryClass>; | ||
| 'categories'?: Array<CategoryClass>; | ||
| /** | ||
| * status | ||
| * status (only populated when expand=status) | ||
| * @type {StatusClass} | ||
@@ -60,0 +72,0 @@ * @memberof TaskClass |
+15
-3
@@ -56,9 +56,21 @@ /* tslint:disable */ | ||
| /** | ||
| * categories | ||
| * Category slugs | ||
| * @type {Array<string>} | ||
| * @memberof TaskClass | ||
| */ | ||
| 'categorySlugs'?: Array<string>; | ||
| /** | ||
| * Status slug (always returned) | ||
| * @type {string} | ||
| * @memberof TaskClass | ||
| */ | ||
| 'statusSlug': string; | ||
| /** | ||
| * categories (only populated when expand=categories) | ||
| * @type {Array<CategoryClass>} | ||
| * @memberof TaskClass | ||
| */ | ||
| 'categories': Array<CategoryClass>; | ||
| 'categories'?: Array<CategoryClass>; | ||
| /** | ||
| * status | ||
| * status (only populated when expand=status) | ||
| * @type {StatusClass} | ||
@@ -65,0 +77,0 @@ * @memberof TaskClass |
+1
-1
| { | ||
| "name": "@emilgroup/task-sdk-node", | ||
| "version": "1.0.1-beta.13", | ||
| "version": "1.0.1-beta.14", | ||
| "description": "OpenAPI client for @emilgroup/task-sdk-node", | ||
@@ -5,0 +5,0 @@ "author": "OpenAPI-Generator Contributors", |
+2
-2
@@ -20,7 +20,7 @@ # Emil Task SDK for Nodejs | ||
| ``` | ||
| npm install @emilgroup/task-sdk-node@1.0.1-beta.13 --save | ||
| npm install @emilgroup/task-sdk-node@1.0.1-beta.14 --save | ||
| ``` | ||
| or | ||
| ``` | ||
| yarn add @emilgroup/task-sdk-node@1.0.1-beta.13 | ||
| yarn add @emilgroup/task-sdk-node@1.0.1-beta.14 | ||
| ``` | ||
@@ -27,0 +27,0 @@ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
519294
0.13%11249
0.21%