@fiado/type-kit 1.4.42 → 1.4.44

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.
@@ -8,6 +8,8 @@ import { Notional } from "./Notional";
8
8
  import { Product } from "./Product";
9
9
  import { Total } from "./Total";
10
10
  export declare class TransactionGetDetailResponse {
11
+ id: string;
12
+ relatedTxId: string;
11
13
  currencyId: CountryId;
12
14
  source: TransactionSourceEnum;
13
15
  transactionNumber: string;
@@ -0,0 +1,10 @@
1
+ export declare class AuthorizeSpeiBankTransferNcRequest {
2
+ idempotencyKey: string;
3
+ productCatalogId: string;
4
+ targetBankId: string;
5
+ targetBankAccountNumber: string;
6
+ targetPhoneNumber: string;
7
+ targetName: string;
8
+ amount: number;
9
+ concept: string;
10
+ }
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AuthorizeSpeiBankTransferNcRequest = void 0;
4
+ class AuthorizeSpeiBankTransferNcRequest {
5
+ }
6
+ exports.AuthorizeSpeiBankTransferNcRequest = AuthorizeSpeiBankTransferNcRequest;
@@ -7,6 +7,7 @@ export * from './dtos/AuthorizePocketTransactionRequest';
7
7
  export * from './dtos/AuthorizeSpeiBankTransferRequest';
8
8
  export * from './dtos/AuthorizeRstTransactionRequest';
9
9
  export * from './dtos/AuthorizeSpeiMexBankTransferInRequest';
10
+ export * from './dtos/AuthorizeSpeiBankTransferNcRequest';
10
11
  export * from './dtos/AuthorizeCollectorTransactionRequest';
11
12
  export * from './dtos/CardInfo';
12
13
  export * from './dtos/InstallmentsInfo';
@@ -23,6 +23,7 @@ __exportStar(require("./dtos/AuthorizePocketTransactionRequest"), exports);
23
23
  __exportStar(require("./dtos/AuthorizeSpeiBankTransferRequest"), exports);
24
24
  __exportStar(require("./dtos/AuthorizeRstTransactionRequest"), exports);
25
25
  __exportStar(require("./dtos/AuthorizeSpeiMexBankTransferInRequest"), exports);
26
+ __exportStar(require("./dtos/AuthorizeSpeiBankTransferNcRequest"), exports);
26
27
  __exportStar(require("./dtos/AuthorizeCollectorTransactionRequest"), exports);
27
28
  __exportStar(require("./dtos/CardInfo"), exports);
28
29
  __exportStar(require("./dtos/InstallmentsInfo"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "1.4.42",
3
+ "version": "1.4.44",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -9,6 +9,8 @@ import { Product } from "./Product";
9
9
  import { Total } from "./Total";
10
10
 
11
11
  export class TransactionGetDetailResponse {
12
+ id: string;
13
+ relatedTxId: string;
12
14
  currencyId:CountryId
13
15
  source: TransactionSourceEnum
14
16
  transactionNumber:string
@@ -0,0 +1,10 @@
1
+ export class AuthorizeSpeiBankTransferNcRequest {
2
+ idempotencyKey: string;
3
+ productCatalogId: string;
4
+ targetBankId: string;
5
+ targetBankAccountNumber: string;
6
+ targetPhoneNumber: string;
7
+ targetName: string;
8
+ amount: number;
9
+ concept: string;
10
+ }
@@ -7,6 +7,7 @@ export * from './dtos/AuthorizePocketTransactionRequest';
7
7
  export * from './dtos/AuthorizeSpeiBankTransferRequest';
8
8
  export * from './dtos/AuthorizeRstTransactionRequest';
9
9
  export * from './dtos/AuthorizeSpeiMexBankTransferInRequest';
10
+ export * from './dtos/AuthorizeSpeiBankTransferNcRequest';
10
11
  export * from './dtos/AuthorizeCollectorTransactionRequest';
11
12
  export * from './dtos/CardInfo';
12
13
  export * from './dtos/InstallmentsInfo';