10000 [Librarian] Regenerated @ 5b6dad1d54a22b35c87acbe980a4c67256b62b89 · leewalter/twilio-python@5b960da · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b960da

Browse files
committed
[Librarian] Regenerated @ 5b6dad1d54a22b35c87acbe980a4c67256b62b89
1 parent 3b4d535 commit 5b960da

File tree

12 files changed

+187
-24
lines changed

12 files changed

+187
-24
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ twilio-python Changelog
33

44
Here you can see the full list of changes between each twilio-python release.
55

6+
[2018-10-15] Version 6.19.1
7+
----------------------------
8+
**Api**
9+
- Add <Pay> Verb Transactions category to usage records
10+
11+
**Twiml**
12+
- Add support for `Pay` verb
13+
14+
615
[2018-10-15] Version 6.19.0
716
----------------------------
817
**Api**

twilio/rest/api/v2010/account/usage/record/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ class Category(object):
338338
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
339339
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
340340
CALLS_OUTBOUND = "calls-outbound"
341+
CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
341342
CALLS_RECORDINGS = "calls-recordings"
342343
CALLS_SIP = "calls-sip"
343344
CALLS_SIP_INBOUND = "calls-sip-inbound"

twilio/rest/api/v2010/account/usage/record/all_time.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ class Category(object):
224224
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225225
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226226
CALLS_OUTBOUND = "calls-outbound"
227+
CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227228
CALLS_RECORDINGS = "calls-recordings"
228229
CALLS_SIP = "calls-sip"
229230
CALLS_SIP_INBOUND = "calls-sip-inbound"

twilio/rest/api/v2010/account/usage/record/daily.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ class Category(object):
224224
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225225
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226226
CALLS_OUTBOUND = "calls-outbound"
227+
CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227228
CALLS_RECORDINGS = "calls-recordings"
228229
CALLS_SIP = "calls-sip"
229230
CALLS_SIP_INBOUND = "calls-sip-inbound"

twilio/rest/api/v2010/account/usage/record/last_month.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ class Category(object):
224224
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225225
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226226
CALLS_OUTBOUND = "calls-outbound"
227+
CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227228
CALLS_RECORDINGS = "calls-recordings"
228229
CALLS_SIP = "calls-sip"
229230
CALLS_SIP_INBOUND = "calls-sip-inbound"

twilio/rest/api/v2010/account/usage/record/monthly.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ class Category(object):
224224
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225225
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226226
CALLS_OUTBOUND = "calls-outbound"
227+
CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227228
CALLS_RECORDINGS = "calls-recordings"
228229
CALLS_SIP = "calls-sip"
229230
CALLS_SIP_INBOUND = "calls-sip-inbound"

twilio/rest/api/v2010/account/usage/record/this_month.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ class Category(object):
224224
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225225
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226226
CALLS_OUTBOUND = "calls-outbound"
227+
CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227228
CALLS_RECORDINGS = "calls-recordings"
228229
CALLS_SIP = "calls-sip"
229230
CALLS_SIP_INBOUND = "calls-sip-inbound"

twilio/rest/api/v2010/account/usage/record/today.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ class Category(object):
224224
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225225
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226226
CALLS_OUTBOUND = "calls-outbound"
227+
CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227228
CALLS_RECORDINGS = "calls-recordings"
228229
CALLS_SIP = "calls-sip"
229230
CALLS_SIP_INBOUND = "calls-sip-inbound"

twilio/rest/api/v2010/account/usage/record/yearly.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ class Category(object):
224224
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225225
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226226
CALLS_OUTBOUND = "calls-outbound"
227+
CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227228
CALLS_RECORDINGS = "calls-recordings"
228229
CALLS_SIP = "calls-sip"
229230
CALLS_SIP_INBOUND = "calls-sip-inbound"

twilio/rest/api/v2010/account/usage/record/yesterday.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ class Category(object):
224224
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225225
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226226
CALLS_OUTBOUND = "calls-outbound"
227+
CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227228
CALLS_RECORDINGS = "calls-recordings"
228229
CALLS_SIP = "calls-sip"
229230
CALLS_SIP_INBOUND = "calls-sip-inbound"

0 commit comments

Comments
 (0)
0