Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed May 20, 2022
1 parent cb657f9 commit 30925fa
Show file tree
Hide file tree
Showing 127 changed files with 2,940 additions and 1,161 deletions.
14 changes: 14 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ docs/PersonProjectFilter.md
docs/PersonProjectFilterAllOf.md
docs/PersonScoreDetail.md
docs/PersonSearch.md
docs/PersonSearchCertificationsInner.md
docs/PersonSearchIndustriesInner.md
docs/PersonSearchOrganizationsInner.md
docs/PersonSearchProjectsInner.md
docs/PersonSearchSkillsInner.md
docs/PersonSkillFilter.md
docs/PersonSkillFilterAllOf.md
docs/Project.md
Expand All @@ -98,9 +103,11 @@ docs/ProjectDetails.md
docs/ProjectParticipation.md
docs/ProjectParticipationAllOf.md
docs/ProjectParticipationUpdate.md
docs/ProjectParticipationUpdateTimeframe.md
docs/ProjectScoreDetail.md
docs/ProjectScoreDetailAllOf.md
docs/ProjectSearch.md
docs/ProjectSearchSkillsInner.md
docs/ProjectStatus.md
docs/SearchApi.md
docs/SearchResult.md
Expand Down Expand Up @@ -187,6 +194,11 @@ model_person_project_filter.go
model_person_project_filter_all_of.go
model_person_score_detail.go
model_person_search.go
model_person_search_certifications_inner.go
model_person_search_industries_inner.go
model_person_search_organizations_inner.go
model_person_search_projects_inner.go
model_person_search_skills_inner.go
model_person_skill_filter.go
model_person_skill_filter_all_of.go
model_project.go
Expand All @@ -195,9 +207,11 @@ model_project_details.go
model_project_participation.go
model_project_participation_all_of.go
model_project_participation_update.go
model_project_participation_update_timeframe.go
model_project_score_detail.go
model_project_score_detail_all_of.go
model_project_search.go
model_project_search_skills_inner.go
model_project_status.go
model_search_result.go
model_search_result_all_of.go
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is an example of using OAuth2 Implicit Flow in a specification to describe
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 1.0.8
- API version: 1.0.10
- Package version: 0.0.1
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down Expand Up @@ -283,6 +283,11 @@ Class | Method | HTTP request | Description
- [PersonProjectFilterAllOf](docs/PersonProjectFilterAllOf.md)
- [PersonScoreDetail](docs/PersonScoreDetail.md)
- [PersonSearch](docs/PersonSearch.md)
- [PersonSearchCertificationsInner](docs/PersonSearchCertificationsInner.md)
- [PersonSearchIndustriesInner](docs/PersonSearchIndustriesInner.md)
- [PersonSearchOrganizationsInner](docs/PersonSearchOrganizationsInner.md)
- [PersonSearchProjectsInner](docs/PersonSearchProjectsInner.md)
- [PersonSearchSkillsInner](docs/PersonSearchSkillsInner.md)
- [PersonSkillFilter](docs/PersonSkillFilter.md)
- [PersonSkillFilterAllOf](docs/PersonSkillFilterAllOf.md)
- [Project](docs/Project.md)
Expand All @@ -291,9 +296,11 @@ Class | Method | HTTP request | Description
- [ProjectParticipation](docs/ProjectParticipation.md)
- [ProjectParticipationAllOf](docs/ProjectParticipationAllOf.md)
- [ProjectParticipationUpdate](docs/ProjectParticipationUpdate.md)
- [ProjectParticipationUpdateTimeframe](docs/ProjectParticipationUpdateTimeframe.md)
- [ProjectScoreDetail](docs/ProjectScoreDetail.md)
- [ProjectScoreDetailAllOf](docs/ProjectScoreDetailAllOf.md)
- [ProjectSearch](docs/ProjectSearch.md)
- [ProjectSearchSkillsInner](docs/ProjectSearchSkillsInner.md)
- [ProjectStatus](docs/ProjectStatus.md)
- [SearchResult](docs/SearchResult.md)
- [SearchResultAllOf](docs/SearchResultAllOf.md)
Expand Down
93 changes: 52 additions & 41 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
description: This is an example of using OAuth2 Implicit Flow in a specification
to describe security to your API.
title: YASM (Yet Another Skill Management) API
version: 1.0.8
version: 1.0.10
servers:
- url: /api/v1
security:
Expand Down Expand Up @@ -3535,20 +3535,20 @@ components:
PersonSearch:
example:
skills:
- ""
- ""
- null
- null
officeIds:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
projects:
- ""
- ""
- null
- null
industries:
- ""
- ""
- null
- null
organizations:
- ""
- ""
- null
- null
personIds:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
Expand All @@ -3557,8 +3557,8 @@ components:
max: 100
availability: null
certifications:
- ""
- ""
- null
- null
seniority:
- null
- null
Expand All @@ -3583,28 +3583,23 @@ components:
type: array
skills:
items:
allOf:
- $ref: '#/components/schemas/PersonSkillFilter'
$ref: '#/components/schemas/PersonSearch_skills_inner'
type: array
projects:
items:
allOf:
- $ref: '#/components/schemas/PersonProjectFilter'
$ref: '#/components/schemas/PersonSearch_projects_inner'
type: array
organizations:
items:
allOf:
- $ref: '#/components/schemas/PersonOrganizationFilter'
$ref: '#/components/schemas/PersonSearch_organizations_inner'
type: array
industries:
items:
allOf:
- $ref: '#/components/schemas/PersonIndustryFilter'
$ref: '#/components/schemas/PersonSearch_industries_inner'
type: array
certifications:
items:
allOf:
- $ref: '#/components/schemas/PersonCertificationFilter'
$ref: '#/components/schemas/PersonSearch_certifications_inner'
type: array
type: object
PersonSkillFilter:
Expand Down Expand Up @@ -3680,14 +3675,12 @@ components:
skills:
- null
- null
timeframe: "{}"
timeframe: null
personalDescription: personalDescription
descriptionOverwrite: descriptionOverwrite
properties:
timeframe:
allOf:
- $ref: '#/components/schemas/Timeframed'
type: object
$ref: '#/components/schemas/ProjectParticipationUpdate_timeframe'
skills:
items:
$ref: '#/components/schemas/SkillLevelUpdate'
Expand All @@ -3700,8 +3693,8 @@ components:
ProjectSearch:
example:
skills:
- ""
- ""
- null
- null
minStartDate: 2000-01-23
maxEndDate: 2000-01-23
projectStatuses:
Expand All @@ -3711,11 +3704,11 @@ components:
min: 0
max: 100
industries:
- ""
- ""
- null
- null
organizations:
- ""
- ""
- null
- null
projectIds:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
Expand All @@ -3726,8 +3719,8 @@ components:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
participants:
- ""
- ""
- null
- null
properties:
projectIds:
items:
Expand Down Expand Up @@ -3755,23 +3748,19 @@ components:
$ref: '#/components/schemas/MinMax'
skills:
items:
allOf:
- $ref: '#/components/schemas/EntityFilter'
$ref: '#/components/schemas/ProjectSearch_skills_inner'
type: array
participants:
items:
allOf:
- $ref: '#/components/schemas/EntityFilter'
$ref: '#/components/schemas/ProjectSearch_skills_inner'
type: array
industries:
items:
allOf:
- $ref: '#/components/schemas/EntityFilter'
$ref: '#/components/schemas/ProjectSearch_skills_inner'
type: array
organizations:
items:
allOf:
- $ref: '#/components/schemas/EntityFilter'
$ref: '#/components/schemas/ProjectSearch_skills_inner'
type: array
type: object
ProjectStatus:
Expand Down Expand Up @@ -4071,6 +4060,21 @@ components:
description: Marks persons not working for the company anymore
type: boolean
type: object
PersonSearch_skills_inner:
allOf:
- $ref: '#/components/schemas/PersonSkillFilter'
PersonSearch_projects_inner:
allOf:
- $ref: '#/components/schemas/PersonProjectFilter'
PersonSearch_organizations_inner:
allOf:
- $ref: '#/components/schemas/PersonOrganizationFilter'
PersonSearch_industries_inner:
allOf:
- $ref: '#/components/schemas/PersonIndustryFilter'
PersonSearch_certifications_inner:
allOf:
- $ref: '#/components/schemas/PersonCertificationFilter'
PersonSkillFilter_allOf:
properties:
experienceInMonth:
Expand Down Expand Up @@ -4150,6 +4154,13 @@ components:
- id
- project
type: object
ProjectParticipationUpdate_timeframe:
allOf:
- $ref: '#/components/schemas/Timeframed'
type: object
ProjectSearch_skills_inner:
allOf:
- $ref: '#/components/schemas/EntityFilter'
Skill_allOf:
properties:
invest:
Expand Down
Loading

0 comments on commit 30925fa

Please sign in to comment.