Skip to content

Commit

Permalink
Updated SDK from latest definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto committed Feb 19, 2024
1 parent dff15bd commit 0d2de04
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 136 deletions.
2 changes: 0 additions & 2 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,4 @@ model_process_event_log.go
model_require.go
model_variable.go
response.go
test/api_integration_test.go
test/api_notifier_test.go
utils.go
15 changes: 5 additions & 10 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1070,14 +1070,14 @@ components:
FpIntegration:
example:
file_name: file_name
root_mod: root_mod
documentation: documentation
name: name
description: description
end_line_number: 0
start_line_number: 6
title: title
type: type
url: url
properties:
description:
type: string
Expand All @@ -1089,19 +1089,18 @@ components:
type: string
name:
type: string
root_mod:
type: string
start_line_number:
type: integer
title:
type: string
type:
type: string
url:
type: string
type: object
FpNotifier:
example:
file_name: file_name
root_mod: root_mod
documentation: documentation
name: name
description: description
Expand All @@ -1119,8 +1118,6 @@ components:
type: string
name:
type: string
root_mod:
type: string
start_line_number:
type: integer
title:
Expand Down Expand Up @@ -1293,23 +1290,23 @@ components:
next_token: next_token
items:
- file_name: file_name
root_mod: root_mod
documentation: documentation
name: name
description: description
end_line_number: 0
start_line_number: 6
title: title
type: type
url: url
- file_name: file_name
root_mod: root_mod
documentation: documentation
name: name
description: description
end_line_number: 0
start_line_number: 6
title: title
type: type
url: url
properties:
items:
items:
Expand All @@ -1323,15 +1320,13 @@ components:
next_token: next_token
items:
- file_name: file_name
root_mod: root_mod
documentation: documentation
name: name
description: description
end_line_number: 0
start_line_number: 6
title: title
- file_name: file_name
root_mod: root_mod
documentation: documentation
name: name
description: description
Expand Down
52 changes: 26 additions & 26 deletions docs/FpIntegration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Name | Type | Description | Notes
**EndLineNumber** | Pointer to **int32** | | [optional]
**FileName** | Pointer to **string** | | [optional]
**Name** | Pointer to **string** | | [optional]
**RootMod** | Pointer to **string** | | [optional]
**StartLineNumber** | Pointer to **int32** | | [optional]
**Title** | Pointer to **string** | | [optional]
**Type** | Pointer to **string** | | [optional]
**Url** | Pointer to **string** | | [optional]

## Methods

Expand Down Expand Up @@ -158,31 +158,6 @@ SetName sets Name field to given value.

HasName returns a boolean if a field has been set.

### GetRootMod

`func (o *FpIntegration) GetRootMod() string`

GetRootMod returns the RootMod field if non-nil, zero value otherwise.

### GetRootModOk

`func (o *FpIntegration) GetRootModOk() (*string, bool)`

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

### SetRootMod

`func (o *FpIntegration) SetRootMod(v string)`

SetRootMod sets RootMod field to given value.

### HasRootMod

`func (o *FpIntegration) HasRootMod() bool`

HasRootMod returns a boolean if a field has been set.

### GetStartLineNumber

`func (o *FpIntegration) GetStartLineNumber() int32`
Expand Down Expand Up @@ -258,6 +233,31 @@ SetType sets Type field to given value.

HasType returns a boolean if a field has been set.

### GetUrl

`func (o *FpIntegration) GetUrl() string`

GetUrl returns the Url field if non-nil, zero value otherwise.

### GetUrlOk

`func (o *FpIntegration) GetUrlOk() (*string, bool)`

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

### SetUrl

`func (o *FpIntegration) SetUrl(v string)`

SetUrl sets Url field to given value.

### HasUrl

`func (o *FpIntegration) HasUrl() bool`

HasUrl 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: 0 additions & 26 deletions docs/FpNotifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Name | Type | Description | Notes
**EndLineNumber** | Pointer to **int32** | | [optional]
**FileName** | Pointer to **string** | | [optional]
**Name** | Pointer to **string** | | [optional]
**RootMod** | Pointer to **string** | | [optional]
**StartLineNumber** | Pointer to **int32** | | [optional]
**Title** | Pointer to **string** | | [optional]

Expand Down Expand Up @@ -157,31 +156,6 @@ SetName sets Name field to given value.

HasName returns a boolean if a field has been set.

### GetRootMod

`func (o *FpNotifier) GetRootMod() string`

GetRootMod returns the RootMod field if non-nil, zero value otherwise.

### GetRootModOk

`func (o *FpNotifier) GetRootModOk() (*string, bool)`

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

### SetRootMod

`func (o *FpNotifier) SetRootMod(v string)`

SetRootMod sets RootMod field to given value.

### HasRootMod

`func (o *FpNotifier) HasRootMod() bool`

HasRootMod returns a boolean if a field has been set.

### GetStartLineNumber

`func (o *FpNotifier) GetStartLineNumber() int32`
Expand Down
72 changes: 36 additions & 36 deletions model_fp_integration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 0 additions & 36 deletions model_fp_notifier.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d2de04

Please sign in to comment.