@pax2pay/client 0.9.1 → 0.9.2

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.
@@ -6,6 +6,6 @@ export interface FundingAccountTransferDestinationResponse extends FundingAccoun
6
6
  currency: Currency;
7
7
  }
8
8
  export declare namespace FundingAccountTransferDestinationResponse {
9
- const type: import("isly/dist/cjs/object").IslyObject<FundingAccountTransferDestinationResponse, FundingAccountTransferDestinationResponse>;
9
+ const type: import("isly/dist/cjs/object").IslyObject<FundingAccountTransferDestinationResponse, FundingAccountSummaryResponse>;
10
10
  const is: (value: FundingAccountTransferDestinationResponse | any) => value is FundingAccountTransferDestinationResponse;
11
11
  }
@@ -4,12 +4,10 @@ import { FundingAccountSummaryResponse } from "./FundingAccountSummaryResponse";
4
4
  import { TransferDestinationAddressType } from "./TransferDestinationAddressType";
5
5
  export var FundingAccountTransferDestinationResponse;
6
6
  (function (FundingAccountTransferDestinationResponse) {
7
- FundingAccountTransferDestinationResponse.type = FundingAccountSummaryResponse.type
8
- .extend({
7
+ FundingAccountTransferDestinationResponse.type = FundingAccountSummaryResponse.type.extend({
9
8
  type: TransferDestinationAddressType.type,
10
9
  currency: isly.fromIs("Currency", Currency.is),
11
- })
12
- .extend(FundingAccountSummaryResponse.type);
10
+ });
13
11
  FundingAccountTransferDestinationResponse.is = FundingAccountTransferDestinationResponse.type.is;
14
12
  })(FundingAccountTransferDestinationResponse || (FundingAccountTransferDestinationResponse = {}));
15
13
  //# sourceMappingURL=FundingAccountTransferDestinationResponse.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FundingAccountTransferDestinationResponse.js","sourceRoot":"../","sources":["model/FundingAccountTransferDestinationResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAA;AAC/E,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA;AAOjF,MAAM,KAAW,yCAAyC,CAQzD;AARD,WAAiB,yCAAyC;IAC5C,8CAAI,GAAG,6BAA6B,CAAC,IAAI;SACpD,MAAM,CAA4C;QAClD,IAAI,EAAE,8BAA8B,CAAC,IAAI;QACzC,QAAQ,EAAE,IAAI,CAAC,MAAM,CAAC,UAAU,EAAE,QAAQ,CAAC,EAAE,CAAC;KAC9C,CAAC;SACD,MAAM,CAAC,6BAA6B,CAAC,IAAI,CAAC,CAAA;IAC/B,4CAAE,GAAG,0CAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EARgB,yCAAyC,KAAzC,yCAAyC,QAQzD"}
1
+ {"version":3,"file":"FundingAccountTransferDestinationResponse.js","sourceRoot":"../","sources":["model/FundingAccountTransferDestinationResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAA;AAC/E,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA;AAOjF,MAAM,KAAW,yCAAyC,CAMzD;AAND,WAAiB,yCAAyC;IAC5C,8CAAI,GAAG,6BAA6B,CAAC,IAAI,CAAC,MAAM,CAA4C;QACxG,IAAI,EAAE,8BAA8B,CAAC,IAAI;QACzC,QAAQ,EAAE,IAAI,CAAC,MAAM,CAAC,UAAU,EAAE,QAAQ,CAAC,EAAE,CAAC;KAC9C,CAAC,CAAA;IACW,4CAAE,GAAG,0CAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EANgB,yCAAyC,KAAzC,yCAAyC,QAMzD"}
@@ -9,11 +9,9 @@ export interface FundingAccountTransferDestinationResponse extends FundingAccoun
9
9
  }
10
10
 
11
11
  export namespace FundingAccountTransferDestinationResponse {
12
- export const type = FundingAccountSummaryResponse.type
13
- .extend<FundingAccountTransferDestinationResponse>({
14
- type: TransferDestinationAddressType.type,
15
- currency: isly.fromIs("Currency", Currency.is),
16
- })
17
- .extend(FundingAccountSummaryResponse.type)
12
+ export const type = FundingAccountSummaryResponse.type.extend<FundingAccountTransferDestinationResponse>({
13
+ type: TransferDestinationAddressType.type,
14
+ currency: isly.fromIs("Currency", Currency.is),
15
+ })
18
16
  export const is = type.is
19
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",