@punks/backend-entity-manager 0.0.265 → 0.0.267

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.
@@ -0,0 +1,3 @@
1
+ import { JobsMonitorTask } from "./jobs-monitor";
2
+ import { JobsSchedulerTask } from "./jobs-scheduler";
3
+ export declare const JobTasks: (typeof JobsSchedulerTask | typeof JobsMonitorTask)[];
@@ -1,6 +1,6 @@
1
1
  export type AwsBatchSettings = {
2
- accessKeyId?: string;
3
- secretAccessKey?: string;
2
+ awsAccessKeyId?: string;
3
+ awsSecretAccessKey?: string;
4
4
  region?: string;
5
5
  defaultQueueName: string;
6
6
  batchComputeEnvironment: string;
package/dist/index.d.ts CHANGED
@@ -2818,8 +2818,8 @@ type AwsBatchInvocationParams = {
2818
2818
  type AwsJobDefinition = JobDefinition<AwsBatchInfrastructureParams, AwsBatchInvocationParams>;
2819
2819
 
2820
2820
  type AwsBatchSettings = {
2821
- accessKeyId?: string;
2822
- secretAccessKey?: string;
2821
+ awsAccessKeyId?: string;
2822
+ awsSecretAccessKey?: string;
2823
2823
  region?: string;
2824
2824
  defaultQueueName: string;
2825
2825
  batchComputeEnvironment: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.265",
3
+ "version": "0.0.267",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",