Skip to content

Commit

Permalink
Merge pull request #452 from kevcodez/fix/type-usage-discount
Browse files Browse the repository at this point in the history
fix(types): expose UsageDiscount
  • Loading branch information
sskhandek authored Jan 8, 2025
2 parents 45db56f + 5ca5f44 commit 8e0cd94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Types:
- <code><a href="./src/resources/shared.ts">PaginationMetadata</a></code>
- <code><a href="./src/resources/shared.ts">PercentageDiscount</a></code>
- <code><a href="./src/resources/shared.ts">TrialDiscount</a></code>
- <code><a href="./src/resources/shared.ts">UsageDiscount</a></code>

# TopLevel

Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ export declare namespace Orb {
export type PaginationMetadata = API.PaginationMetadata;
export type PercentageDiscount = API.PercentageDiscount;
export type TrialDiscount = API.TrialDiscount;
export type UsageDiscount = API.UsageDiscount;
}

export { toFile, fileFromPath } from './uploads';
Expand Down

0 comments on commit 8e0cd94

Please sign in to comment.