Commits on Source (15)
-
Etienne LOUPIAS authored
-
Etienne LOUPIAS authored
-
Etienne LOUPIAS authored
-
Hugo NOUTS authored
-
Hugo NOUTS authored
filter keys are cast to booleans whatever the case (upper or lower) See merge request !265 -
Bastien DUMONT authored
-
Bastien DUMONT authored
Resolve "No explicit any" See merge request !263
-
Hugo NOUTS authored
-
Hugo NOUTS authored
Remove an existing cnfsID when not matching espace coop or rdvs meeting list. Call rdvs api when a match is found on espace coop to avoid too many request.
Warning : rdvs api might throw a 429 error when above 50 requests. -
Hugo NOUTS authored
Merge branch '23-rdv-en-ligne-check-plus-precis-du-cnfs-id-ainsi-que-des-plages-de-rdv-ouvertes' into 'dev' Resolve "[Rdv en ligne] Check plus précis du CNFS id ainsi que des plages de rdv ouvertes" See merge request !269
-
Hugo NOUTS authored
Still remove an existing cnfsId when no meeting opened. No more 429 risks since it works now with one call to https://api.conseiller-numerique.gouv.fr/permanences.
-
Hugo NOUTS authored
Removed call to rdvs api since api.consiller-num has meeting infos See merge request !270 -
Hugo NOUTS authored
Type also changed from boolean to string
-
Hugo NOUTS authored
freeworkshop no longer mandatory to create a structure See merge request !271 -
Etienne LOUPIAS authored
Showing
- .eslintrc.js 1 addition, 1 deletion.eslintrc.js
- .vscode/settings.json 36 additions, 35 deletions.vscode/settings.json
- CHANGELOG.md 11 additions, 0 deletionsCHANGELOG.md
- package-lock.json 11682 additions, 16893 deletionspackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
- src/admin/admin.controller.ts 1 addition, 1 deletionsrc/admin/admin.controller.ts
- src/auth/auth.controller.ts 2 additions, 2 deletionssrc/auth/auth.controller.ts
- src/auth/auth.service.spec.ts 4 additions, 4 deletionssrc/auth/auth.service.spec.ts
- src/auth/auth.service.ts 6 additions, 5 deletionssrc/auth/auth.service.ts
- src/auth/strategy/jwt.strategy.ts 3 additions, 3 deletionssrc/auth/strategy/jwt.strategy.ts
- src/contact/contact.controller.ts 3 additions, 3 deletionssrc/contact/contact.controller.ts
- src/contact/contact.service.spec.ts 6 additions, 6 deletionssrc/contact/contact.service.spec.ts
- src/contact/contact.service.ts 3 additions, 3 deletionssrc/contact/contact.service.ts
- src/mailer/mailer.service.ts 4 additions, 20 deletionssrc/mailer/mailer.service.ts
- src/personal-offers/personal-offers.service.spec.ts 8 additions, 8 deletionssrc/personal-offers/personal-offers.service.spec.ts
- src/posts/posts.service.ts 3 additions, 3 deletionssrc/posts/posts.service.ts
- src/posts/schemas/pagination.schema.ts 2 additions, 2 deletionssrc/posts/schemas/pagination.schema.ts
- src/structures/dto/structure.dto.ts 1 addition, 3 deletionssrc/structures/dto/structure.dto.ts
- src/structures/interfaces/cnfs-structure.interface.ts 2 additions, 0 deletionssrc/structures/interfaces/cnfs-structure.interface.ts
- src/structures/schemas/structure.schema.ts 0 additions, 1 deletionsrc/structures/schemas/structure.schema.ts
This diff is collapsed.
{ | ||
"name": "ram_server", | ||
"private": true, | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Nest TypeScript starter repository", | ||
"license": "MIT", | ||
"scripts": { | ||
... | ... |