@compassdigital/sdk.typescript 4.276.0 → 4.277.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 +14 -0
- package/lib/interface/menu.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/interface/menu.ts +14 -0
package/lib/interface/menu.d.ts
CHANGED
|
@@ -418,6 +418,7 @@ export interface DraftBrandDTO {
|
|
|
418
418
|
frictionless_partner?: string;
|
|
419
419
|
meta?: BrandMeta;
|
|
420
420
|
supported_languages?: SupportedLanguages;
|
|
421
|
+
archived_at?: string;
|
|
421
422
|
applied_diff_snapshot?: Record<string, any>;
|
|
422
423
|
version?: number;
|
|
423
424
|
permissions?: Record<string, any>;
|
|
@@ -449,6 +450,7 @@ export interface PublishedBrandDTO {
|
|
|
449
450
|
frictionless_partner?: string;
|
|
450
451
|
meta?: Record<string, any>;
|
|
451
452
|
supported_languages?: Record<string, any>;
|
|
453
|
+
archived_at?: string;
|
|
452
454
|
version?: number;
|
|
453
455
|
permissions?: Record<string, any>;
|
|
454
456
|
[index: string]: any;
|
|
@@ -2614,6 +2616,7 @@ export interface PostMenuV3DraftBrandBody {
|
|
|
2614
2616
|
frictionless_partner?: string;
|
|
2615
2617
|
meta?: BrandMeta;
|
|
2616
2618
|
supported_languages?: SupportedLanguages;
|
|
2619
|
+
archived_at?: string;
|
|
2617
2620
|
applied_diff_snapshot?: Record<string, any>;
|
|
2618
2621
|
changes?: BrandChangeDTO[];
|
|
2619
2622
|
local_menu_group?: LocalMenuGroupDTO;
|
|
@@ -2670,6 +2673,7 @@ export interface PatchMenuV3DraftBrandBody {
|
|
|
2670
2673
|
frictionless_partner?: string;
|
|
2671
2674
|
meta?: BrandMeta;
|
|
2672
2675
|
supported_languages?: SupportedLanguages;
|
|
2676
|
+
archived_at?: string;
|
|
2673
2677
|
applied_diff_snapshot?: Record<string, any>;
|
|
2674
2678
|
version?: number;
|
|
2675
2679
|
changes?: BrandChangeDTO[];
|
|
@@ -2739,6 +2743,7 @@ export type PostMenuV3DraftBrandsBody = {
|
|
|
2739
2743
|
frictionless_partner?: string;
|
|
2740
2744
|
meta?: BrandMeta;
|
|
2741
2745
|
supported_languages?: SupportedLanguages;
|
|
2746
|
+
archived_at?: string;
|
|
2742
2747
|
applied_diff_snapshot?: Record<string, any>;
|
|
2743
2748
|
changes?: BrandChangeDTO[];
|
|
2744
2749
|
local_menu_group?: LocalMenuGroupDTO;
|
|
@@ -3072,6 +3077,7 @@ export interface PostMenuV3BrandBody {
|
|
|
3072
3077
|
frictionless_partner?: string;
|
|
3073
3078
|
meta?: BrandMeta;
|
|
3074
3079
|
supported_languages?: SupportedLanguages;
|
|
3080
|
+
archived_at?: string;
|
|
3075
3081
|
local_menu_group?: LocalMenuGroupDTO;
|
|
3076
3082
|
global_menu_group?: GlobalMenuGroupDTO;
|
|
3077
3083
|
attachments?: FileAttachmentsDTO;
|
|
@@ -3125,6 +3131,7 @@ export interface PatchMenuV3BrandBody {
|
|
|
3125
3131
|
frictionless_partner?: string;
|
|
3126
3132
|
meta?: BrandMeta;
|
|
3127
3133
|
supported_languages?: SupportedLanguages;
|
|
3134
|
+
archived_at?: string;
|
|
3128
3135
|
version?: number;
|
|
3129
3136
|
local_menu_group?: LocalMenuGroupDTO;
|
|
3130
3137
|
global_menu_group?: GlobalMenuGroupDTO;
|
|
@@ -3192,6 +3199,7 @@ export type PostMenuV3BrandsBody = {
|
|
|
3192
3199
|
frictionless_partner?: string;
|
|
3193
3200
|
meta?: BrandMeta;
|
|
3194
3201
|
supported_languages?: SupportedLanguages;
|
|
3202
|
+
archived_at?: string;
|
|
3195
3203
|
local_menu_group?: LocalMenuGroupDTO;
|
|
3196
3204
|
global_menu_group?: GlobalMenuGroupDTO;
|
|
3197
3205
|
attachments?: FileAttachmentsDTO;
|
|
@@ -5528,6 +5536,7 @@ export interface PostMenuV4BrandBody {
|
|
|
5528
5536
|
frictionless_partner?: string;
|
|
5529
5537
|
meta?: BrandMeta;
|
|
5530
5538
|
supported_languages?: SupportedLanguages;
|
|
5539
|
+
archived_at?: string;
|
|
5531
5540
|
applied_diff_snapshot?: Record<string, any>;
|
|
5532
5541
|
changes?: BrandChangeDTO[];
|
|
5533
5542
|
local_menu_group?: LocalMenuGroupDTO;
|
|
@@ -5569,6 +5578,7 @@ export interface PostMenuV4BrandResponse {
|
|
|
5569
5578
|
frictionless_partner?: string;
|
|
5570
5579
|
meta?: BrandMeta;
|
|
5571
5580
|
supported_languages?: SupportedLanguages;
|
|
5581
|
+
archived_at?: string;
|
|
5572
5582
|
applied_diff_snapshot?: Record<string, any>;
|
|
5573
5583
|
version?: number;
|
|
5574
5584
|
changes?: BrandChangeDTO[];
|
|
@@ -5622,6 +5632,7 @@ export interface GetMenuV4BrandResponse {
|
|
|
5622
5632
|
frictionless_partner?: string;
|
|
5623
5633
|
meta?: BrandMeta;
|
|
5624
5634
|
supported_languages?: SupportedLanguages;
|
|
5635
|
+
archived_at?: string;
|
|
5625
5636
|
applied_diff_snapshot?: Record<string, any>;
|
|
5626
5637
|
version?: number;
|
|
5627
5638
|
changes?: BrandChangeDTO[];
|
|
@@ -5665,6 +5676,7 @@ export interface PatchMenuV4BrandBody {
|
|
|
5665
5676
|
frictionless_partner?: string;
|
|
5666
5677
|
meta?: BrandMeta;
|
|
5667
5678
|
supported_languages?: SupportedLanguages;
|
|
5679
|
+
archived_at?: string;
|
|
5668
5680
|
applied_diff_snapshot?: Record<string, any>;
|
|
5669
5681
|
changes?: BrandChangeDTO[];
|
|
5670
5682
|
local_menu_group?: LocalMenuGroupDTO;
|
|
@@ -5706,6 +5718,7 @@ export interface PatchMenuV4BrandResponse {
|
|
|
5706
5718
|
frictionless_partner?: string;
|
|
5707
5719
|
meta?: BrandMeta;
|
|
5708
5720
|
supported_languages?: SupportedLanguages;
|
|
5721
|
+
archived_at?: string;
|
|
5709
5722
|
applied_diff_snapshot?: Record<string, any>;
|
|
5710
5723
|
version?: number;
|
|
5711
5724
|
changes?: BrandChangeDTO[];
|
|
@@ -5754,6 +5767,7 @@ export interface DeleteMenuV4BrandResponse {
|
|
|
5754
5767
|
frictionless_partner?: string;
|
|
5755
5768
|
meta?: BrandMeta;
|
|
5756
5769
|
supported_languages?: SupportedLanguages;
|
|
5770
|
+
archived_at?: string;
|
|
5757
5771
|
applied_diff_snapshot?: Record<string, any>;
|
|
5758
5772
|
version?: number;
|
|
5759
5773
|
changes?: BrandChangeDTO[];
|