@voyant-travel/openapi 0.2.1 → 0.2.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/openapi",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
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,8 +25,8 @@
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.9",
29
- "@voyant-travel/hono": "^0.118.1",
28
+ "@voyant-travel/framework": "^0.9.22",
29
+ "@voyant-travel/hono": "^0.118.2",
30
30
  "@voyant-travel/voyant-typescript-config": "^0.1.0"
31
31
  },
32
32
  "scripts": {
@@ -20466,6 +20466,24 @@
20466
20466
  }
20467
20467
  }
20468
20468
  }
20469
+ },
20470
+ "409": {
20471
+ "description": "Pipeline has dependent records",
20472
+ "content": {
20473
+ "application/json": {
20474
+ "schema": {
20475
+ "type": "object",
20476
+ "properties": {
20477
+ "error": {
20478
+ "type": "string"
20479
+ }
20480
+ },
20481
+ "required": [
20482
+ "error"
20483
+ ]
20484
+ }
20485
+ }
20486
+ }
20469
20487
  }
20470
20488
  }
20471
20489
  }
@@ -23841,6 +23859,24 @@
23841
23859
  }
23842
23860
  }
23843
23861
  },
23862
+ "404": {
23863
+ "description": "Quote not found",
23864
+ "content": {
23865
+ "application/json": {
23866
+ "schema": {
23867
+ "type": "object",
23868
+ "properties": {
23869
+ "error": {
23870
+ "type": "string"
23871
+ }
23872
+ },
23873
+ "required": [
23874
+ "error"
23875
+ ]
23876
+ }
23877
+ }
23878
+ }
23879
+ },
23844
23880
  "409": {
23845
23881
  "description": "Quote version conflict",
23846
23882
  "content": {
@@ -24224,6 +24260,24 @@
24224
24260
  }
24225
24261
  }
24226
24262
  }
24263
+ },
24264
+ "409": {
24265
+ "description": "Quote version conflict",
24266
+ "content": {
24267
+ "application/json": {
24268
+ "schema": {
24269
+ "type": "object",
24270
+ "properties": {
24271
+ "error": {
24272
+ "type": "string"
24273
+ }
24274
+ },
24275
+ "required": [
24276
+ "error"
24277
+ ]
24278
+ }
24279
+ }
24280
+ }
24227
24281
  }
24228
24282
  }
24229
24283
  }
@@ -24565,8 +24619,7 @@
24565
24619
  "declined",
24566
24620
  "superseded",
24567
24621
  "expired"
24568
- ],
24569
- "default": "draft"
24622
+ ]
24570
24623
  },
24571
24624
  "supersedesId": {
24572
24625
  "type": [
@@ -24592,16 +24645,13 @@
24592
24645
  "minLength": 1
24593
24646
  },
24594
24647
  "subtotalAmountCents": {
24595
- "type": "integer",
24596
- "default": 0
24648
+ "type": "integer"
24597
24649
  },
24598
24650
  "taxAmountCents": {
24599
- "type": "integer",
24600
- "default": 0
24651
+ "type": "integer"
24601
24652
  },
24602
24653
  "totalAmountCents": {
24603
- "type": "integer",
24604
- "default": 0
24654
+ "type": "integer"
24605
24655
  },
24606
24656
  "notes": {
24607
24657
  "type": [
@@ -20466,6 +20466,24 @@
20466
20466
  }
20467
20467
  }
20468
20468
  }
20469
+ },
20470
+ "409": {
20471
+ "description": "Pipeline has dependent records",
20472
+ "content": {
20473
+ "application/json": {
20474
+ "schema": {
20475
+ "type": "object",
20476
+ "properties": {
20477
+ "error": {
20478
+ "type": "string"
20479
+ }
20480
+ },
20481
+ "required": [
20482
+ "error"
20483
+ ]
20484
+ }
20485
+ }
20486
+ }
20469
20487
  }
20470
20488
  }
20471
20489
  }
@@ -23841,6 +23859,24 @@
23841
23859
  }
23842
23860
  }
23843
23861
  },
23862
+ "404": {
23863
+ "description": "Quote not found",
23864
+ "content": {
23865
+ "application/json": {
23866
+ "schema": {
23867
+ "type": "object",
23868
+ "properties": {
23869
+ "error": {
23870
+ "type": "string"
23871
+ }
23872
+ },
23873
+ "required": [
23874
+ "error"
23875
+ ]
23876
+ }
23877
+ }
23878
+ }
23879
+ },
23844
23880
  "409": {
23845
23881
  "description": "Quote version conflict",
23846
23882
  "content": {
@@ -24224,6 +24260,24 @@
24224
24260
  }
24225
24261
  }
24226
24262
  }
24263
+ },
24264
+ "409": {
24265
+ "description": "Quote version conflict",
24266
+ "content": {
24267
+ "application/json": {
24268
+ "schema": {
24269
+ "type": "object",
24270
+ "properties": {
24271
+ "error": {
24272
+ "type": "string"
24273
+ }
24274
+ },
24275
+ "required": [
24276
+ "error"
24277
+ ]
24278
+ }
24279
+ }
24280
+ }
24227
24281
  }
24228
24282
  }
24229
24283
  }
@@ -24565,8 +24619,7 @@
24565
24619
  "declined",
24566
24620
  "superseded",
24567
24621
  "expired"
24568
- ],
24569
- "default": "draft"
24622
+ ]
24570
24623
  },
24571
24624
  "supersedesId": {
24572
24625
  "type": [
@@ -24592,16 +24645,13 @@
24592
24645
  "minLength": 1
24593
24646
  },
24594
24647
  "subtotalAmountCents": {
24595
- "type": "integer",
24596
- "default": 0
24648
+ "type": "integer"
24597
24649
  },
24598
24650
  "taxAmountCents": {
24599
- "type": "integer",
24600
- "default": 0
24651
+ "type": "integer"
24601
24652
  },
24602
24653
  "totalAmountCents": {
24603
- "type": "integer",
24604
- "default": 0
24654
+ "type": "integer"
24605
24655
  },
24606
24656
  "notes": {
24607
24657
  "type": [