Skip to content

Commit

Permalink
Update gh-pages to output generated at 91aa745
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Nov 2, 2023
1 parent 443ce17 commit 68a29c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 143 deletions.
144 changes: 2 additions & 142 deletions data/schema-changes.json
Original file line number Diff line number Diff line change
@@ -1,147 +1,7 @@
[
{
"diff": "type_new",
"type": "ExportVoucherCodes"
},
{
"diff": "type_new",
"type": "ExportVoucherCodesInput"
},
{
"diff": "type_new",
"type": "VoucherCode"
},
{
"diff": "type_new",
"type": "VoucherCodeBulkDelete"
},
{
"diff": "type_new",
"type": "VoucherCodeBulkDeleteError"
},
{
"diff": "type_new",
"type": "VoucherCodeBulkDeleteErrorCode"
},
{
"diff": "type_new",
"type": "VoucherCodeCountableConnection"
},
{
"diff": "type_new",
"type": "VoucherCodeCountableEdge"
},
{
"diff": "type_new",
"type": "VoucherCodeExportCompleted"
},
{
"diff": "field_new",
"type": "DiscountError",
"field": "voucherCodes"
},
{
"diff": "field_new",
"type": "DraftOrderCreateInput",
"field": "voucherCode"
},
{
"diff": "field_new",
"type": "DraftOrderInput",
"field": "voucherCode"
},
{
"diff": "field_new",
"type": "Mutation",
"field": "exportVoucherCodes"
},
{
"diff": "field_new",
"type": "Mutation",
"field": "voucherCodeBulkDelete"
},
{
"diff": "field_new",
"type": "Order",
"field": "voucherCode"
},
{
"diff": "field_new",
"type": "OrderBulkCreateInput",
"field": "voucherCode"
},
{
"diff": "field_new",
"type": "Voucher",
"field": "codes"
},
{
"diff": "field_new",
"type": "Voucher",
"field": "singleUse"
},
{
"diff": "field_new",
"type": "VoucherInput",
"field": "addCodes"
},
{
"diff": "field_new",
"type": "VoucherInput",
"field": "singleUse"
},
{
"diff": "field_deprecated",
"type": "OrderBulkCreateInput",
"field": "voucher",
"version": "3.19"
},
{
"diff": "field_deprecated",
"type": "Voucher",
"field": "code",
"version": "4.0"
},
{
"diff": "field_deprecated",
"type": "VoucherInput",
"field": "code",
"version": "4.0"
},
{
"diff": "enum_value_new",
"enum": "DiscountErrorCode",
"value": "VOUCHER_ALREADY_USED"
},
{
"diff": "enum_value_new",
"enum": "OrderErrorCode",
"value": "INVALID_VOUCHER_CODE"
},
{
"diff": "enum_value_new",
"enum": "VoucherSortField",
"value": "NAME"
},
{
"diff": "enum_value_new",
"enum": "WebhookEventTypeAsyncEnum",
"value": "VOUCHER_CODE_EXPORT_COMPLETED"
},
{
"diff": "enum_value_new",
"enum": "WebhookEventTypeEnum",
"value": "VOUCHER_CODE_EXPORT_COMPLETED"
},
{
"diff": "enum_value_new",
"enum": "WebhookSampleEventTypeEnum",
"value": "VOUCHER_CODE_EXPORT_COMPLETED"
},
{
"diff": "enum_value_deprecated",
"enum": "VoucherSortField",
"value": "CODE",
"version": "4.0"
"type": "Checkout",
"field": "voucher"
}
]
7 changes: 7 additions & 0 deletions data/schema-previous.json
Original file line number Diff line number Diff line change
Expand Up @@ -9462,6 +9462,13 @@
"message": null,
"arguments": {}
},
"voucher": {
"type": "Voucher",
"description": "The voucher assigned to the checkout.\n\nAdded in Saleor 3.18.\n\nRequires one of the following permissions: MANAGE_DISCOUNTS.",
"deprecated": null,
"message": null,
"arguments": {}
},
"voucherCode": {
"type": "String",
"description": "The code of voucher assigned to the checkout.",
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 2023-11-01 14:00:56</p>
<p class="m-0">Generated on 2023-11-02 14:01:00</p>
</div>
<div class="py-3 my-3">
<h2 class="fs-4 mb-3">Summary</h2>
Expand Down

0 comments on commit 68a29c9

Please sign in to comment.