tinyerp-ts
Version:
SDK para a API do Tiny ERP em TypeScript
1,618 lines • 183 kB
TypeScript
export declare const ErrorDTOSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly mensagem: {
readonly type: "string";
};
readonly detalhes: {
readonly type: "array";
readonly items: {
readonly $ref: "#/components/schemas/ErrorDetailDTO";
};
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const ErrorDetailDTOSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly campo: {
readonly type: "string";
};
readonly mensagem: {
readonly type: "string";
};
};
readonly type: "object";
};
export declare const AnexoRequestModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly url: {
readonly type: "string";
readonly nullable: true;
};
readonly externo: {};
};
readonly type: "object";
};
export declare const AnexoResponseModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly url: {
readonly type: "string";
readonly nullable: true;
};
readonly externo: {
readonly type: "boolean";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const CategoriaRequestModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const CategoriaResponseModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
readonly nome: {
readonly type: "string";
readonly nullable: true;
};
readonly caminhoCompleto: {
readonly type: "string";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const ListarArvoreCategoriasModelResponseSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
readonly descricao: {
readonly type: "string";
readonly nullable: true;
};
readonly filhas: {
readonly type: "array";
readonly items: {
readonly $ref: "#/components/schemas/ListarArvoreCategoriasModelResponse";
};
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const CategoriaReceitaDespesaResponseModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
};
readonly descricao: {
readonly type: "string";
};
};
readonly type: "object";
};
export declare const ListagemCategoriasReceitaDespesaResponseModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
};
readonly descricao: {
readonly type: "string";
};
readonly grupo: {
readonly type: "string";
};
};
readonly type: "object";
};
export declare const ContaContabilModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const ContaContabilRequestModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
};
};
readonly type: "object";
};
export declare const CriarContaPagarRequestModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly data: {
readonly type: "string";
readonly nullable: true;
};
readonly dataVencimento: {
readonly type: "string";
readonly nullable: true;
};
readonly valor: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly numeroDocumento: {
readonly type: "string";
readonly nullable: true;
};
readonly contato: {
readonly $ref: "#/components/schemas/ContatoRequestModel";
};
readonly historico: {
readonly type: "string";
readonly nullable: true;
};
readonly categoria: {
readonly $ref: "#/components/schemas/CategoriaRequestModel";
};
readonly dataCompetencia: {
readonly type: "string";
readonly nullable: true;
};
readonly ocorrencia: {
readonly type: "string";
readonly enum: readonly ["U - Unica", "W - Semanal", "Q - Quinzenal", "M - Mensal", "T - Trimestral", "S - Semestral", "A - Anual", "P - Parcelada"];
readonly example: "U";
readonly nullable: true;
};
readonly formaPagamento: {
readonly type: "integer";
readonly enum: readonly ["0 - Nao Definida", "2 - Dinheiro", "3 - Credito", "4 - Debito", "5 - Boleto", "6 - Deposito", "7 - Cheque", "8 - Crediario", "10 - Outra", "12 - Duplicata Mercantil", "14 - Vale", "15 - Pix", "16 - Vale Alimentacao", "17 - Vale Refeicao", "18 - Vale Presente", "19 - Vale Combustivel", "20 - Deposito Bancario", "21 - Transferencia Bancaria Carteira Digital", "22 - Fidelidade Cashback Credito Virtual"];
readonly example: "0";
readonly nullable: true;
};
readonly diaVencimento: {
readonly type: "integer";
readonly nullable: true;
};
readonly quantidadeParcelas: {
readonly type: "integer";
readonly nullable: true;
};
readonly diaSemanaVencimento: {
readonly type: "integer";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const CriarContaPagarResponseModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
};
};
readonly type: "object";
};
export declare const ListagemContasPagarResponseModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
readonly situacao: {
readonly type: "string";
readonly enum: readonly ["aberto - Aberto", "cancelada - Cancelada", "pago - Pago", "parcial - Parcial", "prevista - Prevista"];
readonly example: "aberto";
readonly nullable: true;
};
readonly data: {
readonly type: "string";
readonly nullable: true;
};
readonly dataVencimento: {
readonly type: "string";
readonly nullable: true;
};
readonly historico: {
readonly type: "string";
readonly nullable: true;
};
readonly valor: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly numeroDocumento: {
readonly type: "string";
readonly nullable: true;
};
readonly numeroBanco: {
readonly type: "string";
readonly nullable: true;
};
readonly serieDocumento: {
readonly type: "string";
readonly nullable: true;
};
readonly cliente: {
readonly $ref: "#/components/schemas/ContatoModelResponse";
};
readonly marcadores: {};
};
readonly type: "object";
};
export declare const ObterContaPagarModelResponseSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
};
readonly situacao: {
readonly type: "string";
readonly enum: readonly ["aberto - Aberto", "cancelada - Cancelada", "pago - Pago", "parcial - Parcial", "prevista - Prevista"];
readonly example: "aberto";
readonly nullable: true;
};
readonly data: {
readonly type: "string";
};
readonly dataVencimento: {
readonly type: "string";
};
readonly dataCompetencia: {
readonly type: "string";
};
readonly dataLiquidacao: {
readonly type: "string";
readonly nullable: true;
};
readonly diaVencimento: {
readonly type: "integer";
readonly nullable: true;
};
readonly diaSemanaVencimento: {
readonly type: "integer";
readonly enum: readonly ["0 - Domingo", "1 - Segunda", "2 - Terca", "3 - Quarta", "4 - Quinta", "5 - Sexta", "6 - Sabado"];
readonly example: "0";
readonly nullable: true;
};
readonly numeroDocumento: {
readonly type: "string";
};
readonly serieDocumento: {
readonly type: "string";
readonly nullable: true;
};
readonly ocorrencia: {
readonly type: "string";
readonly enum: readonly ["U - Unica", "W - Semanal", "Q - Quinzenal", "M - Mensal", "T - Trimestral", "S - Semestral", "A - Anual", "P - Parcelada"];
readonly example: "U";
readonly nullable: true;
};
readonly quantidadeParcelas: {
readonly type: "integer";
readonly nullable: true;
};
readonly valor: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly saldo: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly contato: {
readonly $ref: "#/components/schemas/ContatoModelResponse";
};
readonly categoria: {
readonly $ref: "#/components/schemas/CategoriaReceitaDespesaResponseModel";
};
readonly formaPagamento: {
readonly $ref: "#/components/schemas/FormaPagamentoResponseModel";
};
readonly historico: {
readonly type: "string";
};
readonly marcadores: {};
};
readonly type: "object";
};
export declare const AtualizarContaReceberRequestModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly taxa: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly dataVencimento: {
readonly type: "string";
readonly nullable: true;
};
readonly categoria: {
readonly $ref: "#/components/schemas/CategoriaRequestModel";
};
readonly dataCompetencia: {
readonly type: "string";
readonly nullable: true;
};
readonly atualizarContaRecorrente: {
readonly type: "boolean";
};
};
readonly type: "object";
};
export declare const BaixarContaReceberModelRequestSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly contaDestino: {
readonly $ref: "#/components/schemas/ContaContabilRequestModel";
};
readonly data: {
readonly type: "string";
readonly nullable: true;
};
readonly categoria: {
readonly $ref: "#/components/schemas/CategoriaRequestModel";
};
readonly historico: {
readonly type: "string";
readonly nullable: true;
};
readonly taxa: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly juros: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly desconto: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly valorPago: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly acrescimo: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const CriarContaReceberRequestModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly data: {
readonly type: "string";
readonly nullable: true;
};
readonly dataVencimento: {
readonly type: "string";
readonly nullable: true;
};
readonly valor: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly numeroDocumento: {
readonly type: "string";
readonly nullable: true;
};
readonly contato: {
readonly $ref: "#/components/schemas/ContatoRequestModel";
};
readonly historico: {
readonly type: "string";
readonly nullable: true;
};
readonly categoria: {
readonly $ref: "#/components/schemas/CategoriaRequestModel";
};
readonly dataCompetencia: {
readonly type: "string";
readonly nullable: true;
};
readonly formaRecebimento: {
readonly type: "integer";
readonly nullable: true;
};
readonly ocorrencia: {
readonly type: "string";
readonly enum: readonly ["U - Unica", "W - Semanal", "Q - Quinzenal", "M - Mensal", "T - Trimestral", "S - Semestral", "A - Anual", "P - Parcelada"];
readonly example: "U";
readonly nullable: true;
};
readonly diaVencimento: {
readonly type: "integer";
readonly nullable: true;
};
readonly diaSemanaVencimento: {
readonly type: "integer";
readonly nullable: true;
};
readonly quantidadeParcelas: {
readonly type: "integer";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const CriarContaReceberResponseModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
};
};
readonly type: "object";
};
export declare const ListagemContasReceberResponseModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
readonly situacao: {
readonly type: "string";
readonly enum: readonly ["aberto - Aberto", "cancelada - Cancelada", "pago - Pago", "parcial - Parcial", "prevista - Prevista"];
readonly example: "aberto";
readonly nullable: true;
};
readonly data: {
readonly type: "string";
readonly nullable: true;
};
readonly dataVencimento: {
readonly type: "string";
readonly nullable: true;
};
readonly historico: {
readonly type: "string";
readonly nullable: true;
};
readonly valor: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly numeroDocumento: {
readonly type: "string";
readonly nullable: true;
};
readonly numeroBanco: {
readonly type: "string";
readonly nullable: true;
};
readonly serieDocumento: {
readonly type: "string";
readonly nullable: true;
};
readonly cliente: {
readonly $ref: "#/components/schemas/ContatoModelResponse";
};
};
readonly type: "object";
};
export declare const ObterContaReceberResponseModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
readonly situacao: {
readonly type: "string";
readonly enum: readonly ["aberto - Aberto", "cancelada - Cancelada", "pago - Pago", "parcial - Parcial", "prevista - Prevista"];
readonly example: "aberto";
readonly nullable: true;
};
readonly data: {
readonly type: "string";
readonly nullable: true;
};
readonly dataVencimento: {
readonly type: "string";
readonly nullable: true;
};
readonly dataCompetencia: {
readonly type: "string";
readonly nullable: true;
};
readonly dataLiquidacao: {
readonly type: "string";
readonly nullable: true;
};
readonly diaVencimento: {
readonly type: "integer";
readonly nullable: true;
};
readonly diaSemanaVencimento: {
readonly type: "integer";
readonly enum: readonly ["0 - Domingo", "1 - Segunda", "2 - Terca", "3 - Quarta", "4 - Quinta", "5 - Sexta", "6 - Sabado"];
readonly example: "0";
readonly nullable: true;
};
readonly numeroDocumento: {
readonly type: "string";
readonly nullable: true;
};
readonly serieDocumento: {
readonly type: "string";
readonly nullable: true;
};
readonly ocorrencia: {
readonly type: "string";
readonly enum: readonly ["U - Unica", "W - Semanal", "Q - Quinzenal", "M - Mensal", "T - Trimestral", "S - Semestral", "A - Anual", "P - Parcelada"];
readonly example: "U";
readonly nullable: true;
};
readonly quantidadeParcelas: {
readonly type: "integer";
readonly nullable: true;
};
readonly valor: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly saldo: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly taxa: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly cliente: {
readonly $ref: "#/components/schemas/ContatoModelResponse";
};
readonly categoria: {
readonly $ref: "#/components/schemas/CategoriaReceitaDespesaResponseModel";
};
readonly formaRecebimento: {
readonly $ref: "#/components/schemas/FormaRecebimentoResponseModel";
};
readonly historico: {
readonly type: "string";
readonly nullable: true;
};
readonly linkBoleto: {
readonly type: "string";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const AtualizarContatoContatoModelRequestSchema: {
readonly title: " ";
readonly description: " ";
readonly allOf: readonly [{
readonly $ref: "#/components/schemas/BasePessoaContatoModel";
}];
};
export declare const AtualizarContatoModelRequestSchema: {
readonly title: " ";
readonly description: " ";
readonly allOf: readonly [{
readonly $ref: "#/components/schemas/CriarAtualizarContatoModelRequest";
}];
};
export declare const BaseContatoModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly nome: {
readonly type: "string";
readonly nullable: true;
};
readonly codigo: {
readonly type: "string";
readonly nullable: true;
};
readonly fantasia: {
readonly type: "string";
readonly nullable: true;
};
readonly tipoPessoa: {
readonly type: "string";
readonly enum: readonly ["J - Juridica", "F - Fisica", "E - Estrangeiro", "X - Estrangeiro No Brasil"];
readonly example: "J";
readonly nullable: true;
};
readonly cpfCnpj: {
readonly type: "string";
readonly nullable: true;
};
readonly inscricaoEstadual: {
readonly type: "string";
readonly nullable: true;
};
readonly rg: {
readonly type: "string";
readonly nullable: true;
};
readonly telefone: {
readonly type: "string";
readonly nullable: true;
};
readonly celular: {
readonly type: "string";
readonly nullable: true;
};
readonly email: {
readonly type: "string";
readonly nullable: true;
};
readonly endereco: {
readonly $ref: "#/components/schemas/EnderecoModel";
};
};
readonly type: "object";
};
export declare const BasePessoaContatoModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly nome: {
readonly type: "string";
readonly nullable: true;
};
readonly telefone: {
readonly type: "string";
readonly nullable: true;
};
readonly ramal: {
readonly type: "string";
readonly nullable: true;
};
readonly email: {
readonly type: "string";
readonly nullable: true;
};
readonly setor: {
readonly type: "string";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const ContatoModelSchema: {
readonly title: " ";
readonly description: " ";
readonly type: "object";
readonly allOf: readonly [{
readonly $ref: "#/components/schemas/BaseContatoModel";
}, {
readonly properties: {
readonly enderecoCobranca: {
readonly $ref: "#/components/schemas/EnderecoModel";
};
readonly inscricaoMunicipal: {
readonly type: "string";
readonly nullable: true;
};
readonly telefoneAdicional: {
readonly type: "string";
readonly nullable: true;
};
readonly emailNfe: {
readonly type: "string";
readonly nullable: true;
};
readonly site: {
readonly type: "string";
readonly nullable: true;
};
readonly regimeTributario: {
readonly type: "integer";
readonly enum: readonly ["1 - Simples Nacional", "2 - Simples Nacional Excesso Receita", "3 - Regime Normal", "4 - Mei"];
readonly example: "1";
readonly nullable: true;
};
readonly estadoCivil: {
readonly type: "integer";
readonly enum: readonly ["1 - Casado", "2 - Solteiro", "3 - Viuvo", "4 - Separado", "5 - Desquitado"];
readonly example: "1";
readonly nullable: true;
};
readonly profissao: {
readonly type: "string";
readonly nullable: true;
};
readonly sexo: {
readonly type: "string";
readonly enum: readonly ["masculino - Masculino", "feminino - Feminino"];
readonly example: "masculino";
readonly nullable: true;
};
readonly dataNascimento: {
readonly type: "string";
readonly nullable: true;
};
readonly naturalidade: {
readonly type: "string";
readonly nullable: true;
};
readonly nomePai: {
readonly type: "string";
readonly nullable: true;
};
readonly nomeMae: {
readonly type: "string";
readonly nullable: true;
};
readonly cpfPai: {
readonly type: "string";
readonly nullable: true;
};
readonly cpfMae: {
readonly type: "string";
readonly nullable: true;
};
readonly limiteCredito: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly situacao: {
readonly type: "string";
readonly enum: readonly ["B - Ativo", "A - Ativo Com Acesso Sistema", "I - Inativo", "E - Excluido"];
readonly example: "B";
readonly nullable: true;
};
readonly observacoes: {
readonly type: "string";
readonly nullable: true;
};
};
readonly type: "object";
}];
};
export declare const ContatoModelResponseSchema: {
readonly title: " ";
readonly description: " ";
readonly type: "object";
readonly allOf: readonly [{
readonly $ref: "#/components/schemas/BaseContatoModel";
}, {
readonly properties: {
readonly id: {
readonly type: "integer";
};
};
readonly type: "object";
}];
};
export declare const CriarAtualizarContatoModelRequestSchema: {
readonly title: " ";
readonly description: " ";
readonly type: "object";
readonly allOf: readonly [{
readonly $ref: "#/components/schemas/ContatoModel";
}, {
readonly properties: {
readonly vendedor: {
readonly $ref: "#/components/schemas/VendedorRequestModel";
};
readonly tipos: {
readonly type: "array";
readonly items: {
readonly type: "integer";
};
};
readonly contatos: {
readonly type: "array";
readonly items: {
readonly $ref: "#/components/schemas/CriarContatoContatoModelRequest";
};
readonly nullable: true;
};
};
readonly type: "object";
}];
};
export declare const CriarContatoContatoModelRequestSchema: {
readonly title: " ";
readonly description: " ";
readonly allOf: readonly [{
readonly $ref: "#/components/schemas/BasePessoaContatoModel";
}];
};
export declare const CriarContatoContatoModelResponseSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const CriarContatoModelRequestSchema: {
readonly title: " ";
readonly description: " ";
readonly allOf: readonly [{
readonly $ref: "#/components/schemas/CriarAtualizarContatoModelRequest";
}];
};
export declare const CriarContatoModelResponseSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
};
};
readonly type: "object";
};
export declare const ListagemContatoModelResponseSchema: {
readonly title: " ";
readonly description: " ";
readonly type: "object";
readonly allOf: readonly [{
readonly $ref: "#/components/schemas/BaseContatoModel";
}, {
readonly properties: {
readonly id: {
readonly type: "integer";
};
readonly vendedor: {
readonly nullable: true;
readonly oneOf: readonly [{
readonly $ref: "#/components/schemas/VendedorResponseModel";
}];
};
readonly situacao: {
readonly type: "string";
readonly enum: readonly ["B - Ativo", "A - Ativo Com Acesso Sistema", "I - Inativo", "E - Excluido"];
readonly example: "B";
readonly nullable: true;
};
readonly dataCriacao: {
readonly type: "string";
readonly nullable: true;
};
readonly dataAtualizacao: {
readonly type: "string";
readonly nullable: true;
};
};
readonly type: "object";
}];
};
export declare const ListagemContatosContatoModelResponseSchema: {
readonly title: " ";
readonly description: " ";
readonly type: "object";
readonly allOf: readonly [{
readonly $ref: "#/components/schemas/PessoaContatoModel";
}, {
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
};
readonly type: "object";
}];
};
export declare const ListarTiposDeContatosModelResponseSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
};
readonly nome: {
readonly type: "string";
};
readonly perfilContato: {
readonly type: "string";
readonly enum: readonly ["0 - Outro", "1 - Cliente", "2 - Fornecedor", "3 - Vendedor", "4 - Transportador", "5 - Funcionario"];
readonly example: "0";
};
};
readonly type: "object";
};
export declare const ObterContatoContatoModelResponseSchema: {
readonly title: " ";
readonly description: " ";
readonly type: "object";
readonly allOf: readonly [{
readonly $ref: "#/components/schemas/PessoaContatoModel";
}, {
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
};
readonly type: "object";
}];
};
export declare const ObterContatoModelResponseSchema: {
readonly title: " ";
readonly description: " ";
readonly type: "object";
readonly allOf: readonly [{
readonly $ref: "#/components/schemas/ContatoModel";
}, {
readonly properties: {
readonly id: {
readonly type: "integer";
};
readonly dataCriacao: {
readonly type: "string";
readonly nullable: true;
};
readonly dataAtualizacao: {
readonly type: "string";
readonly nullable: true;
};
readonly vendedor: {
readonly nullable: true;
readonly oneOf: readonly [{
readonly $ref: "#/components/schemas/VendedorResponseModel";
}];
};
readonly tipos: {
readonly type: "array";
readonly items: {
readonly $ref: "#/components/schemas/TipoContatoModel";
};
readonly nullable: true;
};
readonly contatos: {
readonly type: "array";
readonly items: {
readonly $ref: "#/components/schemas/PessoaContatoModel";
};
readonly nullable: true;
};
};
readonly type: "object";
}];
};
export declare const PessoaContatoModelSchema: {
readonly title: " ";
readonly description: " ";
readonly type: "object";
readonly allOf: readonly [{
readonly $ref: "#/components/schemas/BasePessoaContatoModel";
}, {
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
};
readonly type: "object";
}];
};
export declare const TipoContatoModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
readonly descricao: {
readonly type: "string";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const ObterInfoContaModelResponseSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly razaoSocial: {
readonly type: "string";
};
readonly cpfCnpj: {
readonly type: "string";
};
readonly fantasia: {
readonly type: "string";
};
readonly enderecoEmpresa: {
readonly $ref: "#/components/schemas/EnderecoModel";
};
readonly fone: {
readonly type: "string";
};
readonly email: {
readonly type: "string";
};
readonly inscricaoEstadual: {
readonly type: "string";
};
readonly regimeTributario: {
readonly type: "integer";
readonly enum: readonly ["1 - Simples Nacional", "2 - Simples Nacional Excesso Receita", "3 - Regime Normal", "4 - Mei"];
readonly example: "1";
};
};
readonly type: "object";
};
export declare const DepositoRequestModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
};
};
readonly type: "object";
};
export declare const DepositoResponseModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
};
readonly nome: {
readonly type: "string";
};
};
readonly type: "object";
};
export declare const BaseEcommerceModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
readonly nome: {
readonly type: "string";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const EcommerceRequestModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
readonly numeroPedidoEcommerce: {
readonly type: "string";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const EcommerceResponseModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
readonly nome: {
readonly type: "string";
readonly nullable: true;
};
readonly numeroPedidoEcommerce: {
readonly type: "string";
readonly nullable: true;
};
readonly numeroPedidoCanalVenda: {
readonly type: "string";
readonly nullable: true;
};
readonly canalVenda: {
readonly type: "string";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const EmbalagemRequestModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
readonly tipo: {
readonly type: "integer";
readonly enum: readonly ["0 - Nao Definido", "1 - Envelope", "2 - Caixa", "3 - Cilindro"];
readonly example: "0";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const EmbalagemResponseModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
readonly nullable: true;
};
readonly tipo: {
readonly type: "integer";
readonly enum: readonly ["0 - Nao Definido", "1 - Envelope", "2 - Caixa", "3 - Cilindro"];
readonly example: "0";
readonly nullable: true;
};
readonly descricao: {
readonly type: "string";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const EnderecoEntregaModelResponseSchema: {
readonly title: " ";
readonly description: " ";
readonly type: "object";
readonly allOf: readonly [{
readonly $ref: "#/components/schemas/EnderecoModel";
}, {
readonly properties: {
readonly nomeDestinatario: {
readonly type: "string";
readonly nullable: true;
};
readonly cpfCnpj: {
readonly type: "string";
readonly nullable: true;
};
readonly tipoPessoa: {
readonly type: "string";
readonly nullable: true;
};
};
readonly type: "object";
}];
};
export declare const EnderecoModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly endereco: {
readonly type: "string";
readonly nullable: true;
};
readonly numero: {
readonly type: "string";
readonly nullable: true;
};
readonly complemento: {
readonly type: "string";
readonly nullable: true;
};
readonly bairro: {
readonly type: "string";
readonly nullable: true;
};
readonly municipio: {
readonly type: "string";
readonly nullable: true;
};
readonly cep: {
readonly type: "string";
readonly nullable: true;
};
readonly uf: {
readonly type: "string";
readonly nullable: true;
};
readonly pais: {
readonly type: "string";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const AtualizarProdutoEstoqueModelRequestSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly deposito: {
readonly $ref: "#/components/schemas/DepositoRequestModel";
};
readonly tipo: {
readonly type: "string";
readonly enum: readonly ["B - Balanco", "E - Entrada", "S - Saida"];
readonly example: "B";
readonly nullable: true;
};
readonly data: {
readonly type: "string";
readonly nullable: true;
};
readonly quantidade: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly precoUnitario: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly observacoes: {
readonly type: "string";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const AtualizarProdutoEstoqueModelResponseSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly idLancamento: {
readonly type: "integer";
};
};
readonly type: "object";
};
export declare const DepositoModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
};
readonly nome: {
readonly type: "string";
};
readonly desconsiderar: {
readonly type: "boolean";
};
readonly saldo: {
readonly type: "number";
readonly format: "float";
};
readonly reservado: {
readonly type: "number";
readonly format: "float";
};
readonly disponivel: {
readonly type: "number";
readonly format: "float";
};
};
readonly type: "object";
};
export declare const ObterEstoqueProdutoModelResponseSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
};
readonly nome: {
readonly type: "string";
};
readonly codigo: {
readonly type: "string";
};
readonly unidade: {
readonly type: "string";
};
readonly saldo: {
readonly type: "number";
readonly format: "float";
};
readonly reservado: {
readonly type: "number";
readonly format: "float";
};
readonly disponivel: {
readonly type: "number";
readonly format: "float";
};
readonly depositos: {
readonly type: "array";
readonly items: {
readonly $ref: "#/components/schemas/DepositoModel";
};
};
};
readonly type: "object";
};
export declare const CriarAgrupamentoRequestModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly idsNotasFiscais: {
readonly type: "array";
readonly items: {
readonly type: "integer";
};
};
readonly idsPedidos: {
readonly type: "array";
readonly items: {
readonly type: "integer";
};
};
readonly objetosAvulsos: {
readonly type: "array";
readonly items: {
readonly $ref: "#/components/schemas/ObjetoAvulsoRequestModel";
};
};
};
readonly type: "object";
};
export declare const CriarAgrupamentoResponseModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
};
};
readonly type: "object";
};
export declare const ExpedicaoRequestModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly descricao: {
readonly type: "string";
readonly nullable: true;
};
readonly volume: {
readonly $ref: "#/components/schemas/VolumeExpedicaoRequestModel";
};
readonly logistica: {
readonly $ref: "#/components/schemas/LogisticaExpedicaoRequestModel";
};
};
readonly type: "object";
};
export declare const LogisticaExpedicaoRequestModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly formaFrete: {
readonly $ref: "#/components/schemas/FormaFreteRequestModel";
};
readonly codigoRastreio: {
readonly type: "string";
readonly nullable: true;
};
readonly urlRastreio: {
readonly type: "string";
readonly nullable: true;
};
readonly possuiValorDeclarado: {};
readonly valorDeclarado: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly possuiAvisoRecebimento: {};
};
readonly type: "object";
};
export declare const VolumeExpedicaoRequestModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly embalagem: {
readonly $ref: "#/components/schemas/EmbalagemRequestModel";
};
readonly largura: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly altura: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly comprimento: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly diametro: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly pesoBruto: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly quantidadeVolumes: {
readonly description: "Apenas para notas e pedidos";
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const ListagemAgrupamentosModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly id: {
readonly type: "integer";
};
readonly identificacao: {
readonly type: "string";
};
readonly data: {
readonly type: "string";
};
readonly quantidadeObjetos: {
readonly type: "integer";
};
readonly formaEnvio: {
readonly $ref: "#/components/schemas/FormaEnvioResponseModel";
};
};
readonly type: "object";
};
export declare const LogisticaObjetoAvulsoRequestModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly formaFrete: {
readonly $ref: "#/components/schemas/FormaFreteRequestModel";
};
readonly codigoRastreio: {
readonly type: "string";
readonly nullable: true;
};
readonly urlRastreio: {
readonly type: "string";
readonly nullable: true;
};
readonly possuiValorDeclarado: {};
readonly valorDeclarado: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly possuiAvisoRecebimento: {};
};
readonly type: "object";
};
export declare const ObjetoAvulsoRequestModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly descricao: {
readonly type: "string";
readonly nullable: true;
};
readonly data: {
readonly type: "string";
readonly nullable: true;
};
readonly destinatario: {
readonly $ref: "#/components/schemas/ContatoRequestModel";
};
readonly volume: {
readonly $ref: "#/components/schemas/VolumeObjetoAvulsoRequestModel";
};
readonly logistica: {
readonly $ref: "#/components/schemas/LogisticaObjetoAvulsoRequestModel";
};
};
readonly type: "object";
};
export declare const VolumeObjetoAvulsoRequestModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
readonly embalagem: {
readonly $ref: "#/components/schemas/EmbalagemRequestModel";
};
readonly largura: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly altura: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly comprimento: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly diametro: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
readonly pesoBruto: {
readonly type: "number";
readonly format: "float";
readonly nullable: true;
};
};
readonly type: "object";
};
export declare const ExpedicaoNotaResponseModelSchema: {
readonly title: " ";
readonly description: " ";
readonly properties: {
reado