@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.
- package/dist/model/FundingAccountTransferDestinationResponse.d.ts +1 -1
- package/dist/model/FundingAccountTransferDestinationResponse.js +2 -4
- package/dist/model/FundingAccountTransferDestinationResponse.js.map +1 -1
- package/model/FundingAccountTransferDestinationResponse.ts +4 -6
- package/package.json +1 -1
|
@@ -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,
|
|
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,
|
|
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
|
-
.
|
|
14
|
-
|
|
15
|
-
|
|
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
|
}
|