summaryrefslogtreecommitdiff
path: root/jb-ui/src/api_fsb/docs/MarketplaceInventorySummary.md
diff options
context:
space:
mode:
Diffstat (limited to 'jb-ui/src/api_fsb/docs/MarketplaceInventorySummary.md')
-rw-r--r--jb-ui/src/api_fsb/docs/MarketplaceInventorySummary.md32
1 files changed, 32 insertions, 0 deletions
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)