@punks/backend-entity-manager 0.0.304 → 0.0.305
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.
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/platforms/nest/plugins/jobs/aws-batch/models/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/platforms/nest/plugins/jobs/aws-batch/models/index.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2858,6 +2858,7 @@ type AwsBatchInfrastructureParams = {
|
|
|
2858
2858
|
computePlatformType?: AwsJobComputePlatformType;
|
|
2859
2859
|
assignPublicIp?: boolean;
|
|
2860
2860
|
logGroupName?: string;
|
|
2861
|
+
privileged?: boolean;
|
|
2861
2862
|
};
|
|
2862
2863
|
type AwsBatchInvocationParams = {
|
|
2863
2864
|
startCommand: string[];
|