@fiado/type-kit 2.0.44 → 2.0.46

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.
@@ -5,5 +5,5 @@ export declare class CardUpdateIssuanceRequest {
5
5
  userStatus: UserStatus;
6
6
  directoryId: string;
7
7
  externalUserId: string;
8
- kyc_reasons?: string[];
8
+ kycReasons?: string[];
9
9
  }
@@ -36,4 +36,4 @@ __decorate([
36
36
  __decorate([
37
37
  (0, class_validator_1.IsString)(),
38
38
  __metadata("design:type", Array)
39
- ], CardUpdateIssuanceRequest.prototype, "kyc_reasons", void 0);
39
+ ], CardUpdateIssuanceRequest.prototype, "kycReasons", void 0);
@@ -1,61 +1,64 @@
1
1
  export declare class CentralPaymentsTransactionInfo {
2
2
  id: string;
3
- createdAt?: string;
4
- updatedAt?: string;
5
- directoryId?: string;
6
- cardholderId?: string;
7
- peopleId?: string;
8
- sessionId?: string;
9
- status?: string;
10
- tenantId?: string;
11
- programId?: string;
12
- eventId?: string;
13
- eventType?: string;
14
- transactionNumber?: string;
15
- transactionId?: string;
16
- transactionDatetime?: string;
17
- transactionType?: string;
18
- relatedTxId?: string;
19
- provider?: string;
20
- currencyId?: string;
21
- transactionImpact?: string;
22
3
  amount?: number;
23
- feeAmount?: number;
24
- runningBalance?: number;
25
- runningBalanceCurrency?: string;
26
- description?: string;
27
- transactionExternalReference?: string;
28
- error?: string;
29
- cardholderPostalCode?: string;
30
- processorActivityTypeCode?: string;
31
- processorTransTypeCode?: string;
4
+ accountId?: string;
5
+ achTraceNumber?: string;
6
+ additionalData?: string;
7
+ authExpirationDate?: string;
32
8
  authTransId?: string;
33
9
  cardBin?: string;
10
+ cardholderId?: string;
11
+ cardholderPostalCode?: string;
34
12
  cardId?: string;
35
13
  cardLastFour?: string;
14
+ completionTransactionId?: string;
15
+ createdAt?: string;
36
16
  currencyCode?: string;
17
+ currencyId?: string;
18
+ description?: string;
37
19
  deviceId?: string;
38
20
  deviceType?: string;
21
+ directoryId?: string;
22
+ error?: string;
23
+ eventId?: string;
24
+ eventType?: string;
39
25
  extCardRefId?: string;
40
26
  extCardRefNo?: string;
41
27
  extTransRefNo?: string;
28
+ feeAmount?: number;
42
29
  international?: boolean;
43
30
  isoMessageType?: string;
44
31
  isPreAuth?: boolean;
45
- authExpirationDate?: string;
46
- transactionReceiveDate?: string;
47
32
  linkedTransactionId?: string;
48
- completionTransactionId?: string;
49
- merchantMcc?: string;
33
+ merchantCity?: string;
34
+ merchantCountry?: string;
50
35
  merchantId?: string;
51
- merchantMccName?: string;
36
+ merchantMcc?: string;
52
37
  merchantMccGroup?: string;
38
+ merchantMccName?: string;
53
39
  merchantName?: string;
54
- merchantCity?: string;
55
- merchantRegion?: string;
56
- merchantCountry?: string;
57
40
  merchantPostalCode?: string;
41
+ merchantRegion?: string;
58
42
  network?: string;
59
43
  originalTransactionId?: string;
44
+ peopleId?: string;
45
+ processorActivityTypeCode?: string;
46
+ processorTransTypeCode?: string;
47
+ programId?: string;
48
+ provider?: string;
49
+ relatedTxId?: string;
60
50
  responseCode?: string;
51
+ runningBalance?: number;
52
+ runningBalanceCurrency?: string;
53
+ sessionId?: string;
54
+ status?: string;
55
+ tenantId?: string;
56
+ transactionDatetime?: string;
57
+ transactionExternalReference?: string;
58
+ transactionId?: string;
59
+ transactionImpact?: string;
60
+ transactionNumber?: string;
61
+ transactionReceiveDate?: string;
62
+ transactionType?: string;
63
+ updatedAt?: string;
61
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "2.0.44",
3
+ "version": "2.0.46",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -19,6 +19,6 @@ export class CardUpdateIssuanceRequest {
19
19
  externalUserId: string;
20
20
 
21
21
  @IsString()
22
- kyc_reasons?: string[];
22
+ kycReasons?: string[];
23
23
 
24
24
  }
@@ -1,61 +1,64 @@
1
1
  export class CentralPaymentsTransactionInfo {
2
2
  id: string;
3
- createdAt?: string;
4
- updatedAt?: string;
5
- directoryId?: string;
6
- cardholderId?: string;
7
- peopleId?: string;
8
- sessionId?: string;
9
- status?: string;
10
- tenantId?: string;
11
- programId?: string;
12
- eventId?: string;
13
- eventType?: string;
14
- transactionNumber?: string;
15
- transactionId?: string;
16
- transactionDatetime?: string;
17
- transactionType?: string;
18
- relatedTxId?: string;
19
- provider?: string;
20
- currencyId?: string;
21
- transactionImpact?: string;
22
3
  amount?: number;
23
- feeAmount?: number;
24
- runningBalance?: number;
25
- runningBalanceCurrency?: string;
26
- description?: string;
27
- transactionExternalReference?: string;
28
- error?: string;
29
- cardholderPostalCode?: string;
30
- processorActivityTypeCode?: string;
31
- processorTransTypeCode?: string;
4
+ accountId?: string;
5
+ achTraceNumber?: string;
6
+ additionalData?: string;
7
+ authExpirationDate?: string;
32
8
  authTransId?: string;
33
9
  cardBin?: string;
10
+ cardholderId?: string;
11
+ cardholderPostalCode?: string;
34
12
  cardId?: string;
35
13
  cardLastFour?: string;
14
+ completionTransactionId?: string;
15
+ createdAt?: string;
36
16
  currencyCode?: string;
17
+ currencyId?: string;
18
+ description?: string;
37
19
  deviceId?: string;
38
20
  deviceType?: string;
21
+ directoryId?: string;
22
+ error?: string;
23
+ eventId?: string;
24
+ eventType?: string;
39
25
  extCardRefId?: string;
40
26
  extCardRefNo?: string;
41
27
  extTransRefNo?: string;
28
+ feeAmount?: number;
42
29
  international?: boolean;
43
30
  isoMessageType?: string;
44
31
  isPreAuth?: boolean;
45
- authExpirationDate?: string;
46
- transactionReceiveDate?: string;
47
32
  linkedTransactionId?: string;
48
- completionTransactionId?: string;
49
- merchantMcc?: string;
33
+ merchantCity?: string;
34
+ merchantCountry?: string;
50
35
  merchantId?: string;
51
- merchantMccName?: string;
36
+ merchantMcc?: string;
52
37
  merchantMccGroup?: string;
38
+ merchantMccName?: string;
53
39
  merchantName?: string;
54
- merchantCity?: string;
55
- merchantRegion?: string;
56
- merchantCountry?: string;
57
40
  merchantPostalCode?: string;
41
+ merchantRegion?: string;
58
42
  network?: string;
59
43
  originalTransactionId?: string;
44
+ peopleId?: string;
45
+ processorActivityTypeCode?: string;
46
+ processorTransTypeCode?: string;
47
+ programId?: string;
48
+ provider?: string;
49
+ relatedTxId?: string;
60
50
  responseCode?: string;
51
+ runningBalance?: number;
52
+ runningBalanceCurrency?: string;
53
+ sessionId?: string;
54
+ status?: string;
55
+ tenantId?: string;
56
+ transactionDatetime?: string;
57
+ transactionExternalReference?: string;
58
+ transactionId?: string;
59
+ transactionImpact?: string;
60
+ transactionNumber?: string;
61
+ transactionReceiveDate?: string;
62
+ transactionType?: string;
63
+ updatedAt?: string;
61
64
  }