build
This commit is contained in:
parent
9d1a3b2a6f
commit
bb7411a5f5
11 changed files with 59 additions and 47 deletions
|
|
@ -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",
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue