diff --git a/types/invoice/invoice.d.ts b/types/invoice/invoice.d.ts index 16f70520..2601242a 100644 --- a/types/invoice/invoice.d.ts +++ b/types/invoice/invoice.d.ts @@ -359,7 +359,7 @@ declare module 'starkbank' { after?: string | null, before?: string | null, types?: string[] | null, - paymentIds?: string[] | null, + invoiceIds?: string[] | null, user?: Project | Organization | null }): Promise<[invoice.Log[], string | null]>; @@ -404,7 +404,7 @@ declare module 'starkbank' { after?: string | null, before?: string | null, types?: string[] | null, - paymentIds?: string[] | null, + invoiceIds?: string[] | null, user?: Project | Organization | null }): Promise; } diff --git a/types/utilityPayment/utilityPayment.d.ts b/types/utilityPayment/utilityPayment.d.ts index 11e3a60c..17423384 100644 --- a/types/utilityPayment/utilityPayment.d.ts +++ b/types/utilityPayment/utilityPayment.d.ts @@ -41,7 +41,7 @@ declare module 'starkbank' { line?: string | null barCode?: string | null - readonly id?: string | null + readonly id: string readonly status?: string | null readonly amount?: number | null readonly fee?: number | null