@fiado/type-kit 1.9.6 → 1.9.8
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/bin/productCatalog/enums/CPProductSubtypeEnum.d.ts +50 -0
- package/bin/productCatalog/enums/CPProductSubtypeEnum.js +54 -0
- package/bin/productCatalog/index.d.ts +1 -0
- package/bin/productCatalog/index.js +1 -0
- package/bin/transaction/dtos/TransactionGetResponse.d.ts +2 -1
- package/package.json +1 -1
- package/src/productCatalog/enums/CPProductSubtypeEnum.ts +50 -0
- package/src/productCatalog/index.ts +2 -1
- package/src/transaction/dtos/TransactionGetResponse.ts +3 -2
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export declare enum CPProductSubtypeEnum {
|
|
2
|
+
ACH_RETURN = "ACH_RETURN",
|
|
3
|
+
AGENT_LOC_CREDIT = "AGENT_LOC_CREDIT",
|
|
4
|
+
BANK_SAME_DAY_TRANSFER_CREDIT = "BANK_SAME_DAY_TRANSFER_CREDIT",
|
|
5
|
+
BANK_SAME_DAY_TRANSFER_DEBIT = "BANK_SAME_DAY_TRANSFER_DEBIT",
|
|
6
|
+
BANK_SAME_DAY_TRANSFER_FEE = "BANK_SAME_DAY_TRANSFER_FEE",
|
|
7
|
+
BANK_TRANSFER_CREDIT = "BANK_TRANSFER_CREDIT",
|
|
8
|
+
BANK_TRANSFER_DEBIT = "BANK_TRANSFER_DEBIT",
|
|
9
|
+
BILL_PAYMENT_DEBIT = "BILL_PAYMENT_DEBIT",
|
|
10
|
+
CHECK_DEPOSIT = "CHECK_DEPOSIT",
|
|
11
|
+
CLOSE_SAVINGS_DEBIT = "CLOSE_SAVINGS_DEBIT",
|
|
12
|
+
CREDIT = "CREDIT",
|
|
13
|
+
CREDIT_ADJUSTMENT = "CREDIT_ADJUSTMENT",
|
|
14
|
+
DD_ACH_DEBIT = "DD_ACH_DEBIT",
|
|
15
|
+
DD_CREDIT = "DD_CREDIT",
|
|
16
|
+
DEBIT = "DEBIT",
|
|
17
|
+
DEBIT_ADJUSTMENT = "DEBIT_ADJUSTMENT",
|
|
18
|
+
DIRECT_LOADS = "DIRECT_LOADS",
|
|
19
|
+
FEE = "FEE",
|
|
20
|
+
GREENDOT_LOAD = "GREENDOT_LOAD",
|
|
21
|
+
MANUAL_ADJUSTMENT = "MANUAL_ADJUSTMENT",
|
|
22
|
+
MCSEND_FEE = "MCSEND_FEE",
|
|
23
|
+
OVERDRAFT_FUNDS_CREDIT = "OVERDRAFT_FUNDS_CREDIT",
|
|
24
|
+
OVERDRAFT_FUNDS_FEE = "OVERDRAFT_FUNDS_FEE",
|
|
25
|
+
OVERDRAFT_FUNDS_PAYBACK = "OVERDRAFT_FUNDS_PAYBACK",
|
|
26
|
+
P2P_SELF_FROM_PRIMARY_CREDIT = "P2P_SELF_FROM_PRIMARY_CREDIT",
|
|
27
|
+
P2P_SELF_FROM_PRIMARY_DEBIT = "P2P_SELF_FROM_PRIMARY_DEBIT",
|
|
28
|
+
P2P_SELF_TO_PRIMARY_CREDIT = "P2P_SELF_TO_PRIMARY_CREDIT",
|
|
29
|
+
P2P_SELF_TO_PRIMARY_DEBIT = "P2P_SELF_TO_PRIMARY_DEBIT",
|
|
30
|
+
PERMANENT_CREDIT = "PERMANENT_CREDIT",
|
|
31
|
+
PERMANENT_DEBIT = "PERMANENT_DEBIT",
|
|
32
|
+
PROMOTIONAL_BONUS = "PROMOTIONAL_BONUS",
|
|
33
|
+
PROVISIONAL_CREDIT = "PROVISIONAL_CREDIT",
|
|
34
|
+
PROVISIONAL_DEBIT = "PROVISIONAL_DEBIT",
|
|
35
|
+
REFERRAL_BONUS = "REFERRAL_BONUS",
|
|
36
|
+
REFERRAL_LEAD = "REFERRAL_LEAD",
|
|
37
|
+
REFUND = "REFUND",
|
|
38
|
+
REMITTANCE_CREDIT = "REMITTANCE_CREDIT",
|
|
39
|
+
REMITTANCE_DEBIT = "REMITTANCE_DEBIT",
|
|
40
|
+
RETAIL_CREDIT = "RETAIL_CREDIT",
|
|
41
|
+
REWARD_CREDIT = "REWARD_CREDIT",
|
|
42
|
+
REWARD_DEBIT = "REWARD_DEBIT",
|
|
43
|
+
REWARDS_CREDIT = "REWARDS_CREDIT",
|
|
44
|
+
REWARDS_DEBIT = "REWARDS_DEBIT",
|
|
45
|
+
SAVINGS_CREDIT = "SAVINGS_CREDIT",
|
|
46
|
+
SAVINGS_DEBIT = "SAVINGS_DEBIT",
|
|
47
|
+
SAVINGS_TRANSFER_CREDIT = "SAVINGS_TRANSFER_CREDIT",
|
|
48
|
+
SAVINGS_TRANSFER_DEBIT = "SAVINGS_TRANSFER_DEBIT",
|
|
49
|
+
WITHDRAWAL = "WITHDRAWAL"
|
|
50
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CPProductSubtypeEnum = void 0;
|
|
4
|
+
var CPProductSubtypeEnum;
|
|
5
|
+
(function (CPProductSubtypeEnum) {
|
|
6
|
+
CPProductSubtypeEnum["ACH_RETURN"] = "ACH_RETURN";
|
|
7
|
+
CPProductSubtypeEnum["AGENT_LOC_CREDIT"] = "AGENT_LOC_CREDIT";
|
|
8
|
+
CPProductSubtypeEnum["BANK_SAME_DAY_TRANSFER_CREDIT"] = "BANK_SAME_DAY_TRANSFER_CREDIT";
|
|
9
|
+
CPProductSubtypeEnum["BANK_SAME_DAY_TRANSFER_DEBIT"] = "BANK_SAME_DAY_TRANSFER_DEBIT";
|
|
10
|
+
CPProductSubtypeEnum["BANK_SAME_DAY_TRANSFER_FEE"] = "BANK_SAME_DAY_TRANSFER_FEE";
|
|
11
|
+
CPProductSubtypeEnum["BANK_TRANSFER_CREDIT"] = "BANK_TRANSFER_CREDIT";
|
|
12
|
+
CPProductSubtypeEnum["BANK_TRANSFER_DEBIT"] = "BANK_TRANSFER_DEBIT";
|
|
13
|
+
CPProductSubtypeEnum["BILL_PAYMENT_DEBIT"] = "BILL_PAYMENT_DEBIT";
|
|
14
|
+
CPProductSubtypeEnum["CHECK_DEPOSIT"] = "CHECK_DEPOSIT";
|
|
15
|
+
CPProductSubtypeEnum["CLOSE_SAVINGS_DEBIT"] = "CLOSE_SAVINGS_DEBIT";
|
|
16
|
+
CPProductSubtypeEnum["CREDIT"] = "CREDIT";
|
|
17
|
+
CPProductSubtypeEnum["CREDIT_ADJUSTMENT"] = "CREDIT_ADJUSTMENT";
|
|
18
|
+
CPProductSubtypeEnum["DD_ACH_DEBIT"] = "DD_ACH_DEBIT";
|
|
19
|
+
CPProductSubtypeEnum["DD_CREDIT"] = "DD_CREDIT";
|
|
20
|
+
CPProductSubtypeEnum["DEBIT"] = "DEBIT";
|
|
21
|
+
CPProductSubtypeEnum["DEBIT_ADJUSTMENT"] = "DEBIT_ADJUSTMENT";
|
|
22
|
+
CPProductSubtypeEnum["DIRECT_LOADS"] = "DIRECT_LOADS";
|
|
23
|
+
CPProductSubtypeEnum["FEE"] = "FEE";
|
|
24
|
+
CPProductSubtypeEnum["GREENDOT_LOAD"] = "GREENDOT_LOAD";
|
|
25
|
+
CPProductSubtypeEnum["MANUAL_ADJUSTMENT"] = "MANUAL_ADJUSTMENT";
|
|
26
|
+
CPProductSubtypeEnum["MCSEND_FEE"] = "MCSEND_FEE";
|
|
27
|
+
CPProductSubtypeEnum["OVERDRAFT_FUNDS_CREDIT"] = "OVERDRAFT_FUNDS_CREDIT";
|
|
28
|
+
CPProductSubtypeEnum["OVERDRAFT_FUNDS_FEE"] = "OVERDRAFT_FUNDS_FEE";
|
|
29
|
+
CPProductSubtypeEnum["OVERDRAFT_FUNDS_PAYBACK"] = "OVERDRAFT_FUNDS_PAYBACK";
|
|
30
|
+
CPProductSubtypeEnum["P2P_SELF_FROM_PRIMARY_CREDIT"] = "P2P_SELF_FROM_PRIMARY_CREDIT";
|
|
31
|
+
CPProductSubtypeEnum["P2P_SELF_FROM_PRIMARY_DEBIT"] = "P2P_SELF_FROM_PRIMARY_DEBIT";
|
|
32
|
+
CPProductSubtypeEnum["P2P_SELF_TO_PRIMARY_CREDIT"] = "P2P_SELF_TO_PRIMARY_CREDIT";
|
|
33
|
+
CPProductSubtypeEnum["P2P_SELF_TO_PRIMARY_DEBIT"] = "P2P_SELF_TO_PRIMARY_DEBIT";
|
|
34
|
+
CPProductSubtypeEnum["PERMANENT_CREDIT"] = "PERMANENT_CREDIT";
|
|
35
|
+
CPProductSubtypeEnum["PERMANENT_DEBIT"] = "PERMANENT_DEBIT";
|
|
36
|
+
CPProductSubtypeEnum["PROMOTIONAL_BONUS"] = "PROMOTIONAL_BONUS";
|
|
37
|
+
CPProductSubtypeEnum["PROVISIONAL_CREDIT"] = "PROVISIONAL_CREDIT";
|
|
38
|
+
CPProductSubtypeEnum["PROVISIONAL_DEBIT"] = "PROVISIONAL_DEBIT";
|
|
39
|
+
CPProductSubtypeEnum["REFERRAL_BONUS"] = "REFERRAL_BONUS";
|
|
40
|
+
CPProductSubtypeEnum["REFERRAL_LEAD"] = "REFERRAL_LEAD";
|
|
41
|
+
CPProductSubtypeEnum["REFUND"] = "REFUND";
|
|
42
|
+
CPProductSubtypeEnum["REMITTANCE_CREDIT"] = "REMITTANCE_CREDIT";
|
|
43
|
+
CPProductSubtypeEnum["REMITTANCE_DEBIT"] = "REMITTANCE_DEBIT";
|
|
44
|
+
CPProductSubtypeEnum["RETAIL_CREDIT"] = "RETAIL_CREDIT";
|
|
45
|
+
CPProductSubtypeEnum["REWARD_CREDIT"] = "REWARD_CREDIT";
|
|
46
|
+
CPProductSubtypeEnum["REWARD_DEBIT"] = "REWARD_DEBIT";
|
|
47
|
+
CPProductSubtypeEnum["REWARDS_CREDIT"] = "REWARDS_CREDIT";
|
|
48
|
+
CPProductSubtypeEnum["REWARDS_DEBIT"] = "REWARDS_DEBIT";
|
|
49
|
+
CPProductSubtypeEnum["SAVINGS_CREDIT"] = "SAVINGS_CREDIT";
|
|
50
|
+
CPProductSubtypeEnum["SAVINGS_DEBIT"] = "SAVINGS_DEBIT";
|
|
51
|
+
CPProductSubtypeEnum["SAVINGS_TRANSFER_CREDIT"] = "SAVINGS_TRANSFER_CREDIT";
|
|
52
|
+
CPProductSubtypeEnum["SAVINGS_TRANSFER_DEBIT"] = "SAVINGS_TRANSFER_DEBIT";
|
|
53
|
+
CPProductSubtypeEnum["WITHDRAWAL"] = "WITHDRAWAL";
|
|
54
|
+
})(CPProductSubtypeEnum || (exports.CPProductSubtypeEnum = CPProductSubtypeEnum = {}));
|
|
@@ -19,3 +19,4 @@ __exportStar(require("./dtos/CreateProductCatalogRequest"), exports);
|
|
|
19
19
|
__exportStar(require("./enums/ProductTaxFeeTypeEnum"), exports);
|
|
20
20
|
__exportStar(require("./enums/ProductTypeEnum"), exports);
|
|
21
21
|
__exportStar(require("./enums/ProductSubtypeEnum"), exports);
|
|
22
|
+
__exportStar(require("./enums/CPProductSubtypeEnum"), exports);
|
|
@@ -10,7 +10,8 @@ export declare class TransactionGetResponse {
|
|
|
10
10
|
amount: number;
|
|
11
11
|
date: Date;
|
|
12
12
|
transactionNumber: string;
|
|
13
|
-
|
|
13
|
+
type: ProductTypeEnum;
|
|
14
|
+
subType: string;
|
|
14
15
|
displayName: string;
|
|
15
16
|
currencyId: CountryId;
|
|
16
17
|
operation: OperationEnum;
|
package/package.json
CHANGED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export enum CPProductSubtypeEnum {
|
|
2
|
+
ACH_RETURN = "ACH_RETURN",
|
|
3
|
+
AGENT_LOC_CREDIT = "AGENT_LOC_CREDIT",
|
|
4
|
+
BANK_SAME_DAY_TRANSFER_CREDIT = "BANK_SAME_DAY_TRANSFER_CREDIT",
|
|
5
|
+
BANK_SAME_DAY_TRANSFER_DEBIT = "BANK_SAME_DAY_TRANSFER_DEBIT",
|
|
6
|
+
BANK_SAME_DAY_TRANSFER_FEE = "BANK_SAME_DAY_TRANSFER_FEE",
|
|
7
|
+
BANK_TRANSFER_CREDIT = "BANK_TRANSFER_CREDIT",
|
|
8
|
+
BANK_TRANSFER_DEBIT = "BANK_TRANSFER_DEBIT",
|
|
9
|
+
BILL_PAYMENT_DEBIT = "BILL_PAYMENT_DEBIT",
|
|
10
|
+
CHECK_DEPOSIT = "CHECK_DEPOSIT",
|
|
11
|
+
CLOSE_SAVINGS_DEBIT = "CLOSE_SAVINGS_DEBIT",
|
|
12
|
+
CREDIT = "CREDIT",
|
|
13
|
+
CREDIT_ADJUSTMENT = "CREDIT_ADJUSTMENT",
|
|
14
|
+
DD_ACH_DEBIT = "DD_ACH_DEBIT",
|
|
15
|
+
DD_CREDIT = "DD_CREDIT",
|
|
16
|
+
DEBIT = "DEBIT",
|
|
17
|
+
DEBIT_ADJUSTMENT = "DEBIT_ADJUSTMENT",
|
|
18
|
+
DIRECT_LOADS = "DIRECT_LOADS",
|
|
19
|
+
FEE = "FEE",
|
|
20
|
+
GREENDOT_LOAD = "GREENDOT_LOAD",
|
|
21
|
+
MANUAL_ADJUSTMENT = "MANUAL_ADJUSTMENT",
|
|
22
|
+
MCSEND_FEE = "MCSEND_FEE",
|
|
23
|
+
OVERDRAFT_FUNDS_CREDIT = "OVERDRAFT_FUNDS_CREDIT",
|
|
24
|
+
OVERDRAFT_FUNDS_FEE = "OVERDRAFT_FUNDS_FEE",
|
|
25
|
+
OVERDRAFT_FUNDS_PAYBACK = "OVERDRAFT_FUNDS_PAYBACK",
|
|
26
|
+
P2P_SELF_FROM_PRIMARY_CREDIT = "P2P_SELF_FROM_PRIMARY_CREDIT",
|
|
27
|
+
P2P_SELF_FROM_PRIMARY_DEBIT = "P2P_SELF_FROM_PRIMARY_DEBIT",
|
|
28
|
+
P2P_SELF_TO_PRIMARY_CREDIT = "P2P_SELF_TO_PRIMARY_CREDIT",
|
|
29
|
+
P2P_SELF_TO_PRIMARY_DEBIT = "P2P_SELF_TO_PRIMARY_DEBIT",
|
|
30
|
+
PERMANENT_CREDIT = "PERMANENT_CREDIT",
|
|
31
|
+
PERMANENT_DEBIT = "PERMANENT_DEBIT",
|
|
32
|
+
PROMOTIONAL_BONUS = "PROMOTIONAL_BONUS",
|
|
33
|
+
PROVISIONAL_CREDIT = "PROVISIONAL_CREDIT",
|
|
34
|
+
PROVISIONAL_DEBIT = "PROVISIONAL_DEBIT",
|
|
35
|
+
REFERRAL_BONUS = "REFERRAL_BONUS",
|
|
36
|
+
REFERRAL_LEAD = "REFERRAL_LEAD",
|
|
37
|
+
REFUND = "REFUND",
|
|
38
|
+
REMITTANCE_CREDIT = "REMITTANCE_CREDIT",
|
|
39
|
+
REMITTANCE_DEBIT = "REMITTANCE_DEBIT",
|
|
40
|
+
RETAIL_CREDIT = "RETAIL_CREDIT",
|
|
41
|
+
REWARD_CREDIT = "REWARD_CREDIT",
|
|
42
|
+
REWARD_DEBIT = "REWARD_DEBIT",
|
|
43
|
+
REWARDS_CREDIT = "REWARDS_CREDIT",
|
|
44
|
+
REWARDS_DEBIT = "REWARDS_DEBIT",
|
|
45
|
+
SAVINGS_CREDIT = "SAVINGS_CREDIT",
|
|
46
|
+
SAVINGS_DEBIT = "SAVINGS_DEBIT",
|
|
47
|
+
SAVINGS_TRANSFER_CREDIT = "SAVINGS_TRANSFER_CREDIT",
|
|
48
|
+
SAVINGS_TRANSFER_DEBIT = "SAVINGS_TRANSFER_DEBIT",
|
|
49
|
+
WITHDRAWAL = "WITHDRAWAL"
|
|
50
|
+
}
|
|
@@ -3,4 +3,5 @@ export * from './dtos/CreateProductCatalogRequest';
|
|
|
3
3
|
|
|
4
4
|
export * from './enums/ProductTaxFeeTypeEnum';
|
|
5
5
|
export * from './enums/ProductTypeEnum';
|
|
6
|
-
export * from './enums/ProductSubtypeEnum';
|
|
6
|
+
export * from './enums/ProductSubtypeEnum';
|
|
7
|
+
export * from './enums/CPProductSubtypeEnum';
|
|
@@ -11,10 +11,11 @@ export class TransactionGetResponse {
|
|
|
11
11
|
amount: number;
|
|
12
12
|
date: Date;
|
|
13
13
|
transactionNumber: string;
|
|
14
|
-
|
|
14
|
+
type: ProductTypeEnum;
|
|
15
|
+
subType: string;
|
|
15
16
|
displayName: string;
|
|
16
17
|
currencyId: CountryId;
|
|
17
|
-
operation: OperationEnum;
|
|
18
|
+
operation: OperationEnum;
|
|
18
19
|
status: TransactionStatusEnum;
|
|
19
20
|
balance?: number;
|
|
20
21
|
}[]
|