This commit is contained in:
Luiz H. R. Silva 2024-06-06 19:03:52 -03:00
parent 9d1a3b2a6f
commit bb7411a5f5
11 changed files with 59 additions and 47 deletions

View file

@ -1,10 +1,10 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.chave_produtos = void 0;
var chave_produtos;
(function (chave_produtos) {
chave_produtos["suporte"] = "suporte";
chave_produtos["betha-meio-ambiente"] = "betha-meio-ambiente";
chave_produtos["e-licencie-gov"] = "e-licencie-gov";
chave_produtos["e-licencie"] = "e-licencie";
})(chave_produtos = exports.chave_produtos || (exports.chave_produtos = {}));
exports.chave_produto = void 0;
var zod_1 = require("zod");
exports.chave_produto = zod_1.z.enum([
"suporte",
"betha-meio-ambiente",
"e-licencie-gov",
"e-licencie",
]);