Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Sep 30, 2024
1 parent 7506182 commit 3bd6028
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 91
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/metronome%2Fmetronome-c4ec65355a30c07306ddff2c4a97411c2eb631a878583ce8bdd876a4fe2a5c96.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/metronome%2Fmetronome-dc805ef2749fb9cc48399d07f66ea6944a0b6f732b3b0f8592a2bed2fb674f5d.yml
2 changes: 1 addition & 1 deletion src/resources/contracts/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ export namespace ContractCreateParams {
}

export interface UsageStatementSchedule {
frequency: 'MONTHLY' | 'QUARTERLY';
frequency: 'MONTHLY' | 'QUARTERLY' | 'ANNUAL';

/**
* If not provided, defaults to the first day of the month.
Expand Down
2 changes: 1 addition & 1 deletion src/resources/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export namespace ContractWithoutAmendments {
}

export interface UsageStatementSchedule {
frequency: 'MONTHLY' | 'QUARTERLY';
frequency: 'MONTHLY' | 'QUARTERLY' | 'ANNUAL';
}

export interface ResellerRoyalty {
Expand Down

0 comments on commit 3bd6028

Please sign in to comment.