Skip to content

Commit bab450e

Browse files
authored
Merge branch 'develop' into fix/test-utils-events
2 parents 427ce2f + f7e4a80 commit bab450e

106 files changed

Lines changed: 18107 additions & 2125 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

www/apps/api-reference/generated/generated-store-sidebar.mjs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -132,24 +132,6 @@ const generatedgeneratedStoreSidebarSidebar = {
132132
"loaded": false,
133133
"showLoadingIfEmpty": true
134134
},
135-
{
136-
"type": "category",
137-
"title": "Gift Card Invitations",
138-
"children": [
139-
{
140-
"type": "link",
141-
"path": "gift-card-invitations_giftcardinvitation_schema",
142-
"title": "GiftCardInvitation Object",
143-
"loaded": true,
144-
"badge": {
145-
"variant": "neutral",
146-
"text": "Schema"
147-
}
148-
}
149-
],
150-
"loaded": false,
151-
"showLoadingIfEmpty": true
152-
},
153135
{
154136
"type": "category",
155137
"title": "Gift Cards",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
curl '{backend_url}/admin/gift-cards/{id}/orders' \
2+
-H 'Authorization: Bearer {access_token}'

www/apps/api-reference/specs/admin/code_samples/Shell/admin_gift-cards_{id}_transfer/post.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

www/apps/api-reference/specs/admin/components/schemas/AdminGiftCard.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ x-schemaName: AdminGiftCard
44
required:
55
- line_item
66
- customer
7-
- invitation
87
- id
98
- code
109
- status
@@ -65,8 +64,6 @@ properties:
6564
type: string
6665
title: expires_at
6766
description: The date the gift card expires at.
68-
invitation:
69-
$ref: ./AdminGiftCardInvitation.yaml
7067
created_at:
7168
type: string
7269
format: date-time

www/apps/api-reference/specs/admin/components/schemas/AdminGiftCardInvitation.yaml

Lines changed: 0 additions & 37 deletions
This file was deleted.

www/apps/api-reference/specs/admin/components/schemas/AdminGiftCardsResponse.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ properties:
2424
description: The list of gift cards.
2525
items:
2626
$ref: ./AdminGiftCard.yaml
27+
estimate_count:
28+
type: number
29+
title: estimate_count
30+
description: The gift card's estimate count.
31+
x-featureFlag: index_engine

www/apps/api-reference/specs/admin/components/schemas/AdminStoreCreditAccountsResponse.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ properties:
2424
description: The list of store credit accounts.
2525
items:
2626
$ref: ./AdminStoreCreditAccount.yaml
27+
estimate_count:
28+
type: number
29+
title: estimate_count
30+
description: The store credit account's estimate count.
31+
x-featureFlag: index_engine

www/apps/api-reference/specs/admin/components/schemas/AdminTransactionGroupsResponse.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ properties:
2424
description: The list of transaction groups.
2525
items:
2626
$ref: ./AdminTransactionGroup.yaml
27+
estimate_count:
28+
type: number
29+
title: estimate_count
30+
description: The transaction group's estimate count.
31+
x-featureFlag: index_engine

www/apps/api-reference/specs/admin/components/schemas/AdminTransactionsResponse.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ properties:
2424
description: The list of transactions.
2525
items:
2626
$ref: ./AdminTransaction.yaml
27+
estimate_count:
28+
type: number
29+
title: estimate_count
30+
description: The store credit account's estimate count.
31+
x-featureFlag: index_engine

www/apps/api-reference/specs/admin/components/schemas/AdminTransferGiftCard.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)