Skip to content

Commit 4fd33fa

Browse files
Update to latest openapi definition
1 parent 1c451c5 commit 4fd33fa

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

docs/index.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

openapi.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"title": "ShipEngine API",
5-
"version": "1.1.202503131403",
5+
"version": "1.1.202503171403",
66
"termsOfService": "https://www.shipengine.com/terms-of-service/",
77
"x-logo": {
88
"url": "https://shipengine.github.io/img/shipengine-logo-square.png",
@@ -38985,7 +38985,7 @@
3898538985
},
3898638986
"validate_address": {
3898738987
"writeOnly": true,
38988-
"default": "validate_and_clean",
38988+
"default": "no_validation",
3898938989
"allOf": [
3899038990
{
3899138991
"title": "validate_address",
@@ -157028,7 +157028,7 @@
157028157028
},
157029157029
"validate_address": {
157030157030
"writeOnly": true,
157031-
"default": "validate_and_clean",
157031+
"default": "no_validation",
157032157032
"allOf": [
157033157033
{
157034157034
"title": "validate_address",
@@ -159404,7 +159404,7 @@
159404159404
},
159405159405
"validate_address": {
159406159406
"writeOnly": true,
159407-
"default": "validate_and_clean",
159407+
"default": "no_validation",
159408159408
"allOf": [
159409159409
{
159410159410
"title": "validate_address",

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.0
22
info:
33
title: ShipEngine API
4-
version: 1.1.202503131403
4+
version: 1.1.202503171403
55
termsOfService: 'https://www.shipengine.com/terms-of-service/'
66
x-logo:
77
url: 'https://shipengine.github.io/img/shipengine-logo-square.png'
@@ -8137,7 +8137,7 @@ components:
81378137
true, then no charge will be added to your account.
81388138
validate_address:
81398139
writeOnly: true
8140-
default: validate_and_clean
8140+
default: no_validation
81418141
allOf:
81428142
- $ref: '#/components/schemas/validate_address'
81438143
label_download_type:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipengine-openapi",
3-
"version": "1.19.3",
3+
"version": "1.19.4",
44
"description": "The official OpenAPI 3.0 definitions for ShipEngine™",
55
"main": "openapi.json",
66
"repository": {

0 commit comments

Comments
 (0)