Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Mar 20, 2024
1 parent 9463e84 commit 9eb7b0e
Show file tree
Hide file tree
Showing 103 changed files with 169 additions and 169 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.16.2
- API version: 1.16.3
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down
14 changes: 7 additions & 7 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.16.2
version: 1.16.3
servers:
- url: "{scheme}://{host}:{port}/api/v1"
variables:
Expand Down Expand Up @@ -4423,7 +4423,7 @@ components:
type: object
PersonSearch:
example:
certificationsIds:
industryIds:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
profileIds:
Expand All @@ -4439,15 +4439,15 @@ components:
projectIds:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
industriesIds:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
skills:
- null
- null
employeeIds:
- employeeIds
- employeeIds
certificationIds:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
officeIds:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
Expand Down Expand Up @@ -4507,12 +4507,12 @@ components:
format: uuid
type: string
type: array
industriesIds:
industryIds:
items:
format: uuid
type: string
type: array
certificationsIds:
certificationIds:
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: 26 additions & 26 deletions docs/PersonSearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Name | Type | Description | Notes
**Skills** | Pointer to [**[]PersonSkillFilter**](PersonSkillFilter.md) | | [optional]
**ProjectIds** | Pointer to **[]string** | | [optional]
**OrganizationIds** | Pointer to **[]string** | | [optional]
**IndustriesIds** | Pointer to **[]string** | | [optional]
**CertificationsIds** | Pointer to **[]string** | | [optional]
**IndustryIds** | Pointer to **[]string** | | [optional]
**CertificationIds** | Pointer to **[]string** | | [optional]

## Methods

Expand Down Expand Up @@ -312,55 +312,55 @@ SetOrganizationIds sets OrganizationIds field to given value.

HasOrganizationIds returns a boolean if a field has been set.

### GetIndustriesIds
### GetIndustryIds

`func (o *PersonSearch) GetIndustriesIds() []string`
`func (o *PersonSearch) GetIndustryIds() []string`

GetIndustriesIds returns the IndustriesIds field if non-nil, zero value otherwise.
GetIndustryIds returns the IndustryIds field if non-nil, zero value otherwise.

### GetIndustriesIdsOk
### GetIndustryIdsOk

`func (o *PersonSearch) GetIndustriesIdsOk() (*[]string, bool)`
`func (o *PersonSearch) GetIndustryIdsOk() (*[]string, bool)`

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

### SetIndustriesIds
### SetIndustryIds

`func (o *PersonSearch) SetIndustriesIds(v []string)`
`func (o *PersonSearch) SetIndustryIds(v []string)`

SetIndustriesIds sets IndustriesIds field to given value.
SetIndustryIds sets IndustryIds field to given value.

### HasIndustriesIds
### HasIndustryIds

`func (o *PersonSearch) HasIndustriesIds() bool`
`func (o *PersonSearch) HasIndustryIds() bool`

HasIndustriesIds returns a boolean if a field has been set.
HasIndustryIds returns a boolean if a field has been set.

### GetCertificationsIds
### GetCertificationIds

`func (o *PersonSearch) GetCertificationsIds() []string`
`func (o *PersonSearch) GetCertificationIds() []string`

GetCertificationsIds returns the CertificationsIds field if non-nil, zero value otherwise.
GetCertificationIds returns the CertificationIds field if non-nil, zero value otherwise.

### GetCertificationsIdsOk
### GetCertificationIdsOk

`func (o *PersonSearch) GetCertificationsIdsOk() (*[]string, bool)`
`func (o *PersonSearch) GetCertificationIdsOk() (*[]string, bool)`

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

### SetCertificationsIds
### SetCertificationIds

`func (o *PersonSearch) SetCertificationsIds(v []string)`
`func (o *PersonSearch) SetCertificationIds(v []string)`

SetCertificationsIds sets CertificationsIds field to given value.
SetCertificationIds sets CertificationIds field to given value.

### HasCertificationsIds
### HasCertificationIds

`func (o *PersonSearch) HasCertificationsIds() bool`
`func (o *PersonSearch) HasCertificationIds() bool`

HasCertificationsIds returns a boolean if a field has been set.
HasCertificationIds returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
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.

Loading

0 comments on commit 9eb7b0e

Please sign in to comment.