@pax2pay/model-banking 0.1.342 → 0.1.343

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/Audit.ts CHANGED
@@ -2,6 +2,6 @@ import { storage } from "cloudly-storage"
2
2
 
3
3
  export type Audit = storage.AuditLogger.Entry<Audit.Type>
4
4
  export namespace Audit {
5
- export type Type = { rule: "change" | "add" }
5
+ export type Type = { rule: "change" | "add"; user: "login" | "change" }
6
6
  export type Resource = Extract<keyof Type, string>
7
7
  }
package/dist/Audit.d.ts CHANGED
@@ -3,6 +3,7 @@ export type Audit = storage.AuditLogger.Entry<Audit.Type>;
3
3
  export declare namespace Audit {
4
4
  type Type = {
5
5
  rule: "change" | "add";
6
+ user: "login" | "change";
6
7
  };
7
8
  type Resource = Extract<keyof Type, string>;
8
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/model-banking",
3
- "version": "0.1.342",
3
+ "version": "0.1.343",
4
4
  "description": "Library containing data model types and functions for the Pax2Pay Banking API.",
5
5
  "author": "Pax2Pay Ltd",
6
6
  "license": "MIT",