diff --git a/www/apps/api-reference/specs/admin/components/schemas/AdminShippingOptionRule.yaml b/www/apps/api-reference/specs/admin/components/schemas/AdminShippingOptionRule.yaml index 2676706b8e..7f25523307 100644 --- a/www/apps/api-reference/specs/admin/components/schemas/AdminShippingOptionRule.yaml +++ b/www/apps/api-reference/specs/admin/components/schemas/AdminShippingOptionRule.yaml @@ -33,8 +33,18 @@ properties: - gte - nin value: - type: string - title: value + oneOf: + - type: string + title: value + description: The shipping option rule's value. + example: 'true' + - type: array + description: The shipping option rule's values. + items: + type: string + title: value + description: A value of the shipping option rule. + example: 'true' shipping_option_id: type: string title: shipping_option_id diff --git a/www/apps/api-reference/specs/admin/components/schemas/StoreGiftCardInvitation.yaml b/www/apps/api-reference/specs/admin/components/schemas/StoreGiftCardInvitation.yaml deleted file mode 100644 index 8ad2557f70..0000000000 --- a/www/apps/api-reference/specs/admin/components/schemas/StoreGiftCardInvitation.yaml +++ /dev/null @@ -1,24 +0,0 @@ -type: object -description: The gift card invitation's details. -x-schemaName: StoreGiftCardInvitation -required: - - id - - email - - status - - gift_card -properties: - id: - type: string - title: id - description: The gift card invitation's ID. - email: - type: string - title: email - description: The gift card invitation's email. - format: email - status: - type: string - title: status - description: The gift card invitation's status. - gift_card: - $ref: ./StoreGiftCard.yaml diff --git a/www/apps/api-reference/specs/admin/openapi.full.yaml b/www/apps/api-reference/specs/admin/openapi.full.yaml index 562339250e..eaf2eddc4b 100644 --- a/www/apps/api-reference/specs/admin/openapi.full.yaml +++ b/www/apps/api-reference/specs/admin/openapi.full.yaml @@ -65983,8 +65983,18 @@ components: - gte - nin value: - type: string - title: value + oneOf: + - type: string + title: value + description: The shipping option rule's value. + example: 'true' + - type: array + description: The shipping option rule's values. + items: + type: string + title: value + description: A value of the shipping option rule. + example: 'true' shipping_option_id: type: string title: shipping_option_id @@ -75865,31 +75875,6 @@ components: format: date-time title: updated_at description: The date the gift card was updated. - StoreGiftCardInvitation: - type: object - description: The gift card invitation's details. - x-schemaName: StoreGiftCardInvitation - required: - - id - - email - - status - - gift_card - properties: - id: - type: string - title: id - description: The gift card invitation's ID. - email: - type: string - title: email - description: The gift card invitation's email. - format: email - status: - type: string - title: status - description: The gift card invitation's status. - gift_card: - $ref: '#/components/schemas/StoreGiftCard' StoreGiftCardResponse: type: object description: The gift card's details. diff --git a/www/apps/api-reference/specs/store/components/schemas/AdminShippingOptionRule.yaml b/www/apps/api-reference/specs/store/components/schemas/AdminShippingOptionRule.yaml index 2676706b8e..7f25523307 100644 --- a/www/apps/api-reference/specs/store/components/schemas/AdminShippingOptionRule.yaml +++ b/www/apps/api-reference/specs/store/components/schemas/AdminShippingOptionRule.yaml @@ -33,8 +33,18 @@ properties: - gte - nin value: - type: string - title: value + oneOf: + - type: string + title: value + description: The shipping option rule's value. + example: 'true' + - type: array + description: The shipping option rule's values. + items: + type: string + title: value + description: A value of the shipping option rule. + example: 'true' shipping_option_id: type: string title: shipping_option_id diff --git a/www/apps/api-reference/specs/store/components/schemas/StoreGiftCardInvitation.yaml b/www/apps/api-reference/specs/store/components/schemas/StoreGiftCardInvitation.yaml deleted file mode 100644 index 8ad2557f70..0000000000 --- a/www/apps/api-reference/specs/store/components/schemas/StoreGiftCardInvitation.yaml +++ /dev/null @@ -1,24 +0,0 @@ -type: object -description: The gift card invitation's details. -x-schemaName: StoreGiftCardInvitation -required: - - id - - email - - status - - gift_card -properties: - id: - type: string - title: id - description: The gift card invitation's ID. - email: - type: string - title: email - description: The gift card invitation's email. - format: email - status: - type: string - title: status - description: The gift card invitation's status. - gift_card: - $ref: ./StoreGiftCard.yaml diff --git a/www/apps/api-reference/specs/store/openapi.full.yaml b/www/apps/api-reference/specs/store/openapi.full.yaml index a064f6bedd..471cf38111 100644 --- a/www/apps/api-reference/specs/store/openapi.full.yaml +++ b/www/apps/api-reference/specs/store/openapi.full.yaml @@ -20810,8 +20810,18 @@ components: - gte - nin value: - type: string - title: value + oneOf: + - type: string + title: value + description: The shipping option rule's value. + example: 'true' + - type: array + description: The shipping option rule's values. + items: + type: string + title: value + description: A value of the shipping option rule. + example: 'true' shipping_option_id: type: string title: shipping_option_id @@ -30692,31 +30702,6 @@ components: format: date-time title: updated_at description: The date the gift card was updated. - StoreGiftCardInvitation: - type: object - description: The gift card invitation's details. - x-schemaName: StoreGiftCardInvitation - required: - - id - - email - - status - - gift_card - properties: - id: - type: string - title: id - description: The gift card invitation's ID. - email: - type: string - title: email - description: The gift card invitation's email. - format: email - status: - type: string - title: status - description: The gift card invitation's status. - gift_card: - $ref: '#/components/schemas/StoreGiftCard' StoreGiftCardResponse: type: object description: The gift card's details. diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_uploads_presigned-urls.ts b/www/utils/generated/oas-output/operations/admin/post_admin_uploads_presigned-urls.ts index fc0b92655c..e104ad510c 100644 --- a/www/utils/generated/oas-output/operations/admin/post_admin_uploads_presigned-urls.ts +++ b/www/utils/generated/oas-output/operations/admin/post_admin_uploads_presigned-urls.ts @@ -2,7 +2,8 @@ * @oas [post] /admin/uploads/presigned-urls * operationId: PostUploadsPresignedUrls * summary: Get Presigned Upload URL - * 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. + * 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. * x-authenticated: true * security: * - api_token: []