@pax2pay/model-banking 0.1.321 → 0.1.322

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.
@@ -37,6 +37,7 @@ export namespace Permissions {
37
37
  settlements?: { create?: true; view?: true; amend?: true } | true
38
38
  treasury?: { rebalance?: true; view?: true } | true
39
39
  operations?: { view?: true } | true
40
+ logs?: { view?: true } | true
40
41
  }
41
42
  export interface Organization extends userwidgets.User.Permissions {
42
43
  accounts?:
@@ -68,6 +68,9 @@ export declare namespace Permissions {
68
68
  operations?: {
69
69
  view?: true;
70
70
  } | true;
71
+ logs?: {
72
+ view?: true;
73
+ } | true;
71
74
  }
72
75
  interface Organization extends userwidgets.User.Permissions {
73
76
  accounts?: {
@@ -1 +1 @@
1
- {"version":3,"file":"Permissions.js","sourceRoot":"../","sources":["Key/Permissions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAGhD,MAAM,KAAW,WAAW,CA2C3B;AA3CD,WAAiB,WAAW;IAC3B,SAAgB,SAAS,CAAC,WAAwB;QACjD,OAAO,WAAW,CAAC,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,WAAW,CAAC,CAAA;IAC3D,CAAC;IAFe,qBAAS,YAExB,CAAA;AAwCF,CAAC,EA3CgB,WAAW,KAAX,WAAW,QA2C3B"}
1
+ {"version":3,"file":"Permissions.js","sourceRoot":"../","sources":["Key/Permissions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAGhD,MAAM,KAAW,WAAW,CA4C3B;AA5CD,WAAiB,WAAW;IAC3B,SAAgB,SAAS,CAAC,WAAwB;QACjD,OAAO,WAAW,CAAC,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,WAAW,CAAC,CAAA;IAC3D,CAAC;IAFe,qBAAS,YAExB,CAAA;AAyCF,CAAC,EA5CgB,WAAW,KAAX,WAAW,QA4C3B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/model-banking",
3
- "version": "0.1.321",
3
+ "version": "0.1.322",
4
4
  "description": "Library containing data model types and functions for the Pax2Pay Banking API.",
5
5
  "author": "Pax2Pay Ltd",
6
6
  "license": "MIT",