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 Jul 15, 2024
1 parent 0c92902 commit ecab79b
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 11 deletions.
16 changes: 8 additions & 8 deletions docs/index.html

Large diffs are not rendered by default.

114 changes: 113 additions & 1 deletion 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.202406212006",
"version": "1.1.202407151307",
"termsOfService": "https://www.shipengine.com/terms-of-service/",
"x-logo": {
"url": "https://shipengine.github.io/img/shipengine-logo-square.png",
Expand Down Expand Up @@ -13748,6 +13748,22 @@
"example": "Stamps.com",
"description": "Screen readable name"
},
"funding_source_id": {
"readOnly": true,
"nullable": true,
"allOf": [
{
"title": "se_id",
"type": "string",
"minLength": 1,
"maxLength": 25,
"pattern": "^se(-[a-z0-9]+)+$",
"example": "se-28529731",
"description": "A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc."
}
],
"description": "Funding source ID for the carrier"
},
"primary": {
"type": "boolean",
"readOnly": true,
Expand Down Expand Up @@ -14242,6 +14258,22 @@
"example": "Stamps.com",
"description": "Screen readable name"
},
"funding_source_id": {
"readOnly": true,
"nullable": true,
"allOf": [
{
"title": "se_id",
"type": "string",
"minLength": 1,
"maxLength": 25,
"pattern": "^se(-[a-z0-9]+)+$",
"example": "se-28529731",
"description": "A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc."
}
],
"description": "Funding source ID for the carrier"
},
"primary": {
"type": "boolean",
"readOnly": true,
Expand Down Expand Up @@ -15203,6 +15235,22 @@
"example": "Stamps.com",
"description": "Screen readable name"
},
"funding_source_id": {
"readOnly": true,
"nullable": true,
"allOf": [
{
"title": "se_id",
"type": "string",
"minLength": 1,
"maxLength": 25,
"pattern": "^se(-[a-z0-9]+)+$",
"example": "se-28529731",
"description": "A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc."
}
],
"description": "Funding source ID for the carrier"
},
"primary": {
"type": "boolean",
"readOnly": true,
Expand Down Expand Up @@ -132187,6 +132235,22 @@
"example": "Stamps.com",
"description": "Screen readable name"
},
"funding_source_id": {
"readOnly": true,
"nullable": true,
"allOf": [
{
"title": "se_id",
"type": "string",
"minLength": 1,
"maxLength": 25,
"pattern": "^se(-[a-z0-9]+)+$",
"example": "se-28529731",
"description": "A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc."
}
],
"description": "Funding source ID for the carrier"
},
"primary": {
"type": "boolean",
"readOnly": true,
Expand Down Expand Up @@ -132671,6 +132735,22 @@
"example": "Stamps.com",
"description": "Screen readable name"
},
"funding_source_id": {
"readOnly": true,
"nullable": true,
"allOf": [
{
"title": "se_id",
"type": "string",
"minLength": 1,
"maxLength": 25,
"pattern": "^se(-[a-z0-9]+)+$",
"example": "se-28529731",
"description": "A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc."
}
],
"description": "Funding source ID for the carrier"
},
"primary": {
"type": "boolean",
"readOnly": true,
Expand Down Expand Up @@ -132996,6 +133076,22 @@
"example": "Stamps.com",
"description": "Screen readable name"
},
"funding_source_id": {
"readOnly": true,
"nullable": true,
"allOf": [
{
"title": "se_id",
"type": "string",
"minLength": 1,
"maxLength": 25,
"pattern": "^se(-[a-z0-9]+)+$",
"example": "se-28529731",
"description": "A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc."
}
],
"description": "Funding source ID for the carrier"
},
"primary": {
"type": "boolean",
"readOnly": true,
Expand Down Expand Up @@ -133594,6 +133690,22 @@
"example": "Stamps.com",
"description": "Screen readable name"
},
"funding_source_id": {
"readOnly": true,
"nullable": true,
"allOf": [
{
"title": "se_id",
"type": "string",
"minLength": 1,
"maxLength": 25,
"pattern": "^se(-[a-z0-9]+)+$",
"example": "se-28529731",
"description": "A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc."
}
],
"description": "Funding source ID for the carrier"
},
"primary": {
"type": "boolean",
"readOnly": true,
Expand Down
8 changes: 7 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.202406212006
version: 1.1.202407151307
termsOfService: 'https://www.shipengine.com/terms-of-service/'
x-logo:
url: 'https://shipengine.github.io/img/shipengine-logo-square.png'
Expand Down Expand Up @@ -5714,6 +5714,12 @@ components:
minLength: 1
example: Stamps.com
description: Screen readable name
funding_source_id:
readOnly: true
nullable: true
allOf:
- $ref: '#/components/schemas/se_id'
description: Funding source ID for the carrier
primary:
type: boolean
readOnly: true
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.15.1",
"version": "1.15.2",
"description": "The official OpenAPI 3.0 definitions for ShipEngine™",
"main": "openapi.json",
"repository": {
Expand Down

0 comments on commit ecab79b

Please sign in to comment.