@fiado/type-kit 2.0.56 → 2.0.57
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/stpSpei/dtos/SpeiAcuseCepRequest.d.ts +18 -0
- package/bin/stpSpei/dtos/SpeiAcuseCepRequest.js +2 -0
- package/bin/stpSpei/index.d.ts +1 -0
- package/bin/stpSpei/index.js +1 -0
- package/package.json +1 -1
- package/src/stpSpei/dtos/SpeiAcuseCepRequest.ts +27 -0
- package/src/stpSpei/index.ts +1 -0
- package/bin/collector/enums/CollectionMetadataTypeEnum.d.ts +0 -11
- package/bin/collector/enums/CollectionMetadataTypeEnum.js +0 -15
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface SpeiAcuseCepRequest {
|
|
2
|
+
/** RFC con el que se confirmó la orden ante Banxico */
|
|
3
|
+
rfcCep: string;
|
|
4
|
+
/** URL firmada de Banxico con el CEP (/cep/go?...), aplica cuando hay CEP */
|
|
5
|
+
urlCEP: string;
|
|
6
|
+
/** Nombre del beneficiario confirmado en Banxico */
|
|
7
|
+
nombreCep: string;
|
|
8
|
+
/** Alias de la empresa registrada en Enlace Financiero (STP) */
|
|
9
|
+
empresa: string;
|
|
10
|
+
/** Fecha de operación en formato AAAAMMDD */
|
|
11
|
+
fechaOperacion: string;
|
|
12
|
+
/** Sello digital generado con SHA-256, aplica cuando hay CEP */
|
|
13
|
+
sello: string;
|
|
14
|
+
/** Clave de seguimiento asociada a la orden de pago */
|
|
15
|
+
claveRastreo: string;
|
|
16
|
+
/** CLABE o cuenta del receptor */
|
|
17
|
+
cuentaBeneficiario: string;
|
|
18
|
+
}
|
package/bin/stpSpei/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './dtos/PutStpOrderRequest';
|
|
2
2
|
export * from './dtos/SpeiWebhookMessage';
|
|
3
3
|
export * from './dtos/GetBusinessAccountBalanceResponse';
|
|
4
|
+
export * from './dtos/SpeiAcuseCepRequest';
|
|
4
5
|
export * from './enums/WebhookMessageStatusEnum';
|
|
5
6
|
export * from './enums/ActividadesProductivasEnum';
|
|
6
7
|
export * from './enums/EntidadesFederativasEnum';
|
package/bin/stpSpei/index.js
CHANGED
|
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./dtos/PutStpOrderRequest"), exports);
|
|
18
18
|
__exportStar(require("./dtos/SpeiWebhookMessage"), exports);
|
|
19
19
|
__exportStar(require("./dtos/GetBusinessAccountBalanceResponse"), exports);
|
|
20
|
+
__exportStar(require("./dtos/SpeiAcuseCepRequest"), exports);
|
|
20
21
|
__exportStar(require("./enums/WebhookMessageStatusEnum"), exports);
|
|
21
22
|
__exportStar(require("./enums/ActividadesProductivasEnum"), exports);
|
|
22
23
|
__exportStar(require("./enums/EntidadesFederativasEnum"), exports);
|
package/package.json
CHANGED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
export interface SpeiAcuseCepRequest {
|
|
4
|
+
/** RFC con el que se confirmó la orden ante Banxico */
|
|
5
|
+
rfcCep: string;
|
|
6
|
+
|
|
7
|
+
/** URL firmada de Banxico con el CEP (/cep/go?...), aplica cuando hay CEP */
|
|
8
|
+
urlCEP: string;
|
|
9
|
+
|
|
10
|
+
/** Nombre del beneficiario confirmado en Banxico */
|
|
11
|
+
nombreCep: string;
|
|
12
|
+
|
|
13
|
+
/** Alias de la empresa registrada en Enlace Financiero (STP) */
|
|
14
|
+
empresa: string;
|
|
15
|
+
|
|
16
|
+
/** Fecha de operación en formato AAAAMMDD */
|
|
17
|
+
fechaOperacion: string;
|
|
18
|
+
|
|
19
|
+
/** Sello digital generado con SHA-256, aplica cuando hay CEP */
|
|
20
|
+
sello: string;
|
|
21
|
+
|
|
22
|
+
/** Clave de seguimiento asociada a la orden de pago */
|
|
23
|
+
claveRastreo: string;
|
|
24
|
+
|
|
25
|
+
/** CLABE o cuenta del receptor */
|
|
26
|
+
cuentaBeneficiario: string;
|
|
27
|
+
}
|
package/src/stpSpei/index.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './dtos/PutStpOrderRequest';
|
|
2
2
|
export * from './dtos/SpeiWebhookMessage';
|
|
3
3
|
export * from './dtos/GetBusinessAccountBalanceResponse';
|
|
4
|
+
export * from './dtos/SpeiAcuseCepRequest';
|
|
4
5
|
|
|
5
6
|
export * from './enums/WebhookMessageStatusEnum';
|
|
6
7
|
export * from './enums/ActividadesProductivasEnum';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Enum representing the type of metadata for a collection order.
|
|
3
|
-
* @enum {string}
|
|
4
|
-
*
|
|
5
|
-
* @property {string} COLLECTION_ORDER_RESPONSE - The response of a collection order.
|
|
6
|
-
* @property {string} COLLECTION_ORDER_REQUEST - The request of a collection order.
|
|
7
|
-
*/
|
|
8
|
-
export declare enum CollectionMetadataTypeEnum {
|
|
9
|
-
COLLECTION_ORDER_RESPONSE = "COLLECTION_ORDER_RESPONSE",
|
|
10
|
-
COLLECTION_ORDER_REQUEST = "COLLECTION_ORDER_REQUEST"
|
|
11
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CollectionMetadataTypeEnum = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Enum representing the type of metadata for a collection order.
|
|
6
|
-
* @enum {string}
|
|
7
|
-
*
|
|
8
|
-
* @property {string} COLLECTION_ORDER_RESPONSE - The response of a collection order.
|
|
9
|
-
* @property {string} COLLECTION_ORDER_REQUEST - The request of a collection order.
|
|
10
|
-
*/
|
|
11
|
-
var CollectionMetadataTypeEnum;
|
|
12
|
-
(function (CollectionMetadataTypeEnum) {
|
|
13
|
-
CollectionMetadataTypeEnum["COLLECTION_ORDER_RESPONSE"] = "COLLECTION_ORDER_RESPONSE";
|
|
14
|
-
CollectionMetadataTypeEnum["COLLECTION_ORDER_REQUEST"] = "COLLECTION_ORDER_REQUEST";
|
|
15
|
-
})(CollectionMetadataTypeEnum || (exports.CollectionMetadataTypeEnum = CollectionMetadataTypeEnum = {}));
|