@longvansoftware/storefront-js-client 3.3.9 → 3.4.0

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.
@@ -453,6 +453,46 @@ exports.GET_WORK_EFFORTS_V3 = (0, graphql_tag_1.gql) `
453
453
  tagIds
454
454
  processResult
455
455
  processStatus
456
+ subTasks {
457
+ id
458
+ createdStamp
459
+ updatedStamp
460
+ createdBy
461
+ updatedBy
462
+ name
463
+ partyId
464
+ targetId
465
+ targetType
466
+ targetUrl
467
+ description
468
+ status
469
+ parentId
470
+ workEffortTypeId
471
+ stmId
472
+ workflowId
473
+ endDateExpect
474
+ endDateActual
475
+ startDateActual
476
+ startDateExpect
477
+ source
478
+ group
479
+ priorityName
480
+ priorityValue
481
+ connectorId
482
+ mode
483
+ partyGroupIds
484
+ tagIds
485
+ processResult
486
+ processStatus
487
+ }
488
+ owner {
489
+ id
490
+ fullName
491
+ name
492
+ type
493
+ phone
494
+ email
495
+ }
456
496
  }
457
497
  }
458
498
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "3.3.9",
3
+ "version": "3.4.0",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [