Skip to content

Commit

Permalink
chore: Update TS Definitions (#9442)
Browse files Browse the repository at this point in the history
* Update ts definitions

* Update ts definitions

---------

Co-authored-by: willmcvay <[email protected]>
  • Loading branch information
github-actions[bot] and willmcvay authored Jul 13, 2023
1 parent 6ebb140 commit fffd076
Show file tree
Hide file tree
Showing 2 changed files with 466 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/foundations-ts-definitions/types/marketplace-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ export interface AppDetailModel {
* Gets the Y axis size of the launched window for apps with one or more configured desktop integration types
*/
launchWindowSizeY?: number // int32
/**
* Gets the fixed api consumption cost for the app
*/
fixedApiConsumptionCost?: number // double
}
/**
* Model to expose app restriction info
Expand Down Expand Up @@ -587,6 +591,10 @@ export interface AppSummaryModel {
* Gets the Y axis size of the launched window for apps with one or more configured desktop integration types
*/
launchWindowSizeY?: number // int32
/**
* Gets the fixed api consumption cost for the app
*/
fixedApiConsumptionCost?: number // double
}
/**
* Model to handle paged data and information
Expand Down Expand Up @@ -1606,6 +1614,10 @@ export interface InstallationModel {
* Gets the Y axis size of the pop up window
*/
launchWindowSizeY?: number // int32
/**
* Gets the fixed api consumption cost for the installation
*/
fixedApiConsumptionCost?: number // double
customerAddress?: AddressModel
/**
* Gets the installations metadata
Expand Down
Loading

0 comments on commit fffd076

Please sign in to comment.