react-native-unit-components 2.0.0 → 2.0.1
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/lib/commonjs/types/shared/checkDeposit.types.js.map +1 -1
- package/lib/commonjs/unitComponentsSdkManager/UnitComponentsSdkManager.js +1 -1
- package/lib/module/types/shared/checkDeposit.types.js.map +1 -1
- package/lib/module/unitComponentsSdkManager/UnitComponentsSdkManager.js +1 -1
- package/lib/typescript/src/types/shared/account.types.d.ts +3 -3
- package/lib/typescript/src/types/shared/account.types.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/authorization.types.d.ts +1 -1
- package/lib/typescript/src/types/shared/authorization.types.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/checkDeposit.types.d.ts +8 -5
- package/lib/typescript/src/types/shared/checkDeposit.types.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/counterparty.types.d.ts +2 -2
- package/lib/typescript/src/types/shared/payment/bookPayment.types.d.ts +2 -2
- package/lib/typescript/src/types/shared/payment/payments.types.d.ts +3 -3
- package/lib/typescript/src/types/shared/payment/wirePayment.types.d.ts +1 -1
- package/lib/typescript/src/types/shared/transaction/UNAccountLowBalanceClosureTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNAdjustmentTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNAtmTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNBankRepaymentTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNBillPayTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNBookTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNCardReversalTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNCardTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNCashDepositTransaction.d.ts +3 -3
- package/lib/typescript/src/types/shared/transaction/UNChargebackTransaction.d.ts +6 -6
- package/lib/typescript/src/types/shared/transaction/UNCheckDepositTransaction.d.ts +2 -2
- package/lib/typescript/src/types/shared/transaction/UNCustomerRepaymentReturnedTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNCustomerRepaymentTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNDishonoredAchTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNDisputeSettlementTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNDisputeTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNFeeReversalTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNFeeTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNInterchangeShareTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNInterestShareTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNInterestTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNNegativeBalanceCoverageTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNNegativeBalanceCoverageTransaction.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/transaction/UNOriginatedAchTransaction.d.ts +3 -3
- package/lib/typescript/src/types/shared/transaction/UNPaymentAdvanceTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNPaymentCanceledTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNPurchaseTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNReceivedAchTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNReleaseTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNRepaidPaymentAdvanceTransaction.d.ts +6 -6
- package/lib/typescript/src/types/shared/transaction/UNReturnedAchTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNReturnedCheckDepositTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNReturnedReceivedAchTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNRewardTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNSettlementTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNSponsoredInterestTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNWireTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/transactions.types.d.ts +1 -1
- package/package.json +1 -1
- package/src/types/shared/account.types.ts +3 -3
- package/src/types/shared/authorization.types.ts +1 -1
- package/src/types/shared/checkDeposit.types.ts +8 -5
- package/src/types/shared/counterparty.types.ts +2 -2
- package/src/types/shared/payment/bookPayment.types.ts +2 -2
- package/src/types/shared/payment/payments.types.ts +3 -3
- package/src/types/shared/payment/wirePayment.types.ts +1 -1
- package/src/types/shared/transaction/UNAccountLowBalanceClosureTransaction.ts +4 -4
- package/src/types/shared/transaction/UNAdjustmentTransaction.ts +4 -4
- package/src/types/shared/transaction/UNAtmTransaction.ts +4 -4
- package/src/types/shared/transaction/UNBankRepaymentTransaction.ts +5 -5
- package/src/types/shared/transaction/UNBillPayTransaction.ts +4 -4
- package/src/types/shared/transaction/UNBookTransaction.ts +4 -4
- package/src/types/shared/transaction/UNCardReversalTransaction.ts +5 -5
- package/src/types/shared/transaction/UNCardTransaction.ts +4 -4
- package/src/types/shared/transaction/UNCashDepositTransaction.ts +3 -3
- package/src/types/shared/transaction/UNChargebackTransaction.ts +6 -6
- package/src/types/shared/transaction/UNCheckDepositTransaction.ts +2 -2
- package/src/types/shared/transaction/UNCustomerRepaymentReturnedTransaction.ts +5 -5
- package/src/types/shared/transaction/UNCustomerRepaymentTransaction.ts +5 -5
- package/src/types/shared/transaction/UNDishonoredAchTransaction.ts +4 -4
- package/src/types/shared/transaction/UNDisputeSettlementTransaction.ts +4 -4
- package/src/types/shared/transaction/UNDisputeTransaction.ts +4 -4
- package/src/types/shared/transaction/UNFeeReversalTransaction.ts +5 -5
- package/src/types/shared/transaction/UNFeeTransaction.ts +5 -5
- package/src/types/shared/transaction/UNInterchangeShareTransaction.ts +4 -4
- package/src/types/shared/transaction/UNInterestShareTransaction.ts +4 -4
- package/src/types/shared/transaction/UNInterestTransaction.ts +4 -4
- package/src/types/shared/transaction/UNNegativeBalanceCoverageTransaction.ts +5 -5
- package/src/types/shared/transaction/UNOriginatedAchTransaction.ts +3 -3
- package/src/types/shared/transaction/UNPaymentAdvanceTransaction.ts +5 -5
- package/src/types/shared/transaction/UNPaymentCanceledTransaction.ts +4 -4
- package/src/types/shared/transaction/UNPurchaseTransaction.ts +4 -4
- package/src/types/shared/transaction/UNReceivedAchTransaction.ts +5 -5
- package/src/types/shared/transaction/UNReleaseTransaction.ts +4 -4
- package/src/types/shared/transaction/UNRepaidPaymentAdvanceTransaction.ts +6 -6
- package/src/types/shared/transaction/UNReturnedAchTransaction.ts +4 -4
- package/src/types/shared/transaction/UNReturnedCheckDepositTransaction.ts +4 -4
- package/src/types/shared/transaction/UNReturnedReceivedAchTransaction.ts +5 -5
- package/src/types/shared/transaction/UNRewardTransaction.ts +5 -5
- package/src/types/shared/transaction/UNSettlementTransaction.ts +4 -4
- package/src/types/shared/transaction/UNSponsoredInterestTransaction.ts +4 -4
- package/src/types/shared/transaction/UNWireTransaction.ts +4 -4
- package/src/types/shared/transaction/transactions.types.ts +1 -1
- package/src/unitComponentsSdkManager/UnitComponentsSdkManager.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["UNCheckDepositStatus","exports","UNCheckDepositVendors"],"sourceRoot":"../../../../src","sources":["types/shared/checkDeposit.types.ts"],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"names":["UNCheckDepositStatus","exports","UNCheckDepositVendors"],"sourceRoot":"../../../../src","sources":["types/shared/checkDeposit.types.ts"],"mappings":";;;;;;IA4DYA,oBAAoB,GAAAC,OAAA,CAAAD,oBAAA,0BAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAAA,OAApBA,oBAAoB;AAAA;AAAA,IA4BpBE,qBAAqB,GAAAD,OAAA,CAAAC,qBAAA,0BAArBA,qBAAqB;EAArBA,qBAAqB;EAArBA,qBAAqB;EAAA,OAArBA,qBAAqB;AAAA","ignoreList":[]}
|
|
@@ -20,7 +20,7 @@ var _UNSnapshotProtectionHelper = _interopRequireDefault(require("../nativeModul
|
|
|
20
20
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
21
21
|
class UnitComponentsSDK {
|
|
22
22
|
static securitySettings = _UnitComponentsSdk2.UNComponentsSDKConstants.securitySettings;
|
|
23
|
-
static sdkVersion = '2.0.
|
|
23
|
+
static sdkVersion = '2.0.1';
|
|
24
24
|
static init = async (env, theme, language, fonts, webVersioningStrategy = _UnitComponentsSdk2.UNComponentsSDKConstants.webSDKRecommendedStrategy, securitySettings = _UnitComponentsSdk2.UNComponentsSDKConstants.securitySettings) => {
|
|
25
25
|
try {
|
|
26
26
|
this.webVersioningStrategy = webVersioningStrategy;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["UNCheckDepositStatus","UNCheckDepositVendors"],"sourceRoot":"../../../../src","sources":["types/shared/checkDeposit.types.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["UNCheckDepositStatus","UNCheckDepositVendors"],"sourceRoot":"../../../../src","sources":["types/shared/checkDeposit.types.ts"],"mappings":"AA4DA,WAAYA,oBAAoB,0BAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAApBA,oBAAoB;EAAA,OAApBA,oBAAoB;AAAA;AA4BhC,WAAYC,qBAAqB,0BAArBA,qBAAqB;EAArBA,qBAAqB;EAArBA,qBAAqB;EAAA,OAArBA,qBAAqB;AAAA","ignoreList":[]}
|
|
@@ -13,7 +13,7 @@ import { UNComponentsSnapshotProtectionStrategy } from '../types/shared/security
|
|
|
13
13
|
import UNSnapshotProtectionHelper from '../nativeModulesHelpers/UNSanpshotProtectionHelper/UNSnapshotProtectionHelper';
|
|
14
14
|
export class UnitComponentsSDK {
|
|
15
15
|
static securitySettings = UNComponentsSDKConstants.securitySettings;
|
|
16
|
-
static sdkVersion = '2.0.
|
|
16
|
+
static sdkVersion = '2.0.1';
|
|
17
17
|
static init = async (env, theme, language, fonts, webVersioningStrategy = UNComponentsSDKConstants.webSDKRecommendedStrategy, securitySettings = UNComponentsSDKConstants.securitySettings) => {
|
|
18
18
|
try {
|
|
19
19
|
this.webVersioningStrategy = webVersioningStrategy;
|
|
@@ -18,7 +18,7 @@ export type UNDepositAccount = {
|
|
|
18
18
|
};
|
|
19
19
|
balance: number;
|
|
20
20
|
hold: number;
|
|
21
|
-
reserve
|
|
21
|
+
reserve?: number;
|
|
22
22
|
available: number;
|
|
23
23
|
overdraftLimit?: number;
|
|
24
24
|
currency: string;
|
|
@@ -70,7 +70,7 @@ export type UNBatchAccount = {
|
|
|
70
70
|
maskedAccountNumber?: string;
|
|
71
71
|
balance: number;
|
|
72
72
|
hold: number;
|
|
73
|
-
reserve
|
|
73
|
+
reserve?: number;
|
|
74
74
|
available: number;
|
|
75
75
|
currency: string;
|
|
76
76
|
status: UNAccountStatus;
|
|
@@ -101,7 +101,7 @@ export type UNCreditAccount = {
|
|
|
101
101
|
creditTerms: string;
|
|
102
102
|
balance: number;
|
|
103
103
|
hold: number;
|
|
104
|
-
reserve
|
|
104
|
+
reserve?: number;
|
|
105
105
|
available: number;
|
|
106
106
|
creditLimit: number;
|
|
107
107
|
currency: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/account.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEtD,MAAM,MAAM,SAAS,GAAG,gBAAgB,GAAG,cAAc,GAAG,eAAe,CAAA;AAE3E,MAAM,MAAM,gBAAgB,GAAG;IAC7B,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,aAAa,CAAC,cAAc,CAAA;IAClC,UAAU,EAAE;QACV,SAAS,EAAE,IAAI,CAAA;QACf,SAAS,CAAC,EAAE,IAAI,CAAA;QAChB,IAAI,EAAE,MAAM,CAAA;QACZ,cAAc,EAAE,MAAM,CAAA;QACtB,aAAa,EAAE,MAAM,CAAA;QACrB,aAAa,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;QAClC,mBAAmB,CAAC,EAAE,MAAM,CAAA;QAC5B,sBAAsB,CAAC,EAAE;YACvB,aAAa,EAAE,MAAM,CAAA;YACrB,aAAa,EAAE,MAAM,CAAA;SACtB,CAAA;QACD,OAAO,EAAE,MAAM,CAAA;QACf,IAAI,EAAE,MAAM,CAAA;QACZ,OAAO,EAAE,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"account.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/account.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authorization.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/authorization.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAElF,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,yBAAyB,CAAA;IACrC,aAAa,EAAE,4BAA4B,CAAA;CAC5C,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG;IACtC,WAAW,EAAE,MAAM,CAAA;IACnB,SAAS,EAAE,IAAI,CAAA;IACf,MAAM,EAAE,OAAO,CAAA;IACf,eAAe,EAAE,MAAM,CAAA;IACvB,QAAQ,EAAE,UAAU,CAAA;IACpB,SAAS,EAAE,OAAO,CAAA;IAClB,OAAO,EAAE,MAAM,CAAA;IACf,gBAAgB,CAAC,EAAE,kBAAkB,CAAA;IACrC,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,MAAM,MAAM,4BAA4B,GAAG;IACzC,OAAO,EAAE;QACP,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM,CAAA;YACZ,EAAE,EAAE,MAAM,CAAA;SACX,CAAA;KACF,CAAA;IACD,QAAQ,CAAC,EAAE;QACT,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM,CAAA;YACZ,EAAE,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"authorization.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/authorization.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAElF,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,yBAAyB,CAAA;IACrC,aAAa,EAAE,4BAA4B,CAAA;CAC5C,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG;IACtC,WAAW,EAAE,MAAM,CAAA;IACnB,SAAS,EAAE,IAAI,CAAA;IACf,MAAM,EAAE,OAAO,CAAA;IACf,eAAe,EAAE,MAAM,CAAA;IACvB,QAAQ,EAAE,UAAU,CAAA;IACpB,SAAS,EAAE,OAAO,CAAA;IAClB,OAAO,EAAE,MAAM,CAAA;IACf,gBAAgB,CAAC,EAAE,kBAAkB,CAAA;IACrC,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,MAAM,MAAM,4BAA4B,GAAG;IACzC,OAAO,EAAE;QACP,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM,CAAA;YACZ,EAAE,EAAE,MAAM,CAAA;SACX,CAAA;KACF,CAAA;IACD,QAAQ,CAAC,EAAE;QACT,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM,CAAA;YACZ,EAAE,EAAE,MAAM,CAAA;SACX,CAAA;KACF,CAAA;CACF,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UNActivityType } from '../shared';
|
|
2
|
-
import { UNCents
|
|
2
|
+
import { UNCents } from './payment/payments.types';
|
|
3
3
|
export type UNCheckDeposit = {
|
|
4
4
|
id: string;
|
|
5
5
|
type: UNActivityType;
|
|
@@ -12,20 +12,23 @@ export type UNCheckDeposit = {
|
|
|
12
12
|
amount: UNCents;
|
|
13
13
|
vendor?: UNCheckDepositVendors;
|
|
14
14
|
checkNumber?: string;
|
|
15
|
-
counterparty
|
|
15
|
+
counterparty?: UNCheckCounterparty;
|
|
16
16
|
frontImage?: string;
|
|
17
17
|
backImage?: string;
|
|
18
18
|
settlementDate?: Date;
|
|
19
19
|
statusCreatedAt?: Date;
|
|
20
20
|
statusSetBy?: string;
|
|
21
|
-
statusHistory
|
|
21
|
+
statusHistory?: UNStatusEvent[];
|
|
22
22
|
tags?: {
|
|
23
23
|
[key: string]: string;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
26
|
relationships: {
|
|
27
27
|
account: {
|
|
28
|
-
data:
|
|
28
|
+
data: {
|
|
29
|
+
type: string;
|
|
30
|
+
id: string;
|
|
31
|
+
};
|
|
29
32
|
};
|
|
30
33
|
customer?: {
|
|
31
34
|
data: {
|
|
@@ -49,7 +52,7 @@ export type UNCheckDeposit = {
|
|
|
49
52
|
};
|
|
50
53
|
transaction?: {
|
|
51
54
|
data: {
|
|
52
|
-
type: UNActivityType;
|
|
55
|
+
type: UNActivityType.Transaction;
|
|
53
56
|
id: string;
|
|
54
57
|
};
|
|
55
58
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkDeposit.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/checkDeposit.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"checkDeposit.types.d.ts","sourceRoot":"","sources":["../../../../../src/types/shared/checkDeposit.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAEnD,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,cAAc,CAAA;IACpB,UAAU,EAAE;QACV,SAAS,EAAE,IAAI,CAAA;QACf,MAAM,EAAE,MAAM,OAAO,oBAAoB,CAAA;QACzC,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,UAAU,CAAC,EAAE,MAAM,CAAA;QACnB,WAAW,EAAE,MAAM,CAAA;QACnB,MAAM,EAAE,OAAO,CAAA;QACf,MAAM,CAAC,EAAE,qBAAqB,CAAA;QAC9B,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,YAAY,CAAC,EAAE,mBAAmB,CAAA;QAClC,UAAU,CAAC,EAAE,MAAM,CAAA;QACnB,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB,cAAc,CAAC,EAAE,IAAI,CAAA;QACrB,eAAe,CAAC,EAAE,IAAI,CAAA;QACtB,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,aAAa,CAAC,EAAE,aAAa,EAAE,CAAA;QAC/B,IAAI,CAAC,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;SAAE,CAAA;KACjC,CAAA;IACD,aAAa,EAAE;QACb,OAAO,EAAE;YACP,IAAI,EAAE;gBACJ,IAAI,EAAE,MAAM,CAAA;gBACZ,EAAE,EAAE,MAAM,CAAA;aACX,CAAA;SACF,CAAA;QACD,QAAQ,CAAC,EAAE;YACT,IAAI,EAAE;gBACJ,IAAI,EAAE,MAAM,CAAA;gBACZ,EAAE,EAAE,MAAM,CAAA;aACX,CAAA;SACF,CAAA;QACD,SAAS,CAAC,EAAE;YACV,IAAI,EAAE;gBACJ;oBACE,IAAI,EAAE,UAAU,CAAA;oBAChB,EAAE,EAAE,MAAM,CAAA;iBACX;aACF,CAAA;SACF,CAAA;QACD,GAAG,CAAC,EAAE;YACJ,IAAI,EAAE;gBACJ,IAAI,EAAE,KAAK,CAAA;gBACX,EAAE,EAAE,MAAM,CAAA;aACX,CAAA;SACF,CAAA;QACD,WAAW,CAAC,EAAE;YACZ,IAAI,EAAE;gBACJ,IAAI,EAAE,cAAc,CAAC,WAAW,CAAA;gBAChC,EAAE,EAAE,MAAM,CAAA;aACX,CAAA;SACF,CAAA;KACF,CAAA;CACF,CAAA;AAED,oBAAY,oBAAoB;IAC9B,cAAc,mBAAmB;IACjC,kBAAkB,uBAAuB;IACzC,iBAAiB,sBAAsB;IACvC,aAAa,kBAAkB;IAC/B,4BAA4B,iCAAiC;IAC7D,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,QAAQ,aAAa;CACtB;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAA;IACZ,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,EAAE,MAAM,CAAA;CACtB,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,MAAM,EAAE;QACN,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KACnB,CAAA;IACD,SAAS,EAAE,IAAI,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,oBAAY,qBAAqB;IAC/B,OAAO,YAAY;IACnB,QAAQ,aAAa;CACtB"}
|
|
@@ -17,7 +17,7 @@ export type UNCounterparty = {
|
|
|
17
17
|
customer: {
|
|
18
18
|
data: {
|
|
19
19
|
type: 'customer';
|
|
20
|
-
id:
|
|
20
|
+
id: string;
|
|
21
21
|
};
|
|
22
22
|
};
|
|
23
23
|
};
|
|
@@ -46,7 +46,7 @@ export type UNConnectedAccount = {
|
|
|
46
46
|
customer: {
|
|
47
47
|
data: {
|
|
48
48
|
type: 'customer';
|
|
49
|
-
id:
|
|
49
|
+
id: string;
|
|
50
50
|
};
|
|
51
51
|
};
|
|
52
52
|
};
|
|
@@ -30,13 +30,13 @@ export type UNBookPayment = {
|
|
|
30
30
|
counterpartyAccount: {
|
|
31
31
|
data: {
|
|
32
32
|
type: string;
|
|
33
|
-
id:
|
|
33
|
+
id: string;
|
|
34
34
|
};
|
|
35
35
|
};
|
|
36
36
|
counterpartyCustomer: {
|
|
37
37
|
data: {
|
|
38
38
|
type: string;
|
|
39
|
-
id:
|
|
39
|
+
id: string;
|
|
40
40
|
};
|
|
41
41
|
};
|
|
42
42
|
recurringPayment?: {
|
|
@@ -38,15 +38,15 @@ export declare enum UNCardNetwork {
|
|
|
38
38
|
export type UNCents = number;
|
|
39
39
|
export type UNRelationshipsTransaction = {
|
|
40
40
|
type: string;
|
|
41
|
-
id:
|
|
41
|
+
id: string;
|
|
42
42
|
};
|
|
43
43
|
export type UNRelationshipsCounterparty = {
|
|
44
44
|
type: string;
|
|
45
|
-
id:
|
|
45
|
+
id: string;
|
|
46
46
|
};
|
|
47
47
|
export type UNRelationshipsRecurringPayment = {
|
|
48
48
|
type: string;
|
|
49
|
-
id:
|
|
49
|
+
id: string;
|
|
50
50
|
};
|
|
51
51
|
export type UNRelationshipsAccount = {
|
|
52
52
|
type: string;
|
package/lib/typescript/src/types/shared/transaction/UNAccountLowBalanceClosureTransaction.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { UNDirection } from '../types';
|
|
|
3
3
|
import { UNTransactionTypes } from './transactions.types';
|
|
4
4
|
export type UNAccountLowBalanceClosureTransaction = {
|
|
5
5
|
type: UNTransactionTypes.AccountLowBalanceClosure;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -15,13 +15,13 @@ export type UNAccountLowBalanceClosureTransaction = {
|
|
|
15
15
|
account: {
|
|
16
16
|
data: {
|
|
17
17
|
type: string;
|
|
18
|
-
id:
|
|
18
|
+
id: string;
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
21
|
customer?: {
|
|
22
22
|
data: {
|
|
23
23
|
type: string;
|
|
24
|
-
id:
|
|
24
|
+
id: string;
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
customers?: {
|
|
@@ -35,7 +35,7 @@ export type UNAccountLowBalanceClosureTransaction = {
|
|
|
35
35
|
org?: {
|
|
36
36
|
data: {
|
|
37
37
|
type: string;
|
|
38
|
-
id:
|
|
38
|
+
id: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
};
|
|
@@ -3,7 +3,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNAdjustmentTransaction = {
|
|
5
5
|
type: UNTransactionTypes.Adjustment;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -15,13 +15,13 @@ export type UNAdjustmentTransaction = {
|
|
|
15
15
|
account: {
|
|
16
16
|
data: {
|
|
17
17
|
type: string;
|
|
18
|
-
id:
|
|
18
|
+
id: string;
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
21
|
customer?: {
|
|
22
22
|
data: {
|
|
23
23
|
type: string;
|
|
24
|
-
id:
|
|
24
|
+
id: string;
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
customers?: {
|
|
@@ -35,7 +35,7 @@ export type UNAdjustmentTransaction = {
|
|
|
35
35
|
org?: {
|
|
36
36
|
data: {
|
|
37
37
|
type: string;
|
|
38
|
-
id:
|
|
38
|
+
id: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
};
|
|
@@ -3,7 +3,7 @@ import { UNDirection } from '../types';
|
|
|
3
3
|
import { UNTransactionTypes } from './transactions.types';
|
|
4
4
|
export type UNAtmTransaction = {
|
|
5
5
|
type: UNTransactionTypes.ATM;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -20,13 +20,13 @@ export type UNAtmTransaction = {
|
|
|
20
20
|
account: {
|
|
21
21
|
data: {
|
|
22
22
|
type: string;
|
|
23
|
-
id:
|
|
23
|
+
id: string;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
26
|
customer?: {
|
|
27
27
|
data: {
|
|
28
28
|
type: string;
|
|
29
|
-
id:
|
|
29
|
+
id: string;
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
32
|
customers?: {
|
|
@@ -40,7 +40,7 @@ export type UNAtmTransaction = {
|
|
|
40
40
|
org?: {
|
|
41
41
|
data: {
|
|
42
42
|
type: string;
|
|
43
|
-
id:
|
|
43
|
+
id: string;
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
46
|
};
|
|
@@ -3,7 +3,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNBankRepaymentTransaction = {
|
|
5
5
|
type: UNTransactionTypes.BankRepayment;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -19,19 +19,19 @@ export type UNBankRepaymentTransaction = {
|
|
|
19
19
|
account: {
|
|
20
20
|
data: {
|
|
21
21
|
type: string;
|
|
22
|
-
id:
|
|
22
|
+
id: string;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
receivingAccount: {
|
|
26
26
|
data: {
|
|
27
27
|
type: string;
|
|
28
|
-
id:
|
|
28
|
+
id: string;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
customer?: {
|
|
32
32
|
data: {
|
|
33
33
|
type: string;
|
|
34
|
-
id:
|
|
34
|
+
id: string;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
37
|
customers?: {
|
|
@@ -45,7 +45,7 @@ export type UNBankRepaymentTransaction = {
|
|
|
45
45
|
org?: {
|
|
46
46
|
data: {
|
|
47
47
|
type: string;
|
|
48
|
-
id:
|
|
48
|
+
id: string;
|
|
49
49
|
};
|
|
50
50
|
};
|
|
51
51
|
};
|
|
@@ -3,7 +3,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNBillPayTransaction = {
|
|
5
5
|
type: UNTransactionTypes.BillPay;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -15,13 +15,13 @@ export type UNBillPayTransaction = {
|
|
|
15
15
|
account: {
|
|
16
16
|
data: {
|
|
17
17
|
type: string;
|
|
18
|
-
id:
|
|
18
|
+
id: string;
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
21
|
customer?: {
|
|
22
22
|
data: {
|
|
23
23
|
type: string;
|
|
24
|
-
id:
|
|
24
|
+
id: string;
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
customers?: {
|
|
@@ -35,7 +35,7 @@ export type UNBillPayTransaction = {
|
|
|
35
35
|
org?: {
|
|
36
36
|
data: {
|
|
37
37
|
type: string;
|
|
38
|
-
id:
|
|
38
|
+
id: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
};
|
|
@@ -3,7 +3,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNBookTransaction = {
|
|
5
5
|
type: UNTransactionTypes.Book;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -19,13 +19,13 @@ export type UNBookTransaction = {
|
|
|
19
19
|
account: {
|
|
20
20
|
data: {
|
|
21
21
|
type: string;
|
|
22
|
-
id:
|
|
22
|
+
id: string;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
customer?: {
|
|
26
26
|
data: {
|
|
27
27
|
type: string;
|
|
28
|
-
id:
|
|
28
|
+
id: string;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
customers?: {
|
|
@@ -39,7 +39,7 @@ export type UNBookTransaction = {
|
|
|
39
39
|
org?: {
|
|
40
40
|
data: {
|
|
41
41
|
type: string;
|
|
42
|
-
id:
|
|
42
|
+
id: string;
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
45
|
counterpartyAccount?: {
|
|
@@ -3,7 +3,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNCardReversalTransaction = {
|
|
5
5
|
type: UNTransactionTypes.CardReversal;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -16,13 +16,13 @@ export type UNCardReversalTransaction = {
|
|
|
16
16
|
account: {
|
|
17
17
|
data: {
|
|
18
18
|
type: string;
|
|
19
|
-
id:
|
|
19
|
+
id: string;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
22
|
customer?: {
|
|
23
23
|
data: {
|
|
24
24
|
type: string;
|
|
25
|
-
id:
|
|
25
|
+
id: string;
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
28
|
customers?: {
|
|
@@ -36,13 +36,13 @@ export type UNCardReversalTransaction = {
|
|
|
36
36
|
relatedTransaction?: {
|
|
37
37
|
data: {
|
|
38
38
|
type: string;
|
|
39
|
-
id:
|
|
39
|
+
id: string;
|
|
40
40
|
};
|
|
41
41
|
};
|
|
42
42
|
org?: {
|
|
43
43
|
data: {
|
|
44
44
|
type: string;
|
|
45
|
-
id:
|
|
45
|
+
id: string;
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
48
|
};
|
|
@@ -3,7 +3,7 @@ import { UNMerchant, UNRichMerchantData, UNTransactionTypes } from './transactio
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNCardTransaction = {
|
|
5
5
|
type: UNTransactionTypes.Card;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
cardNetwork: string;
|
|
9
9
|
cardLast4Digits: string;
|
|
@@ -23,13 +23,13 @@ export type UNCardTransaction = {
|
|
|
23
23
|
account: {
|
|
24
24
|
data: {
|
|
25
25
|
type: string;
|
|
26
|
-
id:
|
|
26
|
+
id: string;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
29
|
customer?: {
|
|
30
30
|
data: {
|
|
31
31
|
type: string;
|
|
32
|
-
id:
|
|
32
|
+
id: string;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
35
|
customers?: {
|
|
@@ -43,7 +43,7 @@ export type UNCardTransaction = {
|
|
|
43
43
|
org?: {
|
|
44
44
|
data: {
|
|
45
45
|
type: string;
|
|
46
|
-
id:
|
|
46
|
+
id: string;
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
49
|
};
|
|
@@ -3,7 +3,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNCashDepositTransaction = {
|
|
5
5
|
type: UNTransactionTypes.CashDeposit;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -21,7 +21,7 @@ export type UNCashDepositTransaction = {
|
|
|
21
21
|
customer?: {
|
|
22
22
|
data: {
|
|
23
23
|
type: string;
|
|
24
|
-
id:
|
|
24
|
+
id: string;
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
customers?: {
|
|
@@ -35,7 +35,7 @@ export type UNCashDepositTransaction = {
|
|
|
35
35
|
org?: {
|
|
36
36
|
data: {
|
|
37
37
|
type: string;
|
|
38
|
-
id:
|
|
38
|
+
id: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
};
|
|
@@ -3,7 +3,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNChargebackTransaction = {
|
|
5
5
|
type: UNTransactionTypes.Chargeback;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -19,13 +19,13 @@ export type UNChargebackTransaction = {
|
|
|
19
19
|
account: {
|
|
20
20
|
data: {
|
|
21
21
|
type: string;
|
|
22
|
-
id:
|
|
22
|
+
id: string;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
customer?: {
|
|
26
26
|
data: {
|
|
27
27
|
type: string;
|
|
28
|
-
id:
|
|
28
|
+
id: string;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
customers?: {
|
|
@@ -39,19 +39,19 @@ export type UNChargebackTransaction = {
|
|
|
39
39
|
org?: {
|
|
40
40
|
data: {
|
|
41
41
|
type: string;
|
|
42
|
-
id:
|
|
42
|
+
id: string;
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
45
|
chargeback: {
|
|
46
46
|
data: {
|
|
47
47
|
type: string;
|
|
48
|
-
id:
|
|
48
|
+
id: string;
|
|
49
49
|
};
|
|
50
50
|
};
|
|
51
51
|
receiverAccount: {
|
|
52
52
|
data: {
|
|
53
53
|
type: string;
|
|
54
|
-
id:
|
|
54
|
+
id: string;
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
57
|
};
|
|
@@ -3,7 +3,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNCheckDepositTransaction = {
|
|
5
5
|
type: UNTransactionTypes.CheckDeposit;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -35,7 +35,7 @@ export type UNCheckDepositTransaction = {
|
|
|
35
35
|
org?: {
|
|
36
36
|
data: {
|
|
37
37
|
type: string;
|
|
38
|
-
id:
|
|
38
|
+
id: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
checkDeposit?: {
|
package/lib/typescript/src/types/shared/transaction/UNCustomerRepaymentReturnedTransaction.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNCustomerRepaymentReturnedTransaction = {
|
|
5
5
|
type: UNTransactionTypes.CustomerRepaymentReturned;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -18,13 +18,13 @@ export type UNCustomerRepaymentReturnedTransaction = {
|
|
|
18
18
|
account: {
|
|
19
19
|
data: {
|
|
20
20
|
type: string;
|
|
21
|
-
id:
|
|
21
|
+
id: string;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
24
|
customer?: {
|
|
25
25
|
data: {
|
|
26
26
|
type: string;
|
|
27
|
-
id:
|
|
27
|
+
id: string;
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
30
|
customers?: {
|
|
@@ -38,13 +38,13 @@ export type UNCustomerRepaymentReturnedTransaction = {
|
|
|
38
38
|
org?: {
|
|
39
39
|
data: {
|
|
40
40
|
type: string;
|
|
41
|
-
id:
|
|
41
|
+
id: string;
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
44
|
payment?: {
|
|
45
45
|
data: {
|
|
46
46
|
type: 'payment';
|
|
47
|
-
id:
|
|
47
|
+
id: string;
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
50
|
};
|