Skip to content

Commit db14465

Browse files
committed
- is invalid, its bandwidth_numbers
1 parent 3f93c04 commit db14465

File tree

566 files changed

+2224
-2224
lines changed

Some content is hidden

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

566 files changed

+2224
-2224
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ account.available_npa_nxx.list({"state": "NJ"})
124124
### Cities
125125

126126
```python
127-
from iris_sdk import Cities
127+
from bandwidth_numbers import Cities
128128

129129
cities = Cities(client=client)
130130
cities.list({"state": "NC"})
@@ -133,7 +133,7 @@ cities.list({"state": "NC"})
133133
### Covered rate centers
134134

135135
```python
136-
from iris_sdk import CoveredRateCenters
136+
from bandwidth_numbers import CoveredRateCenters
137137

138138
rate_centers = CoveredRateCenters(client=client)
139139
rate_centers.list({"page": 1, "size": 10})
@@ -421,7 +421,7 @@ portin.loas.metadata.delete()
421421
### Rate Centers
422422

423423
```python
424-
from iris_sdk import RateCenters
424+
from bandwidth_numbers import RateCenters
425425
rc = RateCenters(client=client)
426426
centers = rc.list({"state": "CA", "available": "true"})
427427
```
@@ -607,7 +607,7 @@ subscription.delete()
607607
#### Getting a phone number
608608

609609
```python
610-
from iris_sdk import Tns
610+
from bandwidth_numbers import Tns
611611

612612
tns = Tns(client=client)
613613
tn = tns.get(id)

bandwidth-numbers/__init__.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

bandwidth-numbers/models/data/a2p_settings.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

bandwidth-numbers/models/data/account.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

bandwidth-numbers/models/data/account_user.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

bandwidth-numbers/models/data/account_users.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

bandwidth-numbers/models/data/address.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

bandwidth-numbers/models/data/available_npa_nxx.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

bandwidth-numbers/models/data/available_npa_nxx_list.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

bandwidth-numbers/models/data/callback_subscription.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)