@justworkflowit/cdk-constructs 0.0.198 → 0.0.199

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.
@@ -58792,7 +58792,8 @@ var require_Aws_restJson1 = __commonJS({
58792
58792
  const data2 = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await (0, core_1.parseJsonBody)(output.body, context)), "body");
58793
58793
  const doc = (0, smithy_client_1.take)(data2, {
58794
58794
  "jobs": (_2) => de_JobSummaryList(_2, context),
58795
- "nextPageToken": smithy_client_1.expectString
58795
+ "nextPageToken": smithy_client_1.expectString,
58796
+ "totalCount": smithy_client_1.expectInt32
58796
58797
  });
58797
58798
  Object.assign(contents, doc);
58798
58799
  return contents;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justworkflowit/cdk-constructs",
3
3
  "description": "",
4
- "version": "0.0.198",
4
+ "version": "0.0.199",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {