tango-app-api-store-builder 1.0.0-beta-181 → 1.0.0-beta-182

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-store-builder",
3
- "version": "1.0.0-beta-181",
3
+ "version": "1.0.0-beta-182",
4
4
  "description": "storeBuilder",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -32,7 +32,7 @@
32
32
  "path": "^0.12.7",
33
33
  "selenium-webdriver": "^4.31.0",
34
34
  "sharp": "^0.34.1",
35
- "tango-api-schema": "^2.3.12",
35
+ "tango-api-schema": "^2.3.19",
36
36
  "tango-app-api-middleware": "3.1.48",
37
37
  "url": "^0.11.4",
38
38
  "winston": "^3.17.0",
@@ -135,6 +135,7 @@ export async function createTask( req, res ) {
135
135
  scheduleEndTime_iso: dayjs.utc( scheduleEndTime, 'hh:mm A' ).format(),
136
136
  date_string: dayjs().format( 'YYYY-MM-DD' ),
137
137
  date_iso: new Date( dayjs().format( 'YYYY-MM-DD' ) ),
138
+ refTaskId: req.body.taskId,
138
139
  },
139
140
  };
140
141