diff --git a/README.md b/README.md index 7a869e49..5c3bf344 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/api/openapi.yaml b/api/openapi.yaml index ed9ed589..be9aeec6 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -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: @@ -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: @@ -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 diff --git a/api_availability.go b/api_availability.go index 568e8b00..acb8157c 100644 --- a/api_availability.go +++ b/api_availability.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/api_certification.go b/api_certification.go index 5aafa3ad..d677ec57 100644 --- a/api_certification.go +++ b/api_certification.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/api_country.go b/api_country.go index 617dcf2b..b717c4ed 100644 --- a/api_country.go +++ b/api_country.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/api_industry.go b/api_industry.go index 35e299e9..42a8fbcf 100644 --- a/api_industry.go +++ b/api_industry.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/api_language.go b/api_language.go index b201770e..9f569b47 100644 --- a/api_language.go +++ b/api_language.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/api_office.go b/api_office.go index 6e6014d8..63616ead 100644 --- a/api_office.go +++ b/api_office.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/api_organization.go b/api_organization.go index 19ece6d6..0c017203 100644 --- a/api_organization.go +++ b/api_organization.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/api_person.go b/api_person.go index 6b1db5ad..7abc853d 100644 --- a/api_person.go +++ b/api_person.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/api_profile.go b/api_profile.go index bea46b6c..83f208b9 100644 --- a/api_profile.go +++ b/api_profile.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/api_project.go b/api_project.go index 46fed005..af9fe39e 100644 --- a/api_project.go +++ b/api_project.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/api_project_participation.go b/api_project_participation.go index f299ad2e..29c20c33 100644 --- a/api_project_participation.go +++ b/api_project_participation.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/api_search.go b/api_search.go index c357201e..a17b58a1 100644 --- a/api_search.go +++ b/api_search.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/api_skill.go b/api_skill.go index 5e6085ef..cd4eea27 100644 --- a/api_skill.go +++ b/api_skill.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/api_status.go b/api_status.go index 5afe85e3..f29e94be 100644 --- a/api_status.go +++ b/api_status.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/api_templates.go b/api_templates.go index 1c3dbd82..5e8c07c7 100644 --- a/api_templates.go +++ b/api_templates.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/client.go b/client.go index d886aa4f..518d2ac2 100644 --- a/client.go +++ b/client.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the YASM (Yet Another Skill Management) API API v1.14.2 +// APIClient manages communication with the YASM (Yet Another Skill Management) API API v1.15.0 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/configuration.go b/configuration.go index 6a0eb0e6..f4f61bcc 100644 --- a/configuration.go +++ b/configuration.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/docs/ProjectSearch.md b/docs/ProjectSearch.md index 8fc872ca..24218459 100644 --- a/docs/ProjectSearch.md +++ b/docs/ProjectSearch.md @@ -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] @@ -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 diff --git a/model_abstract_entity_filter.go b/model_abstract_entity_filter.go index b26bf351..4f6419ba 100644 --- a/model_abstract_entity_filter.go +++ b/model_abstract_entity_filter.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_availability.go b/model_availability.go index 0293c047..89876882 100644 --- a/model_availability.go +++ b/model_availability.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_availability_detail.go b/model_availability_detail.go index ef3a2a92..56a97a6a 100644 --- a/model_availability_detail.go +++ b/model_availability_detail.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_availability_filter.go b/model_availability_filter.go index a8a493fd..756e669b 100644 --- a/model_availability_filter.go +++ b/model_availability_filter.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_basic_domain_model.go b/model_basic_domain_model.go index e507291b..04e1a1c9 100644 --- a/model_basic_domain_model.go +++ b/model_basic_domain_model.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_certification.go b/model_certification.go index e9cb6e41..f3c2777a 100644 --- a/model_certification.go +++ b/model_certification.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_certification_details.go b/model_certification_details.go index 2815db70..a8ff5b6c 100644 --- a/model_certification_details.go +++ b/model_certification_details.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_certification_search.go b/model_certification_search.go index 81838166..fe6fbff6 100644 --- a/model_certification_search.go +++ b/model_certification_search.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_confidentiality.go b/model_confidentiality.go index de0bf8df..8923d4f4 100644 --- a/model_confidentiality.go +++ b/model_confidentiality.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_country.go b/model_country.go index 566ac9a2..66e8ec77 100644 --- a/model_country.go +++ b/model_country.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_country_details.go b/model_country_details.go index a2c234a5..8d3194d3 100644 --- a/model_country_details.go +++ b/model_country_details.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_descriptable.go b/model_descriptable.go index dd6ae472..165884ba 100644 --- a/model_descriptable.go +++ b/model_descriptable.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_entity_filter.go b/model_entity_filter.go index 598b85e2..ca146504 100644 --- a/model_entity_filter.go +++ b/model_entity_filter.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_error.go b/model_error.go index c26aab98..8e912b82 100644 --- a/model_error.go +++ b/model_error.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_experience.go b/model_experience.go index dc38bf85..c0e0d3a8 100644 --- a/model_experience.go +++ b/model_experience.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_experience_skill.go b/model_experience_skill.go index 1a5aa5f0..bff3a7bb 100644 --- a/model_experience_skill.go +++ b/model_experience_skill.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_experience_skill_group.go b/model_experience_skill_group.go index b1f95cab..564877bb 100644 --- a/model_experience_skill_group.go +++ b/model_experience_skill_group.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_geolocation.go b/model_geolocation.go index 89a73886..10e50ff4 100644 --- a/model_geolocation.go +++ b/model_geolocation.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_industry.go b/model_industry.go index f62b274b..a63b25cd 100644 --- a/model_industry.go +++ b/model_industry.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_industry_details.go b/model_industry_details.go index bb1b5e56..92f3765a 100644 --- a/model_industry_details.go +++ b/model_industry_details.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_language.go b/model_language.go index 8275524b..251af162 100644 --- a/model_language.go +++ b/model_language.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_language_details.go b/model_language_details.go index 42234b55..976f1164 100644 --- a/model_language_details.go +++ b/model_language_details.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_language_level.go b/model_language_level.go index 02b623dc..f112dc20 100644 --- a/model_language_level.go +++ b/model_language_level.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_level.go b/model_level.go index bca88d35..98874b62 100644 --- a/model_level.go +++ b/model_level.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_linkable.go b/model_linkable.go index 172b0d48..2e8d0a59 100644 --- a/model_linkable.go +++ b/model_linkable.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_locateable.go b/model_locateable.go index b6ad797c..b2172dee 100644 --- a/model_locateable.go +++ b/model_locateable.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_min_max.go b/model_min_max.go index 28953016..a15092de 100644 --- a/model_min_max.go +++ b/model_min_max.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_min_max_percent.go b/model_min_max_percent.go index 7ee309c1..3a63aca3 100644 --- a/model_min_max_percent.go +++ b/model_min_max_percent.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_nameable.go b/model_nameable.go index e43e231d..4046e019 100644 --- a/model_nameable.go +++ b/model_nameable.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_named_domain_model.go b/model_named_domain_model.go index 09a88743..cec78a34 100644 --- a/model_named_domain_model.go +++ b/model_named_domain_model.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_office.go b/model_office.go index 5aa63a37..bfa59839 100644 --- a/model_office.go +++ b/model_office.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_organization.go b/model_organization.go index 14824d40..c0f2eee5 100644 --- a/model_organization.go +++ b/model_organization.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_organization_details.go b/model_organization_details.go index 2bf81114..6eb5caa5 100644 --- a/model_organization_details.go +++ b/model_organization_details.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_page.go b/model_page.go index db037b27..690fc892 100644 --- a/model_page.go +++ b/model_page.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_paged_availabilities.go b/model_paged_availabilities.go index 729102ce..9a5ac72c 100644 --- a/model_paged_availabilities.go +++ b/model_paged_availabilities.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_paged_certifications.go b/model_paged_certifications.go index 19737552..1d54c008 100644 --- a/model_paged_certifications.go +++ b/model_paged_certifications.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_paged_countries.go b/model_paged_countries.go index fb1eedf5..195586f9 100644 --- a/model_paged_countries.go +++ b/model_paged_countries.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_paged_industries.go b/model_paged_industries.go index ac7843b2..6826a9d4 100644 --- a/model_paged_industries.go +++ b/model_paged_industries.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_paged_languages.go b/model_paged_languages.go index ddf6c26f..8b42443d 100644 --- a/model_paged_languages.go +++ b/model_paged_languages.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_paged_offices.go b/model_paged_offices.go index f2804fd4..02d7a728 100644 --- a/model_paged_offices.go +++ b/model_paged_offices.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_paged_organizations.go b/model_paged_organizations.go index 438f544e..cba4ef46 100644 --- a/model_paged_organizations.go +++ b/model_paged_organizations.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_paged_persons.go b/model_paged_persons.go index bfa7df02..dd6326dd 100644 --- a/model_paged_persons.go +++ b/model_paged_persons.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_paged_profiles.go b/model_paged_profiles.go index f55f5233..88f70a44 100644 --- a/model_paged_profiles.go +++ b/model_paged_profiles.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_paged_project_participation.go b/model_paged_project_participation.go index 7cec59c8..34392537 100644 --- a/model_paged_project_participation.go +++ b/model_paged_project_participation.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_paged_projects.go b/model_paged_projects.go index a51f5ae5..c7e1f8b3 100644 --- a/model_paged_projects.go +++ b/model_paged_projects.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_paged_skills.go b/model_paged_skills.go index 5619ac2a..a5c24c02 100644 --- a/model_paged_skills.go +++ b/model_paged_skills.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_person.go b/model_person.go index ba39f46e..52c81e0a 100644 --- a/model_person.go +++ b/model_person.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_person_certification_filter.go b/model_person_certification_filter.go index 8b3f89b8..e76868cf 100644 --- a/model_person_certification_filter.go +++ b/model_person_certification_filter.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_person_details.go b/model_person_details.go index 4ff3f5ca..d3050dc8 100644 --- a/model_person_details.go +++ b/model_person_details.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_person_industry_filter.go b/model_person_industry_filter.go index fd2051dd..ce39a9d3 100644 --- a/model_person_industry_filter.go +++ b/model_person_industry_filter.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_person_organization_filter.go b/model_person_organization_filter.go index 484b1273..c78c33f7 100644 --- a/model_person_organization_filter.go +++ b/model_person_organization_filter.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_person_project_filter.go b/model_person_project_filter.go index 786f7bac..43c77949 100644 --- a/model_person_project_filter.go +++ b/model_person_project_filter.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_person_project_participation_details.go b/model_person_project_participation_details.go index 811c4541..674662bf 100644 --- a/model_person_project_participation_details.go +++ b/model_person_project_participation_details.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_person_project_participation_item.go b/model_person_project_participation_item.go index d9c222b5..4a238f61 100644 --- a/model_person_project_participation_item.go +++ b/model_person_project_participation_item.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_person_score_detail.go b/model_person_score_detail.go index 14117342..f2128634 100644 --- a/model_person_score_detail.go +++ b/model_person_score_detail.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_person_search.go b/model_person_search.go index 7f55cf2f..aa2a4396 100644 --- a/model_person_search.go +++ b/model_person_search.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_person_skill_filter.go b/model_person_skill_filter.go index 478e9633..97ec848d 100644 --- a/model_person_skill_filter.go +++ b/model_person_skill_filter.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_profile.go b/model_profile.go index 6ebbe031..2f25a131 100644 --- a/model_profile.go +++ b/model_profile.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_profile_details.go b/model_profile_details.go index 98c54e2d..f94cf6c3 100644 --- a/model_profile_details.go +++ b/model_profile_details.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_project.go b/model_project.go index cbba99e1..9d9f370e 100644 --- a/model_project.go +++ b/model_project.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_project_details.go b/model_project_details.go index 48f8059c..d090989c 100644 --- a/model_project_details.go +++ b/model_project_details.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_project_participation.go b/model_project_participation.go index 2a6245cc..8aa82490 100644 --- a/model_project_participation.go +++ b/model_project_participation.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_project_participation_create.go b/model_project_participation_create.go index 740bf975..f936cfd2 100644 --- a/model_project_participation_create.go +++ b/model_project_participation_create.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_project_participation_details.go b/model_project_participation_details.go index f422ef89..2392ed28 100644 --- a/model_project_participation_details.go +++ b/model_project_participation_details.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_project_participation_search.go b/model_project_participation_search.go index 4c7f4299..d1f0cd39 100644 --- a/model_project_participation_search.go +++ b/model_project_participation_search.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_project_participation_update.go b/model_project_participation_update.go index eb5475e6..60a3488b 100644 --- a/model_project_participation_update.go +++ b/model_project_participation_update.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_project_score_detail.go b/model_project_score_detail.go index 7492af18..adb9f615 100644 --- a/model_project_score_detail.go +++ b/model_project_score_detail.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_project_search.go b/model_project_search.go index 6ff0fd89..21e4d030 100644 --- a/model_project_search.go +++ b/model_project_search.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -24,7 +24,8 @@ type ProjectSearch struct { MaxEndDate *string `json:"maxEndDate,omitempty"` ProjectStatuses []ProjectStatus `json:"projectStatuses,omitempty"` ParticipationAmountInMonths *MinMax `json:"participationAmountInMonths,omitempty"` - InvolvedOfficeIds []string `json:"involvedOfficeIds,omitempty"` + InvolvedCountryIds []string `json:"involvedCountryIds,omitempty"` + OrganizationCountryIds []string `json:"organizationCountryIds,omitempty"` AmountOfInvolvedPersons *MinMax `json:"amountOfInvolvedPersons,omitempty"` Skills []EntityFilter `json:"skills,omitempty"` ProjectType []ProjectType `json:"projectType,omitempty"` @@ -211,36 +212,68 @@ func (o *ProjectSearch) SetParticipationAmountInMonths(v MinMax) { o.ParticipationAmountInMonths = &v } -// GetInvolvedOfficeIds returns the InvolvedOfficeIds field value if set, zero value otherwise. -func (o *ProjectSearch) GetInvolvedOfficeIds() []string { - if o == nil || IsNil(o.InvolvedOfficeIds) { +// GetInvolvedCountryIds returns the InvolvedCountryIds field value if set, zero value otherwise. +func (o *ProjectSearch) GetInvolvedCountryIds() []string { + if o == nil || IsNil(o.InvolvedCountryIds) { var ret []string return ret } - return o.InvolvedOfficeIds + return o.InvolvedCountryIds } -// GetInvolvedOfficeIdsOk returns a tuple with the InvolvedOfficeIds field value if set, nil otherwise +// GetInvolvedCountryIdsOk returns a tuple with the InvolvedCountryIds field value if set, nil otherwise // and a boolean to check if the value has been set. -func (o *ProjectSearch) GetInvolvedOfficeIdsOk() ([]string, bool) { - if o == nil || IsNil(o.InvolvedOfficeIds) { +func (o *ProjectSearch) GetInvolvedCountryIdsOk() ([]string, bool) { + if o == nil || IsNil(o.InvolvedCountryIds) { return nil, false } - return o.InvolvedOfficeIds, true + return o.InvolvedCountryIds, true } -// HasInvolvedOfficeIds returns a boolean if a field has been set. -func (o *ProjectSearch) HasInvolvedOfficeIds() bool { - if o != nil && !IsNil(o.InvolvedOfficeIds) { +// HasInvolvedCountryIds returns a boolean if a field has been set. +func (o *ProjectSearch) HasInvolvedCountryIds() bool { + if o != nil && !IsNil(o.InvolvedCountryIds) { return true } return false } -// SetInvolvedOfficeIds gets a reference to the given []string and assigns it to the InvolvedOfficeIds field. -func (o *ProjectSearch) SetInvolvedOfficeIds(v []string) { - o.InvolvedOfficeIds = v +// SetInvolvedCountryIds gets a reference to the given []string and assigns it to the InvolvedCountryIds field. +func (o *ProjectSearch) SetInvolvedCountryIds(v []string) { + o.InvolvedCountryIds = v +} + +// GetOrganizationCountryIds returns the OrganizationCountryIds field value if set, zero value otherwise. +func (o *ProjectSearch) GetOrganizationCountryIds() []string { + if o == nil || IsNil(o.OrganizationCountryIds) { + var ret []string + return ret + } + return o.OrganizationCountryIds +} + +// GetOrganizationCountryIdsOk returns a tuple with the OrganizationCountryIds field value if set, nil otherwise +// and a boolean to check if the value has been set. +func (o *ProjectSearch) GetOrganizationCountryIdsOk() ([]string, bool) { + if o == nil || IsNil(o.OrganizationCountryIds) { + return nil, false + } + return o.OrganizationCountryIds, true +} + +// HasOrganizationCountryIds returns a boolean if a field has been set. +func (o *ProjectSearch) HasOrganizationCountryIds() bool { + if o != nil && !IsNil(o.OrganizationCountryIds) { + return true + } + + return false +} + +// SetOrganizationCountryIds gets a reference to the given []string and assigns it to the OrganizationCountryIds field. +func (o *ProjectSearch) SetOrganizationCountryIds(v []string) { + o.OrganizationCountryIds = v } // GetAmountOfInvolvedPersons returns the AmountOfInvolvedPersons field value if set, zero value otherwise. @@ -492,8 +525,11 @@ func (o ProjectSearch) ToMap() (map[string]interface{}, error) { if !IsNil(o.ParticipationAmountInMonths) { toSerialize["participationAmountInMonths"] = o.ParticipationAmountInMonths } - if !IsNil(o.InvolvedOfficeIds) { - toSerialize["involvedOfficeIds"] = o.InvolvedOfficeIds + if !IsNil(o.InvolvedCountryIds) { + toSerialize["involvedCountryIds"] = o.InvolvedCountryIds + } + if !IsNil(o.OrganizationCountryIds) { + toSerialize["organizationCountryIds"] = o.OrganizationCountryIds } if !IsNil(o.AmountOfInvolvedPersons) { toSerialize["amountOfInvolvedPersons"] = o.AmountOfInvolvedPersons diff --git a/model_project_status.go b/model_project_status.go index 21f34a8a..39d98d62 100644 --- a/model_project_status.go +++ b/model_project_status.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_project_type.go b/model_project_type.go index 7cd20e59..b4249c42 100644 --- a/model_project_type.go +++ b/model_project_type.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_score_result.go b/model_score_result.go index b7506d9f..d01cfc0f 100644 --- a/model_score_result.go +++ b/model_score_result.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_search_result.go b/model_search_result.go index 3203fdb2..79fe28bc 100644 --- a/model_search_result.go +++ b/model_search_result.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_search_result_item.go b/model_search_result_item.go index 680f4f91..0a4d37c5 100644 --- a/model_search_result_item.go +++ b/model_search_result_item.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_seniority.go b/model_seniority.go index 33b129db..9b9680b5 100644 --- a/model_seniority.go +++ b/model_seniority.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_skill.go b/model_skill.go index 6e4c885d..b16027e3 100644 --- a/model_skill.go +++ b/model_skill.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_skill_details.go b/model_skill_details.go index 2d91ae42..c4e8f3bb 100644 --- a/model_skill_details.go +++ b/model_skill_details.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_skill_group.go b/model_skill_group.go index bfb4bc78..78ee7c6d 100644 --- a/model_skill_group.go +++ b/model_skill_group.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_skill_level.go b/model_skill_level.go index bd97f588..809754f3 100644 --- a/model_skill_level.go +++ b/model_skill_level.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_skill_level_update.go b/model_skill_level_update.go index c5e9b6c0..6e3c73c4 100644 --- a/model_skill_level_update.go +++ b/model_skill_level_update.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_skill_link.go b/model_skill_link.go index d4b1177f..6180a20b 100644 --- a/model_skill_link.go +++ b/model_skill_link.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_skill_link_update.go b/model_skill_link_update.go index b7f2136d..b9f3c15e 100644 --- a/model_skill_link_update.go +++ b/model_skill_link_update.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_status.go b/model_status.go index 734e4565..d2962a78 100644 --- a/model_status.go +++ b/model_status.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_suggestable.go b/model_suggestable.go index 9155dce6..d80d3877 100644 --- a/model_suggestable.go +++ b/model_suggestable.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_synonymable.go b/model_synonymable.go index a18da3ea..4f5cb1ba 100644 --- a/model_synonymable.go +++ b/model_synonymable.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_timeframed.go b/model_timeframed.go index 8789f8e2..96471cf9 100644 --- a/model_timeframed.go +++ b/model_timeframed.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/model_version.go b/model_version.go index 75d11b10..92b7575f 100644 --- a/model_version.go +++ b/model_version.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/response.go b/response.go index 426c3db9..99a3e45f 100644 --- a/response.go +++ b/response.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/utils.go b/utils.go index abb7948a..cbdca382 100644 --- a/utils.go +++ b/utils.go @@ -3,7 +3,7 @@ YASM (Yet Another Skill Management) API This is an example of using OAuth2 Implicit Flow in a specification to describe security to your API. -API version: 1.14.2 +API version: 1.15.0 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.