From 3eaa56f0306ead818f64c3d99fc6d230d9b970a4 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Wed, 18 Feb 2026 20:42:03 -0500 Subject: HERE WE GO, HERE WE GO, HERE WE GO --- .../api_fsb/docs/MarketplaceInventorySummary.md | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 jb-ui/src/api_fsb/docs/MarketplaceInventorySummary.md (limited to 'jb-ui/src/api_fsb/docs/MarketplaceInventorySummary.md') diff --git a/jb-ui/src/api_fsb/docs/MarketplaceInventorySummary.md b/jb-ui/src/api_fsb/docs/MarketplaceInventorySummary.md new file mode 100644 index 0000000..a5cb21d --- /dev/null +++ b/jb-ui/src/api_fsb/docs/MarketplaceInventorySummary.md @@ -0,0 +1,32 @@ +# MarketplaceInventorySummary + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**live_tasks** | [**Array<CountStat>**](CountStat.md) | The count of tasks that are currently live | [optional] [default to undefined] +**live_gen_pop_tasks** | [**Array<CountStat>**](CountStat.md) | The count of gen-pop tasks that are currently live | [optional] [default to undefined] +**tasks_created** | [**Array<CountStat>**](CountStat.md) | The count of tasks created | [optional] [default to undefined] +**required_finishes** | [**Array<CountStat>**](CountStat.md) | Number of finishes needed across all live tasks | [optional] [default to undefined] +**payout** | [**Array<StatisticalSummaryStat>**](StatisticalSummaryStat.md) | The distribution of payouts for all live tasks | [optional] [default to undefined] +**expected_duration** | [**Array<StatisticalSummaryStat>**](StatisticalSummaryStat.md) | The distribution of expected durations for all live tasks | [optional] [default to undefined] +**required_finishes_per_task** | [**Array<StatisticalSummaryStat>**](StatisticalSummaryStat.md) | The distribution of required finishes on all live tasks | [optional] [default to undefined] + +## Example + +```typescript +import { MarketplaceInventorySummary } from './api'; + +const instance: MarketplaceInventorySummary = { + live_tasks, + live_gen_pop_tasks, + tasks_created, + required_finishes, + payout, + expected_duration, + required_finishes_per_task, +}; +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) -- cgit v1.2.3