Skip to content

Commit

Permalink
chore(all): re-generate OpenAPI client(s) (#524)
Browse files Browse the repository at this point in the history
Co-authored-by: app-services-ci <[email protected]>
  • Loading branch information
app-services-ci and app-services-ci authored Jul 13, 2022
1 parent ad5e8b4 commit c5bba46
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 82 deletions.
12 changes: 3 additions & 9 deletions connectormgmt/apiv1/client/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1856,15 +1856,9 @@ components:
- $ref: '#/components/schemas/ObjectReference'
- $ref: '#/components/schemas/ConnectorType_allOf'
description: Represents a connector type supported by the API
oneOf:
- required:
- name
- schema
- version
- required:
- json_schema
- name
- version
required:
- name
- version
ConnectorTypeList:
allOf:
- $ref: '#/components/schemas/List'
Expand Down
16 changes: 3 additions & 13 deletions connectormgmt/apiv1/client/docs/ConnectorType.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Name | Type | Description | Notes
**Id** | Pointer to **string** | | [optional]
**Kind** | Pointer to **string** | | [optional]
**Href** | Pointer to **string** | | [optional]
**Name** | Pointer to **string** | Name of the connector type. | [optional]
**Version** | Pointer to **string** | Version of the connector type. | [optional]
**Name** | **string** | Name of the connector type. |
**Version** | **string** | Version of the connector type. |
**Channels** | Pointer to [**[]Channel**](Channel.md) | Channels of the connector type. | [optional]
**Description** | Pointer to **string** | A description of the connector. | [optional]
**IconHref** | Pointer to **string** | URL to an icon of the connector. | [optional]
Expand All @@ -21,7 +21,7 @@ Name | Type | Description | Notes

### NewConnectorType

`func NewConnectorType() *ConnectorType`
`func NewConnectorType(name string, version string, ) *ConnectorType`

NewConnectorType instantiates a new ConnectorType object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -130,11 +130,6 @@ and a boolean to check if the value has been set.

SetName sets Name field to given value.

### HasName

`func (o *ConnectorType) HasName() bool`

HasName returns a boolean if a field has been set.

### GetVersion

Expand All @@ -155,11 +150,6 @@ and a boolean to check if the value has been set.

SetVersion sets Version field to given value.

### HasVersion

`func (o *ConnectorType) HasVersion() bool`

HasVersion returns a boolean if a field has been set.

### GetChannels

Expand Down
Loading

0 comments on commit c5bba46

Please sign in to comment.