Experiment with Twilio webhook updates (no functional change yet)
This commit is contained in:
@@ -97,6 +97,11 @@ type TwilioSenderListClient = {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
v1: {
|
||||||
|
services: (sid: string) => {
|
||||||
|
update: (params: Record<string, string>) => Promise<unknown>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
incomingPhoneNumbers: IncomingPhoneNumbersClient;
|
incomingPhoneNumbers: IncomingPhoneNumbersClient;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user