Skip to content

Commit

Permalink
Bundle openapi.yml and commit updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 9, 2023
1 parent 767fd5e commit 55542dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
6 changes: 3 additions & 3 deletions docs/index.html

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -622,13 +622,10 @@ components:
nullable: true
cancelled_at:
type: string
format: date-time
nullable: true
client_details:
$ref: '#/components/schemas/CustomerOrderClient'
closed_at:
type: string
format: date-time
nullable: true
confirmed:
type: boolean
Expand All @@ -637,7 +634,6 @@ components:
nullable: true
created_at:
type: string
format: date-time
currency:
type: string
current_subtotal_price:
Expand Down Expand Up @@ -821,10 +817,8 @@ components:
type: boolean
created_at:
type: string
format: date-time
updated_at:
type: string
format: date-time
first_name:
type: string
last_name:
Expand Down Expand Up @@ -856,7 +850,6 @@ components:
type: string
consent_updated_at:
type: string
format: date-time
consent_collected_from:
type: string
nullable: true
Expand Down Expand Up @@ -931,8 +924,6 @@ components:
oneOf:
- type: string
- type: number
- type: string
format: date-time
kind:
type: string
required:
Expand Down Expand Up @@ -993,15 +984,13 @@ components:
type: string
created_at:
type: string
format: date-time
note:
type: string
nullable: true
order_id:
type: number
processed_at:
type: string
format: date-time
restock:
type: boolean
total_duties_set:
Expand Down Expand Up @@ -1102,7 +1091,6 @@ components:
type: string
created_at:
type: string
format: date-time
location_id:
type: number
name:
Expand Down Expand Up @@ -1135,7 +1123,6 @@ components:
type: string
updated_at:
type: string
format: date-time
line_items:
type: array
items:
Expand Down

0 comments on commit 55542dd

Please sign in to comment.