-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from julienbdx/dev
fix(frontend): Version 2.1.2
- Loading branch information
Showing
11 changed files
with
586 additions
and
488 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,6 @@ yarn-error.log* | |
/.idea | ||
/.scannerwork | ||
|
||
compose.overrides.yml | ||
compose.overrides.yml | ||
|
||
/src/api/OpenApi.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
/* | ||
* Copyright (c) 2024. Esup - Université de Bordeaux | ||
* | ||
* This file is part of the Esup-Oasis project (https://github.com/EsupPortail/esup-oasis). | ||
* For full copyright and license information please view the LICENSE file distributed with the source code. | ||
* | ||
* @author Julien Lemonnier <[email protected]> | ||
*/ | ||
|
||
/** | ||
* This file was auto-generated by openapi-typescript. | ||
* Do not make direct changes to the file. | ||
|
@@ -942,6 +933,11 @@ export interface paths { | |
patch: operations["api_types_evenements_id_patch"]; | ||
}; | ||
"/types_evenements/{typeId}/taux": { | ||
/** | ||
* Retrieves the collection of TauxHoraire resources. | ||
* @description Retrieves the collection of TauxHoraire resources. | ||
*/ | ||
get: operations["api_types_evenements_typeIdtaux_get_collection"]; | ||
/** | ||
* Creates a TauxHoraire resource. | ||
* @description Creates a TauxHoraire resource. | ||
|
@@ -11346,6 +11342,71 @@ export interface operations { | |
}; | ||
}; | ||
}; | ||
/** | ||
* Retrieves the collection of TauxHoraire resources. | ||
* @description Retrieves the collection of TauxHoraire resources. | ||
*/ | ||
api_types_evenements_typeIdtaux_get_collection: { | ||
parameters: { | ||
query?: { | ||
/** @description The collection page number */ | ||
page?: number; | ||
/** @description The number of items per page */ | ||
itemsPerPage?: number; | ||
date?: string; | ||
}; | ||
path: { | ||
/** @description TauxHoraire identifier */ | ||
typeId: string; | ||
}; | ||
}; | ||
responses: { | ||
/** @description TauxHoraire collection */ | ||
200: { | ||
content: { | ||
"application/ld+json": { | ||
"hydra:member": components["schemas"]["TauxHoraire.jsonld-taux.out"][]; | ||
"hydra:totalItems"?: number; | ||
/** | ||
* @example { | ||
* "@id": "string", | ||
* "type": "string", | ||
* "hydra:first": "string", | ||
* "hydra:last": "string", | ||
* "hydra:previous": "string", | ||
* "hydra:next": "string" | ||
* } | ||
*/ | ||
"hydra:view"?: { | ||
/** Format: iri-reference */ | ||
"@id"?: string; | ||
"@type"?: string; | ||
/** Format: iri-reference */ | ||
"hydra:first"?: string; | ||
/** Format: iri-reference */ | ||
"hydra:last"?: string; | ||
/** Format: iri-reference */ | ||
"hydra:previous"?: string; | ||
/** Format: iri-reference */ | ||
"hydra:next"?: string; | ||
}; | ||
"hydra:search"?: { | ||
"@type"?: string; | ||
"hydra:template"?: string; | ||
"hydra:variableRepresentation"?: string; | ||
"hydra:mapping"?: { | ||
"@type"?: string; | ||
variable?: string; | ||
property?: string | null; | ||
required?: boolean; | ||
}[]; | ||
}; | ||
}; | ||
"text/html": components["schemas"]["TauxHoraire-taux.out"][]; | ||
}; | ||
}; | ||
}; | ||
}; | ||
/** | ||
* Creates a TauxHoraire resource. | ||
* @description Creates a TauxHoraire resource. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.