sfrmobile-api
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "sfrmobile-api", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "types/index.d.ts", |
export interface FicheMonCompte { | ||
civilite: string; | ||
cogeres: any[]; | ||
cogeres?: any[]; | ||
commandes: any[]; | ||
@@ -14,81 +14,4 @@ compteWebFixeAdmin: boolean | null; | ||
idAsc: string; | ||
ligneGestionnaire: Array<{ | ||
civilite: string; | ||
commandes: any[]; | ||
compteWebFixeAdmin: boolean; | ||
emailDeContactFixe: string; | ||
emailDeContactMobile: null; | ||
emailDeSecours: null; | ||
empreinte: { | ||
etat: string; | ||
date: string; | ||
}; | ||
idAsc: string; | ||
lignesFixes: Array<{ | ||
boxImg: string; | ||
crmid: string; | ||
dateActivation: string; | ||
dateCreation: string; | ||
decodeurImg: string; | ||
decodeurTV: boolean; | ||
facturationData: { | ||
adresse: Adresse; | ||
}; | ||
gamme: string; | ||
isNumericable: boolean; | ||
libelleCommercialBox: string; | ||
libelleCommercialDecodeur: string; | ||
libelleOffreSouscrite: string; | ||
multipackId: string; | ||
multipackRemiseGroupe: number; | ||
multipackRemiseLigne: number; | ||
ndi: string; | ||
optionsSouscrites: Array<{ | ||
codeOption: string; | ||
libelle: null | string; | ||
}>; | ||
profilPSW: string; | ||
statutJoya: string; | ||
technoLigne: string; | ||
utilisateurData: { | ||
adresse: Adresse; | ||
}; | ||
}>; | ||
lignesMobiles: Array<{ | ||
box4G: boolean; | ||
facturationData: { | ||
adresse: Adresse; | ||
}; | ||
gammeTarifaire: string; | ||
libelleForfait: string; | ||
msisdn: string; | ||
multipackId: null; | ||
multipackRemiseGroupe: null; | ||
multipackRemiseLigne: null; | ||
numeroContrat: string; | ||
offreYellow: null; | ||
optionsSouscrites: Array<{ | ||
codeProduit: string; | ||
libelleCourt: string; | ||
}>; | ||
profilPSW: string; | ||
segment: string; | ||
statutJoya: null; | ||
telephoneMobileIdBacarat: null; | ||
telephoneMobileImei: string; | ||
telephoneMobileTac: string; | ||
utilisateurData: { | ||
adresse: Adresse; | ||
}; | ||
}>; | ||
logins: string[]; | ||
may: boolean; | ||
nom: string; | ||
prenom: string; | ||
srr: boolean; | ||
telephoneFixeDeContact: string; | ||
telephoneMobileDeContact: string; | ||
telephoneMobileDeSecours: string; | ||
}>; | ||
lignesEnGestion: any[]; | ||
ligneGestionnaire?: FicheMonCompte[]; | ||
lignesEnGestion?: FicheMonCompte[]; | ||
lignesFixes: Array<{ | ||
@@ -132,8 +55,11 @@ boxImg: string; | ||
msisdn: string; | ||
multipackId: null; | ||
multipackRemiseGroupe: null; | ||
multipackRemiseLigne: null; | ||
multipackId: null | string; | ||
multipackRemiseGroupe: number | null; | ||
multipackRemiseLigne: number | null; | ||
numeroContrat: string; | ||
offreYellow: null; | ||
offreYellow: null | string; | ||
optionsSouscrites: Array<{ | ||
codeOption: string; | ||
libelle: null | string; | ||
}> | Array<{ | ||
codeProduit: string; | ||
@@ -140,0 +66,0 @@ libelleCourt: string; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97952
1381