react-native-unit-components 2.0.0 → 2.0.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/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js +25 -1
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js.map +1 -1
- package/lib/commonjs/nativeComponents/UNAddToWallet/UNAddToWalletComponent/UNAddToWalletComponent.js +2 -0
- package/lib/commonjs/nativeComponents/UNAddToWallet/UNAddToWalletComponent/UNAddToWalletComponent.js.map +1 -1
- package/lib/commonjs/nativeComponents/UNBaseView/UNBaseView.js +3 -3
- package/lib/commonjs/nativeComponents/UNBaseView/UNBaseView.js.map +1 -1
- package/lib/commonjs/nativeComponents/UNSecureView/{UNSecureViewNativeComponent.js → UNSecureViewNativeComponent.android.js} +1 -1
- package/lib/commonjs/nativeComponents/UNSecureView/{UNSecureViewNativeComponent.js.map → UNSecureViewNativeComponent.android.js.map} +1 -1
- package/lib/commonjs/types/shared/checkDeposit.types.js.map +1 -1
- package/lib/commonjs/unitComponentsSdkManager/UnitComponentsSdkManager.js +1 -1
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js +25 -1
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js.map +1 -1
- package/lib/module/nativeComponents/UNAddToWallet/UNAddToWalletComponent/UNAddToWalletComponent.js +2 -0
- package/lib/module/nativeComponents/UNAddToWallet/UNAddToWalletComponent/UNAddToWalletComponent.js.map +1 -1
- package/lib/module/nativeComponents/UNBaseView/UNBaseView.js +2 -1
- package/lib/module/nativeComponents/UNBaseView/UNBaseView.js.map +1 -1
- package/lib/module/nativeComponents/UNSecureView/{UNSecureViewNativeComponent.js → UNSecureViewNativeComponent.android.js} +1 -1
- package/lib/module/nativeComponents/UNSecureView/UNSecureViewNativeComponent.android.js.map +1 -0
- package/lib/module/types/shared/checkDeposit.types.js.map +1 -1
- package/lib/module/unitComponentsSdkManager/UnitComponentsSdkManager.js +1 -1
- package/lib/typescript/src/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.d.ts.map +1 -1
- package/lib/typescript/src/nativeComponents/UNAddToWallet/UNAddToWalletComponent/UNAddToWalletComponent.d.ts +2 -0
- package/lib/typescript/src/nativeComponents/UNAddToWallet/UNAddToWalletComponent/UNAddToWalletComponent.d.ts.map +1 -1
- package/lib/typescript/src/nativeComponents/UNBaseView/UNBaseView.d.ts.map +1 -1
- package/lib/typescript/src/nativeComponents/UNSecureView/{UNSecureViewNativeComponent.d.ts → UNSecureViewNativeComponent.android.d.ts} +1 -1
- package/lib/typescript/src/nativeComponents/UNSecureView/UNSecureViewNativeComponent.android.d.ts.map +1 -0
- 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/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.ts +24 -0
- package/src/nativeComponents/UNAddToWallet/UNAddToWalletComponent/UNAddToWalletComponent.tsx +6 -0
- package/src/nativeComponents/UNBaseView/UNBaseView.tsx +2 -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
- package/lib/module/nativeComponents/UNSecureView/UNSecureViewNativeComponent.js.map +0 -1
- package/lib/typescript/src/nativeComponents/UNSecureView/UNSecureViewNativeComponent.d.ts.map +0 -1
- /package/src/nativeComponents/UNSecureView/{UNSecureViewNativeComponent.ts → UNSecureViewNativeComponent.android.ts} +0 -0
|
@@ -3,7 +3,7 @@ import { UNDirection } from '../types';
|
|
|
3
3
|
import { UNCents } from '../payment/payments.types';
|
|
4
4
|
export type UNDishonoredAchTransaction = {
|
|
5
5
|
type: UNTransactionTypes.DishonoredACH;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -25,13 +25,13 @@ export type UNDishonoredAchTransaction = {
|
|
|
25
25
|
account: {
|
|
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 UNDishonoredAchTransaction = {
|
|
|
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 UNDisputeSettlementTransaction = {
|
|
5
5
|
type: UNTransactionTypes.DisputeSettlement;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -15,13 +15,13 @@ export type UNDisputeSettlementTransaction = {
|
|
|
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 UNDisputeSettlementTransaction = {
|
|
|
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 UNDisputeTransaction = {
|
|
5
5
|
type: UNTransactionTypes.Dispute;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -15,13 +15,13 @@ export type UNDisputeTransaction = {
|
|
|
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 UNDisputeTransaction = {
|
|
|
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 UNFeeReversalTransaction = {
|
|
5
5
|
type: UNTransactionTypes.FeeReversal;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -15,13 +15,13 @@ export type UNFeeReversalTransaction = {
|
|
|
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,13 +35,13 @@ export type UNFeeReversalTransaction = {
|
|
|
35
35
|
relatedTransaction: {
|
|
36
36
|
data: {
|
|
37
37
|
type: string;
|
|
38
|
-
id:
|
|
38
|
+
id: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
org?: {
|
|
42
42
|
data: {
|
|
43
43
|
type: string;
|
|
44
|
-
id:
|
|
44
|
+
id: string;
|
|
45
45
|
};
|
|
46
46
|
};
|
|
47
47
|
};
|
|
@@ -3,7 +3,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNFeeTransaction = {
|
|
5
5
|
type: UNTransactionTypes.Fee;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -15,13 +15,13 @@ export type UNFeeTransaction = {
|
|
|
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,13 +35,13 @@ export type UNFeeTransaction = {
|
|
|
35
35
|
relatedTransaction?: {
|
|
36
36
|
data: {
|
|
37
37
|
type: string;
|
|
38
|
-
id:
|
|
38
|
+
id: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
org?: {
|
|
42
42
|
data: {
|
|
43
43
|
type: string;
|
|
44
|
-
id:
|
|
44
|
+
id: string;
|
|
45
45
|
};
|
|
46
46
|
};
|
|
47
47
|
};
|
|
@@ -3,7 +3,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNInterchangeShareTransaction = {
|
|
5
5
|
type: UNTransactionTypes.InterchangeShare;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -15,13 +15,13 @@ export type UNInterchangeShareTransaction = {
|
|
|
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 UNInterchangeShareTransaction = {
|
|
|
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 UNInterestShareTransaction = {
|
|
5
5
|
type: UNTransactionTypes.InterestShare;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -15,13 +15,13 @@ export type UNInterestShareTransaction = {
|
|
|
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 UNInterestShareTransaction = {
|
|
|
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 UNInterestTransaction = {
|
|
5
5
|
type: UNTransactionTypes.Interest;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -15,13 +15,13 @@ export type UNInterestTransaction = {
|
|
|
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 UNInterestTransaction = {
|
|
|
35
35
|
org?: {
|
|
36
36
|
data: {
|
|
37
37
|
type: string;
|
|
38
|
-
id:
|
|
38
|
+
id: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
};
|
package/lib/typescript/src/types/shared/transaction/UNNegativeBalanceCoverageTransaction.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNNegativeBalanceCoverageTransaction = {
|
|
5
5
|
type: UNTransactionTypes.NegativeBalanceCoverage;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -15,13 +15,13 @@ export type UNNegativeBalanceCoverageTransaction = {
|
|
|
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 UNNegativeBalanceCoverageTransaction = {
|
|
|
35
35
|
org?: {
|
|
36
36
|
data: {
|
|
37
37
|
type: string;
|
|
38
|
-
id:
|
|
38
|
+
id: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
};
|
package/lib/typescript/src/types/shared/transaction/UNNegativeBalanceCoverageTransaction.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNNegativeBalanceCoverageTransaction.d.ts","sourceRoot":"","sources":["../../../../../../src/types/shared/transaction/UNNegativeBalanceCoverageTransaction.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UNNegativeBalanceCoverageTransaction.d.ts","sourceRoot":"","sources":["../../../../../../src/types/shared/transaction/UNNegativeBalanceCoverageTransaction.ts"],"names":[],"mappings":"AAAC,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,MAAM,MAAM,oCAAoC,GAAG;IACjD,IAAI,EAAE,kBAAkB,CAAC,uBAAuB,CAAA;IAChD,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE;QACV,SAAS,EAAE,IAAI,CAAA;QACf,MAAM,EAAE,OAAO,CAAA;QACf,SAAS,EAAE,WAAW,CAAA;QACtB,OAAO,EAAE,OAAO,CAAA;QAChB,OAAO,EAAE,MAAM,CAAA;KAChB,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,MAAM,CAAA;gBACZ,EAAE,EAAE,MAAM,CAAA;aACX,CAAA;SACF,CAAA;KACF,CAAA;CACF,CAAC"}
|
|
@@ -20,13 +20,13 @@ export type UNOriginatedAchTransaction = {
|
|
|
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 UNOriginatedAchTransaction = {
|
|
|
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 UNPaymentAdvanceTransaction = {
|
|
5
5
|
type: UNTransactionTypes.PaymentAdvance;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -18,13 +18,13 @@ export type UNPaymentAdvanceTransaction = {
|
|
|
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 UNPaymentAdvanceTransaction = {
|
|
|
38
38
|
org?: {
|
|
39
39
|
data: {
|
|
40
40
|
type: string;
|
|
41
|
-
id:
|
|
41
|
+
id: string;
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
44
|
receivedPayment?: {
|
|
45
45
|
data: {
|
|
46
46
|
type: 'receivedPayment';
|
|
47
|
-
id:
|
|
47
|
+
id: string;
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
50
|
};
|
|
@@ -3,7 +3,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNPaymentCanceledTransaction = {
|
|
5
5
|
type: UNTransactionTypes.PaymentCanceled;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -15,13 +15,13 @@ export type UNPaymentCanceledTransaction = {
|
|
|
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 UNPaymentCanceledTransaction = {
|
|
|
35
35
|
org?: {
|
|
36
36
|
data: {
|
|
37
37
|
type: string;
|
|
38
|
-
id:
|
|
38
|
+
id: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
};
|
|
@@ -4,7 +4,7 @@ import { UNDirection } from '../types';
|
|
|
4
4
|
import { UNTransactionTypes } from './transactions.types';
|
|
5
5
|
export type UNPurchaseTransaction = {
|
|
6
6
|
type: UNTransactionTypes.Purchase;
|
|
7
|
-
id:
|
|
7
|
+
id: string;
|
|
8
8
|
attributes: {
|
|
9
9
|
cardNetwork: string;
|
|
10
10
|
cardLast4Digits: string;
|
|
@@ -24,13 +24,13 @@ export type UNPurchaseTransaction = {
|
|
|
24
24
|
account: {
|
|
25
25
|
data: {
|
|
26
26
|
type: string;
|
|
27
|
-
id:
|
|
27
|
+
id: string;
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
30
|
customer?: {
|
|
31
31
|
data: {
|
|
32
32
|
type: string;
|
|
33
|
-
id:
|
|
33
|
+
id: string;
|
|
34
34
|
};
|
|
35
35
|
};
|
|
36
36
|
customers?: {
|
|
@@ -44,7 +44,7 @@ export type UNPurchaseTransaction = {
|
|
|
44
44
|
org?: {
|
|
45
45
|
data: {
|
|
46
46
|
type: string;
|
|
47
|
-
id:
|
|
47
|
+
id: string;
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
50
|
};
|
|
@@ -3,7 +3,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNReceivedAchTransaction = {
|
|
5
5
|
type: UNTransactionTypes.ReceivedACH;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -20,13 +20,13 @@ export type UNReceivedAchTransaction = {
|
|
|
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,13 +40,13 @@ export type UNReceivedAchTransaction = {
|
|
|
40
40
|
org?: {
|
|
41
41
|
data: {
|
|
42
42
|
type: string;
|
|
43
|
-
id:
|
|
43
|
+
id: string;
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
46
|
incomingAch?: {
|
|
47
47
|
data: {
|
|
48
48
|
type: string;
|
|
49
|
-
id:
|
|
49
|
+
id: string;
|
|
50
50
|
};
|
|
51
51
|
};
|
|
52
52
|
};
|
|
@@ -3,7 +3,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNReleaseTransaction = {
|
|
5
5
|
type: UNTransactionTypes.Release;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -15,13 +15,13 @@ export type UNReleaseTransaction = {
|
|
|
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 UNReleaseTransaction = {
|
|
|
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 UNRepaidPaymentAdvanceTransaction = {
|
|
5
5
|
type: UNTransactionTypes.RepaidPaymentAdvance;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -18,13 +18,13 @@ export type UNRepaidPaymentAdvanceTransaction = {
|
|
|
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,19 +38,19 @@ export type UNRepaidPaymentAdvanceTransaction = {
|
|
|
38
38
|
org?: {
|
|
39
39
|
data: {
|
|
40
40
|
type: string;
|
|
41
|
-
id:
|
|
41
|
+
id: string;
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
44
|
receivedPayment?: {
|
|
45
45
|
data: {
|
|
46
46
|
type: 'receivedPayment';
|
|
47
|
-
id:
|
|
47
|
+
id: string;
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
50
|
paymentAdvanceTransaction?: {
|
|
51
51
|
data: {
|
|
52
52
|
type: 'paymentAdvanceTransaction';
|
|
53
|
-
id:
|
|
53
|
+
id: string;
|
|
54
54
|
};
|
|
55
55
|
};
|
|
56
56
|
};
|
|
@@ -3,7 +3,7 @@ import { UNDirection } from '../types';
|
|
|
3
3
|
import { UNTransactionTypes } from './transactions.types';
|
|
4
4
|
export type UNReturnedAchTransaction = {
|
|
5
5
|
type: UNTransactionTypes.ReturnedACH;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -19,13 +19,13 @@ export type UNReturnedAchTransaction = {
|
|
|
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 UNReturnedAchTransaction = {
|
|
|
39
39
|
org?: {
|
|
40
40
|
data: {
|
|
41
41
|
type: string;
|
|
42
|
-
id:
|
|
42
|
+
id: string;
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
45
|
};
|
|
@@ -3,7 +3,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
export type UNReturnedCheckDepositTransaction = {
|
|
5
5
|
type: UNTransactionTypes.ReturnedCheckDeposit;
|
|
6
|
-
id:
|
|
6
|
+
id: string;
|
|
7
7
|
attributes: {
|
|
8
8
|
createdAt: Date;
|
|
9
9
|
amount: UNCents;
|
|
@@ -15,13 +15,13 @@ export type UNReturnedCheckDepositTransaction = {
|
|
|
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 UNReturnedCheckDepositTransaction = {
|
|
|
35
35
|
org?: {
|
|
36
36
|
data: {
|
|
37
37
|
type: string;
|
|
38
|
-
id:
|
|
38
|
+
id: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
};
|