Skip to content

Commit

Permalink
Update generated code for v967
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 17, 2024
1 parent 2bf399c commit 5688fb6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v966
v967
2 changes: 1 addition & 1 deletion types/Issuing/Transactions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ declare module 'stripe' {
type: string;

/**
* The units for `volume_decimal`. One of `us_gallon` or `liter`.
* The units for `volume_decimal`. One of `liter`, `us_gallon`, or `other`.
*/
unit: string;

Expand Down
4 changes: 2 additions & 2 deletions types/TestHelpers/Issuing/AuthorizationsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ declare module 'stripe' {
type?: Fuel.Type;

/**
* The units for `volume_decimal`. One of `us_gallon` or `liter`.
* The units for `volume_decimal`. One of `liter`, `us_gallon`, or `other`.
*/
unit?: Fuel.Unit;

Expand All @@ -658,7 +658,7 @@ declare module 'stripe' {
| 'unleaded_regular'
| 'unleaded_super';

type Unit = 'liter' | 'us_gallon';
type Unit = 'liter' | 'other' | 'us_gallon';
}

interface Lodging {
Expand Down
8 changes: 4 additions & 4 deletions types/TestHelpers/Issuing/TransactionsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ declare module 'stripe' {
type?: Fuel.Type;

/**
* The units for `volume_decimal`. One of `us_gallon` or `liter`.
* The units for `volume_decimal`. One of `liter`, `us_gallon`, or `other`.
*/
unit?: Fuel.Unit;

Expand All @@ -501,7 +501,7 @@ declare module 'stripe' {
| 'unleaded_regular'
| 'unleaded_super';

type Unit = 'liter' | 'us_gallon';
type Unit = 'liter' | 'other' | 'us_gallon';
}

interface Lodging {
Expand Down Expand Up @@ -1004,7 +1004,7 @@ declare module 'stripe' {
type?: Fuel.Type;

/**
* The units for `volume_decimal`. One of `us_gallon` or `liter`.
* The units for `volume_decimal`. One of `liter`, `us_gallon`, or `other`.
*/
unit?: Fuel.Unit;

Expand All @@ -1027,7 +1027,7 @@ declare module 'stripe' {
| 'unleaded_regular'
| 'unleaded_super';

type Unit = 'liter' | 'us_gallon';
type Unit = 'liter' | 'other' | 'us_gallon';
}

interface Lodging {
Expand Down

0 comments on commit 5688fb6

Please sign in to comment.