Skip to content

Commit e52fa6d

Browse files
chore: Update binding for OrgsOpenidConnectCreateExecute (#25)
* update bindings for OrgsOpenidConnectCreateExecute * re-add contribution * chore: updating version number --------- Co-authored-by: Domagoj <[email protected]>
1 parent a6fea7b commit e52fa6d

File tree

254 files changed

+1237
-277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+1237
-277
lines changed

.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ docs/NugetUpstreamRequestPatch.md
118118
docs/Organization.md
119119
docs/OrganizationGroupSync.md
120120
docs/OrganizationGroupSyncRequest.md
121+
docs/OrganizationGroupSyncStatus.md
121122
docs/OrganizationInvite.md
122123
docs/OrganizationInviteExtend.md
123124
docs/OrganizationInviteRequest.md
@@ -355,6 +356,7 @@ model_nuget_upstream_request_patch.go
355356
model_organization.go
356357
model_organization_group_sync.go
357358
model_organization_group_sync_request.go
359+
model_organization_group_sync_status.go
358360
model_organization_invite.go
359361
model_organization_invite_extend.go
360362
model_organization_invite_request.go

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ The API to the Cloudsmith Service
55
## Overview
66
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
77

8-
- API version: 1.392.0
9-
- Package version: 0.0.34
8+
- API version: 1.401.1
9+
- Package version: 0.0.35
1010
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1111
For more information, please visit [https://help.cloudsmith.io](https://help.cloudsmith.io)
1212

@@ -142,7 +142,10 @@ Class | Method | HTTP request | Description
142142
*OrgsApi* | [**OrgsRead**](docs/OrgsApi.md#orgsread) | **Get** /orgs/{org}/ | Get the details for the specific organization.
143143
*OrgsApi* | [**OrgsSamlGroupSyncCreate**](docs/OrgsApi.md#orgssamlgroupsynccreate) | **Post** /orgs/{org}/saml-group-sync/ | Create a new SAML Group Sync mapping within an organization.
144144
*OrgsApi* | [**OrgsSamlGroupSyncDelete**](docs/OrgsApi.md#orgssamlgroupsyncdelete) | **Delete** /orgs/{org}/saml-group-sync/{slug_perm}/ | Delete a SAML Group Sync mapping from an organization.
145+
*OrgsApi* | [**OrgsSamlGroupSyncDisable**](docs/OrgsApi.md#orgssamlgroupsyncdisable) | **Post** /orgs/{org}/saml-group-sync/disable/ | Disable SAML Group Sync for this organization.
146+
*OrgsApi* | [**OrgsSamlGroupSyncEnable**](docs/OrgsApi.md#orgssamlgroupsyncenable) | **Post** /orgs/{org}/saml-group-sync/enable/ | Enable SAML Group Sync for this organization.
145147
*OrgsApi* | [**OrgsSamlGroupSyncList**](docs/OrgsApi.md#orgssamlgroupsynclist) | **Get** /orgs/{org}/saml-group-sync/ | Get the details of all SAML Group Sync mapping within an organization.
148+
*OrgsApi* | [**OrgsSamlGroupSyncStatus**](docs/OrgsApi.md#orgssamlgroupsyncstatus) | **Get** /orgs/{org}/saml-group-sync/status/ | Retrieve the SAML Group Sync status for this organization.
146149
*OrgsApi* | [**OrgsServicesCreate**](docs/OrgsApi.md#orgsservicescreate) | **Post** /orgs/{org}/services/ | Create a service within an organization.
147150
*OrgsApi* | [**OrgsServicesDelete**](docs/OrgsApi.md#orgsservicesdelete) | **Delete** /orgs/{org}/services/{service}/ | Delete a specific service
148151
*OrgsApi* | [**OrgsServicesList**](docs/OrgsApi.md#orgsserviceslist) | **Get** /orgs/{org}/services/ | Get a list of all services within an organization.
@@ -432,6 +435,7 @@ Class | Method | HTTP request | Description
432435
- [Organization](docs/Organization.md)
433436
- [OrganizationGroupSync](docs/OrganizationGroupSync.md)
434437
- [OrganizationGroupSyncRequest](docs/OrganizationGroupSyncRequest.md)
438+
- [OrganizationGroupSyncStatus](docs/OrganizationGroupSyncStatus.md)
435439
- [OrganizationInvite](docs/OrganizationInvite.md)
436440
- [OrganizationInviteExtend](docs/OrganizationInviteExtend.md)
437441
- [OrganizationInviteRequest](docs/OrganizationInviteRequest.md)

api/openapi.yaml

Lines changed: 132 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ info:
1010
url: https://opensource.org/licenses/MIT
1111
termsOfService: https://help.cloudsmith.io
1212
title: Cloudsmith API (v1)
13-
version: 1.392.0
13+
version: 1.401.1
1414
servers:
1515
- url: https://api.cloudsmith.io/v1
1616
security:
@@ -2777,8 +2777,11 @@ paths:
27772777
$ref: '#/components/schemas/ProviderSettingsRequest'
27782778
required: false
27792779
responses:
2780-
"200":
2781-
content: {}
2780+
"201":
2781+
content:
2782+
application/json:
2783+
schema:
2784+
$ref: '#/components/schemas/ProviderSettings'
27822785
description: Created the OpenID Connect provider settings for the org
27832786
"404":
27842787
content:
@@ -3010,7 +3013,7 @@ paths:
30103013
items:
30113014
$ref: '#/components/schemas/OrganizationGroupSync'
30123015
type: array
3013-
description: Retrived the list of all SAML Group Sync mappings for this
3016+
description: Retrieved the list of all SAML Group Sync mappings for this
30143017
org
30153018
"404":
30163019
content:
@@ -3081,6 +3084,120 @@ paths:
30813084
tags:
30823085
- orgs
30833086
x-codegen-request-body-name: data
3087+
/orgs/{org}/saml-group-sync/disable/:
3088+
post:
3089+
description: Disable SAML Group Sync for this organization.
3090+
operationId: orgs_saml-group-sync_disable
3091+
parameters:
3092+
- in: path
3093+
name: org
3094+
required: true
3095+
schema:
3096+
type: string
3097+
responses:
3098+
"204":
3099+
content: {}
3100+
description: SAML Group Sync has been disabled for this organization.
3101+
"404":
3102+
content:
3103+
application/json:
3104+
schema:
3105+
$ref: '#/components/schemas/ErrorDetail'
3106+
description: Org namespace not found
3107+
"400":
3108+
content:
3109+
application/json:
3110+
schema:
3111+
$ref: '#/components/schemas/ErrorDetail'
3112+
description: Request could not be processed (see detail).
3113+
"422":
3114+
content:
3115+
application/json:
3116+
schema:
3117+
$ref: '#/components/schemas/ErrorDetail'
3118+
description: Missing or invalid parameters (see detail).
3119+
security:
3120+
- apikey: []
3121+
summary: Disable SAML Group Sync for this organization.
3122+
tags:
3123+
- orgs
3124+
/orgs/{org}/saml-group-sync/enable/:
3125+
post:
3126+
description: Enable SAML Group Sync for this organization.
3127+
operationId: orgs_saml-group-sync_enable
3128+
parameters:
3129+
- in: path
3130+
name: org
3131+
required: true
3132+
schema:
3133+
type: string
3134+
responses:
3135+
"204":
3136+
content: {}
3137+
description: SAML Group Sync has been enabled for this organization.
3138+
"404":
3139+
content:
3140+
application/json:
3141+
schema:
3142+
$ref: '#/components/schemas/ErrorDetail'
3143+
description: Org namespace not found
3144+
"400":
3145+
content:
3146+
application/json:
3147+
schema:
3148+
$ref: '#/components/schemas/ErrorDetail'
3149+
description: Request could not be processed (see detail).
3150+
"422":
3151+
content:
3152+
application/json:
3153+
schema:
3154+
$ref: '#/components/schemas/ErrorDetail'
3155+
description: Missing or invalid parameters (see detail).
3156+
security:
3157+
- apikey: []
3158+
summary: Enable SAML Group Sync for this organization.
3159+
tags:
3160+
- orgs
3161+
/orgs/{org}/saml-group-sync/status/:
3162+
get:
3163+
description: Retrieve the SAML Group Sync status for this organization.
3164+
operationId: orgs_saml-group-sync_status
3165+
parameters:
3166+
- in: path
3167+
name: org
3168+
required: true
3169+
schema:
3170+
type: string
3171+
responses:
3172+
"200":
3173+
content:
3174+
application/json:
3175+
schema:
3176+
$ref: '#/components/schemas/OrganizationGroupSyncStatus'
3177+
description: Retrieved the SAML Group Sync status for this organization.
3178+
"404":
3179+
content:
3180+
application/json:
3181+
schema:
3182+
$ref: '#/components/schemas/ErrorDetail'
3183+
description: Org namespace not found
3184+
"400":
3185+
content:
3186+
application/json:
3187+
schema:
3188+
$ref: '#/components/schemas/ErrorDetail'
3189+
description: Request could not be processed (see detail).
3190+
"422":
3191+
content:
3192+
application/json:
3193+
schema:
3194+
$ref: '#/components/schemas/ErrorDetail'
3195+
description: Missing or invalid parameters (see detail).
3196+
security:
3197+
- apikey: []
3198+
summary: Retrieve the SAML Group Sync status for this organization.
3199+
tags:
3200+
- orgs
30843201
/orgs/{org}/saml-group-sync/{slug_perm}/:
30853202
delete:
30863203
description: Delete a SAML Group Sync mapping from an organization.
@@ -15563,6 +15680,15 @@ components:
1556315680
- organization
1556415681
- team
1556515682
type: object
15683+
OrganizationGroupSyncStatus:
15684+
example:
15685+
saml_group_sync_status: true
15686+
properties:
15687+
saml_group_sync_status:
15688+
readOnly: true
15689+
title: Saml group sync status
15690+
type: boolean
15691+
type: object
1556615692
ServiceTeams:
1556715693
example:
1556815694
role: Manager
@@ -40176,7 +40302,7 @@ components:
4017640302
StatusBasic:
4017740303
example:
4017840304
detail: Cloudsmith API is operational.
40179-
version: 1.392.0
40305+
version: 1.401.1
4018040306
properties:
4018140307
detail:
4018240308
default: Cloudsmith API is operational.
@@ -40186,7 +40312,7 @@ components:
4018640312
title: Detail
4018740313
type: string
4018840314
version:
40189-
default: 1.392.0
40315+
default: 1.401.1
4019040316
description: The current version for the Cloudsmith service.
4019140317
minLength: 1
4019240318
readOnly: true

api_audit_log.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_badges.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_distros.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_entitlements.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_files.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_formats.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_metrics.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)