@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/package.json
CHANGED
package/src/interface/menu.ts
CHANGED
|
@@ -4146,6 +4146,7 @@ export interface GetMenuV3DraftBrandExportPath {
|
|
|
4146
4146
|
|
|
4147
4147
|
export interface GetMenuV3DraftBrandExportQuery {
|
|
4148
4148
|
format?: 'xlsx';
|
|
4149
|
+
version_id?: string;
|
|
4149
4150
|
}
|
|
4150
4151
|
|
|
4151
4152
|
export interface GetMenuV3DraftBrandExportResponse {
|
|
@@ -8981,6 +8982,7 @@ export interface GetMenuV4BrandExportPath {
|
|
|
8981
8982
|
|
|
8982
8983
|
export interface GetMenuV4BrandExportQuery {
|
|
8983
8984
|
format?: 'xlsx';
|
|
8985
|
+
version_id?: string;
|
|
8984
8986
|
}
|
|
8985
8987
|
|
|
8986
8988
|
export interface GetMenuV4BrandExportResponse {
|