Skip to content

Commit 7c57811

Browse files
author
github-actions
committed
feat: Update OpenAPI file replicated from CMS4
1 parent 5d383a2 commit 7c57811

1 file changed

Lines changed: 19 additions & 18 deletions

File tree

openapi/openapi.yaml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17957,8 +17957,6 @@ paths:
1795717957
billingAddress:
1795817958
type: object
1795917959
additionalProperties: false
17960-
required:
17961-
- countryCode
1796217960
properties:
1796317961
company:
1796417962
type:
@@ -18028,7 +18026,7 @@ paths:
1802818026
countryCode:
1802918027
type: string
1803018028
minLength: 1
18031-
description: "Customer's country code"
18029+
description: '(string, optional) - country of the customer. Optional, the default delivery country is used as the default value, taken from eshop settings.'
1803218030
examples:
1803318031
- CZ
1803418032
regionName:
@@ -18149,7 +18147,7 @@ paths:
1814918147
countryCode:
1815018148
type: string
1815118149
minLength: 1
18152-
description: "Customer's country code"
18150+
description: 'country of the customer. Optional, the default delivery country is used as the default value, taken from eshop settings.'
1815318151
examples:
1815418152
- CZ
1815518153
regionName:
@@ -29979,9 +29977,9 @@ paths:
2997929977
data:
2998029978
type: object
2998129979
additionalProperties: false
29982-
minProperties: 1
2998329980
required:
2998429981
- countryCode
29982+
minProperties: 1
2998529983
properties:
2998629984
fullName:
2998729985
type:
@@ -30058,9 +30056,7 @@ paths:
3005830056
countryCode:
3005930057
type: string
3006030058
minLength: 1
30061-
description: "customer's country code"
30062-
examples:
30063-
- CZ
30059+
description: 'country (can be `null`)'
3006430060
regionName:
3006530061
type:
3006630062
- string
@@ -30264,7 +30260,7 @@ paths:
3026430260
countryCode:
3026530261
type: string
3026630262
minLength: 1
30267-
description: "customer's country code"
30263+
description: 'country (can be `null`)'
3026830264
examples:
3026930265
- CZ
3027030266
regionName:
@@ -44407,7 +44403,9 @@ components:
4440744403
examples:
4440844404
- '120 00'
4440944405
countryCode:
44410-
type: string
44406+
type:
44407+
- string
44408+
- 'null'
4441144409
description: 'tree-character ISO country code (ISO 4217)'
4441244410
examples:
4441344411
- CZ
@@ -44501,7 +44499,9 @@ components:
4450144499
examples:
4450244500
- '120 00'
4450344501
countryCode:
44504-
type: string
44502+
type:
44503+
- string
44504+
- 'null'
4450544505
description: 'tree-character ISO country code (ISO 4217)'
4450644506
examples:
4450744507
- CZ
@@ -44629,7 +44629,7 @@ components:
4462944629
countryCode:
4463044630
type: string
4463144631
minLength: 1
44632-
description: "customer's country code"
44632+
description: 'country (can be `null`)'
4463344633
examples:
4463444634
- CZ
4463544635
regionName:
@@ -44747,8 +44747,10 @@ components:
4474744747
examples:
4474844748
- '25088'
4474944749
countryCode:
44750-
type: string
44751-
description: "customer's country code"
44750+
type:
44751+
- string
44752+
- 'null'
44753+
description: 'country (can be `null`)'
4475244754
examples:
4475344755
- CZ
4475444756
regionName:
@@ -51206,8 +51208,6 @@ components:
5120651208
type: object
5120751209
additionalProperties: false
5120851210
description: 'invoicing address'
51209-
required:
51210-
- countryCode
5121151211
properties:
5121251212
company:
5121351213
type:
@@ -51285,7 +51285,7 @@ components:
5128551285
countryCode:
5128651286
type: string
5128751287
minLength: 1
51288-
description: "Customer's country code"
51288+
description: '(string, optional) - country of the customer. Optional, the default delivery country is used as the default value, taken from eshop settings.'
5128951289
examples:
5129051290
- CZ
5129151291
regionName:
@@ -51422,7 +51422,8 @@ components:
5142251422
countryCode:
5142351423
type:
5142451424
- string
51425-
description: "Customer's country code"
51425+
- 'null'
51426+
description: 'country of the customer. Optional, the default delivery country is used as the default value, taken from eshop settings.'
5142651427
examples:
5142751428
- CZ
5142851429
regionName:

0 commit comments

Comments
 (0)