@gradientedge/cdk-utils 8.163.0 → 8.164.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.
@@ -35,7 +35,7 @@ export interface ApiToAnyTargetRestApiResource {
35
35
  path: string;
36
36
  parent?: IResource;
37
37
  proxyIntegration?: Integration;
38
- enableDefaultCors: boolean;
38
+ enableDefaultCors?: boolean;
39
39
  }
40
40
  export interface ApiToAnyTargetRestApiProps {
41
41
  certificate: AcmProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils",
3
- "version": "8.163.0",
3
+ "version": "8.164.0",
4
4
  "description": "Utilities for AWS CDK provisioning",
5
5
  "main": "dist/index.js",
6
6
  "engines": {
@@ -42,7 +42,7 @@ export interface ApiToAnyTargetRestApiResource {
42
42
  path: string
43
43
  parent?: IResource
44
44
  proxyIntegration?: Integration
45
- enableDefaultCors: boolean
45
+ enableDefaultCors?: boolean
46
46
  }
47
47
 
48
48
  export interface ApiToAnyTargetRestApiProps {