chore(docs): Updated API Reference (automated) (#10531)

* chore(docs): Generated API Reference (automated)

* fixes

---------

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2024-12-10 17:57:32 +01:00
committed by GitHub
co-authored by olivermrbl Shahed Nasser
parent 16192d9b30
commit a5ed061d6c
24 changed files with 1235 additions and 65 deletions
@@ -6,6 +6,13 @@
* required:
* - id
* - value
* - operator
* - attribute
* - price_id
* - priority
* - created_at
* - updated_at
* - deleted_at
* properties:
* id:
* type: string
@@ -15,6 +22,45 @@
* type: string
* title: value
* description: The price rule's value.
* operator:
* type: string
* description: The price rule's operator.
* enum:
* - gt
* - lt
* - eq
* - ne
* - in
* - lte
* - gte
* - nin
* attribute:
* type: string
* title: attribute
* description: The price rule's attribute.
* price_id:
* type: string
* title: price_id
* description: The ID of the price this rule applies to.
* priority:
* type: number
* title: priority
* description: The price rule's priority.
* created_at:
* type: string
* format: date-time
* title: created_at
* description: The date the price rule was created.
* updated_at:
* type: string
* format: date-time
* title: updated_at
* description: The date the price rule was updated.
* deleted_at:
* type: string
* format: date-time
* title: deleted_at
* description: The date the price rule was deleted.
*
*/