docs: update Typedoc and regenerate references (#1994)
* generated new services reference * changed from automatic push to automated pull request * updated typedoc, regenerated JS Client reference * regenerated the reference after updating typedoc * added action for js client
This commit is contained in:
@@ -0,0 +1,169 @@
|
||||
# Class: AdminGetBatchParams
|
||||
|
||||
[internal](../modules/internal-2.md).AdminGetBatchParams
|
||||
|
||||
## Hierarchy
|
||||
|
||||
- [`AdminGetBatchPaginationParams`](internal-2.AdminGetBatchPaginationParams.md)
|
||||
|
||||
↳ **`AdminGetBatchParams`**
|
||||
|
||||
## Properties
|
||||
|
||||
### canceled\_at
|
||||
|
||||
• `Optional` **canceled\_at**: ``null`` \| [`DateComparisonOperator`](internal-2.DateComparisonOperator.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/batch/list-batch-jobs.d.ts:52
|
||||
|
||||
___
|
||||
|
||||
### completed\_at
|
||||
|
||||
• `Optional` **completed\_at**: ``null`` \| [`DateComparisonOperator`](internal-2.DateComparisonOperator.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/batch/list-batch-jobs.d.ts:50
|
||||
|
||||
___
|
||||
|
||||
### confirmed\_at
|
||||
|
||||
• `Optional` **confirmed\_at**: ``null`` \| [`DateComparisonOperator`](internal-2.DateComparisonOperator.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/batch/list-batch-jobs.d.ts:48
|
||||
|
||||
___
|
||||
|
||||
### created\_at
|
||||
|
||||
• `Optional` **created\_at**: [`DateComparisonOperator`](internal-2.DateComparisonOperator.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/batch/list-batch-jobs.d.ts:53
|
||||
|
||||
___
|
||||
|
||||
### expand
|
||||
|
||||
• `Optional` **expand**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminGetBatchPaginationParams](internal-2.AdminGetBatchPaginationParams.md).[expand](internal-2.AdminGetBatchPaginationParams.md#expand)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/batch/list-batch-jobs.d.ts:41
|
||||
|
||||
___
|
||||
|
||||
### failed\_at
|
||||
|
||||
• `Optional` **failed\_at**: ``null`` \| [`DateComparisonOperator`](internal-2.DateComparisonOperator.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/batch/list-batch-jobs.d.ts:51
|
||||
|
||||
___
|
||||
|
||||
### fields
|
||||
|
||||
• `Optional` **fields**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminGetBatchPaginationParams](internal-2.AdminGetBatchPaginationParams.md).[fields](internal-2.AdminGetBatchPaginationParams.md#fields)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/batch/list-batch-jobs.d.ts:42
|
||||
|
||||
___
|
||||
|
||||
### id
|
||||
|
||||
• `Optional` **id**: `string` \| `string`[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/batch/list-batch-jobs.d.ts:46
|
||||
|
||||
___
|
||||
|
||||
### limit
|
||||
|
||||
• **limit**: `number`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminGetBatchPaginationParams](internal-2.AdminGetBatchPaginationParams.md).[limit](internal-2.AdminGetBatchPaginationParams.md#limit)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/batch/list-batch-jobs.d.ts:39
|
||||
|
||||
___
|
||||
|
||||
### offset
|
||||
|
||||
• **offset**: `number`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminGetBatchPaginationParams](internal-2.AdminGetBatchPaginationParams.md).[offset](internal-2.AdminGetBatchPaginationParams.md#offset)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/batch/list-batch-jobs.d.ts:40
|
||||
|
||||
___
|
||||
|
||||
### order
|
||||
|
||||
• `Optional` **order**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[AdminGetBatchPaginationParams](internal-2.AdminGetBatchPaginationParams.md).[order](internal-2.AdminGetBatchPaginationParams.md#order)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/batch/list-batch-jobs.d.ts:43
|
||||
|
||||
___
|
||||
|
||||
### pre\_processed\_at
|
||||
|
||||
• `Optional` **pre\_processed\_at**: ``null`` \| [`DateComparisonOperator`](internal-2.DateComparisonOperator.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/batch/list-batch-jobs.d.ts:49
|
||||
|
||||
___
|
||||
|
||||
### type
|
||||
|
||||
• `Optional` **type**: `string`[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/batch/list-batch-jobs.d.ts:47
|
||||
|
||||
___
|
||||
|
||||
### updated\_at
|
||||
|
||||
• `Optional` **updated\_at**: [`DateComparisonOperator`](internal-2.DateComparisonOperator.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/admin/batch/list-batch-jobs.d.ts:54
|
||||
Reference in New Issue
Block a user