@contractspec/module.audit-trail 0.0.0-canary-20260119224015 → 0.0.0-canary-20260119224949
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,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/audit-trail.feature.d.ts
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@ import * as _contractspec_lib_contracts5 from "@contractspec/lib.contracts";
|
|
|
6
6
|
* Audit Trail feature module that bundles audit log querying,
|
|
7
7
|
* export, and statistics capabilities.
|
|
8
8
|
*/
|
|
9
|
-
declare const AuditTrailFeature:
|
|
9
|
+
declare const AuditTrailFeature: _contractspec_lib_contracts0.FeatureModuleSpec;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { AuditTrailFeature };
|
|
12
12
|
//# sourceMappingURL=audit-trail.feature.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts1 from "@contractspec/lib.contracts";
|
|
2
2
|
import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
|
|
3
3
|
|
|
4
4
|
//#region src/contracts/index.d.ts
|
|
@@ -251,7 +251,7 @@ declare const AuditStatsOutputModel: _contractspec_lib_schema0.SchemaModel<{
|
|
|
251
251
|
/**
|
|
252
252
|
* Query audit logs.
|
|
253
253
|
*/
|
|
254
|
-
declare const QueryAuditLogsContract:
|
|
254
|
+
declare const QueryAuditLogsContract: _contractspec_lib_contracts1.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
255
255
|
eventName: {
|
|
256
256
|
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
257
257
|
isOptional: true;
|
|
@@ -369,7 +369,7 @@ declare const QueryAuditLogsContract: _contractspec_lib_contracts0.OperationSpec
|
|
|
369
369
|
/**
|
|
370
370
|
* Get audit log by ID.
|
|
371
371
|
*/
|
|
372
|
-
declare const GetAuditLogContract:
|
|
372
|
+
declare const GetAuditLogContract: _contractspec_lib_contracts1.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
373
373
|
logId: {
|
|
374
374
|
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
375
375
|
isOptional: false;
|
|
@@ -435,7 +435,7 @@ declare const GetAuditLogContract: _contractspec_lib_contracts0.OperationSpec<_c
|
|
|
435
435
|
/**
|
|
436
436
|
* Get audit logs by trace ID.
|
|
437
437
|
*/
|
|
438
|
-
declare const GetAuditTraceContract:
|
|
438
|
+
declare const GetAuditTraceContract: _contractspec_lib_contracts1.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
439
439
|
traceId: {
|
|
440
440
|
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
441
441
|
isOptional: false;
|
|
@@ -507,7 +507,7 @@ declare const GetAuditTraceContract: _contractspec_lib_contracts0.OperationSpec<
|
|
|
507
507
|
/**
|
|
508
508
|
* Export audit logs.
|
|
509
509
|
*/
|
|
510
|
-
declare const ExportAuditLogsContract:
|
|
510
|
+
declare const ExportAuditLogsContract: _contractspec_lib_contracts1.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
511
511
|
orgId: {
|
|
512
512
|
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
513
513
|
isOptional: false;
|
|
@@ -547,7 +547,7 @@ declare const ExportAuditLogsContract: _contractspec_lib_contracts0.OperationSpe
|
|
|
547
547
|
/**
|
|
548
548
|
* Get audit statistics.
|
|
549
549
|
*/
|
|
550
|
-
declare const GetAuditStatsContract:
|
|
550
|
+
declare const GetAuditStatsContract: _contractspec_lib_contracts1.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
551
551
|
orgId: {
|
|
552
552
|
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
553
553
|
isOptional: true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/module.audit-trail",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20260119224949",
|
|
4
4
|
"description": "Audit trail module for tracking and querying system events",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@contractspec/lib.schema": "1.48.0",
|
|
29
|
-
"@contractspec/lib.contracts": "0.0.0-canary-
|
|
30
|
-
"@contractspec/lib.bus": "0.0.0-canary-
|
|
29
|
+
"@contractspec/lib.contracts": "0.0.0-canary-20260119224949",
|
|
30
|
+
"@contractspec/lib.bus": "0.0.0-canary-20260119224949",
|
|
31
31
|
"zod": "^4.3.5"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|