Skip to content

Commit 929559a

Browse files
committed
[Librarian] Regenerated @ 8d92bd85f8ef40c37285966629e30e5c7cb9312b e615ab0d23ebf4a44fbefcca67df047f8de43ea5
1 parent 9ccb820 commit 929559a

15 files changed

+128
-87
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
twilio-go changelog
22
====================
3+
[2025-05-29] Version 1.26.2
4+
---------------------------
5+
**Library - Chore**
6+
- [PR #289](https://github.com/twilio/twilio-go/pull/289): add mocking for Oauth. Thanks to [@manisha1997](https://github.com/manisha1997)!
7+
8+
**Api**
9+
- Added several usage category enums to `usage_record` API
10+
11+
**Numbers**
12+
- Update the porting documentation
13+
14+
**Verify**
15+
- Update `ienum` type for Channels in Verify Attempts API
16+
17+
318
[2025-05-13] Version 1.26.1
419
---------------------------
520
**Library - Docs**

rest/messaging/v2/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,15 @@ Class | Method | HTTP request | Description
4141
## Documentation For Models
4242

4343
- [ListChannelsSenderResponse](docs/ListChannelsSenderResponse.md)
44+
- [MessagingV2ChannelsSender](docs/MessagingV2ChannelsSender.md)
4445
- [MessagingV2Configuration](docs/MessagingV2Configuration.md)
4546
- [MessagingV2Items](docs/MessagingV2Items.md)
47+
- [ListChannelsSenderResponseMeta](docs/ListChannelsSenderResponseMeta.md)
4648
- [MessagingV2Webhook](docs/MessagingV2Webhook.md)
4749
- [MessagingV2Create](docs/MessagingV2Create.md)
50+
- [MessagingV2Properties](docs/MessagingV2Properties.md)
4851
- [MessagingV2Update](docs/MessagingV2Update.md)
4952
- [MessagingV2Profile](docs/MessagingV2Profile.md)
50-
- [MessagingV2ChannelsSender](docs/MessagingV2ChannelsSender.md)
51-
- [ListChannelsSenderResponseMeta](docs/ListChannelsSenderResponseMeta.md)
52-
- [MessagingV2ChannelsSenderProfileEmails](docs/MessagingV2ChannelsSenderProfileEmails.md)
53-
- [MessagingV2Properties](docs/MessagingV2Properties.md)
54-
- [MessagingV2ChannelsSenderProfileWebsites](docs/MessagingV2ChannelsSenderProfileWebsites.md)
5553

5654

5755
## Documentation For Authorization

rest/messaging/v2/docs/MessagingV2ChannelsSenderProfileEmails.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

rest/messaging/v2/docs/MessagingV2ChannelsSenderProfileWebsites.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

rest/messaging/v2/docs/MessagingV2Profile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Name | Type | Description | Notes
88
**About** | Pointer to **string** | The about text of the sender. |
99
**Address** | Pointer to **string** | The address of the sender. |
1010
**Description** | Pointer to **string** | The description of the sender. |
11-
**Emails** | Pointer to [**[]MessagingV2ChannelsSenderProfileEmails**](MessagingV2ChannelsSenderProfileEmails.md) | The emails of the sender. |
11+
**Emails** | Pointer to **interface{}** | The emails of the sender. |
1212
**LogoUrl** | Pointer to **string** | The logo URL of the sender. |
1313
**Vertical** | Pointer to **string** | The vertical of the sender. Allowed values are: - \"Automotive\" - \"Beauty, Spa and Salon\" - \"Clothing and Apparel\" - \"Education\" - \"Entertainment\" - \"Event Planning and Service\" - \"Finance and Banking\" - \"Food and Grocery\" - \"Public Service\" - \"Hotel and Lodging\" - \"Medical and Health\" - \"Non-profit\" - \"Professional Services\" - \"Shopping and Retail\" - \"Travel and Transportation\" - \"Restaurant\" - \"Other\" |
14-
**Websites** | Pointer to [**[]MessagingV2ChannelsSenderProfileWebsites**](MessagingV2ChannelsSenderProfileWebsites.md) | The websites of the sender. |
14+
**Websites** | Pointer to **interface{}** | The websites of the sender. |
1515

1616
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1717

rest/messaging/v2/model_messaging_v2_channels_sender_profile_emails.go

Lines changed: 0 additions & 23 deletions
This file was deleted.

rest/messaging/v2/model_messaging_v2_channels_sender_profile_websites.go

Lines changed: 0 additions & 23 deletions
This file was deleted.

rest/messaging/v2/model_messaging_v2_profile.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ type MessagingV2Profile struct {
2525
// The description of the sender.
2626
Description *string `json:"description,omitempty"`
2727
// The emails of the sender.
28-
Emails *[]MessagingV2ChannelsSenderProfileEmails `json:"emails,omitempty"`
28+
Emails *interface{} `json:"emails,omitempty"`
2929
// The logo URL of the sender.
3030
LogoUrl *string `json:"logo_url,omitempty"`
3131
// The vertical of the sender. Allowed values are: - \"Automotive\" - \"Beauty, Spa and Salon\" - \"Clothing and Apparel\" - \"Education\" - \"Entertainment\" - \"Event Planning and Service\" - \"Finance and Banking\" - \"Food and Grocery\" - \"Public Service\" - \"Hotel and Lodging\" - \"Medical and Health\" - \"Non-profit\" - \"Professional Services\" - \"Shopping and Retail\" - \"Travel and Transportation\" - \"Restaurant\" - \"Other\"
3232
Vertical *string `json:"vertical,omitempty"`
3333
// The websites of the sender.
34-
Websites *[]MessagingV2ChannelsSenderProfileWebsites `json:"websites,omitempty"`
34+
Websites *interface{} `json:"websites,omitempty"`
3535
}

rest/numbers/v1/docs/NumbersV1PortingPortIn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Name | Type | Description | Notes
88
**Url** | Pointer to **string** | The URL of this Port In request |
99
**AccountSid** | Pointer to **string** | Account Sid or subaccount where the phone number(s) will be Ported |
1010
**NotificationEmails** | Pointer to **[]string** | Additional emails to send a copy of the signed LOA to. |
11-
**TargetPortInDate** | Pointer to **string** | Target date to port the number. We cannot guarantee that this date will be honored by the other carriers, please work with Ops to get a confirmation of the firm order commitment (FOC) date. Expected format is ISO Local Date, example: ‘2011-12-03`. This date must be at least 7 days in the future for US ports and 10 days in the future for Japanese ports. (This value is only available for custom porting customers.) |
12-
**TargetPortInTimeRangeStart** | Pointer to **string** | The earliest time that the port should occur on the target port in date. Expected format is ISO Offset Time, example: ‘10:15:00-08:00'. (This value is only available for custom porting customers.) |
13-
**TargetPortInTimeRangeEnd** | Pointer to **string** | The latest time that the port should occur on the target port in date. Expected format is ISO Offset Time, example: ‘10:15:00-08:00'. (This value is only available for custom porting customers.) |
11+
**TargetPortInDate** | Pointer to **string** | Target date to port the number. We cannot guarantee that this date will be honored by the other carriers, please work with Ops to get a confirmation of the firm order commitment (FOC) date. Expected format is ISO Local Date, example: ‘2011-12-03`. This date must be at least 7 days in the future for US ports and 10 days in the future for Japanese ports. We can't guarantee the exact date and time, as this depends on the losing carrier |
12+
**TargetPortInTimeRangeStart** | Pointer to **string** | The earliest time that the port should occur on the target port in date. Expected format is ISO Offset Time, example: ‘10:15:00-08:00'. We can't guarantee the exact date and time, as this depends on the losing carrier |
13+
**TargetPortInTimeRangeEnd** | Pointer to **string** | The latest time that the port should occur on the target port in date. Expected format is ISO Offset Time, example: ‘10:15:00-08:00'. We can't guarantee the exact date and time, as this depends on the losing carrier |
1414
**PortInRequestStatus** | Pointer to **string** | The status of the port in request. The possible values are: In progress, Completed, Expired, In review, Waiting for Signature, Action Required, and Canceled. |
1515
**LosingCarrierInformation** | Pointer to **map[string]interface{}** | Details regarding the customer’s information with the losing carrier. These values will be used to generate the letter of authorization and should match the losing carrier’s data as closely as possible to ensure the port is accepted. |
1616
**PhoneNumbers** | Pointer to **[]map[string]interface{}** | |

rest/numbers/v1/model_numbers_v1_porting_port_in.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ type NumbersV1PortingPortIn struct {
2828
AccountSid *string `json:"account_sid,omitempty"`
2929
// Additional emails to send a copy of the signed LOA to.
3030
NotificationEmails *[]string `json:"notification_emails,omitempty"`
31-
// Target date to port the number. We cannot guarantee that this date will be honored by the other carriers, please work with Ops to get a confirmation of the firm order commitment (FOC) date. Expected format is ISO Local Date, example: ‘2011-12-03`. This date must be at least 7 days in the future for US ports and 10 days in the future for Japanese ports. (This value is only available for custom porting customers.)
31+
// Target date to port the number. We cannot guarantee that this date will be honored by the other carriers, please work with Ops to get a confirmation of the firm order commitment (FOC) date. Expected format is ISO Local Date, example: ‘2011-12-03`. This date must be at least 7 days in the future for US ports and 10 days in the future for Japanese ports. We can't guarantee the exact date and time, as this depends on the losing carrier
3232
TargetPortInDate *string `json:"target_port_in_date,omitempty"`
33-
// The earliest time that the port should occur on the target port in date. Expected format is ISO Offset Time, example: ‘10:15:00-08:00'. (This value is only available for custom porting customers.)
33+
// The earliest time that the port should occur on the target port in date. Expected format is ISO Offset Time, example: ‘10:15:00-08:00'. We can't guarantee the exact date and time, as this depends on the losing carrier
3434
TargetPortInTimeRangeStart *string `json:"target_port_in_time_range_start,omitempty"`
35-
// The latest time that the port should occur on the target port in date. Expected format is ISO Offset Time, example: ‘10:15:00-08:00'. (This value is only available for custom porting customers.)
35+
// The latest time that the port should occur on the target port in date. Expected format is ISO Offset Time, example: ‘10:15:00-08:00'. We can't guarantee the exact date and time, as this depends on the losing carrier
3636
TargetPortInTimeRangeEnd *string `json:"target_port_in_time_range_end,omitempty"`
3737
// The status of the port in request. The possible values are: In progress, Completed, Expired, In review, Waiting for Signature, Action Required, and Canceled.
3838
PortInRequestStatus *string `json:"port_in_request_status,omitempty"`

0 commit comments

Comments
 (0)