@xvia/mtcidadao-api
Advanced tools
Comparing version 2.77.0 to 2.78.0
@@ -0,0 +0,0 @@ # Changelog |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from "./AbertosApi"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -14,7 +14,9 @@ import { Service } from "../Service"; | ||
pgeDocumentoArrecadacao(idNegociacao: string, qtdParcela: string, tipoParcela: string): Promise<any>; | ||
pgeDownloadDocumentoArrecadacao(idNegociacao: string, qtdParcela: string, tipoParcela: string): Promise<any>; | ||
pgeCadastroPessoa(idNegociacao: string): Promise<any>; | ||
pgeAlteraPessoaNegociacao(idNegociacao: string, numeroPessoa: string): Promise<any>; | ||
pgeSegundaViaTermoConfissao(idNegociacao: string): Promise<any>; | ||
pgeDownloadSegundaViaTermoConfissao(idNegociacao: string): Promise<any>; | ||
pgeCancelaNegociacao(idNegociacao: string, tipoDocumento: string, numeroDocumento: string): Promise<any>; | ||
pgeObterTodosFatosGeradores(tipoFatosGeradores: string, id: string, tipoDocumento: string, documento: string): Promise<any>; | ||
} |
@@ -66,2 +66,5 @@ "use strict"; | ||
} | ||
pgeDownloadDocumentoArrecadacao(idNegociacao, qtdParcela, tipoParcela) { | ||
return this.request(`/v1/pge/documentoArrecadacao`); | ||
} | ||
pgeCadastroPessoa(idNegociacao) { | ||
@@ -84,2 +87,5 @@ return this.request(`/v1/pge/cadastroPessoa/${idNegociacao}`); | ||
} | ||
pgeDownloadSegundaViaTermoConfissao(idNegociacao) { | ||
return this.request(`/v1/pge/${idNegociacao}/download`); | ||
} | ||
pgeCancelaNegociacao(idNegociacao, tipoDocumento, numeroDocumento) { | ||
@@ -86,0 +92,0 @@ return this.request(`/v1/pge/cancelaNegociacao/${idNegociacao}/${tipoDocumento}/${numeroDocumento}`, { |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Service } from "../Service"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum AuthProviderType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum DocumentRequestStatus { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum DocumentType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum ITipoAviso { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum ITiposServicos { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum NotificationMessageType { |
@@ -0,0 +0,0 @@ "use strict"; |
export declare enum IOrgaos { | ||
DETRAN = "DETRAN" | ||
} |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum RequestScope { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum Topic { |
@@ -0,0 +0,0 @@ "use strict"; |
export * from "./Service"; | ||
export * from "./api-generated"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IServiceAccountOptions } from "./types/IServiceAccountOptions"; |
@@ -0,0 +0,0 @@ "use strict"; |
import "isomorphic-fetch"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -30,4 +30,2 @@ export * from './types/IAccessTokenPayload'; | ||
export * from './types/ICondutor'; | ||
export * from './types/IDBObject'; | ||
export * from './types/IDBProvider'; | ||
export * from './types/IDadosCondutorResponse'; | ||
@@ -38,2 +36,4 @@ export * from './types/IDadosIPVA'; | ||
export * from './types/IDarStatus'; | ||
export * from './types/IDBObject'; | ||
export * from './types/IDBProvider'; | ||
export * from './types/IDebito'; | ||
@@ -59,4 +59,4 @@ export * from './types/IDebtoVeiculo'; | ||
export * from './types/IEspelhoCartaoMtSaude'; | ||
export * from './types/IFac'; | ||
export * from './types/IFAQ'; | ||
export * from './types/IFac'; | ||
export * from './types/IGeneralItem'; | ||
@@ -70,5 +70,5 @@ export * from './types/IGovBrLoginResponse'; | ||
export * from './types/IIntencaoVenda'; | ||
export * from './types/ILOGProvider'; | ||
export * from './types/ILoginProfileResponse'; | ||
export * from './types/ILoginResponse'; | ||
export * from './types/ILOGProvider'; | ||
export * from './types/IMunicipio'; | ||
@@ -96,2 +96,3 @@ export * from './types/IMunicipios'; | ||
export * from './types/IPushToken'; | ||
export * from './types/iQuestion'; | ||
export * from './types/IRecall'; | ||
@@ -122,3 +123,2 @@ export * from './types/IRegistro'; | ||
export * from './types/IVeiculo'; | ||
export * from './types/iQuestion'; | ||
export interface IAccessTokenPayload { | ||
authorized: boolean; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { ISignedRequestBody } from "./ISignedRequestBody"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IAppContext { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IAppInfo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { AuthProviderType } from "../enum/AuthProviderType"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IAuthProfilePayload } from "./IAuthProfilePayload"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IAuthProfilePayload { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IAuthCredential } from "./IAuthCredential"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IAuthRegister { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { AuthProviderType } from "../enum/AuthProviderType"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export interface IAuthRequestPayload { | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export declare class IAuthResponse { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type IAutista = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export declare class IAvaliacaoServico { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface IBotoesAutista { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IBuscaBeneficiarioMtSaude { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IBuscaCidadeMtSaude { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IBuscaCredenciadoMtSaude { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IBuscaDO { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IBuscaEspMtSaude { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IBuscaFaturaMtSaude { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IBuscaFaturaPdfMtSaude { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IBuscaMedicoMtSaude { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface ICacheProvider { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IAutista } from "./IAutista"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export declare type ITipoDocumento = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface ICategoriasServicoMT { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface ICidadeServicoMT { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ declare type BooleanChar = "N" | "S"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IDadosCondutorResponse { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ declare type TipoGuia = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ declare type BooleanChar = "N" | "S"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IDadosVeiculo } from "./IDadosVeiculo"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IDarStatusSefaz { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface IDBObject { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IDBObject } from "./IDBObject"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IDebito { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IDebtoVeiculo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IDemandaSucess { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IGeneralItem } from "./IGeneralItem"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IDetranDebito { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IDetranEndereco { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { DocumentRequestStatus } from "../enum/DocumentRequestStatus"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IDocumentResponse } from "./IDocumentResponse"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { DocumentType } from "../enum/DocumentType"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IDocumentRequest } from "./IDocumentRequest"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IDocumentProvider } from "./IDocumentProvider"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IEmpaerContatoRequest { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ interface IRegiao { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IEmpaerListarPerguntas { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IEmpaerListarPerguntas } from "./IEmpaerListarPerguntas"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IEmpaerSobreEmpaer { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IEmpaerTemas { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IEntidadeNota { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IError { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IEspelhoCartaoMtSaude { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IFac { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IFAQ { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IGeneralItem { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IAuthPayload } from "./IAuthPayload"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IAuthProfilePayload } from "./IAuthProfilePayload"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IGuia { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IImageOrcamento { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IInfracaoDetran { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IIntencaoVenda { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IAuthProfilePayload } from "./IAuthProfilePayload"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IMTLoginProfileResponse } from "./ILoginProfileResponse"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export interface ILOGProvider { | ||
report(name: string, message: string): string; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IMunicipio { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export declare type IUnidadesFederativas = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { ITipoAviso } from "../enum/ITipoAviso"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IStreamingMessage } from "./IStreamingMessage"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export interface INotificationResponse { | ||
jobId: string; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IAutista } from "./IAutista"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IOrcamentoStatusMT { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export interface iOuvidoriaConsultaAlvara { | ||
alvaraPDF?: string; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export interface iOuvidoriaConsultaParecerProjetoArquitetonico { | ||
parecerPDF?: string; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface iOuvidoriaConsultaProjetoArquitetonico { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface iOuvidoriaConsultaProtocolo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export interface iOuvidoriaConsultaProtocoloPDF { | ||
protocoloPDF: string; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export interface iOuvidoriaConsultaProtocoloRecibo { | ||
protocoloPDF: string; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface iOuvidoriaConsultaSes { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export interface iOuvidoriaEnviaEmail { | ||
resultado: string | number; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IProcessoAdministrativoShort { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export interface IPolicy { | ||
html: string; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IProcessoAbertura { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IPushNotification { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import admin from "firebase-admin"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IPushNotification } from "./IPushNotification"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IPushToken { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IQuestion { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IRecall { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { ICidade } from "./ICidadesServicoMT"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IRepasseAtendimento { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IRequestError { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { RequestScope } from "../enum/RequestScope"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { RequestScope } from "../enum/RequestScope"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IRg { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface ICoronaDashboard { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IAlunoSeduc { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface IOcorrencia { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface IServiceAccountOptions { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IServiceLog { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface ICartaServicos { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface ISignedRequestBody { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface ISolicitacoesAutistasVinculados { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IStreamingMessage { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IStreamingMessage } from "./IStreamingMessage"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
import { Topic } from "../enum/Topic"; | ||
export declare type IStreamingResponse = Record<keyof Topic, Record<string, number>>; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface ITaxaVeiculo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface ITipoServicoMT { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { RequestScope } from "../enum/RequestScope"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface IURLObject { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { INotificationMessage } from "./INotificationMessage"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { INotificationMessage, IPaymentMessage } from "./INotificationMessage"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -41,18 +41,5 @@ import { IDebito } from "./IDebito"; | ||
modelo: string; | ||
situacao?: string; | ||
multas: number; | ||
numeroDebitos: number; | ||
recall: boolean; | ||
chassi: string; | ||
processoAberto: boolean; | ||
processoSegundaVia: boolean; | ||
processoTransfMunicipio: boolean; | ||
processoInclusaoGravame: boolean; | ||
processoPlacaMercosul: boolean; | ||
processoBaixaGravame: boolean; | ||
intencaoVenda: boolean; | ||
cancelIntencaoVenda: boolean; | ||
mensagemRestricao: string; | ||
transferenciaVendedor: boolean; | ||
status: string; | ||
mensagemRestricao?: string; | ||
transferenciaVendedor?: boolean; | ||
} | ||
@@ -59,0 +46,0 @@ export interface IProcessoVeiculo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { IServico } from "../types/IProcesso"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@xvia/mtcidadao-api", | ||
"version": "2.77.0", | ||
"version": "2.78.0", | ||
"description": "MTCidadão api sdk", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -116,2 +116,10 @@ // AUTO GENERATED. DO NOT EDIT IT | ||
pgeDownloadDocumentoArrecadacao( | ||
idNegociacao: string, | ||
qtdParcela: string, | ||
tipoParcela: string, | ||
): Promise<any> { | ||
return this.request(`/v1/pge/documentoArrecadacao`); | ||
} | ||
pgeCadastroPessoa(idNegociacao: string): Promise<any> { | ||
@@ -140,2 +148,6 @@ return this.request(`/v1/pge/cadastroPessoa/${idNegociacao}`); | ||
pgeDownloadSegundaViaTermoConfissao(idNegociacao: string): Promise<any> { | ||
return this.request(`/v1/pge/${idNegociacao}/download`); | ||
} | ||
pgeCancelaNegociacao( | ||
@@ -142,0 +154,0 @@ idNegociacao: string, |
export * from "./Service"; | ||
export * from "./api-generated"; |
@@ -0,0 +0,0 @@ import "isomorphic-fetch"; |
@@ -0,0 +0,0 @@ import { IServiceAccountOptions } from "./types/IServiceAccountOptions"; |
@@ -0,0 +0,0 @@ import { ISignedRequestBody } from "./ISignedRequestBody"; |
@@ -0,0 +0,0 @@ export interface IServiceAccountOptions { |
@@ -0,0 +0,0 @@ export interface ISignedRequestBody { |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
312820
9711