Skip to content

Commit

Permalink
oaiFix: Updated api definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Apr 4, 2024
1 parent e486377 commit dbdce3d
Show file tree
Hide file tree
Showing 44 changed files with 904 additions and 134 deletions.
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
---------------------------
**Api**
- Correct conference filtering by date_created and date_updated documentation, clarifying that times are UTC.

**Flex**
- Remove optional parameter from `plugins` and it to `plugin_versions`

**Lookups**
- Add new `pre_fill` package to the lookup response

**Messaging**
- Cleanup api.messaging.next-gen from Messaging Services endpoints
- Readd Sending-Window after fixing test failure

**Verify**
- Add `whatsapp.msg_service_sid` and `whatsapp.from` parameters to create, update, get and list of services endpoints

**Voice**
- Correct conference filtering by date_created and date_updated documentation, clarifying that times are UTC.

**Twiml**
- Add new `token_type` value `payment-method` for `Pay` verb


### [7.23.2](https://github.com/twilio/twilio-cli-core/compare/7.23.1...7.23.2) (2024-04-01)

---------------------------
Expand Down
70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion 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.3"
"version": "1.55.4"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -577,6 +577,9 @@
}
}
}
},
"x-twilio": {
"addContentTypeIfEmptyForm": true
}
},
"delete": {
Expand Down Expand Up @@ -899,6 +902,9 @@
}
}
}
},
"x-twilio": {
"addContentTypeIfEmptyForm": true
}
},
"delete": {
Expand Down
Loading

0 comments on commit dbdce3d

Please sign in to comment.