Get main into this PR.

Done on ✈️
This commit is contained in:
Matthew Kilgore
2025-09-02 15:09:42 -04:00
parent e00cebb7fa
commit 564bd8ca06
67 changed files with 7863 additions and 7846 deletions

View File

@@ -470,6 +470,13 @@ export interface BarcodeProduct {
search_engine_name: string;
}
export interface DuplicateOptions {
copyAttachments: boolean;
copyCustomFields: boolean;
copyMaintenance: boolean;
copyPrefix: string;
}
export interface Group {
createdAt: Date | string;
currency: string;