From 3888339027491258e9228d099d4fb1bb9b5206bd Mon Sep 17 00:00:00 2001 From: tyler-mairose-sp Date: Wed, 28 Aug 2024 18:02:34 +0000 Subject: [PATCH] Bump version to v2.1.9 --- api_beta/README.md | 2 +- api_beta/client.go | 2 +- api_beta/configuration.go | 2 +- api_v2024/README.md | 2 +- api_v2024/client.go | 2 +- api_v2024/configuration.go | 2 +- api_v3/README.md | 2 +- api_v3/client.go | 2 +- api_v3/configuration.go | 2 +- sdk-resources/beta-config.yaml | 2 +- sdk-resources/v2024-config.yaml | 2 +- sdk-resources/v3-config.yaml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/api_beta/README.md b/api_beta/README.md index d3f943549..5c1c950b2 100644 --- a/api_beta/README.md +++ b/api_beta/README.md @@ -6,7 +6,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve 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. - API version: 3.1.0-beta -- Package version: 2.1.8 +- Package version: 2.1.9 - Generator version: 7.8.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help) diff --git a/api_beta/client.go b/api_beta/client.go index d6cf4d16d..ed7124a95 100644 --- a/api_beta/client.go +++ b/api_beta/client.go @@ -628,7 +628,7 @@ func (c *APIClient) prepareRequest( // Add the user agent to the request. localVarRequest.Header.Add("User-Agent", c.cfg.UserAgent) -localVarRequest.Header.Add("X-SailPoint-SDK", "2.1.8") +localVarRequest.Header.Add("X-SailPoint-SDK", "2.1.9") if ctx != nil { // add context to the request diff --git a/api_beta/configuration.go b/api_beta/configuration.go index c0cc23873..7bec50cc1 100644 --- a/api_beta/configuration.go +++ b/api_beta/configuration.go @@ -101,7 +101,7 @@ ClientId: clientId, TokenURL: tokenURL, Token: token, DefaultHeader: make(map[string]string), - UserAgent: "OpenAPI-Generator/2.1.8/go", + UserAgent: "OpenAPI-Generator/2.1.9/go", Debug: false, Experimental: experimental, Servers: ServerConfigurations{ diff --git a/api_v2024/README.md b/api_v2024/README.md index ee01697b3..e3789614b 100644 --- a/api_v2024/README.md +++ b/api_v2024/README.md @@ -6,7 +6,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve 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. - API version: v2024 -- Package version: 2.1.8 +- Package version: 2.1.9 - Generator version: 7.8.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help) diff --git a/api_v2024/client.go b/api_v2024/client.go index f8c1ef0c1..c9d8ddc56 100644 --- a/api_v2024/client.go +++ b/api_v2024/client.go @@ -655,7 +655,7 @@ func (c *APIClient) prepareRequest( // Add the user agent to the request. localVarRequest.Header.Add("User-Agent", c.cfg.UserAgent) -localVarRequest.Header.Add("X-SailPoint-SDK", "2.1.8") +localVarRequest.Header.Add("X-SailPoint-SDK", "2.1.9") if ctx != nil { // add context to the request diff --git a/api_v2024/configuration.go b/api_v2024/configuration.go index 9cae32ff6..58146d6a8 100644 --- a/api_v2024/configuration.go +++ b/api_v2024/configuration.go @@ -101,7 +101,7 @@ ClientId: clientId, TokenURL: tokenURL, Token: token, DefaultHeader: make(map[string]string), - UserAgent: "OpenAPI-Generator/2.1.8/go", + UserAgent: "OpenAPI-Generator/2.1.9/go", Debug: false, Experimental: experimental, Servers: ServerConfigurations{ diff --git a/api_v3/README.md b/api_v3/README.md index fbd02b165..020143607 100644 --- a/api_v3/README.md +++ b/api_v3/README.md @@ -6,7 +6,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve 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. - API version: 3.0.0 -- Package version: 2.1.8 +- Package version: 2.1.9 - Generator version: 7.8.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help) diff --git a/api_v3/client.go b/api_v3/client.go index 51df8f8ad..b94667774 100644 --- a/api_v3/client.go +++ b/api_v3/client.go @@ -565,7 +565,7 @@ func (c *APIClient) prepareRequest( // Add the user agent to the request. localVarRequest.Header.Add("User-Agent", c.cfg.UserAgent) -localVarRequest.Header.Add("X-SailPoint-SDK", "2.1.8") +localVarRequest.Header.Add("X-SailPoint-SDK", "2.1.9") if ctx != nil { // add context to the request diff --git a/api_v3/configuration.go b/api_v3/configuration.go index 96ca797a0..cd6689deb 100644 --- a/api_v3/configuration.go +++ b/api_v3/configuration.go @@ -101,7 +101,7 @@ ClientId: clientId, TokenURL: tokenURL, Token: token, DefaultHeader: make(map[string]string), - UserAgent: "OpenAPI-Generator/2.1.8/go", + UserAgent: "OpenAPI-Generator/2.1.9/go", Debug: false, Experimental: experimental, Servers: ServerConfigurations{ diff --git a/sdk-resources/beta-config.yaml b/sdk-resources/beta-config.yaml index 058d320db..34f8a0f75 100644 --- a/sdk-resources/beta-config.yaml +++ b/sdk-resources/beta-config.yaml @@ -1,6 +1,6 @@ templateDir: ./sdk-resources/resources packageName: api_beta -packageVersion: 2.1.8 +packageVersion: 2.1.9 generateInterfaces: false disallowAdditionalPropertiesIfNotPresent: false useOneOfDiscriminatorLookup: false diff --git a/sdk-resources/v2024-config.yaml b/sdk-resources/v2024-config.yaml index 01bc7384f..45e86f2bd 100644 --- a/sdk-resources/v2024-config.yaml +++ b/sdk-resources/v2024-config.yaml @@ -1,6 +1,6 @@ templateDir: ./sdk-resources/resources packageName: api_v2024 -packageVersion: 2.1.8 +packageVersion: 2.1.9 generateInterfaces: false disallowAdditionalPropertiesIfNotPresent: false useOneOfDiscriminatorLookup: false diff --git a/sdk-resources/v3-config.yaml b/sdk-resources/v3-config.yaml index e8c36d8b0..a3b2e884a 100644 --- a/sdk-resources/v3-config.yaml +++ b/sdk-resources/v3-config.yaml @@ -1,6 +1,6 @@ templateDir: ./sdk-resources/resources packageName: api_v3 -packageVersion: 2.1.8 +packageVersion: 2.1.9 generateInterfaces: false disallowAdditionalPropertiesIfNotPresent: false useOneOfDiscriminatorLookup: false