Skip to content

Commit

Permalink
OpenAPI Update (#869)
Browse files Browse the repository at this point in the history
Update OpenAPI for b79126f1925e23b70715c6196562553b00a838fa

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Jun 18, 2024
1 parent 9c195ef commit b7a61c6
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
54 changes: 27 additions & 27 deletions embedded/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
38 changes: 19 additions & 19 deletions embedded/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

0 comments on commit b7a61c6

Please sign in to comment.