Skip to content

Commit

Permalink
Update to latest openapi definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ShipEngineBuild committed Oct 24, 2024
1 parent 5d65bae commit 8643342
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 18 deletions.
12 changes: 6 additions & 6 deletions docs/index.html

Large diffs are not rendered by default.

38 changes: 28 additions & 10 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.0",
"info": {
"title": "ShipEngine API",
"version": "1.1.202410161910",
"version": "1.1.202410232210",
"termsOfService": "https://www.shipengine.com/terms-of-service/",
"x-logo": {
"url": "https://shipengine.github.io/img/shipengine-logo-square.png",
Expand Down Expand Up @@ -24576,7 +24576,9 @@
"newark_ny",
"south_brunswick_nj",
"scranton_pa",
"wheeling_il"
"wheeling_il",
"middletown_ct",
"portland_or"
],
"description": "The possible smart post hub values"
}
Expand Down Expand Up @@ -25250,7 +25252,9 @@
"newark_ny",
"south_brunswick_nj",
"scranton_pa",
"wheeling_il"
"wheeling_il",
"middletown_ct",
"portland_or"
],
"description": "The possible smart post hub values"
}
Expand Down Expand Up @@ -145191,7 +145195,9 @@
"newark_ny",
"south_brunswick_nj",
"scranton_pa",
"wheeling_il"
"wheeling_il",
"middletown_ct",
"portland_or"
],
"description": "The possible smart post hub values"
}
Expand Down Expand Up @@ -145491,7 +145497,9 @@
"newark_ny",
"south_brunswick_nj",
"scranton_pa",
"wheeling_il"
"wheeling_il",
"middletown_ct",
"portland_or"
],
"description": "The possible smart post hub values"
}
Expand Down Expand Up @@ -145602,7 +145610,9 @@
"newark_ny",
"south_brunswick_nj",
"scranton_pa",
"wheeling_il"
"wheeling_il",
"middletown_ct",
"portland_or"
],
"description": "The possible smart post hub values"
}
Expand Down Expand Up @@ -145705,7 +145715,9 @@
"newark_ny",
"south_brunswick_nj",
"scranton_pa",
"wheeling_il"
"wheeling_il",
"middletown_ct",
"portland_or"
],
"description": "The possible smart post hub values"
}
Expand Down Expand Up @@ -145789,7 +145801,9 @@
"newark_ny",
"south_brunswick_nj",
"scranton_pa",
"wheeling_il"
"wheeling_il",
"middletown_ct",
"portland_or"
],
"description": "The possible smart post hub values"
},
Expand Down Expand Up @@ -146202,7 +146216,9 @@
"newark_ny",
"south_brunswick_nj",
"scranton_pa",
"wheeling_il"
"wheeling_il",
"middletown_ct",
"portland_or"
],
"description": "The possible smart post hub values"
}
Expand Down Expand Up @@ -146500,7 +146516,9 @@
"newark_ny",
"south_brunswick_nj",
"scranton_pa",
"wheeling_il"
"wheeling_il",
"middletown_ct",
"portland_or"
],
"description": "The possible smart post hub values"
}
Expand Down
4 changes: 3 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0
info:
title: ShipEngine API
version: 1.1.202410161910
version: 1.1.202410232210
termsOfService: 'https://www.shipengine.com/terms-of-service/'
x-logo:
url: 'https://shipengine.github.io/img/shipengine-logo-square.png'
Expand Down Expand Up @@ -7265,6 +7265,8 @@ components:
- south_brunswick_nj
- scranton_pa
- wheeling_il
- middletown_ct
- portland_or
description: The possible smart post hub values
ups_settings_response_body:
title: ups_settings_response_body
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipengine-openapi",
"version": "1.17.12",
"version": "1.17.13",
"description": "The official OpenAPI 3.0 definitions for ShipEngine™",
"main": "openapi.json",
"repository": {
Expand Down

0 comments on commit 8643342

Please sign in to comment.