Skip to content

Commit 6a36022

Browse files
feat(api): api update
1 parent 66c1d05 commit 6a36022

File tree

5 files changed

+2
-14
lines changed

5 files changed

+2
-14
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 118
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-96a2f34503f9348f8d7ce82035fe09c917860d77e17bc6817e034b891902599a.yml
3-
openapi_spec_hash: 3719dd8f962e6b0051a95015aecb0e53
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-42aa43f3893eef31a351e066bf0cf8c56da8c857ccbb45eb7dd58739ad43bd86.yml
3+
openapi_spec_hash: e6b8c1e707036539d88a7b79af864a49
44
config_hash: 1f73a949b649ecfe6ec68ba1bb459dc2

src/Orb/Models/Beta/BetaCreatePlanVersionParams.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
namespace Orb.Models.Beta;
99

1010
/// <summary>
11-
/// This API endpoint is in beta and its interface may change. It is recommended for
12-
/// use only in test mode.
13-
///
1411
/// This endpoint allows the creation of a new plan version for an existing plan.
1512
/// </summary>
1613
public sealed record class BetaCreatePlanVersionParams : ParamsBase

src/Orb/Models/Beta/ExternalPlanID/ExternalPlanIDCreatePlanVersionParams.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
namespace Orb.Models.Beta.ExternalPlanID;
99

1010
/// <summary>
11-
/// This API endpoint is in beta and its interface may change. It is recommended for
12-
/// use only in test mode.
13-
///
1411
/// This endpoint allows the creation of a new plan version for an existing plan.
1512
/// </summary>
1613
public sealed record class ExternalPlanIDCreatePlanVersionParams : ParamsBase

src/Orb/Services/Beta/ExternalPlanID/IExternalPlanIDService.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ namespace Orb.Services.Beta.ExternalPlanID;
88
public interface IExternalPlanIDService
99
{
1010
/// <summary>
11-
/// This API endpoint is in beta and its interface may change. It is recommended
12-
/// for use only in test mode.
13-
///
1411
/// This endpoint allows the creation of a new plan version for an existing plan.
1512
/// </summary>
1613
Task<PlanVersion> CreatePlanVersion(ExternalPlanIDCreatePlanVersionParams parameters);

src/Orb/Services/Beta/IBetaService.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ public interface IBetaService
1010
IExternalPlanIDService ExternalPlanID { get; }
1111

1212
/// <summary>
13-
/// This API endpoint is in beta and its interface may change. It is recommended
14-
/// for use only in test mode.
15-
///
1613
/// This endpoint allows the creation of a new plan version for an existing plan.
1714
/// </summary>
1815
Task<PlanVersion> CreatePlanVersion(BetaCreatePlanVersionParams parameters);

0 commit comments

Comments
 (0)