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 Nov 7, 2024
1 parent 8643342 commit 8bffd61
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 13 deletions.
19 changes: 11 additions & 8 deletions docs/index.html

Large diffs are not rendered by default.

34 changes: 31 additions & 3 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.202410232210",
"version": "1.1.202411071911",
"termsOfService": "https://www.shipengine.com/terms-of-service/",
"x-logo": {
"url": "https://shipengine.github.io/img/shipengine-logo-square.png",
Expand Down Expand Up @@ -46633,7 +46633,21 @@
}
}
}
]
],
"properties": {
"custom_field_1": {
"type": "string",
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field1"
},
"custom_field_2": {
"type": "string",
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field2"
},
"custom_field_3": {
"type": "string",
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field3"
}
}
}
}
}
Expand Down Expand Up @@ -176994,7 +177008,21 @@
}
}
}
]
],
"properties": {
"custom_field_1": {
"type": "string",
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field1"
},
"custom_field_2": {
"type": "string",
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field2"
},
"custom_field_3": {
"type": "string",
"description": "Optional - Value will be saved in the shipment's advanced_options > custom_field3"
}
}
},
"purchase_label_without_shipment": {
"title": "purchase_label_without_shipment",
Expand Down
18 changes: 17 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.202410232210
version: 1.1.202411071911
termsOfService: 'https://www.shipengine.com/terms-of-service/'
x-logo:
url: 'https://shipengine.github.io/img/shipengine-logo-square.png'
Expand Down Expand Up @@ -10286,6 +10286,22 @@ components:
additionalProperties: false
allOf:
- $ref: '#/components/schemas/purchase_label_without_shipment'
properties:
custom_field_1:
type: string
description: >-
Optional - Value will be saved in the shipment's advanced_options >
custom_field1
custom_field_2:
type: string
description: >-
Optional - Value will be saved in the shipment's advanced_options >
custom_field2
custom_field_3:
type: string
description: >-
Optional - Value will be saved in the shipment's advanced_options >
custom_field3
purchase_label_without_shipment:
title: purchase_label_without_shipment
type: object
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.13",
"version": "1.17.14",
"description": "The official OpenAPI 3.0 definitions for ShipEngine™",
"main": "openapi.json",
"repository": {
Expand Down

0 comments on commit 8bffd61

Please sign in to comment.