Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Mar 15, 2024
1 parent 0e7df1e commit 8be628c
Show file tree
Hide file tree
Showing 108 changed files with 211 additions and 141 deletions.
2 changes: 1 addition & 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.14.2
- API version: 1.15.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down
16 changes: 12 additions & 4 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.14.2
version: 1.15.0
servers:
- url: "{scheme}://{host}:{port}/api/v1"
variables:
Expand Down Expand Up @@ -4044,13 +4044,16 @@ components:
confidentiality:
- null
- null
involvedCountryIds:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
projectType:
- null
- null
projectIds:
organizationCountryIds:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
involvedOfficeIds:
projectIds:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
skills:
Expand Down Expand Up @@ -4089,7 +4092,12 @@ components:
type: array
participationAmountInMonths:
$ref: '#/components/schemas/MinMax'
involvedOfficeIds:
involvedCountryIds:
items:
format: uuid
type: string
type: array
organizationCountryIds:
items:
format: uuid
type: string
Expand Down
2 changes: 1 addition & 1 deletion api_availability.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_certification.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_country.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_industry.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_language.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_office.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_organization.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_person.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_profile.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_project.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_project_participation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_search.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_skill.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_templates.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 39 additions & 13 deletions docs/ProjectSearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Name | Type | Description | Notes
**MaxEndDate** | Pointer to **string** | | [optional]
**ProjectStatuses** | Pointer to [**[]ProjectStatus**](ProjectStatus.md) | | [optional]
**ParticipationAmountInMonths** | Pointer to [**MinMax**](MinMax.md) | | [optional]
**InvolvedOfficeIds** | Pointer to **[]string** | | [optional]
**InvolvedCountryIds** | Pointer to **[]string** | | [optional]
**OrganizationCountryIds** | Pointer to **[]string** | | [optional]
**AmountOfInvolvedPersons** | Pointer to [**MinMax**](MinMax.md) | | [optional]
**Skills** | Pointer to [**[]EntityFilter**](EntityFilter.md) | | [optional]
**ProjectType** | Pointer to [**[]ProjectType**](ProjectType.md) | | [optional]
Expand Down Expand Up @@ -162,30 +163,55 @@ SetParticipationAmountInMonths sets ParticipationAmountInMonths field to given v

HasParticipationAmountInMonths returns a boolean if a field has been set.

### GetInvolvedOfficeIds
### GetInvolvedCountryIds

`func (o *ProjectSearch) GetInvolvedOfficeIds() []string`
`func (o *ProjectSearch) GetInvolvedCountryIds() []string`

GetInvolvedOfficeIds returns the InvolvedOfficeIds field if non-nil, zero value otherwise.
GetInvolvedCountryIds returns the InvolvedCountryIds field if non-nil, zero value otherwise.

### GetInvolvedOfficeIdsOk
### GetInvolvedCountryIdsOk

`func (o *ProjectSearch) GetInvolvedOfficeIdsOk() (*[]string, bool)`
`func (o *ProjectSearch) GetInvolvedCountryIdsOk() (*[]string, bool)`

GetInvolvedOfficeIdsOk returns a tuple with the InvolvedOfficeIds field if it's non-nil, zero value otherwise
GetInvolvedCountryIdsOk returns a tuple with the InvolvedCountryIds field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetInvolvedOfficeIds
### SetInvolvedCountryIds

`func (o *ProjectSearch) SetInvolvedOfficeIds(v []string)`
`func (o *ProjectSearch) SetInvolvedCountryIds(v []string)`

SetInvolvedOfficeIds sets InvolvedOfficeIds field to given value.
SetInvolvedCountryIds sets InvolvedCountryIds field to given value.

### HasInvolvedOfficeIds
### HasInvolvedCountryIds

`func (o *ProjectSearch) HasInvolvedOfficeIds() bool`
`func (o *ProjectSearch) HasInvolvedCountryIds() bool`

HasInvolvedOfficeIds returns a boolean if a field has been set.
HasInvolvedCountryIds returns a boolean if a field has been set.

### GetOrganizationCountryIds

`func (o *ProjectSearch) GetOrganizationCountryIds() []string`

GetOrganizationCountryIds returns the OrganizationCountryIds field if non-nil, zero value otherwise.

### GetOrganizationCountryIdsOk

`func (o *ProjectSearch) GetOrganizationCountryIdsOk() (*[]string, bool)`

GetOrganizationCountryIdsOk returns a tuple with the OrganizationCountryIds field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetOrganizationCountryIds

`func (o *ProjectSearch) SetOrganizationCountryIds(v []string)`

SetOrganizationCountryIds sets OrganizationCountryIds field to given value.

### HasOrganizationCountryIds

`func (o *ProjectSearch) HasOrganizationCountryIds() bool`

HasOrganizationCountryIds returns a boolean if a field has been set.

### GetAmountOfInvolvedPersons

Expand Down
2 changes: 1 addition & 1 deletion model_abstract_entity_filter.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_availability.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_availability_detail.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_availability_filter.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_basic_domain_model.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_certification.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_certification_details.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_certification_search.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_confidentiality.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_country.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_country_details.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion model_descriptable.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8be628c

Please sign in to comment.