Skip to content

Commit f27c07e

Browse files
authored
fix: remove duplicate enum values (#114)
1 parent a671038 commit f27c07e

15 files changed

+0
-948
lines changed

src/services/twilio-api/twilio_api_v2010.json

-408
Large diffs are not rendered by default.

src/services/twilio-api/twilio_chat_v1.json

-102
Original file line numberDiff line numberDiff line change
@@ -3460,12 +3460,6 @@
34603460
"WebhookMethod": {
34613461
"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.",
34623462
"enum": [
3463-
"head",
3464-
"get",
3465-
"post",
3466-
"patch",
3467-
"put",
3468-
"delete",
34693463
"HEAD",
34703464
"GET",
34713465
"POST",
@@ -3478,12 +3472,6 @@
34783472
"Webhooks.OnChannelAdd.Method": {
34793473
"description": "The HTTP method to use when calling the `webhooks.on_channel_add.url`.",
34803474
"enum": [
3481-
"head",
3482-
"get",
3483-
"post",
3484-
"patch",
3485-
"put",
3486-
"delete",
34873475
"HEAD",
34883476
"GET",
34893477
"POST",
@@ -3501,12 +3489,6 @@
35013489
"Webhooks.OnChannelAdded.Method": {
35023490
"description": "The URL of the webhook to call in response to the `on_channel_added` event`.",
35033491
"enum": [
3504-
"head",
3505-
"get",
3506-
"post",
3507-
"patch",
3508-
"put",
3509-
"delete",
35103492
"HEAD",
35113493
"GET",
35123494
"POST",
@@ -3524,12 +3506,6 @@
35243506
"Webhooks.OnChannelDestroy.Method": {
35253507
"description": "The HTTP method to use when calling the `webhooks.on_channel_destroy.url`.",
35263508
"enum": [
3527-
"head",
3528-
"get",
3529-
"post",
3530-
"patch",
3531-
"put",
3532-
"delete",
35333509
"HEAD",
35343510
"GET",
35353511
"POST",
@@ -3547,12 +3523,6 @@
35473523
"Webhooks.OnChannelDestroyed.Method": {
35483524
"description": "The HTTP method to use when calling the `webhooks.on_channel_destroyed.url`.",
35493525
"enum": [
3550-
"head",
3551-
"get",
3552-
"post",
3553-
"patch",
3554-
"put",
3555-
"delete",
35563526
"HEAD",
35573527
"GET",
35583528
"POST",
@@ -3570,12 +3540,6 @@
35703540
"Webhooks.OnChannelUpdate.Method": {
35713541
"description": "The HTTP method to use when calling the `webhooks.on_channel_update.url`.",
35723542
"enum": [
3573-
"head",
3574-
"get",
3575-
"post",
3576-
"patch",
3577-
"put",
3578-
"delete",
35793543
"HEAD",
35803544
"GET",
35813545
"POST",
@@ -3593,12 +3557,6 @@
35933557
"Webhooks.OnChannelUpdated.Method": {
35943558
"description": "The HTTP method to use when calling the `webhooks.on_channel_updated.url`.",
35953559
"enum": [
3596-
"head",
3597-
"get",
3598-
"post",
3599-
"patch",
3600-
"put",
3601-
"delete",
36023560
"HEAD",
36033561
"GET",
36043562
"POST",
@@ -3616,12 +3574,6 @@
36163574
"Webhooks.OnMemberAdd.Method": {
36173575
"description": "The HTTP method to use when calling the `webhooks.on_member_add.url`.",
36183576
"enum": [
3619-
"head",
3620-
"get",
3621-
"post",
3622-
"patch",
3623-
"put",
3624-
"delete",
36253577
"HEAD",
36263578
"GET",
36273579
"POST",
@@ -3639,12 +3591,6 @@
36393591
"Webhooks.OnMemberAdded.Method": {
36403592
"description": "The HTTP method to use when calling the `webhooks.on_channel_updated.url`.",
36413593
"enum": [
3642-
"head",
3643-
"get",
3644-
"post",
3645-
"patch",
3646-
"put",
3647-
"delete",
36483594
"HEAD",
36493595
"GET",
36503596
"POST",
@@ -3662,12 +3608,6 @@
36623608
"Webhooks.OnMemberRemove.Method": {
36633609
"description": "The HTTP method to use when calling the `webhooks.on_member_remove.url`.",
36643610
"enum": [
3665-
"head",
3666-
"get",
3667-
"post",
3668-
"patch",
3669-
"put",
3670-
"delete",
36713611
"HEAD",
36723612
"GET",
36733613
"POST",
@@ -3685,12 +3625,6 @@
36853625
"Webhooks.OnMemberRemoved.Method": {
36863626
"description": "The HTTP method to use when calling the `webhooks.on_member_removed.url`.",
36873627
"enum": [
3688-
"head",
3689-
"get",
3690-
"post",
3691-
"patch",
3692-
"put",
3693-
"delete",
36943628
"HEAD",
36953629
"GET",
36963630
"POST",
@@ -3708,12 +3642,6 @@
37083642
"Webhooks.OnMessageRemove.Method": {
37093643
"description": "The HTTP method to use when calling the `webhooks.on_message_remove.url`.",
37103644
"enum": [
3711-
"head",
3712-
"get",
3713-
"post",
3714-
"patch",
3715-
"put",
3716-
"delete",
37173645
"HEAD",
37183646
"GET",
37193647
"POST",
@@ -3731,12 +3659,6 @@
37313659
"Webhooks.OnMessageRemoved.Method": {
37323660
"description": "The HTTP method to use when calling the `webhooks.on_message_removed.url`.",
37333661
"enum": [
3734-
"head",
3735-
"get",
3736-
"post",
3737-
"patch",
3738-
"put",
3739-
"delete",
37403662
"HEAD",
37413663
"GET",
37423664
"POST",
@@ -3754,12 +3676,6 @@
37543676
"Webhooks.OnMessageSend.Method": {
37553677
"description": "The HTTP method to use when calling the `webhooks.on_message_send.url`.",
37563678
"enum": [
3757-
"head",
3758-
"get",
3759-
"post",
3760-
"patch",
3761-
"put",
3762-
"delete",
37633679
"HEAD",
37643680
"GET",
37653681
"POST",
@@ -3777,12 +3693,6 @@
37773693
"Webhooks.OnMessageSent.Method": {
37783694
"description": "The URL of the webhook to call in response to the `on_message_sent` event`.",
37793695
"enum": [
3780-
"head",
3781-
"get",
3782-
"post",
3783-
"patch",
3784-
"put",
3785-
"delete",
37863696
"HEAD",
37873697
"GET",
37883698
"POST",
@@ -3800,12 +3710,6 @@
38003710
"Webhooks.OnMessageUpdate.Method": {
38013711
"description": "The HTTP method to use when calling the `webhooks.on_message_update.url`.",
38023712
"enum": [
3803-
"head",
3804-
"get",
3805-
"post",
3806-
"patch",
3807-
"put",
3808-
"delete",
38093713
"HEAD",
38103714
"GET",
38113715
"POST",
@@ -3823,12 +3727,6 @@
38233727
"Webhooks.OnMessageUpdated.Method": {
38243728
"description": "The HTTP method to use when calling the `webhooks.on_message_updated.url`.",
38253729
"enum": [
3826-
"head",
3827-
"get",
3828-
"post",
3829-
"patch",
3830-
"put",
3831-
"delete",
38323730
"HEAD",
38333731
"GET",
38343732
"POST",

src/services/twilio-api/twilio_chat_v2.json

-6
Original file line numberDiff line numberDiff line change
@@ -5022,12 +5022,6 @@
50225022
"WebhookMethod": {
50235023
"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.",
50245024
"enum": [
5025-
"head",
5026-
"get",
5027-
"post",
5028-
"patch",
5029-
"put",
5030-
"delete",
50315025
"HEAD",
50325026
"GET",
50335027
"POST",

src/services/twilio-api/twilio_insights_v1.json

-6
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@
7272
},
7373
"http_method": {
7474
"enum": [
75-
"head",
76-
"get",
77-
"post",
78-
"patch",
79-
"put",
80-
"delete",
8175
"HEAD",
8276
"GET",
8377
"POST",

0 commit comments

Comments
 (0)