@voyant-travel/openapi 0.4.0 → 0.4.2
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/admin/promotions.json +56 -0
- package/spec/admin/relationships.json +249 -132
- package/spec/admin/suppliers.json +15 -11
- package/spec/framework-admin.json +320 -143
- package/spec/framework-openapi.json +320 -143
|
@@ -3785,7 +3785,8 @@
|
|
|
3785
3785
|
},
|
|
3786
3786
|
{
|
|
3787
3787
|
"schema": {
|
|
3788
|
-
"type": "string"
|
|
3788
|
+
"type": "string",
|
|
3789
|
+
"format": "date"
|
|
3789
3790
|
},
|
|
3790
3791
|
"required": false,
|
|
3791
3792
|
"name": "from",
|
|
@@ -3793,7 +3794,8 @@
|
|
|
3793
3794
|
},
|
|
3794
3795
|
{
|
|
3795
3796
|
"schema": {
|
|
3796
|
-
"type": "string"
|
|
3797
|
+
"type": "string",
|
|
3798
|
+
"format": "date"
|
|
3797
3799
|
},
|
|
3798
3800
|
"required": false,
|
|
3799
3801
|
"name": "to",
|
|
@@ -3887,7 +3889,7 @@
|
|
|
3887
3889
|
"properties": {
|
|
3888
3890
|
"date": {
|
|
3889
3891
|
"type": "string",
|
|
3890
|
-
"
|
|
3892
|
+
"format": "date"
|
|
3891
3893
|
},
|
|
3892
3894
|
"available": {
|
|
3893
3895
|
"type": "boolean",
|
|
@@ -3910,7 +3912,7 @@
|
|
|
3910
3912
|
"properties": {
|
|
3911
3913
|
"date": {
|
|
3912
3914
|
"type": "string",
|
|
3913
|
-
"
|
|
3915
|
+
"format": "date"
|
|
3914
3916
|
},
|
|
3915
3917
|
"available": {
|
|
3916
3918
|
"type": "boolean",
|
|
@@ -3934,7 +3936,7 @@
|
|
|
3934
3936
|
},
|
|
3935
3937
|
"responses": {
|
|
3936
3938
|
"201": {
|
|
3937
|
-
"description": "The
|
|
3939
|
+
"description": "The upserted availability entries",
|
|
3938
3940
|
"content": {
|
|
3939
3941
|
"application/json": {
|
|
3940
3942
|
"schema": {
|
|
@@ -5102,7 +5104,9 @@
|
|
|
5102
5104
|
"string",
|
|
5103
5105
|
"null"
|
|
5104
5106
|
],
|
|
5105
|
-
"
|
|
5107
|
+
"minLength": 3,
|
|
5108
|
+
"maxLength": 3,
|
|
5109
|
+
"pattern": "^[A-Z]{3}$"
|
|
5106
5110
|
},
|
|
5107
5111
|
"primaryFacilityId": {
|
|
5108
5112
|
"type": [
|
|
@@ -5659,8 +5663,7 @@
|
|
|
5659
5663
|
"active",
|
|
5660
5664
|
"inactive",
|
|
5661
5665
|
"pending"
|
|
5662
|
-
]
|
|
5663
|
-
"default": "active"
|
|
5666
|
+
]
|
|
5664
5667
|
},
|
|
5665
5668
|
"description": {
|
|
5666
5669
|
"type": [
|
|
@@ -5711,7 +5714,9 @@
|
|
|
5711
5714
|
"string",
|
|
5712
5715
|
"null"
|
|
5713
5716
|
],
|
|
5714
|
-
"
|
|
5717
|
+
"minLength": 3,
|
|
5718
|
+
"maxLength": 3,
|
|
5719
|
+
"pattern": "^[A-Z]{3}$"
|
|
5715
5720
|
},
|
|
5716
5721
|
"primaryFacilityId": {
|
|
5717
5722
|
"type": [
|
|
@@ -5808,8 +5813,7 @@
|
|
|
5808
5813
|
"type": "array",
|
|
5809
5814
|
"items": {
|
|
5810
5815
|
"type": "string"
|
|
5811
|
-
}
|
|
5812
|
-
"default": []
|
|
5816
|
+
}
|
|
5813
5817
|
}
|
|
5814
5818
|
}
|
|
5815
5819
|
}
|