@pax2pay/model-banking 0.1.105 → 0.1.106

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,9 +1,9 @@
1
1
  import type { Authorization as ModelAuthorization } from "../../Authorization"
2
2
 
3
- export type Authorization = ModelAuthorization
3
+ export type Authorization = ModelAuthorization.Creatable
4
4
 
5
5
  export namespace Authorization {
6
- export function from(authorization: ModelAuthorization): Authorization {
6
+ export function from(authorization: ModelAuthorization.Creatable): Authorization {
7
7
  return authorization
8
8
  }
9
9
  }
@@ -1,5 +1,5 @@
1
1
  import type { Authorization as ModelAuthorization } from "../../Authorization";
2
- export type Authorization = ModelAuthorization;
2
+ export type Authorization = ModelAuthorization.Creatable;
3
3
  export declare namespace Authorization {
4
- function from(authorization: ModelAuthorization): Authorization;
4
+ function from(authorization: ModelAuthorization.Creatable): Authorization;
5
5
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Authorization.js","sourceRoot":"../","sources":["Rule/State/Authorization.ts"],"names":[],"mappings":"AAIA,MAAM,KAAW,aAAa,CAI7B;AAJD,WAAiB,aAAa;IAC7B,SAAgB,IAAI,CAAC,aAAiC;QACrD,OAAO,aAAa,CAAA;IACrB,CAAC;IAFe,kBAAI,OAEnB,CAAA;AACF,CAAC,EAJgB,aAAa,KAAb,aAAa,QAI7B"}
1
+ {"version":3,"file":"Authorization.js","sourceRoot":"../","sources":["Rule/State/Authorization.ts"],"names":[],"mappings":"AAIA,MAAM,KAAW,aAAa,CAI7B;AAJD,WAAiB,aAAa;IAC7B,SAAgB,IAAI,CAAC,aAA2C;QAC/D,OAAO,aAAa,CAAA;IACrB,CAAC;IAFe,kBAAI,OAEnB,CAAA;AACF,CAAC,EAJgB,aAAa,KAAb,aAAa,QAI7B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/model-banking",
3
- "version": "0.1.105",
3
+ "version": "0.1.106",
4
4
  "description": "Library containing data model types and functions for the Pax2Pay Banking API.",
5
5
  "author": "Pax2Pay Ltd",
6
6
  "license": "MIT",