Skip to content

Commit

Permalink
fix: Orgs api metadata removal for php repo (#812)
Browse files Browse the repository at this point in the history
* Delete src/Twilio/Rest/PreviewIam.php

* Delete src/Twilio/Rest/PreviewIamBase.php

* Update Client.php to remove preview-iam references
  • Loading branch information
AsabuHere authored Jul 31, 2024
1 parent 4cdba33 commit 129d389
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 93 deletions.
13 changes: 0 additions & 13 deletions src/Twilio/Rest/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* @property Events $events
* @property FlexApi $flexApi
* @property FrontlineApi $frontlineApi
* @property PreviewIam $previewIam
* @property Insights $insights
* @property Intelligence $intelligence
* @property IpMessaging $ipMessaging
Expand Down Expand Up @@ -107,7 +106,6 @@ class Client extends BaseClient {
protected $_events;
protected $_flexApi;
protected $_frontlineApi;
protected $_previewIam;
protected $_insights;
protected $_intelligence;
protected $_ipMessaging;
Expand Down Expand Up @@ -234,17 +232,6 @@ protected function getFrontlineApi(): FrontlineApi {
}
return $this->_frontlineApi;
}
/**
* Access the PreviewIam Twilio Domain
*
* @return PreviewIam PreviewIam Twilio Domain
*/
protected function getPreviewIam(): PreviewIam {
if (!$this->_previewIam) {
$this->_previewIam = new PreviewIam($this);
}
return $this->_previewIam;
}
/**
* Access the Insights Twilio Domain
*
Expand Down
5 changes: 0 additions & 5 deletions src/Twilio/Rest/PreviewIam.php

This file was deleted.

75 changes: 0 additions & 75 deletions src/Twilio/Rest/PreviewIamBase.php

This file was deleted.

0 comments on commit 129d389

Please sign in to comment.