From 13160b1ba2525ea6ba436fd20f27d4b3f9ef2b96 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 05:05:28 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- pkg/cmd/simulationentity.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index 7c19297..e3d4bfe 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 238 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-f0841004cde131703a9fc63fec3ae9ce98b63f0e8fe8d4326d1d75142538eda3.yml -openapi_spec_hash: a5a1e052b6e09ba465311f8adfcf9429 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-7761a7b3900011b6b82798bdc61499235a02ed9c48fa5f20e2758f4f2e45c72b.yml +openapi_spec_hash: 39139aa45b204b3144fe560fcad8893b config_hash: 060e036e1db198f2e908364c9df7096e diff --git a/pkg/cmd/simulationentity.go b/pkg/cmd/simulationentity.go index 6eb7284..61f7313 100644 --- a/pkg/cmd/simulationentity.go +++ b/pkg/cmd/simulationentity.go @@ -16,7 +16,7 @@ import ( var simulationsEntitiesValidation = requestflag.WithInnerFlags(cli.Command{ Name: "validation", - Usage: "Simulates setting an [Entity](#entities)'s validation under the managed\ncompliance regime. Any existing managed compliance validation on the Entity will\nbe marked as no longer current.", + Usage: "Set the status for an\n[Entity's validation](/documentation/api/entities#entity-object.validation). In\nproduction, Know Your Customer validations\n[run automatically](/documentation/entity-validation#entity-validation). While\ndeveloping, it can be helpful to override the behavior in Sandbox.", Suggest: true, Flags: []cli.Flag{ &requestflag.Flag[string]{ From a93600cf55facf2bd40baaf595039cd8233ad694 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 05:06:20 +0000 Subject: [PATCH 2/2] release: 0.47.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pkg/cmd/version.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 563004f..141e7cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.46.0" + ".": "0.47.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c142bdc..4addf0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.47.0 (2026-05-01) + +Full Changelog: [v0.46.0...v0.47.0](https://github.com/Increase/increase-cli/compare/v0.46.0...v0.47.0) + +### Features + +* **api:** api update ([13160b1](https://github.com/Increase/increase-cli/commit/13160b1ba2525ea6ba436fd20f27d4b3f9ef2b96)) + ## 0.46.0 (2026-05-01) Full Changelog: [v0.45.0...v0.46.0](https://github.com/Increase/increase-cli/compare/v0.45.0...v0.46.0) diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index 8fbe43c..eefd938 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -2,4 +2,4 @@ package cmd -const Version = "0.46.0" // x-release-please-version +const Version = "0.47.0" // x-release-please-version