@ductape/sdk 0.0.4-v12 → 0.0.4-v14-fe
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/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/processor/services/processor.service.js +2 -2
- package/dist/processor/services/processor.service.js.map +1 -1
- package/dist/products/services/products.service.js +1 -1
- package/dist/products/services/products.service.js.map +1 -1
- package/dist/types/index.types.d.ts +2 -3
- package/dist/types/index.types.js.map +1 -1
- package/dist/types/processor.types.d.ts +1 -1
- package/package.json +1 -2
|
@@ -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:
|
|
24
|
-
jobs:
|
|
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":";;;
|
|
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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ductape/sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4v14-fe",
|
|
4
4
|
"description": "sdk for building ductaped products",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
"aws-sdk": "^2.1692.0",
|
|
35
35
|
"axios": "^1.5.0",
|
|
36
36
|
"bson-objectid": "^2.0.4",
|
|
37
|
-
"bullmq": "^5.53.2",
|
|
38
37
|
"crypto-js": "^4.2.0",
|
|
39
38
|
"date-fns": "^4.1.0",
|
|
40
39
|
"dt-sql-parser": "^4.0.2",
|