Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.1.0-alpha, Speakeay CLI 1.101.0 (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Oct 17, 2023
1 parent cbe3d9b commit 35090a3
Show file tree
Hide file tree
Showing 30 changed files with 173 additions and 95 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ func main() {
ctx := context.Background()
res, err := s.AppEntitlementOwners.Add(ctx, operations.C1APIAppV1AppEntitlementOwnersAddRequest{
AddAppEntitlementOwnerRequest: &shared.AddAppEntitlementOwnerRequest{},
AppID: "Small West",
EntitlementID: "Officer impactful",
AppID: "program",
EntitlementID: "North",
})
if err != nil {
log.Fatal(err)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,14 @@ Based on:
### Generated
- [go v1.11.2] .
### Releases
- [Go v1.11.2] https://github.com/ConductorOne/conductorone-sdk-go/releases/tag/v1.11.2 - .
- [Go v1.11.2] https://github.com/ConductorOne/conductorone-sdk-go/releases/tag/v1.11.2 - .

## 2023-10-17 18:38:20
### Changes
Based on:
- OpenAPI Doc 0.1.0-alpha
- Speakeasy CLI 1.101.0 (2.161.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v1.12.0] .
### Releases
- [Go v1.12.0] https://github.com/ConductorOne/conductorone-sdk-go/releases/tag/v1.12.0 - .
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ func main() {
ctx := context.Background()
res, err := s.AppEntitlementOwners.Add(ctx, operations.C1APIAppV1AppEntitlementOwnersAddRequest{
AddAppEntitlementOwnerRequest: &shared.AddAppEntitlementOwnerRequest{},
AppID: "Small West",
EntitlementID: "Officer impactful",
AppID: "program",
EntitlementID: "North",
})
if err != nil {
log.Fatal(err)
Expand Down
6 changes: 3 additions & 3 deletions conductoroneapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ func New(opts ...SDKOption) *ConductoroneAPI {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.1.0-alpha",
SDKVersion: "1.11.2",
GenVersion: "2.152.1",
UserAgent: "speakeasy-sdk/go 1.11.2 2.152.1 0.1.0-alpha github.com/conductorone/conductorone-sdk-go",
SDKVersion: "1.12.0",
GenVersion: "2.161.0",
UserAgent: "speakeasy-sdk/go 1.12.0 2.161.0 0.1.0-alpha github.com/conductorone/conductorone-sdk-go",
ServerDefaults: []map[string]string{
{
"tenantDomain": "example",
Expand Down
5 changes: 4 additions & 1 deletion docs/models/shared/appuser.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ Application User that represents an account in the application.
| `DeletedAt` | [*time.Time](https://pkg.go.dev/time#Time) | :heavy_minus_sign: | N/A |
| `DisplayName` | **string* | :heavy_minus_sign: | The display name of the application user. |
| `Email` | **string* | :heavy_minus_sign: | The email field of the application user. |
| `Emails` | []*string* | :heavy_minus_sign: | The emails field of the application user. |
| `ID` | **string* | :heavy_minus_sign: | A unique idenditfier of the application user. |
| `IdentityUserID` | **string* | :heavy_minus_sign: | The conductor one user ID of the account owner. |
| `Profile` | map[string][AppUserProfile](../../models/shared/appuserprofile.md) | :heavy_minus_sign: | N/A |
| `UpdatedAt` | [*time.Time](https://pkg.go.dev/time#Time) | :heavy_minus_sign: | N/A |
| `UpdatedAt` | [*time.Time](https://pkg.go.dev/time#Time) | :heavy_minus_sign: | N/A |
| `Username` | **string* | :heavy_minus_sign: | The username field of the application user. |
| `Usernames` | []*string* | :heavy_minus_sign: | The usernames field of the application user. |
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ The RequestCatalogSearchServiceSearchEntitlementsResponse message contains a lis

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `Expanded` | [][RequestCatalogSearchServiceSearchEntitlementsResponseExpanded](../../models/shared/requestcatalogsearchservicesearchentitlementsresponseexpanded.md) | :heavy_minus_sign: | The list of results containing up to X results, where X is the page size defined in the request. |
| `List` | [][AppEntitlementWithUserBindings](../../models/shared/appentitlementwithuserbindings.md) | :heavy_minus_sign: | List of serialized related objects. |
| `Expanded` | [][RequestCatalogSearchServiceSearchEntitlementsResponseExpanded](../../models/shared/requestcatalogsearchservicesearchentitlementsresponseexpanded.md) | :heavy_minus_sign: | List of serialized related objects. |
| `List` | [][AppEntitlementWithUserBindings](../../models/shared/appentitlementwithuserbindings.md) | :heavy_minus_sign: | The list of results containing up to X results, where X is the page size defined in the request. |
| `NextPageToken` | **string* | :heavy_minus_sign: | The nextPageToken is shown for the next page if the number of results is larger than the max page size.<br/> The server returns one page of results and the nextPageToken until all results are retreived.<br/> To retrieve the next page, use the same request and append a pageToken field with the value of nextPageToken shown on the previous page. |
Loading

0 comments on commit 35090a3

Please sign in to comment.