@fnd-platform/api 1.0.0-alpha.4 → 1.0.0-alpha.5

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.
@@ -954,7 +954,7 @@ interface UpdateContentInput {
954
954
  interface AuthenticatedEvent extends APIGatewayProxyEvent {
955
955
  requestContext: APIGatewayProxyEvent['requestContext'] & {
956
956
  authorizer: {
957
- claims: { sub: string };
957
+ claims: { sub: string; email: string; 'cognito:groups'?: string[] };
958
958
  };
959
959
  };
960
960
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnd-platform/api",
3
- "version": "1.0.0-alpha.4",
3
+ "version": "1.0.0-alpha.5",
4
4
  "description": "Projen project class for generating Lambda API packages in fnd-platform",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",