Skip to content

Commit be9b4fc

Browse files
committed
oaiFeat: Updated api definitions
1 parent fe3db94 commit be9b4fc

Some content is hidden

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

44 files changed

+2985
-1240
lines changed

CHANGES.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
---------------------------
2+
**Api**
3+
- Add ie1 as supported region for UserDefinedMessage and UserDefinedMessageSubscription.
4+
5+
**Flex**
6+
- Adding validated field to `plugin_versions`
7+
- Corrected the data type for `runtime_domain`, `call_recording_webhook_url`, `crm_callback_url`, `crm_fallback_url`, `flex_url` in Flex Configuration
8+
- Making `routing` optional in Create Interactions endpoint
9+
10+
**Intelligence**
11+
- Expose operator authoring apis to public visibility
12+
- Deleted `language_code` parameter from updating service in v2 **(breaking change)**
13+
- Add read_only_attached_operator_sids to v2 services
14+
15+
**Numbers**
16+
- Add API endpoint for GET Porting Webhook Configurations By Account SID
17+
- Remove bulk portability api under version `/v1`. **(breaking change)**
18+
- Removed porting_port_in_fetch.json files and move the content into porting_port_in.json files
19+
- Add API endpoint to deleting Webhook Configurations
20+
- Add Get Phone Number by Port in request SID and Phone Number SID api
21+
- Add Create Porting webhook configuration API
22+
- Added bundle_sid and losing_carrier_information fields to Create PortInRequest api to support Japan porting
23+
24+
**Taskrouter**
25+
- Add back `routing_target` property to tasks
26+
- Add back `ignore_capacity` property to tasks
27+
- Removing `routing_target` property to tasks due to revert
28+
- Removing `ignore_capacity` property to tasks due to revert
29+
- Add `routing_target` property to tasks
30+
- Add `ignore_capacity` property to tasks
31+
32+
**Trusthub**
33+
- Add new field errors to bundle as part of public API response in customer_profile.json and trust_product.json **(breaking change)**
34+
- Add themeSetId field in compliance_tollfree_inquiry.
35+
36+
**Verify**
37+
- Update `friendly_name` description on service docs
38+
39+
140
### [7.23.4](https://github.com/twilio/twilio-cli-core/compare/7.23.3...7.23.4) (2024-04-18)
241

342

package-lock.json

+139-155
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/services/twilio-api/twilio_accounts_v1.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
"name": "Apache 2.0",
235235
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
236236
},
237-
"version": "1.55.5"
237+
"version": "1.56.0"
238238
},
239239
"openapi": "3.0.1",
240240
"paths": {
@@ -350,7 +350,6 @@
350350
"application/json": {
351351
"schema": {
352352
"type": "object",
353-
"title": "ListCredentialAwsResponse",
354353
"properties": {
355354
"credentials": {
356355
"type": "array",
@@ -390,7 +389,8 @@
390389
}
391390
}
392391
}
393-
}
392+
},
393+
"title": "ListCredentialAwsResponse"
394394
}
395395
}
396396
},
@@ -674,7 +674,6 @@
674674
"application/json": {
675675
"schema": {
676676
"type": "object",
677-
"title": "ListCredentialPublicKeyResponse",
678677
"properties": {
679678
"credentials": {
680679
"type": "array",
@@ -714,7 +713,8 @@
714713
}
715714
}
716715
}
717-
}
716+
},
717+
"title": "ListCredentialPublicKeyResponse"
718718
}
719719
}
720720
},

0 commit comments

Comments
 (0)