@compassdigital/sdk.typescript 4.786.0 → 4.787.0
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/lib/interface/menu.d.ts
CHANGED
|
@@ -1053,6 +1053,8 @@ export interface StockDTO {
|
|
|
1053
1053
|
updated_at?: string;
|
|
1054
1054
|
deleted_at?: string;
|
|
1055
1055
|
business_unit_id?: string;
|
|
1056
|
+
stock_updated_at?: string;
|
|
1057
|
+
stock_updated_by?: string;
|
|
1056
1058
|
version?: number;
|
|
1057
1059
|
menu?: DraftMenuDTO;
|
|
1058
1060
|
brand?: DraftBrandDTO;
|
|
@@ -8566,6 +8568,8 @@ export interface PatchMenuV4StockResponse {
|
|
|
8566
8568
|
updated_at?: string;
|
|
8567
8569
|
deleted_at?: string;
|
|
8568
8570
|
business_unit_id?: string;
|
|
8571
|
+
stock_updated_at?: string;
|
|
8572
|
+
stock_updated_by?: string;
|
|
8569
8573
|
version?: number;
|
|
8570
8574
|
menu?: DraftMenuDTO;
|
|
8571
8575
|
brand?: DraftBrandDTO;
|