Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Nov 12, 2024
1 parent 88a2a8b commit bdf71a1
Show file tree
Hide file tree
Showing 130 changed files with 767 additions and 127 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.45.0
- API version: 1.46.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down
22 changes: 21 additions & 1 deletion 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.45.0
version: 1.46.0
servers:
- url: "{scheme}://{host}:{port}/api/graph/v1"
variables:
Expand Down Expand Up @@ -3937,6 +3937,12 @@ components:
$ref: '#/components/schemas/UUIDS'
organizationIds:
$ref: '#/components/schemas/UUIDS'
projectIds:
$ref: '#/components/schemas/UUIDS'
industryIds:
$ref: '#/components/schemas/UUIDS'
officeIds:
$ref: '#/components/schemas/UUIDS'
type: object
title: CertificationSearch
PagedCertifications:
Expand Down Expand Up @@ -4059,6 +4065,8 @@ components:
$ref: '#/components/schemas/UUIDS'
certificationIds:
$ref: '#/components/schemas/UUIDS'
skillIds:
$ref: '#/components/schemas/UUIDS'
type: object
title: IndustrySearch
PagedIndustries:
Expand Down Expand Up @@ -4267,6 +4275,8 @@ components:
$ref: '#/components/schemas/UUIDS'
awardIds:
$ref: '#/components/schemas/UUIDS'
skillIds:
$ref: '#/components/schemas/UUIDS'
type: object
title: OrganizationSearch
PagedOrganizations:
Expand Down Expand Up @@ -5456,6 +5466,16 @@ components:
type: string
skillIds:
$ref: '#/components/schemas/UUIDS'
projectIds:
$ref: '#/components/schemas/UUIDS'
organizationIds:
$ref: '#/components/schemas/UUIDS'
industryIds:
$ref: '#/components/schemas/UUIDS'
certificationIds:
$ref: '#/components/schemas/UUIDS'
officeIds:
$ref: '#/components/schemas/UUIDS'
type: object
title: SkillSearch
PagedSkills:
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_award.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_pdf_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_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_skills_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_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.

78 changes: 78 additions & 0 deletions docs/CertificationSearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Name | Type | Description | Notes
**CertificationIds** | Pointer to **[]string** | | [optional]
**SkillIds** | Pointer to **[]string** | | [optional]
**OrganizationIds** | Pointer to **[]string** | | [optional]
**ProjectIds** | Pointer to **[]string** | | [optional]
**IndustryIds** | Pointer to **[]string** | | [optional]
**OfficeIds** | Pointer to **[]string** | | [optional]

## Methods

Expand Down Expand Up @@ -102,6 +105,81 @@ SetOrganizationIds sets OrganizationIds field to given value.

HasOrganizationIds returns a boolean if a field has been set.

### GetProjectIds

`func (o *CertificationSearch) GetProjectIds() []string`

GetProjectIds returns the ProjectIds field if non-nil, zero value otherwise.

### GetProjectIdsOk

`func (o *CertificationSearch) GetProjectIdsOk() (*[]string, bool)`

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

### SetProjectIds

`func (o *CertificationSearch) SetProjectIds(v []string)`

SetProjectIds sets ProjectIds field to given value.

### HasProjectIds

`func (o *CertificationSearch) HasProjectIds() bool`

HasProjectIds returns a boolean if a field has been set.

### GetIndustryIds

`func (o *CertificationSearch) GetIndustryIds() []string`

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

### GetIndustryIdsOk

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

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.

### SetIndustryIds

`func (o *CertificationSearch) SetIndustryIds(v []string)`

SetIndustryIds sets IndustryIds field to given value.

### HasIndustryIds

`func (o *CertificationSearch) HasIndustryIds() bool`

HasIndustryIds returns a boolean if a field has been set.

### GetOfficeIds

`func (o *CertificationSearch) GetOfficeIds() []string`

GetOfficeIds returns the OfficeIds field if non-nil, zero value otherwise.

### GetOfficeIdsOk

`func (o *CertificationSearch) GetOfficeIdsOk() (*[]string, bool)`

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

### SetOfficeIds

`func (o *CertificationSearch) SetOfficeIds(v []string)`

SetOfficeIds sets OfficeIds field to given value.

### HasOfficeIds

`func (o *CertificationSearch) HasOfficeIds() bool`

HasOfficeIds 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
26 changes: 26 additions & 0 deletions docs/IndustrySearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**OrganizationIds** | Pointer to **[]string** | | [optional]
**IndustryIds** | Pointer to **[]string** | | [optional]
**CertificationIds** | Pointer to **[]string** | | [optional]
**SkillIds** | Pointer to **[]string** | | [optional]

## Methods

Expand Down Expand Up @@ -154,6 +155,31 @@ SetCertificationIds sets CertificationIds field to given value.

HasCertificationIds returns a boolean if a field has been set.

### GetSkillIds

`func (o *IndustrySearch) GetSkillIds() []string`

GetSkillIds returns the SkillIds field if non-nil, zero value otherwise.

### GetSkillIdsOk

`func (o *IndustrySearch) GetSkillIdsOk() (*[]string, bool)`

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

### SetSkillIds

`func (o *IndustrySearch) SetSkillIds(v []string)`

SetSkillIds sets SkillIds field to given value.

### HasSkillIds

`func (o *IndustrySearch) HasSkillIds() bool`

HasSkillIds 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
Loading

0 comments on commit bdf71a1

Please sign in to comment.