Skip to content

Commit a1cb79b

Browse files
Bump version to v2.1.21
1 parent c93ae68 commit a1cb79b

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

api_beta/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve
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

88
- API version: 3.1.0-beta
9-
- Package version: 2.1.20
9+
- Package version: 2.1.21
1010
- Generator version: 7.11.0
1111
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1212
For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help)

api_beta/client.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_v2024/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve
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

88
- API version: v2024
9-
- Package version: 2.1.20
9+
- Package version: 2.1.21
1010
- Generator version: 7.11.0
1111
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1212
For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help)

api_v2024/client.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_v3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve
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

88
- API version: 3.0.0
9-
- Package version: 2.1.20
9+
- Package version: 2.1.21
1010
- Generator version: 7.11.0
1111
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1212
For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help)

api_v3/client.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.

configuration.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ type Configuration struct {
7777
func NewConfiguration(clientConfiguration ClientConfiguration) *Configuration {
7878
cfg := &Configuration{
7979
DefaultHeader: make(map[string]string),
80-
UserAgent: "OpenAPI-Generator/2.1.20/go",
80+
UserAgent: "OpenAPI-Generator/2.1.21/go",
8181
Debug: false,
8282
ClientConfiguration: clientConfiguration,
8383
}
@@ -88,7 +88,7 @@ func NewConfiguration(clientConfiguration ClientConfiguration) *Configuration {
8888
func NewCLIConfiguration(clientConfiguration ClientConfiguration) *Configuration {
8989
cfg := &Configuration{
9090
DefaultHeader: make(map[string]string),
91-
UserAgent: "SailPoint-CLI/2.1.20/go",
91+
UserAgent: "SailPoint-CLI/2.1.21/go",
9292
Debug: false,
9393
ClientConfiguration: clientConfiguration,
9494
}

sdk-resources/beta-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
templateDir: ./sdk-resources/resources
22
packageName: api_beta
3-
packageVersion: 2.1.20
3+
packageVersion: 2.1.21
44
generateInterfaces: false
55
disallowAdditionalPropertiesIfNotPresent: false
66
useOneOfDiscriminatorLookup: false

sdk-resources/v2024-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
templateDir: ./sdk-resources/resources
22
packageName: api_v2024
3-
packageVersion: 2.1.20
3+
packageVersion: 2.1.21
44
generateInterfaces: false
55
disallowAdditionalPropertiesIfNotPresent: false
66
useOneOfDiscriminatorLookup: false

sdk-resources/v3-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
templateDir: ./sdk-resources/resources
22
packageName: api_v3
3-
packageVersion: 2.1.20
3+
packageVersion: 2.1.21
44
generateInterfaces: false
55
disallowAdditionalPropertiesIfNotPresent: false
66
useOneOfDiscriminatorLookup: false

0 commit comments

Comments
 (0)