@bigid/apps-infrastructure-node-js 1.226.1 → 1.229.2
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/lib/index.d.ts +1 -1
- package/lib/index.js +4 -1
- package/log/app.log +8 -8
- package/package.json +3 -3
- package/src/index.ts +3 -0
package/lib/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from './abstractProviders';
|
|
2
2
|
export * from './dto';
|
|
3
3
|
export * from './utils';
|
|
4
|
-
export { updateActionStatusToBigID, uploadAttachment, getValueFromAppStorage, saveInStorage, executeHttpGet, scheduleFunction, unscheduleFunction, unscheduleAllFunctions, deleteKeyFromAppStorage, sendBiEvent, getCommandsRegistrations, executeCommand, getExecutionStatus, registerActionAsCommand, fetchDataSourceCredentials, getAppConfiguration, } from './services';
|
|
4
|
+
export { updateActionStatusToBigID, uploadAttachment, getValueFromAppStorage, saveInStorage, executeHttpGet, executeHttpPut, executeHttpDelete, executeHttpPost, scheduleFunction, unscheduleFunction, unscheduleAllFunctions, deleteKeyFromAppStorage, sendBiEvent, getCommandsRegistrations, executeCommand, getExecutionStatus, registerActionAsCommand, fetchDataSourceCredentials, getAppConfiguration, } from './services';
|
|
5
5
|
export { deployServer, ServerInit } from './server';
|
package/lib/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.deployServer = exports.getAppConfiguration = exports.fetchDataSourceCredentials = exports.registerActionAsCommand = exports.getExecutionStatus = exports.executeCommand = exports.getCommandsRegistrations = exports.sendBiEvent = exports.deleteKeyFromAppStorage = exports.unscheduleAllFunctions = exports.unscheduleFunction = exports.scheduleFunction = exports.executeHttpGet = exports.saveInStorage = exports.getValueFromAppStorage = exports.uploadAttachment = exports.updateActionStatusToBigID = void 0;
|
|
17
|
+
exports.deployServer = exports.getAppConfiguration = exports.fetchDataSourceCredentials = exports.registerActionAsCommand = exports.getExecutionStatus = exports.executeCommand = exports.getCommandsRegistrations = exports.sendBiEvent = exports.deleteKeyFromAppStorage = exports.unscheduleAllFunctions = exports.unscheduleFunction = exports.scheduleFunction = exports.executeHttpPost = exports.executeHttpDelete = exports.executeHttpPut = exports.executeHttpGet = exports.saveInStorage = exports.getValueFromAppStorage = exports.uploadAttachment = exports.updateActionStatusToBigID = void 0;
|
|
18
18
|
__exportStar(require("./abstractProviders"), exports);
|
|
19
19
|
__exportStar(require("./dto"), exports);
|
|
20
20
|
__exportStar(require("./utils"), exports);
|
|
@@ -24,6 +24,9 @@ Object.defineProperty(exports, "uploadAttachment", { enumerable: true, get: func
|
|
|
24
24
|
Object.defineProperty(exports, "getValueFromAppStorage", { enumerable: true, get: function () { return services_1.getValueFromAppStorage; } });
|
|
25
25
|
Object.defineProperty(exports, "saveInStorage", { enumerable: true, get: function () { return services_1.saveInStorage; } });
|
|
26
26
|
Object.defineProperty(exports, "executeHttpGet", { enumerable: true, get: function () { return services_1.executeHttpGet; } });
|
|
27
|
+
Object.defineProperty(exports, "executeHttpPut", { enumerable: true, get: function () { return services_1.executeHttpPut; } });
|
|
28
|
+
Object.defineProperty(exports, "executeHttpDelete", { enumerable: true, get: function () { return services_1.executeHttpDelete; } });
|
|
29
|
+
Object.defineProperty(exports, "executeHttpPost", { enumerable: true, get: function () { return services_1.executeHttpPost; } });
|
|
27
30
|
Object.defineProperty(exports, "scheduleFunction", { enumerable: true, get: function () { return services_1.scheduleFunction; } });
|
|
28
31
|
Object.defineProperty(exports, "unscheduleFunction", { enumerable: true, get: function () { return services_1.unscheduleFunction; } });
|
|
29
32
|
Object.defineProperty(exports, "unscheduleAllFunctions", { enumerable: true, get: function () { return services_1.unscheduleAllFunctions; } });
|
package/log/app.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
[2025-
|
|
2
|
-
[2025-
|
|
3
|
-
[2025-
|
|
4
|
-
[2025-
|
|
5
|
-
[2025-
|
|
6
|
-
[2025-
|
|
7
|
-
[2025-
|
|
8
|
-
[2025-
|
|
1
|
+
[2025-05-27T08:41:26.747] [INFO] default - --> bigid-proxy::callBigIdApi: [get] endpoint: https://bigid-ui:9090/api/v1/id_connections
|
|
2
|
+
[2025-05-27T08:41:26.761] [INFO] default - <-- bigid-proxy::callBigIdApi: https://bigid-ui:9090/api/v1/id_connections success
|
|
3
|
+
[2025-05-27T08:41:26.764] [INFO] default - --> bigid-proxy::callBigIdApi: [post] endpoint: https://bigid-ui:9090/api/v1/id_connections
|
|
4
|
+
[2025-05-27T08:41:26.768] [INFO] default - <-- bigid-proxy::callBigIdApi: https://bigid-ui:9090/api/v1/id_connections success
|
|
5
|
+
[2025-05-27T08:41:26.769] [INFO] default - --> bigid-proxy::callBigIdApi: [put] endpoint: https://bigid-ui:9090/api/v1/id_connections
|
|
6
|
+
[2025-05-27T08:41:26.773] [INFO] default - <-- bigid-proxy::callBigIdApi: https://bigid-ui:9090/api/v1/id_connections success
|
|
7
|
+
[2025-05-27T08:41:26.773] [INFO] default - --> bigid-proxy::callBigIdApi: [delete] endpoint: https://bigid-ui:9090/api/v1/id_connections
|
|
8
|
+
[2025-05-27T08:41:26.777] [INFO] default - <-- bigid-proxy::callBigIdApi: https://bigid-ui:9090/api/v1/id_connections success
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigid/apps-infrastructure-node-js",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.229.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@types/jsonwebtoken": "^9.0.7",
|
|
39
|
-
"axios": "1.
|
|
39
|
+
"axios": "1.8.2",
|
|
40
40
|
"express": "4.21.0",
|
|
41
41
|
"follow-redirects": "1.15.6",
|
|
42
42
|
"form-data": "^4.0.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"jsonwebtoken": "^9.0.2",
|
|
45
45
|
"log4js": "^6.4.0",
|
|
46
46
|
"minimatch": "3.0.5",
|
|
47
|
-
"mocha": "
|
|
47
|
+
"mocha": "^11.0.0",
|
|
48
48
|
"node-schedule": "2.1.1",
|
|
49
49
|
"ts-node": "10.9.1"
|
|
50
50
|
}
|