@medplum/cdk
Advanced tools
Comparing version 2.1.9 to 2.1.10
@@ -48,1 +48,2 @@ import { MedplumInfraConfig } from '@medplum/core'; | ||
} | ||
//# sourceMappingURL=backend.d.ts.map |
@@ -12,1 +12,2 @@ import { MedplumInfraConfig } from '@medplum/core'; | ||
} | ||
//# sourceMappingURL=cloudtrail.d.ts.map |
@@ -18,1 +18,2 @@ import { ExternalSecret, ExternalSecretPrimitive, ExternalSecretPrimitiveType, MedplumInfraConfig, MedplumSourceInfraConfig } from '@medplum/core'; | ||
export declare function normalizeInfraConfig(config: MedplumSourceInfraConfig): Promise<MedplumInfraConfig>; | ||
//# sourceMappingURL=config.d.ts.map |
@@ -21,1 +21,2 @@ import { MedplumInfraConfig } from '@medplum/core'; | ||
} | ||
//# sourceMappingURL=frontend.d.ts.map |
@@ -8,1 +8,2 @@ export * from './backend'; | ||
export declare function main(context?: Record<string, string>): void; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -19,1 +19,2 @@ import { aws_cloudfront as cloudfront, aws_iam as iam, aws_s3 as s3 } from 'aws-cdk-lib'; | ||
export declare function grantBucketAccessToOriginAccessIdentity(bucket: s3.IBucket, identity: cloudfront.OriginAccessIdentity): iam.PolicyStatement; | ||
//# sourceMappingURL=oai.d.ts.map |
@@ -25,1 +25,2 @@ import { MedplumInfraConfig } from '@medplum/core'; | ||
} | ||
//# sourceMappingURL=stack.d.ts.map |
@@ -18,1 +18,2 @@ import { MedplumInfraConfig } from '@medplum/core'; | ||
} | ||
//# sourceMappingURL=storage.d.ts.map |
import { aws_wafv2 as wafv2 } from 'aws-cdk-lib'; | ||
export declare const awsManagedRules: wafv2.CfnWebACL.RuleProperty[]; | ||
//# sourceMappingURL=waf.d.ts.map |
{ | ||
"name": "@medplum/cdk", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "Medplum CDK Infra as Code", | ||
@@ -5,0 +5,0 @@ "author": "Medplum <hello@medplum.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1628341
43