@ductape/sdk 0.0.4-v12 → 0.0.4-v13

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.
@@ -1,4 +1,3 @@
1
- import { Queue } from 'bullmq';
2
1
  import { RedisClientType } from 'redis';
3
2
  export interface IDuctapeInit {
4
3
  user_id: string;
@@ -20,8 +19,8 @@ export interface IBuilderInit {
20
19
  env_type: EnvType;
21
20
  redis_client?: RedisClientType;
22
21
  queues?: {
23
- health: Queue;
24
- jobs: Queue;
22
+ health: any;
23
+ jobs: any;
25
24
  };
26
25
  }
27
26
  export interface ILoggerInit extends IBuilderInit {
@@ -1 +1 @@
1
- {"version":3,"file":"index.types.js","sourceRoot":"","sources":["../../src/types/index.types.ts"],"names":[],"mappings":";;;AAWA,IAAY,OAIX;AAJD,WAAY,OAAO;IACjB,8BAAmB,CAAA;IACnB,oCAAyB,CAAA;IACzB,0BAAe,CAAA;AACjB,CAAC,EAJW,OAAO,uBAAP,OAAO,QAIlB"}
1
+ {"version":3,"file":"index.types.js","sourceRoot":"","sources":["../../src/types/index.types.ts"],"names":[],"mappings":";;;AAUA,IAAY,OAIX;AAJD,WAAY,OAAO;IACjB,8BAAmB,CAAA;IACnB,oCAAyB,CAAA;IACzB,0BAAe,CAAA;AACjB,CAAC,EAJW,OAAO,uBAAP,OAAO,QAIlB"}
@@ -219,7 +219,7 @@ export interface INotificationData {
219
219
  export interface IActionProcessorInput {
220
220
  env: string;
221
221
  product: string;
222
- app?: string;
222
+ app: string;
223
223
  cache?: string;
224
224
  input: IActionRequest;
225
225
  event: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ductape/sdk",
3
- "version": "0.0.4v12",
3
+ "version": "0.0.4v13",
4
4
  "description": "sdk for building ductaped products",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",