Skip to content

Commit 3028425

Browse files
chore(docs): Generated API Reference (automated) (medusajs#12943)
Co-authored-by: shahednasser <[email protected]>
1 parent e153ef4 commit 3028425

File tree

7 files changed

+50
-107
lines changed

7 files changed

+50
-107
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,18 @@ properties:
3333
- gte
3434
- nin
3535
value:
36-
type: string
37-
title: value
36+
oneOf:
37+
- type: string
38+
title: value
39+
description: The shipping option rule's value.
40+
example: 'true'
41+
- type: array
42+
description: The shipping option rule's values.
43+
items:
44+
type: string
45+
title: value
46+
description: A value of the shipping option rule.
47+
example: 'true'
3848
shipping_option_id:
3949
type: string
4050
title: shipping_option_id

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

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

www/apps/api-reference/specs/admin/openapi.full.yaml

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -65983,8 +65983,18 @@ components:
6598365983
- gte
6598465984
- nin
6598565985
value:
65986-
type: string
65987-
title: value
65986+
oneOf:
65987+
- type: string
65988+
title: value
65989+
description: The shipping option rule's value.
65990+
example: 'true'
65991+
- type: array
65992+
description: The shipping option rule's values.
65993+
items:
65994+
type: string
65995+
title: value
65996+
description: A value of the shipping option rule.
65997+
example: 'true'
6598865998
shipping_option_id:
6598965999
type: string
6599066000
title: shipping_option_id
@@ -75865,31 +75875,6 @@ components:
7586575875
format: date-time
7586675876
title: updated_at
7586775877
description: The date the gift card was updated.
75868-
StoreGiftCardInvitation:
75869-
type: object
75870-
description: The gift card invitation's details.
75871-
x-schemaName: StoreGiftCardInvitation
75872-
required:
75873-
- id
75874-
- email
75875-
- status
75876-
- gift_card
75877-
properties:
75878-
id:
75879-
type: string
75880-
title: id
75881-
description: The gift card invitation's ID.
75882-
email:
75883-
type: string
75884-
title: email
75885-
description: The gift card invitation's email.
75886-
format: email
75887-
status:
75888-
type: string
75889-
title: status
75890-
description: The gift card invitation's status.
75891-
gift_card:
75892-
$ref: '#/components/schemas/StoreGiftCard'
7589375878
StoreGiftCardResponse:
7589475879
type: object
7589575880
description: The gift card's details.

www/apps/api-reference/specs/store/components/schemas/AdminShippingOptionRule.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,18 @@ properties:
3333
- gte
3434
- nin
3535
value:
36-
type: string
37-
title: value
36+
oneOf:
37+
- type: string
38+
title: value
39+
description: The shipping option rule's value.
40+
example: 'true'
41+
- type: array
42+
description: The shipping option rule's values.
43+
items:
44+
type: string
45+
title: value
46+
description: A value of the shipping option rule.
47+
example: 'true'
3848
shipping_option_id:
3949
type: string
4050
title: shipping_option_id

www/apps/api-reference/specs/store/components/schemas/StoreGiftCardInvitation.yaml

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

www/apps/api-reference/specs/store/openapi.full.yaml

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -20810,8 +20810,18 @@ components:
2081020810
- gte
2081120811
- nin
2081220812
value:
20813-
type: string
20814-
title: value
20813+
oneOf:
20814+
- type: string
20815+
title: value
20816+
description: The shipping option rule's value.
20817+
example: 'true'
20818+
- type: array
20819+
description: The shipping option rule's values.
20820+
items:
20821+
type: string
20822+
title: value
20823+
description: A value of the shipping option rule.
20824+
example: 'true'
2081520825
shipping_option_id:
2081620826
type: string
2081720827
title: shipping_option_id
@@ -30692,31 +30702,6 @@ components:
3069230702
format: date-time
3069330703
title: updated_at
3069430704
description: The date the gift card was updated.
30695-
StoreGiftCardInvitation:
30696-
type: object
30697-
description: The gift card invitation's details.
30698-
x-schemaName: StoreGiftCardInvitation
30699-
required:
30700-
- id
30701-
- email
30702-
- status
30703-
- gift_card
30704-
properties:
30705-
id:
30706-
type: string
30707-
title: id
30708-
description: The gift card invitation's ID.
30709-
email:
30710-
type: string
30711-
title: email
30712-
description: The gift card invitation's email.
30713-
format: email
30714-
status:
30715-
type: string
30716-
title: status
30717-
description: The gift card invitation's status.
30718-
gift_card:
30719-
$ref: '#/components/schemas/StoreGiftCard'
3072030705
StoreGiftCardResponse:
3072130706
type: object
3072230707
description: The gift card's details.

www/utils/generated/oas-output/operations/admin/post_admin_uploads_presigned-urls.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
* @oas [post] /admin/uploads/presigned-urls
33
* operationId: PostUploadsPresignedUrls
44
* summary: Get Presigned Upload URL
5-
* description: Get a presigned URL for uploading a file to the configured File Module Provider. The presigned URL can be used to upload files directly to the third-party provider. This only works if your configured provider supports presigned URLs, such as the S3 provider.
5+
* description: Get a presigned URL for uploading a file to the configured File Module Provider. The presigned URL can be used to upload files directly to the third-party provider. This only works if
6+
* your configured provider supports presigned URLs, such as the S3 provider.
67
* x-authenticated: true
78
* security:
89
* - api_token: []

0 commit comments

Comments
 (0)