Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove duplicate enum values #114

Merged
merged 1 commit into from
Feb 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
408 changes: 0 additions & 408 deletions src/services/twilio-api/twilio_api_v2010.json

Large diffs are not rendered by default.

102 changes: 0 additions & 102 deletions src/services/twilio-api/twilio_chat_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3460,12 +3460,6 @@
"WebhookMethod": {
"description": "The HTTP method to use for calls to the `pre_webhook_url` and `post_webhook_url` webhooks. Can be: `POST` or `GET` and the default is `POST`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand All @@ -3478,12 +3472,6 @@
"Webhooks.OnChannelAdd.Method": {
"description": "The HTTP method to use when calling the `webhooks.on_channel_add.url`.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand All @@ -3501,12 +3489,6 @@
"Webhooks.OnChannelAdded.Method": {
"description": "The URL of the webhook to call in response to the `on_channel_added` event`.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand All @@ -3524,12 +3506,6 @@
"Webhooks.OnChannelDestroy.Method": {
"description": "The HTTP method to use when calling the `webhooks.on_channel_destroy.url`.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand All @@ -3547,12 +3523,6 @@
"Webhooks.OnChannelDestroyed.Method": {
"description": "The HTTP method to use when calling the `webhooks.on_channel_destroyed.url`.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand All @@ -3570,12 +3540,6 @@
"Webhooks.OnChannelUpdate.Method": {
"description": "The HTTP method to use when calling the `webhooks.on_channel_update.url`.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand All @@ -3593,12 +3557,6 @@
"Webhooks.OnChannelUpdated.Method": {
"description": "The HTTP method to use when calling the `webhooks.on_channel_updated.url`.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand All @@ -3616,12 +3574,6 @@
"Webhooks.OnMemberAdd.Method": {
"description": "The HTTP method to use when calling the `webhooks.on_member_add.url`.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand All @@ -3639,12 +3591,6 @@
"Webhooks.OnMemberAdded.Method": {
"description": "The HTTP method to use when calling the `webhooks.on_channel_updated.url`.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand All @@ -3662,12 +3608,6 @@
"Webhooks.OnMemberRemove.Method": {
"description": "The HTTP method to use when calling the `webhooks.on_member_remove.url`.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand All @@ -3685,12 +3625,6 @@
"Webhooks.OnMemberRemoved.Method": {
"description": "The HTTP method to use when calling the `webhooks.on_member_removed.url`.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand All @@ -3708,12 +3642,6 @@
"Webhooks.OnMessageRemove.Method": {
"description": "The HTTP method to use when calling the `webhooks.on_message_remove.url`.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand All @@ -3731,12 +3659,6 @@
"Webhooks.OnMessageRemoved.Method": {
"description": "The HTTP method to use when calling the `webhooks.on_message_removed.url`.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand All @@ -3754,12 +3676,6 @@
"Webhooks.OnMessageSend.Method": {
"description": "The HTTP method to use when calling the `webhooks.on_message_send.url`.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand All @@ -3777,12 +3693,6 @@
"Webhooks.OnMessageSent.Method": {
"description": "The URL of the webhook to call in response to the `on_message_sent` event`.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand All @@ -3800,12 +3710,6 @@
"Webhooks.OnMessageUpdate.Method": {
"description": "The HTTP method to use when calling the `webhooks.on_message_update.url`.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand All @@ -3823,12 +3727,6 @@
"Webhooks.OnMessageUpdated.Method": {
"description": "The HTTP method to use when calling the `webhooks.on_message_updated.url`.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand Down
6 changes: 0 additions & 6 deletions src/services/twilio-api/twilio_chat_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5022,12 +5022,6 @@
"WebhookMethod": {
"description": "The HTTP method to use for calls to the `pre_webhook_url` and `post_webhook_url` webhooks. Can be: `POST` or `GET` and the default is `POST`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details.",
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand Down
6 changes: 0 additions & 6 deletions src/services/twilio-api/twilio_insights_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@
},
"http_method": {
"enum": [
"head",
"get",
"post",
"patch",
"put",
"delete",
"HEAD",
"GET",
"POST",
Expand Down
Loading