@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compassdigital/sdk.typescript",
3
- "version": "4.786.0",
3
+ "version": "4.787.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -1207,6 +1207,8 @@ export interface StockDTO {
1207
1207
  updated_at?: string;
1208
1208
  deleted_at?: string;
1209
1209
  business_unit_id?: string;
1210
+ stock_updated_at?: string;
1211
+ stock_updated_by?: string;
1210
1212
  version?: number;
1211
1213
  menu?: DraftMenuDTO;
1212
1214
  brand?: DraftBrandDTO;
@@ -11172,6 +11174,8 @@ export interface PatchMenuV4StockResponse {
11172
11174
  updated_at?: string;
11173
11175
  deleted_at?: string;
11174
11176
  business_unit_id?: string;
11177
+ stock_updated_at?: string;
11178
+ stock_updated_by?: string;
11175
11179
  version?: number;
11176
11180
  menu?: DraftMenuDTO;
11177
11181
  brand?: DraftBrandDTO;