Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Jun 16, 2023
1 parent 53c9912 commit c03985f
Show file tree
Hide file tree
Showing 125 changed files with 258 additions and 188 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.4.0
- API version: 1.4.1
- 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.4.0
version: 1.4.1
servers:
- url: http://localhost:8080/api/v1
- url: https://dev-yasm.prodyna.com/api/v1
Expand Down Expand Up @@ -4117,6 +4117,9 @@ components:
profileIds:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
languageIds:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
onsiteRatio:
min: 0
max: 100
Expand All @@ -4143,6 +4146,11 @@ components:
format: uuid
type: string
type: array
languageIds:
items:
format: uuid
type: string
type: array
availability:
$ref: '#/components/schemas/AvailabilityFilter'
onsiteRatio:
Expand Down Expand Up @@ -4692,9 +4700,9 @@ components:
example: null
Language_allOf:
properties:
englishName:
description: The english description of a language
example: Arabic
code:
description: Two letter ISO code
example: de
type: string
nativeName:
description: The native description of a language
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_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.

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.

26 changes: 13 additions & 13 deletions docs/Language.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**EnglishName** | Pointer to **string** | The english description of a language | [optional]
**Code** | Pointer to **string** | Two letter ISO code | [optional]
**NativeName** | Pointer to **string** | The native description of a language | [optional]

## Methods
Expand All @@ -26,30 +26,30 @@ NewLanguageWithDefaults instantiates a new Language object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set

### GetEnglishName
### GetCode

`func (o *Language) GetEnglishName() string`
`func (o *Language) GetCode() string`

GetEnglishName returns the EnglishName field if non-nil, zero value otherwise.
GetCode returns the Code field if non-nil, zero value otherwise.

### GetEnglishNameOk
### GetCodeOk

`func (o *Language) GetEnglishNameOk() (*string, bool)`
`func (o *Language) GetCodeOk() (*string, bool)`

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

### SetEnglishName
### SetCode

`func (o *Language) SetEnglishName(v string)`
`func (o *Language) SetCode(v string)`

SetEnglishName sets EnglishName field to given value.
SetCode sets Code field to given value.

### HasEnglishName
### HasCode

`func (o *Language) HasEnglishName() bool`
`func (o *Language) HasCode() bool`

HasEnglishName returns a boolean if a field has been set.
HasCode returns a boolean if a field has been set.

### GetNativeName

Expand Down
26 changes: 13 additions & 13 deletions docs/LanguageAllOf.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**EnglishName** | Pointer to **string** | The english description of a language | [optional]
**Code** | Pointer to **string** | Two letter ISO code | [optional]
**NativeName** | Pointer to **string** | The native description of a language | [optional]

## Methods
Expand All @@ -26,30 +26,30 @@ NewLanguageAllOfWithDefaults instantiates a new LanguageAllOf object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set

### GetEnglishName
### GetCode

`func (o *LanguageAllOf) GetEnglishName() string`
`func (o *LanguageAllOf) GetCode() string`

GetEnglishName returns the EnglishName field if non-nil, zero value otherwise.
GetCode returns the Code field if non-nil, zero value otherwise.

### GetEnglishNameOk
### GetCodeOk

`func (o *LanguageAllOf) GetEnglishNameOk() (*string, bool)`
`func (o *LanguageAllOf) GetCodeOk() (*string, bool)`

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

### SetEnglishName
### SetCode

`func (o *LanguageAllOf) SetEnglishName(v string)`
`func (o *LanguageAllOf) SetCode(v string)`

SetEnglishName sets EnglishName field to given value.
SetCode sets Code field to given value.

### HasEnglishName
### HasCode

`func (o *LanguageAllOf) HasEnglishName() bool`
`func (o *LanguageAllOf) HasCode() bool`

HasEnglishName returns a boolean if a field has been set.
HasCode returns a boolean if a field has been set.

### GetNativeName

Expand Down
26 changes: 26 additions & 0 deletions docs/PersonSearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Name | Type | Description | Notes
**PersonIds** | Pointer to **[]string** | | [optional]
**ProfileIds** | Pointer to **[]string** | | [optional]
**OfficeIds** | Pointer to **[]string** | | [optional]
**LanguageIds** | Pointer to **[]string** | | [optional]
**Availability** | Pointer to [**AvailabilityFilter**](AvailabilityFilter.md) | | [optional]
**OnsiteRatio** | Pointer to [**MinMaxPercent**](MinMaxPercent.md) | | [optional]
**Seniority** | Pointer to [**[]Seniority**](Seniority.md) | | [optional]
Expand Down Expand Up @@ -110,6 +111,31 @@ SetOfficeIds sets OfficeIds field to given value.

HasOfficeIds returns a boolean if a field has been set.

### GetLanguageIds

`func (o *PersonSearch) GetLanguageIds() []string`

GetLanguageIds returns the LanguageIds field if non-nil, zero value otherwise.

### GetLanguageIdsOk

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

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

### SetLanguageIds

`func (o *PersonSearch) SetLanguageIds(v []string)`

SetLanguageIds sets LanguageIds field to given value.

### HasLanguageIds

`func (o *PersonSearch) HasLanguageIds() bool`

HasLanguageIds returns a boolean if a field has been set.

### GetAvailability

`func (o *PersonSearch) GetAvailability() AvailabilityFilter`
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_all_of.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.

Loading

0 comments on commit c03985f

Please sign in to comment.