@corsa-labs/sdk 3.27.0 → 3.28.0
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/models/BankAccountDto.d.ts +8 -0
- package/dist/models/BankAccountDto.js.map +1 -1
- package/dist/models/CreateBankAccountDto.d.ts +8 -0
- package/dist/models/CreateBankAccountDto.js.map +1 -1
- package/dist/models/UpdateBankAccountDto.d.ts +8 -0
- package/dist/models/UpdateBankAccountDto.js.map +1 -1
- package/package.json +1 -1
|
@@ -45,6 +45,14 @@ export type BankAccountDto = {
|
|
|
45
45
|
* Currency of the bank account
|
|
46
46
|
*/
|
|
47
47
|
currency?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Balance in the currency of the bank account
|
|
50
|
+
*/
|
|
51
|
+
balanceInCurrency?: number;
|
|
52
|
+
/**
|
|
53
|
+
* Balance in the converted amount (i.e USD), using preferred currency of the platform
|
|
54
|
+
*/
|
|
55
|
+
balanceInConvertedAmount?: number;
|
|
48
56
|
/**
|
|
49
57
|
* Countries associated with the bank account
|
|
50
58
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BankAccountDto.js","sourceRoot":"","sources":["../../models/BankAccountDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"BankAccountDto.js","sourceRoot":"","sources":["../../models/BankAccountDto.ts"],"names":[],"mappings":";;;AAgFA,IAAiB,cAAc,CAS9B;AATD,WAAiB,cAAc;IAC3B;;OAEG;IACH,IAAY,MAIX;IAJD,WAAY,MAAM;QACd,2BAAiB,CAAA;QACjB,+BAAqB,CAAA;QACrB,2BAAiB,CAAA;IACrB,CAAC,EAJW,MAAM,GAAN,qBAAM,KAAN,qBAAM,QAIjB;AACL,CAAC,EATgB,cAAc,8BAAd,cAAc,QAS9B"}
|
|
@@ -33,6 +33,14 @@ export type CreateBankAccountDto = {
|
|
|
33
33
|
* Currency of the bank account (ISO 4217 currency code)
|
|
34
34
|
*/
|
|
35
35
|
currency?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Balance in the currency of the bank account
|
|
38
|
+
*/
|
|
39
|
+
balanceInCurrency?: number;
|
|
40
|
+
/**
|
|
41
|
+
* Balance in the converted amount (i.e USD), using preferred currency of the platform
|
|
42
|
+
*/
|
|
43
|
+
balanceInConvertedAmount?: number;
|
|
36
44
|
/**
|
|
37
45
|
* Country codes associated with the bank account (ISO 3166-1 alpha-3)
|
|
38
46
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateBankAccountDto.js","sourceRoot":"","sources":["../../models/CreateBankAccountDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"CreateBankAccountDto.js","sourceRoot":"","sources":["../../models/CreateBankAccountDto.ts"],"names":[],"mappings":";;;AAgEA,IAAiB,oBAAoB,CASpC;AATD,WAAiB,oBAAoB;IACjC;;OAEG;IACH,IAAY,MAIX;IAJD,WAAY,MAAM;QACd,2BAAiB,CAAA;QACjB,+BAAqB,CAAA;QACrB,2BAAiB,CAAA;IACrB,CAAC,EAJW,MAAM,GAAN,2BAAM,KAAN,2BAAM,QAIjB;AACL,CAAC,EATgB,oBAAoB,oCAApB,oBAAoB,QASpC"}
|
|
@@ -25,6 +25,14 @@ export type UpdateBankAccountDto = {
|
|
|
25
25
|
* Currency of the bank account (ISO 4217 currency code)
|
|
26
26
|
*/
|
|
27
27
|
currency?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Balance in the currency of the bank account
|
|
30
|
+
*/
|
|
31
|
+
balanceInCurrency?: number;
|
|
32
|
+
/**
|
|
33
|
+
* Balance in the converted amount (i.e USD), using preferred currency of the platform
|
|
34
|
+
*/
|
|
35
|
+
balanceInConvertedAmount?: number;
|
|
28
36
|
/**
|
|
29
37
|
* Country codes associated with the bank account (ISO 3166-1 alpha-3)
|
|
30
38
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateBankAccountDto.js","sourceRoot":"","sources":["../../models/UpdateBankAccountDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"UpdateBankAccountDto.js","sourceRoot":"","sources":["../../models/UpdateBankAccountDto.ts"],"names":[],"mappings":";;;AAwDA,IAAiB,oBAAoB,CASpC;AATD,WAAiB,oBAAoB;IACjC;;OAEG;IACH,IAAY,MAIX;IAJD,WAAY,MAAM;QACd,2BAAiB,CAAA;QACjB,+BAAqB,CAAA;QACrB,2BAAiB,CAAA;IACrB,CAAC,EAJW,MAAM,GAAN,2BAAM,KAAN,2BAAM,QAIjB;AACL,CAAC,EATgB,oBAAoB,oCAApB,oBAAoB,QASpC"}
|