Skip to content

Commit 9bc8a17

Browse files
chore: update bindings to 0.0.41 (#34)
1 parent 64959be commit 9bc8a17

File tree

301 files changed

+3847
-270
lines changed

Some content is hidden

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

301 files changed

+3847
-270
lines changed

.openapi-generator/FILES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ docs/OrganizationPackageLicensePolicyRequestPatch.md
137137
docs/OrganizationPackageVulnerabilityPolicy.md
138138
docs/OrganizationPackageVulnerabilityPolicyRequest.md
139139
docs/OrganizationPackageVulnerabilityPolicyRequestPatch.md
140+
docs/OrganizationSAMLAuth.md
141+
docs/OrganizationSAMLAuthRequestPatch.md
140142
docs/OrganizationTeam.md
141143
docs/OrganizationTeamInvite.md
142144
docs/OrganizationTeamMembers.md
@@ -389,6 +391,8 @@ model_organization_package_license_policy_request_patch.go
389391
model_organization_package_vulnerability_policy.go
390392
model_organization_package_vulnerability_policy_request.go
391393
model_organization_package_vulnerability_policy_request_patch.go
394+
model_organization_saml_auth.go
395+
model_organization_saml_auth_request_patch.go
392396
model_organization_team.go
393397
model_organization_team_invite.go
394398
model_organization_team_members.go

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.536.1
8+
- API version: 1.566.9
99
- Package version: 0.0.41
1010
- Generator version: 7.9.0
1111
- Build package: org.openapitools.codegen.languages.GoClientCodegen
@@ -142,6 +142,8 @@ Class | Method | HTTP request | Description
142142
*OrgsApi* | [**OrgsOpenidConnectRead**](docs/OrgsApi.md#orgsopenidconnectread) | **Get** /orgs/{org}/openid-connect/{slug_perm}/ | Retrieve a specific OpenID Connect provider setting for the org.
143143
*OrgsApi* | [**OrgsOpenidConnectUpdate**](docs/OrgsApi.md#orgsopenidconnectupdate) | **Put** /orgs/{org}/openid-connect/{slug_perm}/ | Update a specific OpenID Connect provider setting for the org.
144144
*OrgsApi* | [**OrgsRead**](docs/OrgsApi.md#orgsread) | **Get** /orgs/{org}/ | Get the details for the specific organization.
145+
*OrgsApi* | [**OrgsSamlAuthenticationPartialUpdate**](docs/OrgsApi.md#orgssamlauthenticationpartialupdate) | **Patch** /orgs/{org}/saml-authentication | Update the SAML Authentication settings for this Organization.
146+
*OrgsApi* | [**OrgsSamlAuthenticationRead**](docs/OrgsApi.md#orgssamlauthenticationread) | **Get** /orgs/{org}/saml-authentication | Retrieve the SAML Authentication settings for this Organization.
145147
*OrgsApi* | [**OrgsSamlGroupSyncCreate**](docs/OrgsApi.md#orgssamlgroupsynccreate) | **Post** /orgs/{org}/saml-group-sync/ | Create a new SAML Group Sync mapping within an organization.
146148
*OrgsApi* | [**OrgsSamlGroupSyncDelete**](docs/OrgsApi.md#orgssamlgroupsyncdelete) | **Delete** /orgs/{org}/saml-group-sync/{slug_perm}/ | Delete a SAML Group Sync mapping from an organization.
147149
*OrgsApi* | [**OrgsSamlGroupSyncDisable**](docs/OrgsApi.md#orgssamlgroupsyncdisable) | **Post** /orgs/{org}/saml-group-sync/disable/ | Disable SAML Group Sync for this organization.
@@ -475,6 +477,8 @@ Class | Method | HTTP request | Description
475477
- [OrganizationPackageVulnerabilityPolicy](docs/OrganizationPackageVulnerabilityPolicy.md)
476478
- [OrganizationPackageVulnerabilityPolicyRequest](docs/OrganizationPackageVulnerabilityPolicyRequest.md)
477479
- [OrganizationPackageVulnerabilityPolicyRequestPatch](docs/OrganizationPackageVulnerabilityPolicyRequestPatch.md)
480+
- [OrganizationSAMLAuth](docs/OrganizationSAMLAuth.md)
481+
- [OrganizationSAMLAuthRequestPatch](docs/OrganizationSAMLAuthRequestPatch.md)
478482
- [OrganizationTeam](docs/OrganizationTeam.md)
479483
- [OrganizationTeamInvite](docs/OrganizationTeamInvite.md)
480484
- [OrganizationTeamMembers](docs/OrganizationTeamMembers.md)

0 commit comments

Comments
 (0)