File tree Expand file tree Collapse file tree 5 files changed +2
-14
lines changed
Expand file tree Collapse file tree 5 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : 1f73a949b649ecfe6ec68ba1bb459dc2
Original file line number Diff line number Diff line change 88namespace 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>
1613public sealed record class BetaCreatePlanVersionParams : ParamsBase
Original file line number Diff line number Diff line change 88namespace 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>
1613public sealed record class ExternalPlanIDCreatePlanVersionParams : ParamsBase
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ namespace Orb.Services.Beta.ExternalPlanID;
88public 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 ) ;
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments