Skip to content

Commit 031e5a5

Browse files
feat(api): api update
1 parent ae0c9fc commit 031e5a5

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
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/resources/beta/beta.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ export class Beta extends APIResource {
1515
externalPlanId: ExternalPlanIDAPI.ExternalPlanID = new ExternalPlanIDAPI.ExternalPlanID(this._client);
1616

1717
/**
18-
* This API endpoint is in beta and its interface may change. It is recommended for
19-
* use only in test mode.
20-
*
2118
* This endpoint allows the creation of a new plan version for an existing plan.
2219
*/
2320
createPlanVersion(

src/resources/beta/external-plan-id.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ import * as PlansAPI from '../plans/plans';
88

99
export class ExternalPlanID extends APIResource {
1010
/**
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
*/
1613
createPlanVersion(

0 commit comments

Comments
 (0)