Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jun 18, 2024
1 parent cd6a688 commit b79126f
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 150 deletions.
54 changes: 27 additions & 27 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -30778,33 +30778,33 @@
"issuing_transaction_fuel_data": {
"description": "",
"properties": {
"quantity_decimal": {
"description": "The quantity of `unit`s of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.",
"format": "decimal",
"nullable": true,
"type": "string"
},
"type": {
"description": "The type of fuel that was purchased. One of `diesel`, `unleaded_plus`, `unleaded_regular`, `unleaded_super`, or `other`.",
"maxLength": 5000,
"type": "string"
},
"unit": {
"description": "The units for `volume_decimal`. One of `liter`, `us_gallon`, or `other`.",
"description": "The units for `quantity_decimal`. One of `liter`, `us_gallon`, or `other`.",
"maxLength": 5000,
"type": "string"
},
"unit_cost_decimal": {
"description": "The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.",
"format": "decimal",
"type": "string"
},
"volume_decimal": {
"description": "The volume of the fuel that was pumped, represented as a decimal string with at most 12 decimal places.",
"format": "decimal",
"nullable": true,
"type": "string"
}
},
"required": [
"quantity_decimal",
"type",
"unit",
"unit_cost_decimal",
"volume_decimal"
"unit_cost_decimal"
],
"title": "IssuingTransactionFuelData",
"type": "object",
Expand Down Expand Up @@ -195685,6 +195685,11 @@
"fuel": {
"description": "Information about fuel that was purchased with this transaction.",
"properties": {
"quantity_decimal": {
"description": "The quantity of `unit`s of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.",
"format": "decimal",
"type": "string"
},
"type": {
"description": "The type of fuel that was purchased. One of `diesel`, `unleaded_plus`, `unleaded_regular`, `unleaded_super`, or `other`.",
"enum": [
Expand All @@ -195698,7 +195703,7 @@
"type": "string"
},
"unit": {
"description": "The units for `volume_decimal`. One of `liter`, `us_gallon`, or `other`.",
"description": "The units for `quantity_decimal`. One of `liter`, `us_gallon`, or `other`.",
"enum": [
"liter",
"other",
Expand All @@ -195711,11 +195716,6 @@
"description": "The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.",
"format": "decimal",
"type": "string"
},
"volume_decimal": {
"description": "The volume of the fuel that was pumped, represented as a decimal string with at most 12 decimal places.",
"format": "decimal",
"type": "string"
}
},
"title": "fuel_specs",
Expand Down Expand Up @@ -196997,6 +196997,11 @@
"fuel": {
"description": "Information about fuel that was purchased with this transaction.",
"properties": {
"quantity_decimal": {
"description": "The quantity of `unit`s of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.",
"format": "decimal",
"type": "string"
},
"type": {
"description": "The type of fuel that was purchased. One of `diesel`, `unleaded_plus`, `unleaded_regular`, `unleaded_super`, or `other`.",
"enum": [
Expand All @@ -197010,7 +197015,7 @@
"type": "string"
},
"unit": {
"description": "The units for `volume_decimal`. One of `liter`, `us_gallon`, or `other`.",
"description": "The units for `quantity_decimal`. One of `liter`, `us_gallon`, or `other`.",
"enum": [
"liter",
"other",
Expand All @@ -197023,11 +197028,6 @@
"description": "The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.",
"format": "decimal",
"type": "string"
},
"volume_decimal": {
"description": "The volume of the fuel that was pumped, represented as a decimal string with at most 12 decimal places.",
"format": "decimal",
"type": "string"
}
},
"title": "fuel_specs",
Expand Down Expand Up @@ -197581,6 +197581,11 @@
"fuel": {
"description": "Information about fuel that was purchased with this transaction.",
"properties": {
"quantity_decimal": {
"description": "The quantity of `unit`s of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.",
"format": "decimal",
"type": "string"
},
"type": {
"description": "The type of fuel that was purchased. One of `diesel`, `unleaded_plus`, `unleaded_regular`, `unleaded_super`, or `other`.",
"enum": [
Expand All @@ -197594,7 +197599,7 @@
"type": "string"
},
"unit": {
"description": "The units for `volume_decimal`. One of `liter`, `us_gallon`, or `other`.",
"description": "The units for `quantity_decimal`. One of `liter`, `us_gallon`, or `other`.",
"enum": [
"liter",
"other",
Expand All @@ -197607,11 +197612,6 @@
"description": "The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.",
"format": "decimal",
"type": "string"
},
"volume_decimal": {
"description": "The volume of the fuel that was pumped, represented as a decimal string with at most 12 decimal places.",
"format": "decimal",
"type": "string"
}
},
"title": "fuel_specs",
Expand Down
63 changes: 33 additions & 30 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28056,6 +28056,13 @@ components:
issuing_transaction_fuel_data:
description: ''
properties:
quantity_decimal:
description: >-
The quantity of `unit`s of fuel that was dispensed, represented as a
decimal string with at most 12 decimal places.
format: decimal
nullable: true
type: string
type:
description: >-
The type of fuel that was purchased. One of `diesel`,
Expand All @@ -28064,7 +28071,7 @@ components:
type: string
unit:
description: >-
The units for `volume_decimal`. One of `liter`, `us_gallon`, or
The units for `quantity_decimal`. One of `liter`, `us_gallon`, or
`other`.
maxLength: 5000
type: string
Expand All @@ -28074,18 +28081,11 @@ components:
string with at most 12 decimal places.
format: decimal
type: string
volume_decimal:
description: >-
The volume of the fuel that was pumped, represented as a decimal
string with at most 12 decimal places.
format: decimal
nullable: true
type: string
required:
- quantity_decimal
- type
- unit
- unit_cost_decimal
- volume_decimal
title: IssuingTransactionFuelData
type: object
x-expandableFields: []
Expand Down Expand Up @@ -184956,6 +184956,13 @@ paths:
Information about fuel that was purchased with this
transaction.
properties:
quantity_decimal:
description: >-
The quantity of `unit`s of fuel that was dispensed,
represented as a decimal string with at most 12
decimal places.
format: decimal
type: string
type:
description: >-
The type of fuel that was purchased. One of
Expand All @@ -184971,7 +184978,7 @@ paths:
type: string
unit:
description: >-
The units for `volume_decimal`. One of `liter`,
The units for `quantity_decimal`. One of `liter`,
`us_gallon`, or `other`.
enum:
- liter
Expand All @@ -184985,12 +184992,6 @@ paths:
as a decimal string with at most 12 decimal places.
format: decimal
type: string
volume_decimal:
description: >-
The volume of the fuel that was pumped, represented
as a decimal string with at most 12 decimal places.
format: decimal
type: string
title: fuel_specs
type: object
lodging:
Expand Down Expand Up @@ -186017,6 +186018,13 @@ paths:
Information about fuel that was purchased with this
transaction.
properties:
quantity_decimal:
description: >-
The quantity of `unit`s of fuel that was dispensed,
represented as a decimal string with at most 12
decimal places.
format: decimal
type: string
type:
description: >-
The type of fuel that was purchased. One of
Expand All @@ -186032,7 +186040,7 @@ paths:
type: string
unit:
description: >-
The units for `volume_decimal`. One of `liter`,
The units for `quantity_decimal`. One of `liter`,
`us_gallon`, or `other`.
enum:
- liter
Expand All @@ -186046,12 +186054,6 @@ paths:
as a decimal string with at most 12 decimal places.
format: decimal
type: string
volume_decimal:
description: >-
The volume of the fuel that was pumped, represented
as a decimal string with at most 12 decimal places.
format: decimal
type: string
title: fuel_specs
type: object
lodging:
Expand Down Expand Up @@ -186577,6 +186579,13 @@ paths:
Information about fuel that was purchased with this
transaction.
properties:
quantity_decimal:
description: >-
The quantity of `unit`s of fuel that was dispensed,
represented as a decimal string with at most 12
decimal places.
format: decimal
type: string
type:
description: >-
The type of fuel that was purchased. One of
Expand All @@ -186592,7 +186601,7 @@ paths:
type: string
unit:
description: >-
The units for `volume_decimal`. One of `liter`,
The units for `quantity_decimal`. One of `liter`,
`us_gallon`, or `other`.
enum:
- liter
Expand All @@ -186606,12 +186615,6 @@ paths:
as a decimal string with at most 12 decimal places.
format: decimal
type: string
volume_decimal:
description: >-
The volume of the fuel that was pumped, represented
as a decimal string with at most 12 decimal places.
format: decimal
type: string
title: fuel_specs
type: object
lodging:
Expand Down
38 changes: 19 additions & 19 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -21849,26 +21849,26 @@
"issuing_transaction_fuel_data": {
"description": "",
"properties": {
"quantity_decimal": {
"description": "The quantity of `unit`s of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.",
"format": "decimal",
"nullable": true,
"type": "string"
},
"type": {
"description": "The type of fuel that was purchased. One of `diesel`, `unleaded_plus`, `unleaded_regular`, `unleaded_super`, or `other`.",
"maxLength": 5000,
"type": "string"
},
"unit": {
"description": "The units for `volume_decimal`. One of `liter`, `us_gallon`, or `other`.",
"description": "The units for `quantity_decimal`. One of `liter`, `us_gallon`, or `other`.",
"maxLength": 5000,
"type": "string"
},
"unit_cost_decimal": {
"description": "The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.",
"format": "decimal",
"type": "string"
},
"volume_decimal": {
"description": "The volume of the fuel that was pumped, represented as a decimal string with at most 12 decimal places.",
"format": "decimal",
"nullable": true,
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -149247,6 +149247,10 @@
},
"fuel": {
"properties": {
"quantity_decimal": {
"format": "decimal",
"type": "string"
},
"type": {
"enum": [
"diesel",
Expand All @@ -149270,10 +149274,6 @@
"unit_cost_decimal": {
"format": "decimal",
"type": "string"
},
"volume_decimal": {
"format": "decimal",
"type": "string"
}
},
"title": "fuel_specs",
Expand Down Expand Up @@ -150526,6 +150526,10 @@
},
"fuel": {
"properties": {
"quantity_decimal": {
"format": "decimal",
"type": "string"
},
"type": {
"enum": [
"diesel",
Expand All @@ -150549,10 +150553,6 @@
"unit_cost_decimal": {
"format": "decimal",
"type": "string"
},
"volume_decimal": {
"format": "decimal",
"type": "string"
}
},
"title": "fuel_specs",
Expand Down Expand Up @@ -151079,6 +151079,10 @@
},
"fuel": {
"properties": {
"quantity_decimal": {
"format": "decimal",
"type": "string"
},
"type": {
"enum": [
"diesel",
Expand All @@ -151102,10 +151106,6 @@
"unit_cost_decimal": {
"format": "decimal",
"type": "string"
},
"volume_decimal": {
"format": "decimal",
"type": "string"
}
},
"title": "fuel_specs",
Expand Down
Loading

0 comments on commit b79126f

Please sign in to comment.