@s_mart/minha-conta 15.0.2 → 16.0.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.
- package/dist/api/index.d.ts +30 -0
- package/dist/api/queries.d.ts +92 -0
- package/dist/components/loading/loading.d.ts +4 -0
- package/dist/components/meuPlanoInfo/components/buttonPlanos.d.ts +3 -0
- package/dist/components/meuPlanoInfo/components/detalhes.d.ts +10 -0
- package/dist/components/meuPlanoInfo/components/skeleton.d.ts +1 -0
- package/dist/components/meuPlanoInfo/meuPlanoInfo.d.ts +2 -0
- package/dist/components/meuPlanoInfo/meuPlanoInfo.static.d.ts +2 -0
- package/dist/components/meuPlanoInfo/meuPlanoInfo.types.d.ts +16 -0
- package/dist/components/meuPlanoInfo/useMeuPlanoInfo.d.ts +15 -0
- package/dist/components/planosDialog/contratarRecursos/confirmacaoDialog/confirmacaoDialog.d.ts +5 -0
- package/dist/components/planosDialog/contratarRecursos/confirmacaoDialog/useConfirmacaoDialog.d.ts +15 -0
- package/dist/components/planosDialog/contratarRecursos/contratarRecursos.d.ts +1 -0
- package/dist/components/planosDialog/contratarRecursos/listaRecursos/listaRecursos.d.ts +1 -0
- package/dist/components/planosDialog/contratarRecursos/listaRecursos/listaRecursos.styles.d.ts +5 -0
- package/dist/components/planosDialog/contratarRecursos/planoShowcase/planoShowcase.d.ts +1 -0
- package/dist/components/planosDialog/contratarRecursos/planoShowcase/planoShowcase.styles.d.ts +7 -0
- package/dist/components/planosDialog/contratarRecursos/planoShowcase/usePlanoShowcase.d.ts +7 -0
- package/dist/components/planosDialog/emptyState/emptyState.d.ts +1 -0
- package/dist/components/planosDialog/listagemPlanos/listagemPlanos.d.ts +2 -0
- package/dist/components/planosDialog/listagemPlanos/listagemPlanos.styles.d.ts +5 -0
- package/dist/components/planosDialog/listagemPlanos/listagemPlanos.types.d.ts +4 -0
- package/dist/components/planosDialog/listagemPlanos/plano/plano.d.ts +10 -0
- package/dist/components/planosDialog/listagemPlanos/plano/plano.styles.d.ts +8 -0
- package/dist/components/planosDialog/listagemPlanos/useListagemPlanos.d.ts +12 -0
- package/dist/components/planosDialog/loading/loading.d.ts +1 -0
- package/dist/components/planosDialog/planosDialog.d.ts +2 -0
- package/dist/components/planosDialog/planosDialog.static.d.ts +4 -0
- package/dist/components/planosDialog/planosDialog.types.d.ts +26 -0
- package/dist/components/planosDialog/planosDialogExport.d.ts +2 -0
- package/dist/components/planosDialog/usePlanosDialog.d.ts +15 -0
- package/dist/components/recursosDialog/confirmacaoAdquirirDialog/confirmacaoAdquirirDialog.d.ts +2 -0
- package/dist/components/recursosDialog/confirmacaoAdquirirDialog/confirmacaoAdquirirDialog.types.d.ts +6 -0
- package/dist/components/recursosDialog/confirmacaoRemoverDialog/confirmacaoRemoverDialog.d.ts +2 -0
- package/dist/components/recursosDialog/confirmacaoRemoverDialog/confirmacaoRemoverDialog.types.d.ts +6 -0
- package/dist/components/recursosDialog/emptyState/emptyState.d.ts +1 -0
- package/dist/components/recursosDialog/gifDialog/gifDialog.d.ts +2 -0
- package/dist/components/recursosDialog/gifDialog/gifDialog.styles.d.ts +1 -0
- package/dist/components/recursosDialog/gifDialog/gifDialog.types.d.ts +7 -0
- package/dist/components/recursosDialog/recurso/recurso.d.ts +2 -0
- package/dist/components/recursosDialog/recurso/recurso.styles.d.ts +14 -0
- package/dist/components/recursosDialog/recurso/recurso.types.d.ts +8 -0
- package/dist/components/recursosDialog/recursosDialog.d.ts +2 -0
- package/dist/components/recursosDialog/recursosDialog.types.d.ts +25 -0
- package/dist/components/recursosDialog/recursosDialogExport.d.ts +2 -0
- package/dist/components/recursosDialog/useRecursosDialog.d.ts +17 -0
- package/dist/context/minhaContaProvider.d.ts +99 -0
- package/dist/context/minhaContaQueryProvider.d.ts +2 -0
- package/dist/context/notificationProvider.d.ts +3 -0
- package/dist/context/notificationProvider.types.d.ts +8 -0
- package/dist/helpers/contrateApi/contrateApi.types.d.ts +45 -0
- package/dist/helpers/contrateApi/geralApi.types.d.ts +29 -0
- package/dist/helpers/contrateApi/meusDadosApi.types.d.ts +175 -0
- package/dist/helpers/types.d.ts +3 -0
- package/dist/hooks/useDialog.d.ts +4 -0
- package/dist/hooks/useToken.d.ts +2 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.mjs +3388 -83
- package/dist/index.mjs.map +1 -0
- package/dist/screens/confirmarEmail/api/index.d.ts +7 -0
- package/dist/screens/confirmarEmail/confirmarEmail.d.ts +2 -0
- package/dist/screens/confirmarEmail/confirmarEmail.styles.d.ts +6 -0
- package/dist/screens/confirmarEmail/confirmarEmail.types.d.ts +9 -0
- package/dist/screens/confirmarEmail/useConfirmarEmail.d.ts +2 -0
- package/dist/screens/meuPlano/faturas/alterarEmailCobrancaDialog/alterarEmailCobrancaDialog.d.ts +4 -0
- package/dist/screens/meuPlano/faturas/alterarEmailCobrancaDialog/alterarEmailCobrancaDialog.types.d.ts +8 -0
- package/dist/screens/meuPlano/faturas/alterarEmailCobrancaDialog/useAlterarEmailCobrancaDialog.d.ts +19 -0
- package/dist/screens/meuPlano/faturas/emptyState/emptyState.d.ts +1 -0
- package/dist/screens/meuPlano/faturas/faturas.d.ts +1 -0
- package/dist/screens/meuPlano/faturas/useFaturas.d.ts +32 -0
- package/dist/screens/meuPlano/faturas/useProximaFatura.d.ts +1 -0
- package/dist/screens/meuPlano/meuPlano.d.ts +3 -0
- package/dist/screens/meuPlano/termosDeUso/termosDeUso.d.ts +5 -0
- package/dist/screens/meuPlano/useMeuPlano.d.ts +5 -0
- package/dist/screens/minhaConta/minhaConta.d.ts +2 -0
- package/dist/screens/minhaConta/minhaConta.types.d.ts +19 -0
- package/dist/screens/minhaConta/useMinhaConta.d.ts +6 -0
- package/dist/screens/minhaEmpresa/dadosEmpresa/dadosEmpresa.d.ts +1 -0
- package/dist/screens/minhaEmpresa/dadosEmpresa/dadosEmpresa.styles.d.ts +1 -0
- package/dist/screens/minhaEmpresa/dadosEmpresa/useDadosEmpresa.d.ts +15 -0
- package/dist/screens/minhaEmpresa/dadosEndereco/dadosEndereco.d.ts +1 -0
- package/dist/screens/minhaEmpresa/dadosEndereco/useDadosEndereco.d.ts +10 -0
- package/dist/screens/minhaEmpresa/dadosResponsavel/dadosResponsavel.d.ts +1 -0
- package/dist/screens/minhaEmpresa/header/header.d.ts +1 -0
- package/dist/screens/minhaEmpresa/header/useHeader.d.ts +14 -0
- package/dist/screens/minhaEmpresa/minhaEmpresa.d.ts +3 -0
- package/dist/screens/minhaEmpresa/minhaEmpresa.helpers.d.ts +4 -0
- package/dist/screens/minhaEmpresa/minhaEmpresa.types.d.ts +42 -0
- package/dist/screens/minhaEmpresa/useMinhaEmpresa.d.ts +6 -0
- package/dist/shared/styles.d.ts +7 -0
- package/dist/shared/types.d.ts +4 -0
- package/dist/store/app/app.static.d.ts +2 -0
- package/dist/store/app/app.types.d.ts +9 -0
- package/dist/store/app/useAppStore.d.ts +2 -0
- package/dist/store/minhaConta/createMinhaContaStore.d.ts +2 -0
- package/dist/store/minhaConta/minhaConta.static.d.ts +2 -0
- package/dist/store/minhaConta/minhaConta.types.d.ts +226 -0
- package/dist/types/index.d.ts +16 -0
- package/dist/utils/getPeriodicidadeLabel.d.ts +6 -0
- package/dist/utils/openWhatsapp.d.ts +2 -0
- package/dist/utils/parseError.d.ts +2 -0
- package/package.json +55 -69
- package/dist/index.d.mts +0 -618
package/package.json
CHANGED
|
@@ -1,91 +1,77 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@s_mart/minha-conta",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "16.0.0",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"type": "module",
|
|
4
6
|
"main": "./dist/index.mjs",
|
|
5
7
|
"module": "./dist/index.mjs",
|
|
6
|
-
"types": "./dist/index.d.
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
7
9
|
"sideEffects": false,
|
|
8
|
-
"license": "MIT",
|
|
9
10
|
"files": [
|
|
10
11
|
"dist/**"
|
|
11
12
|
],
|
|
12
|
-
"
|
|
13
|
-
"@
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"@
|
|
19
|
-
"@
|
|
20
|
-
"@
|
|
21
|
-
"@
|
|
22
|
-
"@
|
|
23
|
-
"@
|
|
24
|
-
"@
|
|
25
|
-
"@
|
|
26
|
-
"@
|
|
27
|
-
"
|
|
28
|
-
"
|
|
13
|
+
"devDependencies": {
|
|
14
|
+
"@emotion/react": "^11.14.0",
|
|
15
|
+
"@emotion/styled": "^11.14.1",
|
|
16
|
+
"@mui/material": "^9.3.1",
|
|
17
|
+
"@mui/system": "^9.3.0",
|
|
18
|
+
"@mui/x-data-grid": "^9.12.0",
|
|
19
|
+
"@s_mart/core": "16.0.0",
|
|
20
|
+
"@s_mart/data": "16.0.0",
|
|
21
|
+
"@s_mart/form": "16.0.0",
|
|
22
|
+
"@s_mart/masks": "16.0.0",
|
|
23
|
+
"@s_mart/regular-icons": "16.0.0",
|
|
24
|
+
"@s_mart/rules": "16.0.0",
|
|
25
|
+
"@s_mart/solid-icons": "16.0.0",
|
|
26
|
+
"@s_mart/tokens": "16.0.0",
|
|
27
|
+
"@s_mart/utils": "16.0.0",
|
|
28
|
+
"@tanstack/react-query": "^5.101.4",
|
|
29
|
+
"@types/lodash-es": "^4.17.12",
|
|
30
|
+
"@types/react": "^19.2.18",
|
|
31
|
+
"@types/react-dom": "^19.2.5",
|
|
32
|
+
"axios": "^1.19.0",
|
|
33
|
+
"dayjs": "^1.11.23",
|
|
29
34
|
"jwt-decode": "^4.0.0",
|
|
30
|
-
"lodash-es": "^4.
|
|
31
|
-
"react": "^
|
|
32
|
-
"react-dom": "^
|
|
33
|
-
"react-dropzone": "^
|
|
34
|
-
"react-hook-form": "^7.
|
|
35
|
-
"typescript": "
|
|
36
|
-
"zustand": "^5.0.
|
|
37
|
-
"@s_mart/core": "11.0.3",
|
|
38
|
-
"@s_mart/data": "12.0.2",
|
|
39
|
-
"@s_mart/form": "11.0.2",
|
|
40
|
-
"@s_mart/hooks": "8.1.8",
|
|
41
|
-
"@s_mart/masks": "5.4.0",
|
|
42
|
-
"@s_mart/regular-icons": "6.0.18",
|
|
43
|
-
"@s_mart/rules": "5.3.0",
|
|
44
|
-
"@s_mart/solid-icons": "6.0.19",
|
|
45
|
-
"@s_mart/tokens": "6.0.0",
|
|
46
|
-
"@s_mart/typed": "8.0.1",
|
|
47
|
-
"@s_mart/utils": "5.5.0"
|
|
35
|
+
"lodash-es": "^4.18.1",
|
|
36
|
+
"react": "^19.2.8",
|
|
37
|
+
"react-dom": "^19.2.8",
|
|
38
|
+
"react-dropzone": "^20.1.1",
|
|
39
|
+
"react-hook-form": "^7.85.0",
|
|
40
|
+
"typescript": "^7.0.2",
|
|
41
|
+
"zustand": "^5.0.15"
|
|
48
42
|
},
|
|
49
|
-
"
|
|
50
|
-
"access": "public"
|
|
51
|
-
},
|
|
52
|
-
"devDependencies": {
|
|
43
|
+
"peerDependencies": {
|
|
53
44
|
"@emotion/react": "^11.11.4",
|
|
54
45
|
"@emotion/styled": "^11.13.0",
|
|
55
|
-
"@mui/material": "^
|
|
56
|
-
"@mui/system": "^
|
|
57
|
-
"@mui/x-data-grid": "^
|
|
46
|
+
"@mui/material": "^9.0.0",
|
|
47
|
+
"@mui/system": "^9.0.0",
|
|
48
|
+
"@mui/x-data-grid": "^9.0.0",
|
|
49
|
+
"@s_mart/core": "16.0.0",
|
|
50
|
+
"@s_mart/data": "16.0.0",
|
|
51
|
+
"@s_mart/form": "16.0.0",
|
|
52
|
+
"@s_mart/masks": "16.0.0",
|
|
53
|
+
"@s_mart/regular-icons": "16.0.0",
|
|
54
|
+
"@s_mart/rules": "16.0.0",
|
|
55
|
+
"@s_mart/solid-icons": "16.0.0",
|
|
56
|
+
"@s_mart/tokens": "16.0.0",
|
|
57
|
+
"@s_mart/utils": "16.0.0",
|
|
58
|
+
"@tanstack/react-query": "^5.101.4",
|
|
58
59
|
"@types/lodash-es": ">=4.17.12",
|
|
59
|
-
"@types/
|
|
60
|
-
"@types/react": "
|
|
61
|
-
"@types/react-dom": "^18.3.1",
|
|
60
|
+
"@types/react": ">=18.3.12",
|
|
61
|
+
"@types/react-dom": ">=18.3.1",
|
|
62
62
|
"axios": "^1.6.7",
|
|
63
63
|
"dayjs": "^1.11.10",
|
|
64
64
|
"jwt-decode": "^4.0.0",
|
|
65
65
|
"lodash-es": "^4.17.21",
|
|
66
|
-
"react": "
|
|
67
|
-
"react-dom": "
|
|
66
|
+
"react": ">=18.3.1",
|
|
67
|
+
"react-dom": ">=18.3.1",
|
|
68
68
|
"react-dropzone": "^14.2.3",
|
|
69
|
-
"react-hook-form": "^7.
|
|
70
|
-
"typescript": ">=
|
|
71
|
-
"zustand": "^5.0.
|
|
72
|
-
"@s_mart/core": "11.0.3",
|
|
73
|
-
"@s_mart/data": "12.0.2",
|
|
74
|
-
"@s_mart/form": "11.0.2",
|
|
75
|
-
"@s_mart/hooks": "8.1.8",
|
|
76
|
-
"@s_mart/masks": "5.4.0",
|
|
77
|
-
"@s_mart/regular-icons": "6.0.18",
|
|
78
|
-
"@s_mart/rules": "5.3.0",
|
|
79
|
-
"@s_mart/solid-icons": "6.0.19",
|
|
80
|
-
"@s_mart/tokens": "6.0.0",
|
|
81
|
-
"@s_mart/typed": "8.0.1",
|
|
82
|
-
"@s_mart/utils": "5.5.0"
|
|
83
|
-
},
|
|
84
|
-
"overrides": {
|
|
85
|
-
"react-is": "^18.3.1"
|
|
69
|
+
"react-hook-form": "^7.85.0",
|
|
70
|
+
"typescript": ">=7.0.2",
|
|
71
|
+
"zustand": "^5.0.15"
|
|
86
72
|
},
|
|
87
73
|
"scripts": {
|
|
88
|
-
"build": "
|
|
89
|
-
"
|
|
74
|
+
"build": "pnpm run typecheck && vite build",
|
|
75
|
+
"typecheck": "tsc --noEmit"
|
|
90
76
|
}
|
|
91
77
|
}
|