@compassdigital/sdk.typescript 4.642.0 → 4.643.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/index.d.ts +1 -16
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -19
- package/lib/index.js.map +1 -1
- package/lib/interface/menu.d.ts +5 -34
- package/lib/interface/menu.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +0 -45
- package/src/interface/menu.ts +6 -49
package/lib/interface/menu.d.ts
CHANGED
|
@@ -1247,11 +1247,6 @@ export interface WarningItemDTO {
|
|
|
1247
1247
|
item_name?: string;
|
|
1248
1248
|
posid?: string;
|
|
1249
1249
|
}
|
|
1250
|
-
export interface ImportMenuWorksSelectionDTO {
|
|
1251
|
-
meal_period_id?: number;
|
|
1252
|
-
station_ids?: number[];
|
|
1253
|
-
[index: string]: any;
|
|
1254
|
-
}
|
|
1255
1250
|
export interface PublishedMenuDTO {
|
|
1256
1251
|
id?: string;
|
|
1257
1252
|
created_at?: string;
|
|
@@ -1914,6 +1909,11 @@ export interface CatalogBackupVersionDTO {
|
|
|
1914
1909
|
version_id?: string;
|
|
1915
1910
|
last_modified?: string;
|
|
1916
1911
|
}
|
|
1912
|
+
export interface ImportMenuWorksSelectionDTO {
|
|
1913
|
+
meal_period_id?: number;
|
|
1914
|
+
station_ids?: number[];
|
|
1915
|
+
[index: string]: any;
|
|
1916
|
+
}
|
|
1917
1917
|
export interface FetchMetaDTO {
|
|
1918
1918
|
result_count: number;
|
|
1919
1919
|
[index: string]: any;
|
|
@@ -3468,35 +3468,6 @@ export interface PostMenuV3DraftBrandUnarchiveResponse {
|
|
|
3468
3468
|
}
|
|
3469
3469
|
export interface PostMenuV3DraftBrandUnarchiveRequest extends BaseRequest, PostMenuV3DraftBrandUnarchivePath {
|
|
3470
3470
|
}
|
|
3471
|
-
export interface PostMenuV3DraftBrandSyncMenuworksPath {
|
|
3472
|
-
brand_id: string;
|
|
3473
|
-
}
|
|
3474
|
-
export interface PostMenuV3DraftBrandSyncMenuworksResponse {
|
|
3475
|
-
process_id: string;
|
|
3476
|
-
status: string;
|
|
3477
|
-
[index: string]: any;
|
|
3478
|
-
}
|
|
3479
|
-
export interface PostMenuV3DraftBrandSyncMenuworksRequest extends BaseRequest, PostMenuV3DraftBrandSyncMenuworksPath {
|
|
3480
|
-
}
|
|
3481
|
-
export interface PostMenuV3DraftBrandImportMenuworksCyclePath {
|
|
3482
|
-
brand_id: string;
|
|
3483
|
-
}
|
|
3484
|
-
export interface PostMenuV3DraftBrandImportMenuworksCycleBody {
|
|
3485
|
-
menuworks_unit_id: string;
|
|
3486
|
-
menu_collection_id: number;
|
|
3487
|
-
menu_collection_start_date?: string;
|
|
3488
|
-
import_selections?: ImportMenuWorksSelectionDTO[];
|
|
3489
|
-
[index: string]: any;
|
|
3490
|
-
}
|
|
3491
|
-
export interface PostMenuV3DraftBrandImportMenuworksCycleResponse {
|
|
3492
|
-
process_id: string;
|
|
3493
|
-
status: string;
|
|
3494
|
-
message?: string;
|
|
3495
|
-
[index: string]: any;
|
|
3496
|
-
}
|
|
3497
|
-
export interface PostMenuV3DraftBrandImportMenuworksCycleRequest extends BaseRequest, PostMenuV3DraftBrandImportMenuworksCyclePath {
|
|
3498
|
-
body: PostMenuV3DraftBrandImportMenuworksCycleBody;
|
|
3499
|
-
}
|
|
3500
3471
|
export interface PostMenuV3BrandQuery {
|
|
3501
3472
|
nocache?: boolean;
|
|
3502
3473
|
}
|