@compassdigital/sdk.typescript 4.199.0 → 4.200.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.
@@ -632,6 +632,7 @@ export interface DraftItemDTO {
632
632
  name?: string;
633
633
  name_on_receipt?: string;
634
634
  name_on_kds?: string;
635
+ name_on_pos?: string;
635
636
  label?: string;
636
637
  description?: string;
637
638
  reporting?: Record<string, any>;
@@ -752,6 +753,7 @@ export interface DraftModifierDTO {
752
753
  name?: string;
753
754
  name_on_receipt?: string;
754
755
  name_on_kds?: string;
756
+ name_on_pos?: string;
755
757
  label?: string;
756
758
  description?: string;
757
759
  price?: number;
@@ -1155,6 +1157,7 @@ export interface PublishedItemDTO {
1155
1157
  name?: string;
1156
1158
  name_on_receipt?: string;
1157
1159
  name_on_kds?: string;
1160
+ name_on_pos?: string;
1158
1161
  label?: string;
1159
1162
  description?: string;
1160
1163
  price?: number;
@@ -1239,6 +1242,7 @@ export interface PublishedModifierDTO {
1239
1242
  name?: string;
1240
1243
  name_on_receipt?: string;
1241
1244
  name_on_kds?: string;
1245
+ name_on_pos?: string;
1242
1246
  label?: string;
1243
1247
  description?: string;
1244
1248
  price?: number;
@@ -1489,6 +1493,7 @@ export interface DraftItemEntityDTO {
1489
1493
  name: string;
1490
1494
  name_on_receipt?: string;
1491
1495
  name_on_kds?: string;
1496
+ name_on_pos?: string;
1492
1497
  label?: string;
1493
1498
  description?: string;
1494
1499
  reporting: ReportingMetadataDTO;
@@ -1539,6 +1544,7 @@ export interface DraftModifierEntityDTO {
1539
1544
  name: string;
1540
1545
  name_on_receipt?: string;
1541
1546
  name_on_kds?: string;
1547
+ name_on_pos?: string;
1542
1548
  label?: string;
1543
1549
  description?: string;
1544
1550
  price: number;
@@ -3857,6 +3863,7 @@ export interface PostMenuV3DraftItemBody {
3857
3863
  name: string;
3858
3864
  name_on_receipt?: string;
3859
3865
  name_on_kds?: string;
3866
+ name_on_pos?: string;
3860
3867
  label?: string;
3861
3868
  description?: string;
3862
3869
  reporting: ReportingMetadataDTO;
@@ -3920,6 +3927,7 @@ export interface PatchMenuV3DraftItemBody {
3920
3927
  name?: string;
3921
3928
  name_on_receipt?: string;
3922
3929
  name_on_kds?: string;
3930
+ name_on_pos?: string;
3923
3931
  label?: string;
3924
3932
  description?: string;
3925
3933
  reporting?: ReportingMetadataDTO;
@@ -4008,6 +4016,7 @@ export type PostMenuV3DraftItemsBody = {
4008
4016
  name: string;
4009
4017
  name_on_receipt?: string;
4010
4018
  name_on_kds?: string;
4019
+ name_on_pos?: string;
4011
4020
  label?: string;
4012
4021
  description?: string;
4013
4022
  reporting: ReportingMetadataDTO;
@@ -4090,6 +4099,7 @@ export interface PatchMenuV3DraftItemsBulkUpdateBody {
4090
4099
  name?: string;
4091
4100
  name_on_receipt?: string;
4092
4101
  name_on_kds?: string;
4102
+ name_on_pos?: string;
4093
4103
  label?: string;
4094
4104
  description?: string;
4095
4105
  reporting?: ReportingMetadataDTO;
@@ -4829,6 +4839,7 @@ export interface PostMenuV3DraftModifierBody {
4829
4839
  name: string;
4830
4840
  name_on_receipt?: string;
4831
4841
  name_on_kds?: string;
4842
+ name_on_pos?: string;
4832
4843
  label?: string;
4833
4844
  description?: string;
4834
4845
  price: number;
@@ -4888,6 +4899,7 @@ export interface PatchMenuV3DraftModifierBody {
4888
4899
  name?: string;
4889
4900
  name_on_receipt?: string;
4890
4901
  name_on_kds?: string;
4902
+ name_on_pos?: string;
4891
4903
  label?: string;
4892
4904
  description?: string;
4893
4905
  price?: number;
@@ -4972,6 +4984,7 @@ export type PostMenuV3DraftModifiersBody = {
4972
4984
  name: string;
4973
4985
  name_on_receipt?: string;
4974
4986
  name_on_kds?: string;
4987
+ name_on_pos?: string;
4975
4988
  label?: string;
4976
4989
  description?: string;
4977
4990
  price: number;
@@ -5050,6 +5063,7 @@ export interface PatchMenuV3DraftModifiersBulkUpdateBody {
5050
5063
  name?: string;
5051
5064
  name_on_receipt?: string;
5052
5065
  name_on_kds?: string;
5066
+ name_on_pos?: string;
5053
5067
  label?: string;
5054
5068
  description?: string;
5055
5069
  price?: number;
@@ -6140,6 +6154,7 @@ export interface PostMenuV4ItemBody {
6140
6154
  name: string;
6141
6155
  name_on_receipt?: string;
6142
6156
  name_on_kds?: string;
6157
+ name_on_pos?: string;
6143
6158
  label?: string;
6144
6159
  description?: string;
6145
6160
  reporting: ReportingMetadataDTO;
@@ -6189,6 +6204,7 @@ export interface PostMenuV4ItemResponse {
6189
6204
  name: string;
6190
6205
  name_on_receipt?: string;
6191
6206
  name_on_kds?: string;
6207
+ name_on_pos?: string;
6192
6208
  label?: string;
6193
6209
  description?: string;
6194
6210
  reporting: ReportingMetadataDTO;
@@ -6237,6 +6253,7 @@ export type PostMenuV4ItemsBulkCreateBody = {
6237
6253
  name: string;
6238
6254
  name_on_receipt?: string;
6239
6255
  name_on_kds?: string;
6256
+ name_on_pos?: string;
6240
6257
  label?: string;
6241
6258
  description?: string;
6242
6259
  reporting: ReportingMetadataDTO;
@@ -6300,6 +6317,7 @@ export interface GetMenuV4ItemResponse {
6300
6317
  name: string;
6301
6318
  name_on_receipt?: string;
6302
6319
  name_on_kds?: string;
6320
+ name_on_pos?: string;
6303
6321
  label?: string;
6304
6322
  description?: string;
6305
6323
  reporting: ReportingMetadataDTO;
@@ -6351,6 +6369,7 @@ export interface PatchMenuV4ItemBody {
6351
6369
  name?: string;
6352
6370
  name_on_receipt?: string;
6353
6371
  name_on_kds?: string;
6372
+ name_on_pos?: string;
6354
6373
  label?: string;
6355
6374
  description?: string;
6356
6375
  reporting?: ReportingMetadataDTO;
@@ -6399,6 +6418,7 @@ export interface PatchMenuV4ItemResponse {
6399
6418
  name: string;
6400
6419
  name_on_receipt?: string;
6401
6420
  name_on_kds?: string;
6421
+ name_on_pos?: string;
6402
6422
  label?: string;
6403
6423
  description?: string;
6404
6424
  reporting: ReportingMetadataDTO;
@@ -6454,6 +6474,7 @@ export interface DeleteMenuV4ItemResponse {
6454
6474
  name: string;
6455
6475
  name_on_receipt?: string;
6456
6476
  name_on_kds?: string;
6477
+ name_on_pos?: string;
6457
6478
  label?: string;
6458
6479
  description?: string;
6459
6480
  reporting: ReportingMetadataDTO;
@@ -6503,6 +6524,7 @@ export interface PatchMenuV4ItemsBulkUpdateBody {
6503
6524
  name?: string;
6504
6525
  name_on_receipt?: string;
6505
6526
  name_on_kds?: string;
6527
+ name_on_pos?: string;
6506
6528
  label?: string;
6507
6529
  description?: string;
6508
6530
  reporting?: ReportingMetadataDTO;
@@ -6557,6 +6579,7 @@ export interface PatchMenuV4ItemsBulkPriceUpdateBody {
6557
6579
  name?: string;
6558
6580
  name_on_receipt?: string;
6559
6581
  name_on_kds?: string;
6582
+ name_on_pos?: string;
6560
6583
  label?: string;
6561
6584
  description?: string;
6562
6585
  reporting?: ReportingMetadataDTO;
@@ -6611,6 +6634,7 @@ export interface PostMenuV4ItemDuplicateBody {
6611
6634
  name?: string;
6612
6635
  name_on_receipt?: string;
6613
6636
  name_on_kds?: string;
6637
+ name_on_pos?: string;
6614
6638
  label?: string;
6615
6639
  description?: string;
6616
6640
  reporting?: ReportingMetadataDTO;
@@ -6659,6 +6683,7 @@ export interface PostMenuV4ItemDuplicateResponse {
6659
6683
  name: string;
6660
6684
  name_on_receipt?: string;
6661
6685
  name_on_kds?: string;
6686
+ name_on_pos?: string;
6662
6687
  label?: string;
6663
6688
  description?: string;
6664
6689
  reporting: ReportingMetadataDTO;
@@ -6773,6 +6798,7 @@ export interface PostMenuV4ModifierBody {
6773
6798
  name: string;
6774
6799
  name_on_receipt?: string;
6775
6800
  name_on_kds?: string;
6801
+ name_on_pos?: string;
6776
6802
  label?: string;
6777
6803
  description?: string;
6778
6804
  price: number;
@@ -6817,6 +6843,7 @@ export interface PostMenuV4ModifierResponse {
6817
6843
  name: string;
6818
6844
  name_on_receipt?: string;
6819
6845
  name_on_kds?: string;
6846
+ name_on_pos?: string;
6820
6847
  label?: string;
6821
6848
  description?: string;
6822
6849
  price: number;
@@ -6872,6 +6899,7 @@ export interface GetMenuV4ModifierResponse {
6872
6899
  name: string;
6873
6900
  name_on_receipt?: string;
6874
6901
  name_on_kds?: string;
6902
+ name_on_pos?: string;
6875
6903
  label?: string;
6876
6904
  description?: string;
6877
6905
  price: number;
@@ -6918,6 +6946,7 @@ export interface PatchMenuV4ModifierBody {
6918
6946
  name?: string;
6919
6947
  name_on_receipt?: string;
6920
6948
  name_on_kds?: string;
6949
+ name_on_pos?: string;
6921
6950
  label?: string;
6922
6951
  description?: string;
6923
6952
  price?: number;
@@ -6962,6 +6991,7 @@ export interface PatchMenuV4ModifierResponse {
6962
6991
  name: string;
6963
6992
  name_on_receipt?: string;
6964
6993
  name_on_kds?: string;
6994
+ name_on_pos?: string;
6965
6995
  label?: string;
6966
6996
  description?: string;
6967
6997
  price: number;
@@ -7013,6 +7043,7 @@ export interface DeleteMenuV4ModifierResponse {
7013
7043
  name: string;
7014
7044
  name_on_receipt?: string;
7015
7045
  name_on_kds?: string;
7046
+ name_on_pos?: string;
7016
7047
  label?: string;
7017
7048
  description?: string;
7018
7049
  price: number;
@@ -7059,6 +7090,7 @@ export interface PostMenuV4ModifierDuplicateBody {
7059
7090
  name?: string;
7060
7091
  name_on_receipt?: string;
7061
7092
  name_on_kds?: string;
7093
+ name_on_pos?: string;
7062
7094
  label?: string;
7063
7095
  description?: string;
7064
7096
  price?: number;
@@ -7103,6 +7135,7 @@ export interface PostMenuV4ModifierDuplicateResponse {
7103
7135
  name: string;
7104
7136
  name_on_receipt?: string;
7105
7137
  name_on_kds?: string;
7138
+ name_on_pos?: string;
7106
7139
  label?: string;
7107
7140
  description?: string;
7108
7141
  price: number;
@@ -7149,6 +7182,7 @@ export interface PatchMenuV4ModifiersBulkUpdateBody {
7149
7182
  name?: string;
7150
7183
  name_on_receipt?: string;
7151
7184
  name_on_kds?: string;
7185
+ name_on_pos?: string;
7152
7186
  label?: string;
7153
7187
  description?: string;
7154
7188
  price?: number;