fusio-sdk 5.1.13 → 5.1.14
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.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1402,10 +1402,12 @@ declare class BackendIdentityTag extends TagAbstract {
|
|
|
1402
1402
|
*/
|
|
1403
1403
|
interface BackendLogError {
|
|
1404
1404
|
id?: number;
|
|
1405
|
-
|
|
1405
|
+
logId?: number;
|
|
1406
|
+
message?: string;
|
|
1406
1407
|
trace?: string;
|
|
1407
1408
|
file?: string;
|
|
1408
1409
|
line?: number;
|
|
1410
|
+
insertDate?: string;
|
|
1409
1411
|
}
|
|
1410
1412
|
|
|
1411
1413
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1402,10 +1402,12 @@ declare class BackendIdentityTag extends TagAbstract {
|
|
|
1402
1402
|
*/
|
|
1403
1403
|
interface BackendLogError {
|
|
1404
1404
|
id?: number;
|
|
1405
|
-
|
|
1405
|
+
logId?: number;
|
|
1406
|
+
message?: string;
|
|
1406
1407
|
trace?: string;
|
|
1407
1408
|
file?: string;
|
|
1408
1409
|
line?: number;
|
|
1410
|
+
insertDate?: string;
|
|
1409
1411
|
}
|
|
1410
1412
|
|
|
1411
1413
|
/**
|