feat: new barcodes system
This commit is contained in:
		@@ -3,6 +3,7 @@
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { BarcodeTemplateSchema } from './BarcodeTemplateSchema';
 | 
			
		||||
import type { ProductImageSchema } from './ProductImageSchema';
 | 
			
		||||
export type ProductCreateRequest = {
 | 
			
		||||
    name: string;
 | 
			
		||||
    article?: (string | null);
 | 
			
		||||
@@ -15,5 +16,6 @@ export type ProductCreateRequest = {
 | 
			
		||||
    size?: (string | null);
 | 
			
		||||
    additionalInfo?: (string | null);
 | 
			
		||||
    imageUrl?: (string | null);
 | 
			
		||||
    images?: (Array<ProductImageSchema> | null);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user