Skip to content

Commit

Permalink
Update gh-pages to output generated at 13fc1f9
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Dec 3, 2024
1 parent 927214a commit 7487bbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions data/schema-previous.json
Original file line number Diff line number Diff line change
Expand Up @@ -39804,42 +39804,42 @@
},
"undiscountedUnitPrice": {
"type": "TaxedMoney!",
"description": "Price of the single item in the order line without applied an order line discount.",
"description": "Price of the single item in the order line without any discount applied.",
"deprecated": null,
"message": null,
"arguments": {}
},
"unitDiscount": {
"type": "Money!",
"description": "The discount applied to the single order line.",
"description": "Sum of the line-level discounts applied to the order line. Order-level discounts which affect the line are not visible in this field. For order-level discount portion (if any), please query `order.discounts` field.",
"deprecated": null,
"message": null,
"arguments": {}
},
"unitDiscountReason": {
"type": "String",
"description": "Reason for any discounts applied on a product in the order.",
"description": "Reason for line-level discounts applied on the order line. Order-level discounts which affect the line are not visible in this field. For order-level discount reason (if any), please query `order.discounts` field.",
"deprecated": null,
"message": null,
"arguments": {}
},
"unitDiscountType": {
"type": "DiscountValueTypeEnum",
"description": "Type of the discount: fixed or percent",
"description": "Type of the discount: `fixed` or `percent`. This field shouldn't be used when multiple discounts affect the line. There is a limitation, that after running `checkoutComplete` mutation the field is always set to `fixed`.",
"deprecated": null,
"message": null,
"arguments": {}
},
"unitDiscountValue": {
"type": "PositiveDecimal!",
"description": "Value of the discount. Can store fixed value or percent value",
"description": "Value of the discount. Can store fixed value or percent value. This field shouldn't be used when multiple discounts affect the line. There is a limitation, that after running `checkoutComplete` mutation the field always stores fixed value.",
"deprecated": null,
"message": null,
"arguments": {}
},
"unitPrice": {
"type": "TaxedMoney!",
"description": "Price of the single item in the order line.",
"description": "Price of the single item in the order line with all the line-level discounts and order-level discount portions applied.",
"deprecated": null,
"message": null,
"arguments": {}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="container py-3">
<div class="border-bottom py-3 mb-3">
<h1>Saleor Deprecations Report</h1>
<p class="m-0">Generated on 2024-12-02 14:01:09</p>
<p class="m-0">Generated on 2024-12-03 14:00:52</p>
</div>
<div class="py-3 my-3">
<h2 class="fs-4 mb-3">Summary</h2>
Expand Down

0 comments on commit 7487bbb

Please sign in to comment.