Skip to content

Commit

Permalink
[Librarian] Regenerated @ d9d9306ce476f68a10ab20bf103e0e31e523a4b3
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jun 28, 2023
1 parent c5c2550 commit e1e4528
Show file tree
Hide file tree
Showing 42 changed files with 3,088 additions and 158 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
twilio-php Changelog
====================

[2023-06-28] Version 7.6.0
--------------------------
**Lookups**
- Add `reassigned_number` package to the lookup response

**Numbers**
- Add hosted_number_order under version `/v2`.
- Update properties in Porting and Bulk Porting APIs. **(breaking change)**
- Added bulk Portability API under version `/v1`.
- Added Portability API under version `/v1`.


[2023-06-15] Version 7.5.0
--------------------------
**Api**
Expand Down
32 changes: 16 additions & 16 deletions src/Twilio/Rest/Insights/V1/Call/AnnotationOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ abstract class AnnotationOptions
/**
* @param string $answeredBy
* @param string $connectivityIssue
* @param string $qualityIssues Specify if the call had any subjective quality issues. Possible values, one or more of: no_quality_issue, low_volume, choppy_robotic, echo, dtmf, latency, owa, static_noise. Use comma separated values to indicate multiple quality issues for the same call
* @param bool $spam Specify if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Is of type Boolean: true, false. Use true if the call was a spam call.
* @param string $qualityIssues Specify if the call had any subjective quality issues. Possible values, one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, `static_noise`. Use comma separated values to indicate multiple quality issues for the same call.
* @param bool $spam A boolean flag to indicate if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Use `true` if the call was a spam call.
* @param int $callScore Specify the call score. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad].
* @param string $comment Specify any comments pertaining to the call. This of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here.
* @param string $incident Associate this call with an incident or support ticket. This is of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here.
* @param string $comment Specify any comments pertaining to the call. `comment` has a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in the `comment`.
* @param string $incident Associate this call with an incident or support ticket. The `incident` parameter is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`.
* @return UpdateAnnotationOptions Options builder
*/
public static function update(
Expand Down Expand Up @@ -62,11 +62,11 @@ class UpdateAnnotationOptions extends Options
/**
* @param string $answeredBy
* @param string $connectivityIssue
* @param string $qualityIssues Specify if the call had any subjective quality issues. Possible values, one or more of: no_quality_issue, low_volume, choppy_robotic, echo, dtmf, latency, owa, static_noise. Use comma separated values to indicate multiple quality issues for the same call
* @param bool $spam Specify if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Is of type Boolean: true, false. Use true if the call was a spam call.
* @param string $qualityIssues Specify if the call had any subjective quality issues. Possible values, one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, `static_noise`. Use comma separated values to indicate multiple quality issues for the same call.
* @param bool $spam A boolean flag to indicate if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Use `true` if the call was a spam call.
* @param int $callScore Specify the call score. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad].
* @param string $comment Specify any comments pertaining to the call. This of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here.
* @param string $incident Associate this call with an incident or support ticket. This is of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here.
* @param string $comment Specify any comments pertaining to the call. `comment` has a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in the `comment`.
* @param string $incident Associate this call with an incident or support ticket. The `incident` parameter is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`.
*/
public function __construct(

Expand Down Expand Up @@ -109,9 +109,9 @@ public function setConnectivityIssue(string $connectivityIssue): self
}

/**
* Specify if the call had any subjective quality issues. Possible values, one or more of: no_quality_issue, low_volume, choppy_robotic, echo, dtmf, latency, owa, static_noise. Use comma separated values to indicate multiple quality issues for the same call
* Specify if the call had any subjective quality issues. Possible values, one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, `static_noise`. Use comma separated values to indicate multiple quality issues for the same call.
*
* @param string $qualityIssues Specify if the call had any subjective quality issues. Possible values, one or more of: no_quality_issue, low_volume, choppy_robotic, echo, dtmf, latency, owa, static_noise. Use comma separated values to indicate multiple quality issues for the same call
* @param string $qualityIssues Specify if the call had any subjective quality issues. Possible values, one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, `static_noise`. Use comma separated values to indicate multiple quality issues for the same call.
* @return $this Fluent Builder
*/
public function setQualityIssues(string $qualityIssues): self
Expand All @@ -121,9 +121,9 @@ public function setQualityIssues(string $qualityIssues): self
}

/**
* Specify if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Is of type Boolean: true, false. Use true if the call was a spam call.
* A boolean flag to indicate if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Use `true` if the call was a spam call.
*
* @param bool $spam Specify if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Is of type Boolean: true, false. Use true if the call was a spam call.
* @param bool $spam A boolean flag to indicate if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Use `true` if the call was a spam call.
* @return $this Fluent Builder
*/
public function setSpam(bool $spam): self
Expand All @@ -145,9 +145,9 @@ public function setCallScore(int $callScore): self
}

/**
* Specify any comments pertaining to the call. This of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here.
* Specify any comments pertaining to the call. `comment` has a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in the `comment`.
*
* @param string $comment Specify any comments pertaining to the call. This of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here.
* @param string $comment Specify any comments pertaining to the call. `comment` has a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in the `comment`.
* @return $this Fluent Builder
*/
public function setComment(string $comment): self
Expand All @@ -157,9 +157,9 @@ public function setComment(string $comment): self
}

/**
* Associate this call with an incident or support ticket. This is of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here.
* Associate this call with an incident or support ticket. The `incident` parameter is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`.
*
* @param string $incident Associate this call with an incident or support ticket. This is of type string with a max limit of 100 characters. Twilio does not treat this field as PII, so don’t put any PII in here.
* @param string $incident Associate this call with an incident or support ticket. The `incident` parameter is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`.
* @return $this Fluent Builder
*/
public function setIncident(string $incident): self
Expand Down
2 changes: 1 addition & 1 deletion src/Twilio/Rest/Insights/V1/Call/CallSummaryContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class CallSummaryContext extends InstanceContext
* Initialize the CallSummaryContext
*
* @param Version $version Version that contains the resource
* @param string $callSid
* @param string $callSid The unique SID identifier of the Call.
*/
public function __construct(
Version $version,
Expand Down
2 changes: 1 addition & 1 deletion src/Twilio/Rest/Insights/V1/Call/CallSummaryInstance.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class CallSummaryInstance extends InstanceResource
*
* @param Version $version Version that contains the resource
* @param mixed[] $payload The response payload
* @param string $callSid
* @param string $callSid The unique SID identifier of the Call.
*/
public function __construct(Version $version, array $payload, string $callSid)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Twilio/Rest/Insights/V1/Call/CallSummaryList.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class CallSummaryList extends ListResource
* Construct the CallSummaryList
*
* @param Version $version Version that contains the resource
* @param string $callSid
* @param string $callSid The unique SID identifier of the Call.
*/
public function __construct(
Version $version,
Expand Down
8 changes: 4 additions & 4 deletions src/Twilio/Rest/Insights/V1/Call/CallSummaryOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
abstract class CallSummaryOptions
{
/**
* @param string $processingState
* @param string $processingState The Processing State of this Call Summary. One of `complete`, `partial` or `all`.
* @return FetchCallSummaryOptions Options builder
*/
public static function fetch(
Expand All @@ -40,7 +40,7 @@ public static function fetch(
class FetchCallSummaryOptions extends Options
{
/**
* @param string $processingState
* @param string $processingState The Processing State of this Call Summary. One of `complete`, `partial` or `all`.
*/
public function __construct(

Expand All @@ -51,9 +51,9 @@ public function __construct(
}

/**
*
* The Processing State of this Call Summary. One of `complete`, `partial` or `all`.
*
* @param string $processingState
* @param string $processingState The Processing State of this Call Summary. One of `complete`, `partial` or `all`.
* @return $this Fluent Builder
*/
public function setProcessingState(string $processingState): self
Expand Down
2 changes: 1 addition & 1 deletion src/Twilio/Rest/Insights/V1/Call/EventInstance.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class EventInstance extends InstanceResource
*
* @param Version $version Version that contains the resource
* @param mixed[] $payload The response payload
* @param string $callSid
* @param string $callSid The unique SID identifier of the Call.
*/
public function __construct(Version $version, array $payload, string $callSid)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Twilio/Rest/Insights/V1/Call/EventList.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class EventList extends ListResource
* Construct the EventList
*
* @param Version $version Version that contains the resource
* @param string $callSid
* @param string $callSid The unique SID identifier of the Call.
*/
public function __construct(
Version $version,
Expand Down
8 changes: 4 additions & 4 deletions src/Twilio/Rest/Insights/V1/Call/EventOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
abstract class EventOptions
{
/**
* @param string $edge
* @param string $edge The Edge of this Event. One of `unknown_edge`, `carrier_edge`, `sip_edge`, `sdk_edge` or `client_edge`.
* @return ReadEventOptions Options builder
*/
public static function read(
Expand All @@ -40,7 +40,7 @@ public static function read(
class ReadEventOptions extends Options
{
/**
* @param string $edge
* @param string $edge The Edge of this Event. One of `unknown_edge`, `carrier_edge`, `sip_edge`, `sdk_edge` or `client_edge`.
*/
public function __construct(

Expand All @@ -51,9 +51,9 @@ public function __construct(
}

/**
*
* The Edge of this Event. One of `unknown_edge`, `carrier_edge`, `sip_edge`, `sdk_edge` or `client_edge`.
*
* @param string $edge
* @param string $edge The Edge of this Event. One of `unknown_edge`, `carrier_edge`, `sip_edge`, `sdk_edge` or `client_edge`.
* @return $this Fluent Builder
*/
public function setEdge(string $edge): self
Expand Down
2 changes: 1 addition & 1 deletion src/Twilio/Rest/Insights/V1/Call/MetricInstance.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MetricInstance extends InstanceResource
*
* @param Version $version Version that contains the resource
* @param mixed[] $payload The response payload
* @param string $callSid
* @param string $callSid The unique SID identifier of the Call.
*/
public function __construct(Version $version, array $payload, string $callSid)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Twilio/Rest/Insights/V1/Call/MetricList.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MetricList extends ListResource
* Construct the MetricList
*
* @param Version $version Version that contains the resource
* @param string $callSid
* @param string $callSid The unique SID identifier of the Call.
*/
public function __construct(
Version $version,
Expand Down
16 changes: 8 additions & 8 deletions src/Twilio/Rest/Insights/V1/Call/MetricOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
abstract class MetricOptions
{
/**
* @param string $edge
* @param string $direction
* @param string $edge The Edge of this Metric. One of `unknown_edge`, `carrier_edge`, `sip_edge`, `sdk_edge` or `client_edge`.
* @param string $direction The Direction of this Metric. One of `unknown`, `inbound`, `outbound` or `both`.
* @return ReadMetricOptions Options builder
*/
public static function read(
Expand All @@ -43,8 +43,8 @@ public static function read(
class ReadMetricOptions extends Options
{
/**
* @param string $edge
* @param string $direction
* @param string $edge The Edge of this Metric. One of `unknown_edge`, `carrier_edge`, `sip_edge`, `sdk_edge` or `client_edge`.
* @param string $direction The Direction of this Metric. One of `unknown`, `inbound`, `outbound` or `both`.
*/
public function __construct(

Expand All @@ -57,9 +57,9 @@ public function __construct(
}

/**
*
* The Edge of this Metric. One of `unknown_edge`, `carrier_edge`, `sip_edge`, `sdk_edge` or `client_edge`.
*
* @param string $edge
* @param string $edge The Edge of this Metric. One of `unknown_edge`, `carrier_edge`, `sip_edge`, `sdk_edge` or `client_edge`.
* @return $this Fluent Builder
*/
public function setEdge(string $edge): self
Expand All @@ -69,9 +69,9 @@ public function setEdge(string $edge): self
}

/**
*
* The Direction of this Metric. One of `unknown`, `inbound`, `outbound` or `both`.
*
* @param string $direction
* @param string $direction The Direction of this Metric. One of `unknown`, `inbound`, `outbound` or `both`.
* @return $this Fluent Builder
*/
public function setDirection(string $direction): self
Expand Down
Loading

0 comments on commit e1e4528

Please sign in to comment.