taxtank-core 2.1.71 → 2.1.72

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.
package/index.d.ts CHANGED
@@ -4939,6 +4939,7 @@ declare class AllocationGroup extends AbstractModel {
4939
4939
  amount: number;
4940
4940
  description: string;
4941
4941
  category?: string;
4942
+ currency?: string;
4942
4943
  tankType: TankTypeEnum;
4943
4944
  childTransactions?: TransactionCollection;
4944
4945
  invoiceNumber?: number;