@compassdigital/sdk.typescript 4.506.0 → 4.507.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
|
@@ -3226,6 +3226,7 @@ export interface GetMenuV3DraftBrandExportPath {
|
|
|
3226
3226
|
}
|
|
3227
3227
|
export interface GetMenuV3DraftBrandExportQuery {
|
|
3228
3228
|
format?: 'xlsx';
|
|
3229
|
+
version_id?: string;
|
|
3229
3230
|
}
|
|
3230
3231
|
export interface GetMenuV3DraftBrandExportResponse {
|
|
3231
3232
|
s3_link: string;
|
|
@@ -6706,6 +6707,7 @@ export interface GetMenuV4BrandExportPath {
|
|
|
6706
6707
|
}
|
|
6707
6708
|
export interface GetMenuV4BrandExportQuery {
|
|
6708
6709
|
format?: 'xlsx';
|
|
6710
|
+
version_id?: string;
|
|
6709
6711
|
}
|
|
6710
6712
|
export interface GetMenuV4BrandExportResponse {
|
|
6711
6713
|
s3_link: string;
|