Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Nov 23, 2022
1 parent 6d27277 commit d9ba285
Show file tree
Hide file tree
Showing 113 changed files with 394 additions and 280 deletions.
2 changes: 2 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ api_skill.go
api_status.go
client.go
configuration.go
docs/AbstractEntityFilter.md
docs/Availability.md
docs/AvailabilityAllOf.md
docs/AvailabilityApi.md
Expand Down Expand Up @@ -123,6 +124,7 @@ docs/Version.md
git_push.sh
go.mod
go.sum
model_abstract_entity_filter.go
model_availability.go
model_availability_all_of.go
model_availability_detail.go
Expand Down
3 changes: 2 additions & 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.3.9
- API version: 1.3.10
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down Expand Up @@ -224,6 +224,7 @@ Class | Method | HTTP request | Description

## Documentation For Models

- [AbstractEntityFilter](docs/AbstractEntityFilter.md)
- [Availability](docs/Availability.md)
- [AvailabilityAllOf](docs/AvailabilityAllOf.md)
- [AvailabilityDetail](docs/AvailabilityDetail.md)
Expand Down
44 changes: 18 additions & 26 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.3.9
version: 1.3.10
servers:
- url: http://localhost:8080/api/v1
- url: https://dev-yasm.prodyna.com/api/v1
Expand Down Expand Up @@ -3841,23 +3841,26 @@ components:
type: object
PersonSkillFilter:
allOf:
- $ref: '#/components/schemas/EntityFilter'
- $ref: '#/components/schemas/AbstractEntityFilter'
- $ref: '#/components/schemas/PersonSkillFilter_allOf'
EntityFilter:
allOf:
- $ref: '#/components/schemas/AbstractEntityFilter'
PersonProjectFilter:
allOf:
- $ref: '#/components/schemas/EntityFilter'
- $ref: '#/components/schemas/AbstractEntityFilter'
- $ref: '#/components/schemas/PersonProjectFilter_allOf'
PersonOrganizationFilter:
allOf:
- $ref: '#/components/schemas/EntityFilter'
- $ref: '#/components/schemas/AbstractEntityFilter'
- $ref: '#/components/schemas/PersonOrganizationFilter_allOf'
PersonIndustryFilter:
allOf:
- $ref: '#/components/schemas/EntityFilter'
- $ref: '#/components/schemas/AbstractEntityFilter'
- $ref: '#/components/schemas/PersonIndustryFilter_allOf'
PersonCertificationFilter:
allOf:
- $ref: '#/components/schemas/EntityFilter'
- $ref: '#/components/schemas/AbstractEntityFilter'
- $ref: '#/components/schemas/PersonCertificationFilter_allOf'
Project:
allOf:
Expand Down Expand Up @@ -3953,10 +3956,8 @@ components:
ProjectSearch:
example:
skills:
- id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
objectType: objectType
- id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
objectType: objectType
- null
- null
minStartDate: 2000-01-23
maxEndDate: 2000-01-23
projectStatuses:
Expand All @@ -3966,15 +3967,11 @@ components:
min: 0
max: 100
industries:
- id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
objectType: objectType
- id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
objectType: objectType
- null
- null
organizations:
- id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
objectType: objectType
- id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
objectType: objectType
- null
- null
projectIds:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
Expand All @@ -3985,10 +3982,8 @@ components:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
participants:
- id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
objectType: objectType
- id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
objectType: objectType
- null
- null
properties:
projectIds:
items:
Expand Down Expand Up @@ -4204,7 +4199,7 @@ components:
item:
$ref: '#/components/schemas/NamedDomainModel'
type: object
EntityFilter:
AbstractEntityFilter:
discriminator:
mapping:
EntityFilter: EntityFilter
Expand All @@ -4214,9 +4209,6 @@ components:
PersonIndustryFilter: PersonIndustryFilter
PersonCertificationFilter: PersonCertificationFilter
propertyName: objectType
example:
id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
objectType: objectType
properties:
id:
format: uuid
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_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.

77 changes: 77 additions & 0 deletions docs/AbstractEntityFilter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# AbstractEntityFilter

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | |
**ObjectType** | Pointer to **string** | | [optional]

## Methods

### NewAbstractEntityFilter

`func NewAbstractEntityFilter(id string, ) *AbstractEntityFilter`

NewAbstractEntityFilter instantiates a new AbstractEntityFilter object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed

### NewAbstractEntityFilterWithDefaults

`func NewAbstractEntityFilterWithDefaults() *AbstractEntityFilter`

NewAbstractEntityFilterWithDefaults instantiates a new AbstractEntityFilter 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

### GetId

`func (o *AbstractEntityFilter) GetId() string`

GetId returns the Id field if non-nil, zero value otherwise.

### GetIdOk

`func (o *AbstractEntityFilter) GetIdOk() (*string, bool)`

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

### SetId

`func (o *AbstractEntityFilter) SetId(v string)`

SetId sets Id field to given value.


### GetObjectType

`func (o *AbstractEntityFilter) GetObjectType() string`

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

### GetObjectTypeOk

`func (o *AbstractEntityFilter) GetObjectTypeOk() (*string, bool)`

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

### SetObjectType

`func (o *AbstractEntityFilter) SetObjectType(v string)`

SetObjectType sets ObjectType field to given value.

### HasObjectType

`func (o *AbstractEntityFilter) HasObjectType() bool`

HasObjectType 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)


Loading

0 comments on commit d9ba285

Please sign in to comment.