@fiado/type-kit 3.208.0 → 3.209.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.
|
@@ -31,4 +31,11 @@ export declare class BannerStateResponse {
|
|
|
31
31
|
overdue_count?: number | null;
|
|
32
32
|
/** Saldo insoluto del credito activo. */
|
|
33
33
|
outstanding_balance_mxn?: number | null;
|
|
34
|
+
/**
|
|
35
|
+
* Cantidad total de creditos que el directoryId ha tenido en Credits_GT
|
|
36
|
+
* (incluye ACTIVE, PAID_OFF, DEFAULTED — todos los estados historicos).
|
|
37
|
+
* Sirve al frontend para distinguir clientes nuevos (0), primer credito
|
|
38
|
+
* activo (1) o recurrentes (>1) y ajustar copy/CTA.
|
|
39
|
+
*/
|
|
40
|
+
previous_credits_count?: number;
|
|
34
41
|
}
|
package/package.json
CHANGED
|
@@ -32,4 +32,11 @@ export class BannerStateResponse {
|
|
|
32
32
|
overdue_count?: number | null;
|
|
33
33
|
/** Saldo insoluto del credito activo. */
|
|
34
34
|
outstanding_balance_mxn?: number | null;
|
|
35
|
+
/**
|
|
36
|
+
* Cantidad total de creditos que el directoryId ha tenido en Credits_GT
|
|
37
|
+
* (incluye ACTIVE, PAID_OFF, DEFAULTED — todos los estados historicos).
|
|
38
|
+
* Sirve al frontend para distinguir clientes nuevos (0), primer credito
|
|
39
|
+
* activo (1) o recurrentes (>1) y ajustar copy/CTA.
|
|
40
|
+
*/
|
|
41
|
+
previous_credits_count?: number;
|
|
35
42
|
}
|