@pax2pay/model-banking 0.1.441 → 0.1.442

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.
@@ -5,7 +5,7 @@ import { Base } from "./Base"
5
5
 
6
6
  export interface Transaction extends Base<modelTransaction> {
7
7
  entity: { type: "transaction"; id: string }
8
- action: "created" | "finalized" | "cancelled" | "failed"
8
+ action: "created" | "finalized" | "cancelled" | "failed" | "updated"
9
9
  isError?: true
10
10
  }
11
11
  export namespace Transaction {
@@ -6,7 +6,7 @@ export interface Transaction extends Base<modelTransaction> {
6
6
  type: "transaction";
7
7
  id: string;
8
8
  };
9
- action: "created" | "finalized" | "cancelled" | "failed";
9
+ action: "created" | "finalized" | "cancelled" | "failed" | "updated";
10
10
  isError?: true;
11
11
  }
12
12
  export declare namespace Transaction {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/model-banking",
3
- "version": "0.1.441",
3
+ "version": "0.1.442",
4
4
  "description": "Library containing data model types and functions for the Pax2Pay Banking API.",
5
5
  "author": "Pax2Pay Ltd",
6
6
  "license": "MIT",