@navservice/core 1.112.0 → 1.113.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/build/es/index.js
CHANGED
|
@@ -12,7 +12,9 @@ import { useLayoutEffect, useState } from "react";
|
|
|
12
12
|
"service-usuario",
|
|
13
13
|
"service-pages",
|
|
14
14
|
"service-assinatura",
|
|
15
|
-
"service-bucket"
|
|
15
|
+
"service-bucket",
|
|
16
|
+
"service-galio",
|
|
17
|
+
"service-oraculo"
|
|
16
18
|
];
|
|
17
19
|
TypeControllerUsuario.AssinaturaStatusEnum = [
|
|
18
20
|
"active",
|
|
@@ -37,6 +39,12 @@ import { useLayoutEffect, useState } from "react";
|
|
|
37
39
|
"service-pages": [
|
|
38
40
|
"padrao"
|
|
39
41
|
],
|
|
42
|
+
"service-galio": [
|
|
43
|
+
"padrao"
|
|
44
|
+
],
|
|
45
|
+
"service-oraculo": [
|
|
46
|
+
"padrao"
|
|
47
|
+
],
|
|
40
48
|
"service-bucket": [
|
|
41
49
|
"padrao"
|
|
42
50
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import z4 from "zod/v4";
|
|
2
2
|
declare namespace TypeControllerUsuario {
|
|
3
3
|
export const PlanNameEnum: readonly ["FREE", "ESSENTIAL", "BUSINESS", "ENTERPRISE"];
|
|
4
|
-
export const AppEnum: readonly ["service-usuario", "service-pages", "service-assinatura", "service-bucket"];
|
|
4
|
+
export const AppEnum: readonly ["service-usuario", "service-pages", "service-assinatura", "service-bucket", "service-galio", "service-oraculo"];
|
|
5
5
|
export const AssinaturaStatusEnum: readonly ["active", "canceled", "incomplete", "incomplete_expired", "past_due", "paused", "trialing", "unpaid"];
|
|
6
6
|
export const UsuarioTipoEnum: readonly ["padrao"];
|
|
7
7
|
export const apps_permitidos_e_tipos_de_usuarios_de_cada_app: Record<App, UsuarioTipo[]>;
|
|
@@ -10,6 +10,8 @@ declare namespace TypeControllerUsuario {
|
|
|
10
10
|
"service-pages": "service-pages";
|
|
11
11
|
"service-assinatura": "service-assinatura";
|
|
12
12
|
"service-bucket": "service-bucket";
|
|
13
|
+
"service-galio": "service-galio";
|
|
14
|
+
"service-oraculo": "service-oraculo";
|
|
13
15
|
}>;
|
|
14
16
|
const UsuarioTipoEnumZod: z4.ZodEnum<{
|
|
15
17
|
padrao: "padrao";
|
package/build/lib/index.cjs
CHANGED
|
@@ -71,7 +71,9 @@ var v4_default = /*#__PURE__*/__webpack_require__.n(v4_namespaceObject);
|
|
|
71
71
|
"service-usuario",
|
|
72
72
|
"service-pages",
|
|
73
73
|
"service-assinatura",
|
|
74
|
-
"service-bucket"
|
|
74
|
+
"service-bucket",
|
|
75
|
+
"service-galio",
|
|
76
|
+
"service-oraculo"
|
|
75
77
|
];
|
|
76
78
|
TypeControllerUsuario.AssinaturaStatusEnum = [
|
|
77
79
|
"active",
|
|
@@ -96,6 +98,12 @@ var v4_default = /*#__PURE__*/__webpack_require__.n(v4_namespaceObject);
|
|
|
96
98
|
"service-pages": [
|
|
97
99
|
"padrao"
|
|
98
100
|
],
|
|
101
|
+
"service-galio": [
|
|
102
|
+
"padrao"
|
|
103
|
+
],
|
|
104
|
+
"service-oraculo": [
|
|
105
|
+
"padrao"
|
|
106
|
+
],
|
|
99
107
|
"service-bucket": [
|
|
100
108
|
"padrao"
|
|
101
109
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import z4 from "zod/v4";
|
|
2
2
|
declare namespace TypeControllerUsuario {
|
|
3
3
|
export const PlanNameEnum: readonly ["FREE", "ESSENTIAL", "BUSINESS", "ENTERPRISE"];
|
|
4
|
-
export const AppEnum: readonly ["service-usuario", "service-pages", "service-assinatura", "service-bucket"];
|
|
4
|
+
export const AppEnum: readonly ["service-usuario", "service-pages", "service-assinatura", "service-bucket", "service-galio", "service-oraculo"];
|
|
5
5
|
export const AssinaturaStatusEnum: readonly ["active", "canceled", "incomplete", "incomplete_expired", "past_due", "paused", "trialing", "unpaid"];
|
|
6
6
|
export const UsuarioTipoEnum: readonly ["padrao"];
|
|
7
7
|
export const apps_permitidos_e_tipos_de_usuarios_de_cada_app: Record<App, UsuarioTipo[]>;
|
|
@@ -10,6 +10,8 @@ declare namespace TypeControllerUsuario {
|
|
|
10
10
|
"service-pages": "service-pages";
|
|
11
11
|
"service-assinatura": "service-assinatura";
|
|
12
12
|
"service-bucket": "service-bucket";
|
|
13
|
+
"service-galio": "service-galio";
|
|
14
|
+
"service-oraculo": "service-oraculo";
|
|
13
15
|
}>;
|
|
14
16
|
const UsuarioTipoEnumZod: z4.ZodEnum<{
|
|
15
17
|
padrao: "padrao";
|