@fiado/type-kit 3.110.0 → 3.111.0

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.
@@ -47,5 +47,6 @@ export declare enum ProductSubtypeEnum {
47
47
  CP_ACH_OUT = "ACH_OUT",
48
48
  CP_ACH_IN = "ACH_IN",
49
49
  CP_MC_SEND = "MC_SEND",
50
- CREDIT_DISBURSEMENT = "DISBURSEMENT"
50
+ CREDIT_DISBURSEMENT = "DISBURSEMENT",
51
+ EQ_CASH_SA_CASH_IN = "CASH_IN"
51
52
  }
@@ -62,4 +62,6 @@ var ProductSubtypeEnum;
62
62
  ProductSubtypeEnum["CP_MC_SEND"] = "MC_SEND";
63
63
  // CREDIT
64
64
  ProductSubtypeEnum["CREDIT_DISBURSEMENT"] = "DISBURSEMENT";
65
+ // EQ_CASH_SA (Equality/Passport — depósito en efectivo en tiendas afiliadas)
66
+ ProductSubtypeEnum["EQ_CASH_SA_CASH_IN"] = "CASH_IN";
65
67
  })(ProductSubtypeEnum || (exports.ProductSubtypeEnum = ProductSubtypeEnum = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "3.110.0",
3
+ "version": "3.111.0",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -68,4 +68,7 @@ export enum ProductSubtypeEnum {
68
68
 
69
69
  // CREDIT
70
70
  CREDIT_DISBURSEMENT = "DISBURSEMENT",
71
+
72
+ // EQ_CASH_SA (Equality/Passport — depósito en efectivo en tiendas afiliadas)
73
+ EQ_CASH_SA_CASH_IN = "CASH_IN",
71
74
  }