Skip to content

Commit

Permalink
Generated version 0.23.0
Browse files Browse the repository at this point in the history
This commit was automatically created by a GitHub Action to generate version 0.23.0 of this library.
  • Loading branch information
devexperience committed May 2, 2024
1 parent 5c88279 commit c505f83
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 2 deletions.
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.

26 changes: 26 additions & 0 deletions docs/WidgetRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Name | Type | Description | Notes
**DisableInstitutionSearch** | Pointer to **bool** | | [optional]
**IncludeIdentity** | Pointer to **bool** | | [optional]
**IncludeTransactions** | Pointer to **bool** | | [optional]
**InsightGuid** | Pointer to **string** | | [optional]
**IsMobileWebview** | Pointer to **bool** | | [optional]
**MicrowidgetInstanceId** | Pointer to **string** | | [optional]
**Mode** | Pointer to **string** | | [optional]
Expand Down Expand Up @@ -266,6 +267,31 @@ SetIncludeTransactions sets IncludeTransactions field to given value.

HasIncludeTransactions returns a boolean if a field has been set.

### GetInsightGuid

`func (o *WidgetRequest) GetInsightGuid() string`

GetInsightGuid returns the InsightGuid field if non-nil, zero value otherwise.

### GetInsightGuidOk

`func (o *WidgetRequest) GetInsightGuidOk() (*string, bool)`

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

### SetInsightGuid

`func (o *WidgetRequest) SetInsightGuid(v string)`

SetInsightGuid sets InsightGuid field to given value.

### HasInsightGuid

`func (o *WidgetRequest) HasInsightGuid() bool`

HasInsightGuid returns a boolean if a field has been set.

### GetIsMobileWebview

`func (o *WidgetRequest) GetIsMobileWebview() bool`
Expand Down
36 changes: 36 additions & 0 deletions model_widget_request.go

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

2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
gitRepoId: mx-platform-go
gitUserId: mxenabled
packageName: mxplatformgo
packageVersion: 0.22.0
packageVersion: 0.23.0

0 comments on commit c505f83

Please sign in to comment.