From 38b460f0df5a92d5daa370d969cd39e3be700bb0 Mon Sep 17 00:00:00 2001 From: Igor Silva Date: Wed, 27 Oct 2021 18:45:10 -0300 Subject: [PATCH] fix: recipients options --- src/client/recipients/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/recipients/options.ts b/src/client/recipients/options.ts index 4d104b1..e47c361 100644 --- a/src/client/recipients/options.ts +++ b/src/client/recipients/options.ts @@ -79,5 +79,5 @@ export interface RecipientCreateOptions { } export type RecipientUpdateOptions = { - recipient_id: string; + id: string; } & Partial;