Skip to content

Commit c99358b

Browse files
committed
[Librarian] Regenerated @ b32d3e1eba2177c81eeca51181f67e618fe86dbe
1 parent 8fdee58 commit c99358b

File tree

89 files changed

+245
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+245
-154
lines changed

CHANGES.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
twilio-oai changelog
22
====================
3+
[2023-09-07] Version 1.49.0
4+
---------------------------
5+
**Api**
6+
- Make message tagging parameters public **(breaking change)**
7+
8+
**Flex**
9+
- Adding `agent_conv_end_methods` to Flex Configuration
10+
11+
**Messaging**
12+
- Mark Mesasging Services fallback_to_long_code feature obsolete
13+
14+
**Numbers**
15+
- Add Create Port In request api
16+
- Renaming sid for bulk_hosting_sid and remove account_sid response field in numbers/v2/BulkHostedNumberOrders **(breaking change)**
17+
18+
**Pricing**
19+
- gate resources behind a beta_feature
20+
21+
322
[2023-08-24] Version 1.48.0
423
---------------------------
524
**Api**

spec/json/twilio_accounts_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"name": "Apache 2.0",
187187
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
188188
},
189-
"version": "1.48.0"
189+
"version": "1.49.0"
190190
},
191191
"openapi": "3.0.1",
192192
"paths": {

spec/json/twilio_api_v2010.json

+21-13
Original file line numberDiff line numberDiff line change
@@ -3942,6 +3942,10 @@
39423942
"format": "uri-map",
39433943
"nullable": true,
39443944
"description": "A list of related resources identified by their URIs relative to `https://api.twilio.com`"
3945+
},
3946+
"tags": {
3947+
"nullable": true,
3948+
"description": "A string containing a JSON map of key value pairs of tags to be recorded as metadata for the message."
39453949
}
39463950
}
39473951
},
@@ -4020,33 +4024,33 @@
40204024
"maxLength": 34,
40214025
"pattern": "^AC[0-9a-fA-F]{32}$",
40224026
"nullable": true,
4023-
"description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the MessageFeedback resource."
4027+
"description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with this MessageFeedback resource."
40244028
},
40254029
"message_sid": {
40264030
"type": "string",
40274031
"minLength": 34,
40284032
"maxLength": 34,
40294033
"pattern": "^(SM|MM)[0-9a-fA-F]{32}$",
40304034
"nullable": true,
4031-
"description": "The SID of the Message resource for which the feedback was provided."
4035+
"description": "The SID of the Message resource associated with this MessageFeedback resource."
40324036
},
40334037
"outcome": {
40344038
"type": "string",
40354039
"$ref": "#/components/schemas/message_feedback_enum_outcome",
40364040
"nullable": true,
4037-
"description": "Whether the feedback has arrived. Can be: `unconfirmed` or `confirmed`. If `provide_feedback`=`true` in [the initial HTTP POST](https://www.twilio.com/docs/sms/api/message-resource#create-a-message-resource), the initial value of this property is `unconfirmed`. After the message arrives, update the value to `confirmed`."
4041+
"description": "Reported outcome indicating whether there is confirmation that the Message recipient performed a tracked user action. Can be: `unconfirmed` or `confirmed`. For more details see [How to Optimize Message Deliverability with Message Feedback](https://www.twilio.com/docs/sms/send-message-feedback-to-twilio)."
40384042
},
40394043
"date_created": {
40404044
"type": "string",
40414045
"format": "date-time-rfc-2822",
40424046
"nullable": true,
4043-
"description": "The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
4047+
"description": "The date and time in GMT when this MessageFeedback resource was created, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
40444048
},
40454049
"date_updated": {
40464050
"type": "string",
40474051
"format": "date-time-rfc-2822",
40484052
"nullable": true,
4049-
"description": "The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
4053+
"description": "The date and time in GMT when this MessageFeedback resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format."
40504054
},
40514055
"uri": {
40524056
"type": "string",
@@ -9646,7 +9650,7 @@
96469650
"name": "Apache 2.0",
96479651
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
96489652
},
9649-
"version": "1.48.0"
9653+
"version": "1.49.0"
96509654
},
96519655
"openapi": "3.0.1",
96529656
"paths": {
@@ -19597,7 +19601,7 @@
1959719601
"url": "https://api.twilio.com"
1959819602
}
1959919603
],
19600-
"description": "The Media resource represents a piece of media, such as an image, that is associated with a Message.",
19604+
"description": "The Media subresource of a Message resource represents a piece of media, such as an image, that is associated with the Message.",
1960119605
"x-twilio": {
1960219606
"defaultOutputProperties": [
1960319607
"sid",
@@ -19737,7 +19741,7 @@
1973719741
"url": "https://api.twilio.com"
1973819742
}
1973919743
],
19740-
"description": "The Media resource represents a piece of media, such as an image, that is associated with a Message.",
19744+
"description": "The Media subresource of a Message resource represents a piece of media, such as an image, that is associated with the Message.",
1974119745
"x-twilio": {
1974219746
"defaultOutputProperties": [
1974319747
"sid",
@@ -20356,6 +20360,10 @@
2035620360
"type": "string",
2035720361
"description": "For [Content Editor/API](https://www.twilio.com/docs/content) only: Key-value pairs of [Template variables](https://www.twilio.com/docs/content/using-variables-with-content-api) and their substitution values. `content_sid` parameter must also be provided. If values are not defined in the `content_variables` parameter, the [Template's default placeholder values](https://www.twilio.com/docs/content/content-api-resources#create-templates) are used."
2035820362
},
20363+
"Tags": {
20364+
"type": "string",
20365+
"description": "A string containing a JSON map of key value pairs of tags to be recorded as metadata for the message. The object may contain up to 10 tags. Keys and values can each be up to 128 characters in length."
20366+
},
2035920367
"RiskCheck": {
2036020368
"type": "string",
2036120369
"$ref": "#/components/schemas/message_enum_risk_check",
@@ -20770,7 +20778,7 @@
2077020778
"url": "https://api.twilio.com"
2077120779
}
2077220780
],
20773-
"description": "Customer-provided feedback on delivery confirmation",
20781+
"description": "The MessageFeedback subresource of a Message resource. MessageFeedback contains the reported outcome of whether the Message recipient performed a tracked user action.",
2077420782
"x-twilio": {
2077520783
"defaultOutputProperties": [
2077620784
"message_sid",
@@ -20781,15 +20789,15 @@
2078120789
"parent": "/Accounts/{AccountSid}/Messages/{Sid}.json"
2078220790
},
2078320791
"post": {
20784-
"description": "",
20792+
"description": "Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message",
2078520793
"tags": [
2078620794
"Api20100401Feedback"
2078720795
],
2078820796
"parameters": [
2078920797
{
2079020798
"name": "AccountSid",
2079120799
"in": "path",
20792-
"description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource.",
20800+
"description": "The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resource for which to create MessageFeedback.",
2079320801
"schema": {
2079420802
"type": "string",
2079520803
"minLength": 34,
@@ -20801,7 +20809,7 @@
2080120809
{
2080220810
"name": "MessageSid",
2080320811
"in": "path",
20804-
"description": "The SID of the Message resource for which the feedback was provided.",
20812+
"description": "The SID of the Message resource for which to create MessageFeedback.",
2080520813
"schema": {
2080620814
"type": "string",
2080720815
"minLength": 34,
@@ -20842,7 +20850,7 @@
2084220850
"Outcome": {
2084320851
"type": "string",
2084420852
"$ref": "#/components/schemas/message_feedback_enum_outcome",
20845-
"description": "Whether the feedback has arrived. Can be: `unconfirmed` or `confirmed`. If `provide_feedback`=`true` in [the initial HTTP POST](https://www.twilio.com/docs/sms/api/message-resource#create-a-message-resource), the initial value of this property is `unconfirmed`. After the message arrives, update the value to `confirmed`."
20853+
"description": "The outcome to report. Use `confirmed` to indicate that the Message recipient performed the tracked user action. Set `ProvideFeedback`=`true` when [creating a new Message](https://www.twilio.com/docs/sms/api/message-resource#create-a-message-resource) to track Message Feedback. Do not pass `unconfirmed` as the value of the `Outcome` parameter, since it is already the initial value for the MessageFeedback of a newly created Message."
2084620854
}
2084720855
}
2084820856
}

spec/json/twilio_autopilot_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@
954954
"name": "Apache 2.0",
955955
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
956956
},
957-
"version": "1.48.0"
957+
"version": "1.49.0"
958958
},
959959
"openapi": "3.0.1",
960960
"paths": {

spec/json/twilio_bulkexports_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
"name": "Apache 2.0",
272272
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
273273
},
274-
"version": "1.48.0"
274+
"version": "1.49.0"
275275
},
276276
"openapi": "3.0.1",
277277
"paths": {

spec/json/twilio_chat_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@
788788
"name": "Apache 2.0",
789789
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
790790
},
791-
"version": "1.48.0"
791+
"version": "1.49.0"
792792
},
793793
"openapi": "3.0.1",
794794
"paths": {

spec/json/twilio_chat_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@
11461146
"name": "Apache 2.0",
11471147
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
11481148
},
1149-
"version": "1.48.0"
1149+
"version": "1.49.0"
11501150
},
11511151
"openapi": "3.0.1",
11521152
"paths": {

spec/json/twilio_chat_v3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"name": "Apache 2.0",
128128
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
129129
},
130-
"version": "1.48.0"
130+
"version": "1.49.0"
131131
},
132132
"openapi": "3.0.1",
133133
"paths": {

spec/json/twilio_content_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
"name": "Apache 2.0",
239239
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
240240
},
241-
"version": "1.48.0"
241+
"version": "1.49.0"
242242
},
243243
"openapi": "3.0.1",
244244
"paths": {

spec/json/twilio_conversations_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2353,7 +2353,7 @@
23532353
"name": "Apache 2.0",
23542354
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
23552355
},
2356-
"version": "1.48.0"
2356+
"version": "1.49.0"
23572357
},
23582358
"openapi": "3.0.1",
23592359
"paths": {

spec/json/twilio_events_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
"name": "Apache 2.0",
321321
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
322322
},
323-
"version": "1.48.0"
323+
"version": "1.49.0"
324324
},
325325
"openapi": "3.0.1",
326326
"paths": {

spec/json/twilio_flex_v1.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,10 @@
319319
"flex_ui_status_report": {
320320
"nullable": true,
321321
"description": "Configurable parameters for Flex UI Status report."
322+
},
323+
"agent_conv_end_methods": {
324+
"nullable": true,
325+
"description": "Agent conversation end methods."
322326
}
323327
}
324328
},
@@ -1261,7 +1265,7 @@
12611265
"name": "Apache 2.0",
12621266
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
12631267
},
1264-
"version": "1.48.0"
1268+
"version": "1.49.0"
12651269
},
12661270
"openapi": "3.0.1",
12671271
"paths": {

spec/json/twilio_flex_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"name": "Apache 2.0",
4141
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
4242
},
43-
"version": "1.48.0"
43+
"version": "1.49.0"
4444
},
4545
"openapi": "3.0.1",
4646
"paths": {

spec/json/twilio_frontline_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"name": "Apache 2.0",
7575
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
7676
},
77-
"version": "1.48.0"
77+
"version": "1.49.0"
7878
},
7979
"openapi": "3.0.1",
8080
"paths": {

spec/json/twilio_insights_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@
15021502
"name": "Apache 2.0",
15031503
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
15041504
},
1505-
"version": "1.48.0"
1505+
"version": "1.49.0"
15061506
},
15071507
"openapi": "3.0.1",
15081508
"paths": {

spec/json/twilio_intelligence_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
"name": "Apache 2.0",
404404
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
405405
},
406-
"version": "1.48.0"
406+
"version": "1.49.0"
407407
},
408408
"openapi": "3.0.1",
409409
"paths": {

spec/json/twilio_ip_messaging_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@
680680
"name": "Apache 2.0",
681681
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
682682
},
683-
"version": "1.48.0"
683+
"version": "1.49.0"
684684
},
685685
"openapi": "3.0.1",
686686
"paths": {

spec/json/twilio_ip_messaging_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@
989989
"name": "Apache 2.0",
990990
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
991991
},
992-
"version": "1.48.0"
992+
"version": "1.49.0"
993993
},
994994
"openapi": "3.0.1",
995995
"paths": {

spec/json/twilio_lookups_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"name": "Apache 2.0",
7070
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
7171
},
72-
"version": "1.48.0"
72+
"version": "1.49.0"
7373
},
7474
"openapi": "3.0.1",
7575
"paths": {

spec/json/twilio_lookups_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"name": "Apache 2.0",
124124
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
125125
},
126-
"version": "1.48.0"
126+
"version": "1.49.0"
127127
},
128128
"openapi": "3.0.1",
129129
"paths": {

spec/json/twilio_media_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
"name": "Apache 2.0",
416416
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
417417
},
418-
"version": "1.48.0"
418+
"version": "1.49.0"
419419
},
420420
"openapi": "3.0.1",
421421
"paths": {

spec/json/twilio_messaging_v1.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@
824824
"fallback_to_long_code": {
825825
"type": "boolean",
826826
"nullable": true,
827-
"description": "Whether to enable [Fallback to Long Code](https://www.twilio.com/docs/messaging/services#fallback-to-long-code) for messages sent through the Service instance."
827+
"description": "[OBSOLETE] Former feature used to fallback to long code sender after certain short code message failures."
828828
},
829829
"area_code_geomatch": {
830830
"type": "boolean",
@@ -1372,7 +1372,7 @@
13721372
"name": "Apache 2.0",
13731373
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
13741374
},
1375-
"version": "1.48.0"
1375+
"version": "1.49.0"
13761376
},
13771377
"openapi": "3.0.1",
13781378
"paths": {
@@ -3579,7 +3579,7 @@
35793579
},
35803580
"FallbackToLongCode": {
35813581
"type": "boolean",
3582-
"description": "Whether to enable [Fallback to Long Code](https://www.twilio.com/docs/messaging/services#fallback-to-long-code) for messages sent through the Service instance."
3582+
"description": "[OBSOLETE] Former feature used to fallback to long code sender after certain short code message failures."
35833583
},
35843584
"AreaCodeGeomatch": {
35853585
"type": "boolean",
@@ -3843,7 +3843,7 @@
38433843
},
38443844
"FallbackToLongCode": {
38453845
"type": "boolean",
3846-
"description": "Whether to enable [Fallback to Long Code](https://www.twilio.com/docs/messaging/services#fallback-to-long-code) for messages sent through the Service instance."
3846+
"description": "[OBSOLETE] Former feature used to fallback to long code sender after certain short code message failures."
38473847
},
38483848
"AreaCodeGeomatch": {
38493849
"type": "boolean",

spec/json/twilio_microvisor_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
"name": "Apache 2.0",
274274
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
275275
},
276-
"version": "1.48.0"
276+
"version": "1.49.0"
277277
},
278278
"openapi": "3.0.1",
279279
"paths": {

spec/json/twilio_monitor_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
"name": "Apache 2.0",
342342
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
343343
},
344-
"version": "1.48.0"
344+
"version": "1.49.0"
345345
},
346346
"openapi": "3.0.1",
347347
"paths": {

0 commit comments

Comments
 (0)