resurgence-data 1.0.28 → 1.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -129,6 +129,11 @@ export declare class CustomerResponseDTO {
129
129
  biller: BillerResponseDTO;
130
130
  invoices: InvoiceResponseDTO[];
131
131
  }
132
+ export declare class BillerItemCategoryResponseDTO {
133
+ id: string;
134
+ name: string;
135
+ description?: string;
136
+ }
132
137
  export declare class BillerItemResponseDTO {
133
138
  id: string;
134
139
  billerId: string;