File tree Expand file tree Collapse file tree 12 files changed +187
-24
lines changed
rest/api/v2010/account/usage Expand file tree Collapse file tree 12 files changed +187
-24
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
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
+
6
15
[ 2018-10-15] Version 6.19.0
7
16
----------------------------
8
17
** Api**
Original file line number Diff line number Diff line change @@ -338,6 +338,7 @@ class Category(object):
338
338
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
339
339
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
340
340
CALLS_OUTBOUND = "calls-outbound"
341
+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
341
342
CALLS_RECORDINGS = "calls-recordings"
342
343
CALLS_SIP = "calls-sip"
343
344
CALLS_SIP_INBOUND = "calls-sip-inbound"
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ class Category(object):
224
224
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225
225
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226
226
CALLS_OUTBOUND = "calls-outbound"
227
+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227
228
CALLS_RECORDINGS = "calls-recordings"
228
229
CALLS_SIP = "calls-sip"
229
230
CALLS_SIP_INBOUND = "calls-sip-inbound"
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ class Category(object):
224
224
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225
225
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226
226
CALLS_OUTBOUND = "calls-outbound"
227
+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227
228
CALLS_RECORDINGS = "calls-recordings"
228
229
CALLS_SIP = "calls-sip"
229
230
CALLS_SIP_INBOUND = "calls-sip-inbound"
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ class Category(object):
224
224
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225
225
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226
226
CALLS_OUTBOUND = "calls-outbound"
227
+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227
228
CALLS_RECORDINGS = "calls-recordings"
228
229
CALLS_SIP = "calls-sip"
229
230
CALLS_SIP_INBOUND = "calls-sip-inbound"
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ class Category(object):
224
224
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225
225
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226
226
CALLS_OUTBOUND = "calls-outbound"
227
+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227
228
CALLS_RECORDINGS = "calls-recordings"
228
229
CALLS_SIP = "calls-sip"
229
230
CALLS_SIP_INBOUND = "calls-sip-inbound"
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ class Category(object):
224
224
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225
225
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226
226
CALLS_OUTBOUND = "calls-outbound"
227
+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227
228
CALLS_RECORDINGS = "calls-recordings"
228
229
CALLS_SIP = "calls-sip"
229
230
CALLS_SIP_INBOUND = "calls-sip-inbound"
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ class Category(object):
224
224
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225
225
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226
226
CALLS_OUTBOUND = "calls-outbound"
227
+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227
228
CALLS_RECORDINGS = "calls-recordings"
228
229
CALLS_SIP = "calls-sip"
229
230
CALLS_SIP_INBOUND = "calls-sip-inbound"
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ class Category(object):
224
224
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225
225
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226
226
CALLS_OUTBOUND = "calls-outbound"
227
+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227
228
CALLS_RECORDINGS = "calls-recordings"
228
229
CALLS_SIP = "calls-sip"
229
230
CALLS_SIP_INBOUND = "calls-sip-inbound"
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ class Category(object):
224
224
CALLS_INBOUND_MOBILE = "calls-inbound-mobile"
225
225
CALLS_INBOUND_TOLLFREE = "calls-inbound-tollfree"
226
226
CALLS_OUTBOUND = "calls-outbound"
227
+ CALLS_PAY_VERB_TRANSACTIONS = "calls-pay-verb-transactions"
227
228
CALLS_RECORDINGS = "calls-recordings"
228
229
CALLS_SIP = "calls-sip"
229
230
CALLS_SIP_INBOUND = "calls-sip-inbound"
You can’t perform that action at this time.
0 commit comments