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 Sep 16, 2024
1 parent 59fe542 commit ce686a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
10 changes: 3 additions & 7 deletions data/schema-changes.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
[
{
"diff": "type_new",
"type": "TaxableObjectDiscountTypeEnum"
},
{
"diff": "field_new",
"type": "TaxableObjectDiscount",
"field": "type"
"diff": "enum_value_new",
"enum": "TransactionEventReportErrorCode",
"value": "REQUIRED"
}
]
9 changes: 7 additions & 2 deletions data/schema-previous.json
Original file line number Diff line number Diff line change
Expand Up @@ -34305,8 +34305,8 @@
"message": null,
"arguments": {
"amount": {
"type": "PositiveDecimal!",
"description": "The amount of the event to report.",
"type": "PositiveDecimal",
"description": "The amount of the event to report. \n\nRequired for all `REQUEST`, `SUCCESS`, `ACTION_REQUIRED`, and `ADJUSTMENT` events. For other events, the amount will be calculated based on the previous events with the same pspReference. If not possible to calculate, the mutation will return an error.",
"deprecated": null,
"message": null,
"default": null
Expand Down Expand Up @@ -67063,6 +67063,11 @@
"description": null,
"deprecated": null,
"message": null
},
"REQUIRED": {
"description": null,
"deprecated": null,
"message": null
}
}
},
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-09-13 14:00:56</p>
<p class="m-0">Generated on 2024-09-16 14:01:01</p>
</div>
<div class="py-3 my-3">
<h2 class="fs-4 mb-3">Summary</h2>
Expand Down

0 comments on commit ce686a2

Please sign in to comment.