Skip to content

Commit

Permalink
oaiFeat: Updated api definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed May 24, 2024
1 parent fe3db94 commit be9b4fc
Show file tree
Hide file tree
Showing 44 changed files with 2,985 additions and 1,240 deletions.
39 changes: 39 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
---------------------------
**Api**
- Add ie1 as supported region for UserDefinedMessage and UserDefinedMessageSubscription.

**Flex**
- Adding validated field to `plugin_versions`
- Corrected the data type for `runtime_domain`, `call_recording_webhook_url`, `crm_callback_url`, `crm_fallback_url`, `flex_url` in Flex Configuration
- Making `routing` optional in Create Interactions endpoint

**Intelligence**
- Expose operator authoring apis to public visibility
- Deleted `language_code` parameter from updating service in v2 **(breaking change)**
- Add read_only_attached_operator_sids to v2 services

**Numbers**
- Add API endpoint for GET Porting Webhook Configurations By Account SID
- Remove bulk portability api under version `/v1`. **(breaking change)**
- Removed porting_port_in_fetch.json files and move the content into porting_port_in.json files
- Add API endpoint to deleting Webhook Configurations
- Add Get Phone Number by Port in request SID and Phone Number SID api
- Add Create Porting webhook configuration API
- Added bundle_sid and losing_carrier_information fields to Create PortInRequest api to support Japan porting

**Taskrouter**
- Add back `routing_target` property to tasks
- Add back `ignore_capacity` property to tasks
- Removing `routing_target` property to tasks due to revert
- Removing `ignore_capacity` property to tasks due to revert
- Add `routing_target` property to tasks
- Add `ignore_capacity` property to tasks

**Trusthub**
- Add new field errors to bundle as part of public API response in customer_profile.json and trust_product.json **(breaking change)**
- Add themeSetId field in compliance_tollfree_inquiry.

**Verify**
- Update `friendly_name` description on service docs


### [7.23.4](https://github.com/twilio/twilio-cli-core/compare/7.23.3...7.23.4) (2024-04-18)


Expand Down
294 changes: 139 additions & 155 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions src/services/twilio-api/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.55.5"
"version": "1.56.0"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -350,7 +350,6 @@
"application/json": {
"schema": {
"type": "object",
"title": "ListCredentialAwsResponse",
"properties": {
"credentials": {
"type": "array",
Expand Down Expand Up @@ -390,7 +389,8 @@
}
}
}
}
},
"title": "ListCredentialAwsResponse"
}
}
},
Expand Down Expand Up @@ -674,7 +674,6 @@
"application/json": {
"schema": {
"type": "object",
"title": "ListCredentialPublicKeyResponse",
"properties": {
"credentials": {
"type": "array",
Expand Down Expand Up @@ -714,7 +713,8 @@
}
}
}
}
},
"title": "ListCredentialPublicKeyResponse"
}
}
},
Expand Down
Loading

0 comments on commit be9b4fc

Please sign in to comment.