Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Aug 20, 2024
1 parent 0d44c05 commit 15bd178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 48
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/metronome%2Fmetronome-115e754ed55ead15816eea022ce7352fbdd0bd0cff851d13ec173f4557e45ec2.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/metronome%2Fmetronome-2b6e5af6a271a4bc9b97279f59afab8845b781b1aa7cef72185710d7f2f9ccd1.yml
2 changes: 2 additions & 0 deletions src/resources/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,8 @@ export namespace Rate {
}

export interface SchedulePointInTime {
credit_type?: CreditType;

schedule_items?: Array<SchedulePointInTime.ScheduleItem>;
}

Expand Down

0 comments on commit 15bd178

Please sign in to comment.