@s_mart/minha-conta 3.1.1 → 3.2.1
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/dist/index.d.ts +6 -0
- package/dist/index.js +34 -30
- package/dist/index.mjs +34 -30
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -267,6 +267,12 @@ interface PlanosDialogState {
|
|
|
267
267
|
* Esconde o filtro de periodicidade
|
|
268
268
|
*/
|
|
269
269
|
esconderPeriodicidade?: boolean;
|
|
270
|
+
/**
|
|
271
|
+
* Mostra somente os planos da periodicidade informada
|
|
272
|
+
*
|
|
273
|
+
* Se houverem planos setados em codigoValorPlano, serão desconsiderados
|
|
274
|
+
*/
|
|
275
|
+
mostrarSomentePlanosDaPeriodicidade?: 'mensais' | 'trimestrais' | 'semestrais' | 'anuais';
|
|
270
276
|
/**
|
|
271
277
|
* Callback executada ao contratar um plano com sucesso
|
|
272
278
|
*/
|