From 288bb854c83e54e1f59b76e436267e25800259e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Thu, 4 Feb 2021 23:08:23 +0100 Subject: [PATCH] private to public --- src/Kdecole.ts | 6 +++--- types/Kdecole.d.ts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Kdecole.ts b/src/Kdecole.ts index 1b81df5..a26b86f 100755 --- a/src/Kdecole.ts +++ b/src/Kdecole.ts @@ -66,9 +66,9 @@ export enum ApiUrl { */ export default class Kdecole { private readonly authToken: string - private readonly appVersion: string - private readonly idEtablissement:number - private readonly apiURL: string + public appVersion: string + public idEtablissement:number + public apiURL: string /** * @param {string} authToken Le jeton d'accès diff --git a/types/Kdecole.d.ts b/types/Kdecole.d.ts index 062f7a7..039625b 100644 --- a/types/Kdecole.d.ts +++ b/types/Kdecole.d.ts @@ -36,9 +36,9 @@ export declare enum ApiUrl { */ export default class Kdecole { private readonly authToken; - private readonly appVersion; - private readonly idEtablissement; - private readonly apiURL; + appVersion: string; + idEtablissement: number; + apiURL: string; /** * @param {string} authToken Le jeton d'accès * @param {string} appVersion La version de l'application mobile autorisée par l'API