Skip to content

Commit

Permalink
Regenerated based on latest api (#11)
Browse files Browse the repository at this point in the history
* regenerated api

* regen
  • Loading branch information
laliconfigcat authored Apr 19, 2024
1 parent 13ea2d5 commit f65a693
Show file tree
Hide file tree
Showing 21 changed files with 2,034 additions and 191 deletions.
10 changes: 8 additions & 2 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ docs/CreateProductRequest.md
docs/CreateSegmentModel.md
docs/CreateSettingInitialValues.md
docs/CreateTagModel.md
docs/CreateWebHookRequest.md
docs/DeleteIntegrationLinkModel.md
docs/DeleteRepositoryReportsRequest.md
docs/EnvironmentAccessModel.md
Expand Down Expand Up @@ -101,6 +100,7 @@ docs/ProductsApi.md
docs/ReasonRequiredEnvironmentModel.md
docs/ReferenceLine.md
docs/ReferenceLines.md
docs/ReplaceSettingModel.md
docs/RolloutPercentageItemModel.md
docs/RolloutRuleComparator.md
docs/RolloutRuleModel.md
Expand Down Expand Up @@ -140,6 +140,9 @@ docs/UserConditionModel.md
docs/UserModel.md
docs/ValueModel.md
docs/WebHookHttpMethod.md
docs/WebHookRequest.md
docs/WebhookConfig.md
docs/WebhookEnvironment.md
docs/WebhookHeaderModel.md
docs/WebhookModel.md
docs/WebhookSigningKeysModel.md
Expand Down Expand Up @@ -172,7 +175,6 @@ model_create_product_request.go
model_create_segment_model.go
model_create_setting_initial_values.go
model_create_tag_model.go
model_create_web_hook_request.go
model_delete_integration_link_model.go
model_delete_repository_reports_request.go
model_environment_access_model.go
Expand Down Expand Up @@ -210,6 +212,7 @@ model_product_model.go
model_reason_required_environment_model.go
model_reference_line.go
model_reference_lines.go
model_replace_setting_model.go
model_rollout_percentage_item_model.go
model_rollout_rule_comparator.go
model_rollout_rule_model.go
Expand Down Expand Up @@ -246,6 +249,9 @@ model_user_condition_model.go
model_user_model.go
model_value_model.go
model_web_hook_http_method.go
model_web_hook_request.go
model_webhook_config.go
model_webhook_environment.go
model_webhook_header_model.go
model_webhook_model.go
model_webhook_signing_keys_model.go
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Class | Method | HTTP request | Description
*FeatureFlagsSettingsApi* | [**DeleteSetting**](docs/FeatureFlagsSettingsApi.md#deletesetting) | **Delete** /v1/settings/{settingId} | Delete Flag
*FeatureFlagsSettingsApi* | [**GetSetting**](docs/FeatureFlagsSettingsApi.md#getsetting) | **Get** /v1/settings/{settingId} | Get Flag
*FeatureFlagsSettingsApi* | [**GetSettings**](docs/FeatureFlagsSettingsApi.md#getsettings) | **Get** /v1/configs/{configId}/settings | List Flags
*FeatureFlagsSettingsApi* | [**ReplaceSetting**](docs/FeatureFlagsSettingsApi.md#replacesetting) | **Put** /v1/settings/{settingId} | Replace Flag
*FeatureFlagsSettingsApi* | [**UpdateSetting**](docs/FeatureFlagsSettingsApi.md#updatesetting) | **Patch** /v1/settings/{settingId} | Update Flag
*IntegrationLinksApi* | [**AddOrUpdateIntegrationLink**](docs/IntegrationLinksApi.md#addorupdateintegrationlink) | **Post** /v1/environments/{environmentId}/settings/{settingId}/integrationLinks/{integrationLinkType}/{key} | Add or update Integration link
*IntegrationLinksApi* | [**DeleteIntegrationLink**](docs/IntegrationLinksApi.md#deleteintegrationlink) | **Delete** /v1/environments/{environmentId}/settings/{settingId}/integrationLinks/{integrationLinkType}/{key} | Delete Integration link
Expand Down Expand Up @@ -196,6 +197,7 @@ Class | Method | HTTP request | Description
*WebhooksApi* | [**GetWebhook**](docs/WebhooksApi.md#getwebhook) | **Get** /v1/webhooks/{webhookId} | Get Webhook
*WebhooksApi* | [**GetWebhookSigningKeys**](docs/WebhooksApi.md#getwebhooksigningkeys) | **Get** /v1/webhooks/{webhookId}/keys | Get Webhook Signing Keys
*WebhooksApi* | [**GetWebhooks**](docs/WebhooksApi.md#getwebhooks) | **Get** /v1/products/{productId}/webhooks | List Webhooks
*WebhooksApi* | [**ReplaceWebhook**](docs/WebhooksApi.md#replacewebhook) | **Put** /v1/webhooks/{webhookId} | Replace Webhook
*WebhooksApi* | [**UpdateWebhook**](docs/WebhooksApi.md#updatewebhook) | **Patch** /v1/webhooks/{webhookId} | Update Webhook


Expand Down Expand Up @@ -226,7 +228,6 @@ Class | Method | HTTP request | Description
- [CreateSegmentModel](docs/CreateSegmentModel.md)
- [CreateSettingInitialValues](docs/CreateSettingInitialValues.md)
- [CreateTagModel](docs/CreateTagModel.md)
- [CreateWebHookRequest](docs/CreateWebHookRequest.md)
- [DeleteIntegrationLinkModel](docs/DeleteIntegrationLinkModel.md)
- [DeleteRepositoryReportsRequest](docs/DeleteRepositoryReportsRequest.md)
- [EnvironmentAccessModel](docs/EnvironmentAccessModel.md)
Expand Down Expand Up @@ -264,6 +265,7 @@ Class | Method | HTTP request | Description
- [ReasonRequiredEnvironmentModel](docs/ReasonRequiredEnvironmentModel.md)
- [ReferenceLine](docs/ReferenceLine.md)
- [ReferenceLines](docs/ReferenceLines.md)
- [ReplaceSettingModel](docs/ReplaceSettingModel.md)
- [RolloutPercentageItemModel](docs/RolloutPercentageItemModel.md)
- [RolloutRuleComparator](docs/RolloutRuleComparator.md)
- [RolloutRuleModel](docs/RolloutRuleModel.md)
Expand Down Expand Up @@ -300,6 +302,9 @@ Class | Method | HTTP request | Description
- [UserModel](docs/UserModel.md)
- [ValueModel](docs/ValueModel.md)
- [WebHookHttpMethod](docs/WebHookHttpMethod.md)
- [WebHookRequest](docs/WebHookRequest.md)
- [WebhookConfig](docs/WebhookConfig.md)
- [WebhookEnvironment](docs/WebhookEnvironment.md)
- [WebhookHeaderModel](docs/WebhookHeaderModel.md)
- [WebhookModel](docs/WebhookModel.md)
- [WebhookSigningKeysModel](docs/WebhookSigningKeysModel.md)
Expand Down
Loading

0 comments on commit f65a693

Please sign in to comment.