Skip to content

Commit

Permalink
chore: fix openapi_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshayaFoiger committed Dec 20, 2024
1 parent f956a62 commit 9fa021b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api-reference-v2/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -8737,6 +8737,14 @@
}
}
},
"FeatureStatus": {
"type": "string",
"description": "The status of the feature",
"enum": [
"not_supported",
"supported"
]
},
"FieldType": {
"oneOf": [
{
Expand Down
8 changes: 8 additions & 0 deletions api-reference/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -11235,6 +11235,14 @@
}
}
},
"FeatureStatus": {
"type": "string",
"description": "The status of the feature",
"enum": [
"not_supported",
"supported"
]
},
"FieldType": {
"oneOf": [
{
Expand Down
1 change: 1 addition & 0 deletions crates/openapi/src/openapi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::enums::PaymentMethodStatus,
api_models::enums::UIWidgetFormLayout,
api_models::enums::PaymentConnectorCategory,
api_models::enums::FeatureStatus,
api_models::admin::MerchantConnectorCreate,
api_models::admin::AdditionalMerchantData,
api_models::admin::ConnectorWalletDetails,
Expand Down
1 change: 1 addition & 0 deletions crates/openapi/src/openapi_v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::enums::PaymentLinkDetailsLayout,
api_models::enums::PaymentMethodStatus,
api_models::enums::PaymentConnectorCategory,
api_models::enums::FeatureStatus,
api_models::enums::OrderFulfillmentTimeOrigin,
api_models::enums::UIWidgetFormLayout,
api_models::admin::MerchantConnectorCreate,
Expand Down

0 comments on commit 9fa021b

Please sign in to comment.