Skip to content

Commit afedc92

Browse files
committed
✨ Automatic changes -> ✨ New server autogenerated files [ci skip]
1 parent 39900a7 commit afedc92

17 files changed

+1235
-54
lines changed

changes/20251124185300.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated client due to schema changes

client/.openapi-generator/FILES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ api_workspace_source.go
3030
client.go
3131
configuration.go
3232
docs/AccessTokenItemLinks.md
33+
docs/AccountSummaryItem.md
34+
docs/AccountSummaryLinks.md
35+
docs/AccountType.md
3336
docs/AdditionalTool.md
3437
docs/ArtefactManagerCollection.md
3538
docs/ArtefactManagerItem.md
@@ -195,6 +198,9 @@ git_push.sh
195198
go.mod
196199
go.sum
197200
model_access_token_item_links.go
201+
model_account_summary_item.go
202+
model_account_summary_links.go
203+
model_account_type.go
198204
model_additional_tool.go
199205
model_artefact_manager_collection.go
200206
model_artefact_manager_item.go

client/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Class | Method | HTTP request | Description
111111
------------ | ------------- | ------------- | -------------
112112
*AuthenticationAPI* | [**DeleteUser**](docs/AuthenticationAPI.md#deleteuser) | **Delete** /users/{userName} | Delete a user.
113113
*AuthenticationAPI* | [**GetMe**](docs/AuthenticationAPI.md#getme) | **Get** /users/me | Get my user information
114+
*AuthenticationAPI* | [**GetMyAccountSummary**](docs/AuthenticationAPI.md#getmyaccountsummary) | **Get** /accounts/me | Get the account summary for the current authenticated caller
114115
*AuthenticationAPI* | [**GetUser**](docs/AuthenticationAPI.md#getuser) | **Get** /users/{userName} | Get user information
115116
*AuthenticationAPI* | [**InviteUser**](docs/AuthenticationAPI.md#inviteuser) | **Post** /users/invite | Invite a user.
116117
*AuthenticationAPI* | [**ListUsers**](docs/AuthenticationAPI.md#listusers) | **Get** /users/ | List all users
@@ -278,6 +279,9 @@ Class | Method | HTTP request | Description
278279
## Documentation For Models
279280

280281
- [AccessTokenItemLinks](docs/AccessTokenItemLinks.md)
282+
- [AccountSummaryItem](docs/AccountSummaryItem.md)
283+
- [AccountSummaryLinks](docs/AccountSummaryLinks.md)
284+
- [AccountType](docs/AccountType.md)
281285
- [AdditionalTool](docs/AdditionalTool.md)
282286
- [ArtefactManagerCollection](docs/ArtefactManagerCollection.md)
283287
- [ArtefactManagerItem](docs/ArtefactManagerItem.md)

client/api_authentication.go

Lines changed: 163 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/docs/AccountSummaryItem.md

Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
<!--
2+
Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
3+
SPDX-License-Identifier: Apache-2.0
4+
-->
5+
# AccountSummaryItem
6+
7+
## Properties
8+
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**Links** | [**NullableAccountSummaryLinks**](AccountSummaryLinks.md) | |
12+
**Metadata** | [**NullableCommonMetadata**](CommonMetadata.md) | |
13+
**AccountType** | [**AccountType**](AccountType.md) | |
14+
**Name** | **string** | The systems unique identifier for the account. | [readonly]
15+
**Title** | Pointer to **string** | Human readable name for the account. | [optional]
16+
17+
## Methods
18+
19+
### NewAccountSummaryItem
20+
21+
`func NewAccountSummaryItem(links NullableAccountSummaryLinks, metadata NullableCommonMetadata, accountType AccountType, name string, ) *AccountSummaryItem`
22+
23+
NewAccountSummaryItem instantiates a new AccountSummaryItem object
24+
This constructor will assign default values to properties that have it defined,
25+
and makes sure properties required by API are set, but the set of arguments
26+
will change when the set of required properties is changed
27+
28+
### NewAccountSummaryItemWithDefaults
29+
30+
`func NewAccountSummaryItemWithDefaults() *AccountSummaryItem`
31+
32+
NewAccountSummaryItemWithDefaults instantiates a new AccountSummaryItem object
33+
This constructor will only assign default values to properties that have it defined,
34+
but it doesn't guarantee that properties required by API are set
35+
36+
### GetLinks
37+
38+
`func (o *AccountSummaryItem) GetLinks() AccountSummaryLinks`
39+
40+
GetLinks returns the Links field if non-nil, zero value otherwise.
41+
42+
### GetLinksOk
43+
44+
`func (o *AccountSummaryItem) GetLinksOk() (*AccountSummaryLinks, bool)`
45+
46+
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise
47+
and a boolean to check if the value has been set.
48+
49+
### SetLinks
50+
51+
`func (o *AccountSummaryItem) SetLinks(v AccountSummaryLinks)`
52+
53+
SetLinks sets Links field to given value.
54+
55+
56+
### SetLinksNil
57+
58+
`func (o *AccountSummaryItem) SetLinksNil(b bool)`
59+
60+
SetLinksNil sets the value for Links to be an explicit nil
61+
62+
### UnsetLinks
63+
`func (o *AccountSummaryItem) UnsetLinks()`
64+
65+
UnsetLinks ensures that no value is present for Links, not even an explicit nil
66+
### GetMetadata
67+
68+
`func (o *AccountSummaryItem) GetMetadata() CommonMetadata`
69+
70+
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
71+
72+
### GetMetadataOk
73+
74+
`func (o *AccountSummaryItem) GetMetadataOk() (*CommonMetadata, bool)`
75+
76+
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise
77+
and a boolean to check if the value has been set.
78+
79+
### SetMetadata
80+
81+
`func (o *AccountSummaryItem) SetMetadata(v CommonMetadata)`
82+
83+
SetMetadata sets Metadata field to given value.
84+
85+
86+
### SetMetadataNil
87+
88+
`func (o *AccountSummaryItem) SetMetadataNil(b bool)`
89+
90+
SetMetadataNil sets the value for Metadata to be an explicit nil
91+
92+
### UnsetMetadata
93+
`func (o *AccountSummaryItem) UnsetMetadata()`
94+
95+
UnsetMetadata ensures that no value is present for Metadata, not even an explicit nil
96+
### GetAccountType
97+
98+
`func (o *AccountSummaryItem) GetAccountType() AccountType`
99+
100+
GetAccountType returns the AccountType field if non-nil, zero value otherwise.
101+
102+
### GetAccountTypeOk
103+
104+
`func (o *AccountSummaryItem) GetAccountTypeOk() (*AccountType, bool)`
105+
106+
GetAccountTypeOk returns a tuple with the AccountType field if it's non-nil, zero value otherwise
107+
and a boolean to check if the value has been set.
108+
109+
### SetAccountType
110+
111+
`func (o *AccountSummaryItem) SetAccountType(v AccountType)`
112+
113+
SetAccountType sets AccountType field to given value.
114+
115+
116+
### GetName
117+
118+
`func (o *AccountSummaryItem) GetName() string`
119+
120+
GetName returns the Name field if non-nil, zero value otherwise.
121+
122+
### GetNameOk
123+
124+
`func (o *AccountSummaryItem) GetNameOk() (*string, bool)`
125+
126+
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
127+
and a boolean to check if the value has been set.
128+
129+
### SetName
130+
131+
`func (o *AccountSummaryItem) SetName(v string)`
132+
133+
SetName sets Name field to given value.
134+
135+
136+
### GetTitle
137+
138+
`func (o *AccountSummaryItem) GetTitle() string`
139+
140+
GetTitle returns the Title field if non-nil, zero value otherwise.
141+
142+
### GetTitleOk
143+
144+
`func (o *AccountSummaryItem) GetTitleOk() (*string, bool)`
145+
146+
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise
147+
and a boolean to check if the value has been set.
148+
149+
### SetTitle
150+
151+
`func (o *AccountSummaryItem) SetTitle(v string)`
152+
153+
SetTitle sets Title field to given value.
154+
155+
### HasTitle
156+
157+
`func (o *AccountSummaryItem) HasTitle() bool`
158+
159+
HasTitle returns a boolean if a field has been set.
160+
161+
162+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
163+
164+

0 commit comments

Comments
 (0)