@emilgroup/task-sdk 1.0.1-beta.13 → 1.0.1-beta.14

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.
package/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/task-sdk@1.0.1-beta.13 --save
20
+ npm install @emilgroup/task-sdk@1.0.1-beta.14 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/task-sdk@1.0.1-beta.13
24
+ yarn add @emilgroup/task-sdk@1.0.1-beta.14
25
25
  ```
26
26
 
27
27
  And then you can import `TasksApi`.
@@ -48,13 +48,25 @@ export interface TaskClass {
48
48
  */
49
49
  'assignee'?: string;
50
50
  /**
51
- * categories
51
+ * Category slugs
52
+ * @type {Array<string>}
53
+ * @memberof TaskClass
54
+ */
55
+ 'categorySlugs'?: Array<string>;
56
+ /**
57
+ * Status slug (always returned)
58
+ * @type {string}
59
+ * @memberof TaskClass
60
+ */
61
+ 'statusSlug': string;
62
+ /**
63
+ * categories (only populated when expand=categories)
52
64
  * @type {Array<CategoryClass>}
53
65
  * @memberof TaskClass
54
66
  */
55
- 'categories': Array<CategoryClass>;
67
+ 'categories'?: Array<CategoryClass>;
56
68
  /**
57
- * status
69
+ * status (only populated when expand=status)
58
70
  * @type {StatusClass}
59
71
  * @memberof TaskClass
60
72
  */
@@ -53,13 +53,25 @@ export interface TaskClass {
53
53
  */
54
54
  'assignee'?: string;
55
55
  /**
56
- * categories
56
+ * Category slugs
57
+ * @type {Array<string>}
58
+ * @memberof TaskClass
59
+ */
60
+ 'categorySlugs'?: Array<string>;
61
+ /**
62
+ * Status slug (always returned)
63
+ * @type {string}
64
+ * @memberof TaskClass
65
+ */
66
+ 'statusSlug': string;
67
+ /**
68
+ * categories (only populated when expand=categories)
57
69
  * @type {Array<CategoryClass>}
58
70
  * @memberof TaskClass
59
71
  */
60
- 'categories': Array<CategoryClass>;
72
+ 'categories'?: Array<CategoryClass>;
61
73
  /**
62
- * status
74
+ * status (only populated when expand=status)
63
75
  * @type {StatusClass}
64
76
  * @memberof TaskClass
65
77
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/task-sdk",
3
- "version": "1.0.1-beta.13",
3
+ "version": "1.0.1-beta.14",
4
4
  "description": "OpenAPI client for @emilgroup/task-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [