@voyant-travel/openapi 0.2.4 → 0.2.6
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 +2 -2
- package/spec/framework-admin.json +20 -4
- package/spec/framework-openapi.json +178 -432
- package/spec/framework-storefront.json +158 -428
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/openapi",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Generated OpenAPI 3.1 specification for the Voyant framework's standard API surface (admin + storefront).",
|
|
6
6
|
"repository": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@types/node": "^25.5.2",
|
|
26
26
|
"typescript": "^6.0.3",
|
|
27
27
|
"vitest": "^4.1.9",
|
|
28
|
-
"@voyant-travel/framework": "^0.9.
|
|
28
|
+
"@voyant-travel/framework": "^0.9.35",
|
|
29
29
|
"@voyant-travel/hono": "^0.118.3",
|
|
30
30
|
"@voyant-travel/voyant-typescript-config": "^0.1.0"
|
|
31
31
|
},
|
|
@@ -213978,8 +213978,7 @@
|
|
|
213978
213978
|
"additionalProperties": {}
|
|
213979
213979
|
},
|
|
213980
213980
|
"sortOrder": {
|
|
213981
|
-
"type": "integer"
|
|
213982
|
-
"default": 0
|
|
213981
|
+
"type": "integer"
|
|
213983
213982
|
}
|
|
213984
213983
|
}
|
|
213985
213984
|
}
|
|
@@ -216400,8 +216399,7 @@
|
|
|
216400
216399
|
"language": {
|
|
216401
216400
|
"type": "string",
|
|
216402
216401
|
"minLength": 2,
|
|
216403
|
-
"maxLength": 10
|
|
216404
|
-
"default": "en"
|
|
216402
|
+
"maxLength": 10
|
|
216405
216403
|
},
|
|
216406
216404
|
"metadata": {
|
|
216407
216405
|
"type": [
|
|
@@ -216576,6 +216574,24 @@
|
|
|
216576
216574
|
}
|
|
216577
216575
|
}
|
|
216578
216576
|
}
|
|
216577
|
+
},
|
|
216578
|
+
"409": {
|
|
216579
|
+
"description": "Policy has recorded acceptances and cannot be deleted",
|
|
216580
|
+
"content": {
|
|
216581
|
+
"application/json": {
|
|
216582
|
+
"schema": {
|
|
216583
|
+
"type": "object",
|
|
216584
|
+
"properties": {
|
|
216585
|
+
"error": {
|
|
216586
|
+
"type": "string"
|
|
216587
|
+
}
|
|
216588
|
+
},
|
|
216589
|
+
"required": [
|
|
216590
|
+
"error"
|
|
216591
|
+
]
|
|
216592
|
+
}
|
|
216593
|
+
}
|
|
216594
|
+
}
|
|
216579
216595
|
}
|
|
216580
216596
|
}
|
|
216581
216597
|
}
|