@voyant-travel/openapi 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/spec/framework-admin.json +3341 -3341
- package/spec/framework-openapi.json +3527 -3509
- package/spec/framework-storefront.json +18 -0
- package/spec/storefront/storefront.json +18 -0
|
@@ -20675,6 +20675,24 @@
|
|
|
20675
20675
|
"required": true,
|
|
20676
20676
|
"name": "departureId",
|
|
20677
20677
|
"in": "path"
|
|
20678
|
+
},
|
|
20679
|
+
{
|
|
20680
|
+
"schema": {
|
|
20681
|
+
"type": "string",
|
|
20682
|
+
"pattern": "^[A-Za-z]{2,3}(?:-[A-Za-z0-9]{2,8})*$"
|
|
20683
|
+
},
|
|
20684
|
+
"required": false,
|
|
20685
|
+
"name": "languageTag",
|
|
20686
|
+
"in": "query"
|
|
20687
|
+
},
|
|
20688
|
+
{
|
|
20689
|
+
"schema": {
|
|
20690
|
+
"type": "string",
|
|
20691
|
+
"pattern": "^[A-Za-z]{2,3}(?:-[A-Za-z0-9]{2,8})*$"
|
|
20692
|
+
},
|
|
20693
|
+
"required": false,
|
|
20694
|
+
"name": "lang",
|
|
20695
|
+
"in": "query"
|
|
20678
20696
|
}
|
|
20679
20697
|
],
|
|
20680
20698
|
"responses": {
|
|
@@ -3740,6 +3740,24 @@
|
|
|
3740
3740
|
"required": true,
|
|
3741
3741
|
"name": "departureId",
|
|
3742
3742
|
"in": "path"
|
|
3743
|
+
},
|
|
3744
|
+
{
|
|
3745
|
+
"schema": {
|
|
3746
|
+
"type": "string",
|
|
3747
|
+
"pattern": "^[A-Za-z]{2,3}(?:-[A-Za-z0-9]{2,8})*$"
|
|
3748
|
+
},
|
|
3749
|
+
"required": false,
|
|
3750
|
+
"name": "languageTag",
|
|
3751
|
+
"in": "query"
|
|
3752
|
+
},
|
|
3753
|
+
{
|
|
3754
|
+
"schema": {
|
|
3755
|
+
"type": "string",
|
|
3756
|
+
"pattern": "^[A-Za-z]{2,3}(?:-[A-Za-z0-9]{2,8})*$"
|
|
3757
|
+
},
|
|
3758
|
+
"required": false,
|
|
3759
|
+
"name": "lang",
|
|
3760
|
+
"in": "query"
|
|
3743
3761
|
}
|
|
3744
3762
|
],
|
|
3745
3763
|
"responses": {
|