Experiment with Twilio webhook updates (no functional change yet)
This commit is contained in:
parent
2f5a0d9402
commit
b453e285fd
1 changed files with 5 additions and 0 deletions
|
|
@ -97,6 +97,11 @@ type TwilioSenderListClient = {
|
|||
};
|
||||
};
|
||||
};
|
||||
v1: {
|
||||
services: (sid: string) => {
|
||||
update: (params: Record<string, string>) => Promise<unknown>;
|
||||
};
|
||||
};
|
||||
};
|
||||
incomingPhoneNumbers: IncomingPhoneNumbersClient;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue