File tree Expand file tree Collapse file tree 2 files changed +20058
-4078
lines changed Expand file tree Collapse file tree 2 files changed +20058
-4078
lines changed Original file line number Diff line number Diff line change @@ -391,18 +391,14 @@ export default class Client {
391
391
return ensureJSON ( res ) ;
392
392
}
393
393
394
- public async getTargetLimitForAdditionalMessages ( ) : Promise <
395
- Types . TargetLimitForAdditionalMessages
396
- > {
394
+ public async getTargetLimitForAdditionalMessages ( ) : Promise < Types . TargetLimitForAdditionalMessages > {
397
395
const res = await this . http . get < Types . TargetLimitForAdditionalMessages > (
398
396
`${ MESSAGING_API_PREFIX } /message/quota` ,
399
397
) ;
400
398
return ensureJSON ( res ) ;
401
399
}
402
400
403
- public async getNumberOfMessagesSentThisMonth ( ) : Promise <
404
- Types . NumberOfMessagesSentThisMonth
405
- > {
401
+ public async getNumberOfMessagesSentThisMonth ( ) : Promise < Types . NumberOfMessagesSentThisMonth > {
406
402
const res = await this . http . get < Types . NumberOfMessagesSentThisMonth > (
407
403
`${ MESSAGING_API_PREFIX } /message/quota/consumption` ,
408
404
) ;
You can’t perform that action at this time.
0 commit comments