@wix/ecom 1.0.666 → 1.0.668

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.
@@ -2276,9 +2276,9 @@ interface BackInStockItemDetails$1 {
2276
2276
  /** Item price. */
2277
2277
  price?: string;
2278
2278
  /** Item image. */
2279
- image?: Image$5;
2279
+ image?: Image$4;
2280
2280
  }
2281
- interface Image$5 {
2281
+ interface Image$4 {
2282
2282
  /** WixMedia image ID. */
2283
2283
  id?: string;
2284
2284
  /** Image URL. */
@@ -3161,7 +3161,7 @@ interface LineItem$5 {
3161
3161
  */
3162
3162
  taxGroupId?: string | null;
3163
3163
  /** Allows partial overrides for catalog line item properties like name, price, etc */
3164
- catalogOverrideFields?: CatalogOverrideFields$7;
3164
+ catalogOverrideFields?: CatalogOverrideFields$5;
3165
3165
  }
3166
3166
  /** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
3167
3167
  interface CatalogReference$9 {
@@ -3407,7 +3407,7 @@ interface SelectedMembership$5 {
3407
3407
  /** ID of the app providing this payment option. */
3408
3408
  appId?: string;
3409
3409
  }
3410
- interface CatalogOverrideFields$7 {
3410
+ interface CatalogOverrideFields$5 {
3411
3411
  /** Item product name */
3412
3412
  productName?: ProductName$9;
3413
3413
  /** Item price **after** discounts. */
@@ -3419,9 +3419,9 @@ interface CatalogOverrideFields$7 {
3419
3419
  /** Physical properties of the item. When relevant, contains information such as SKU, item weight, and shippability. */
3420
3420
  physicalProperties?: PhysicalProperties$9;
3421
3421
  /** Line item image details. */
3422
- image?: Image$4;
3422
+ image?: Image$3;
3423
3423
  }
3424
- interface Image$4 {
3424
+ interface Image$3 {
3425
3425
  /** WixMedia image ID. */
3426
3426
  id?: string;
3427
3427
  /** Original image height. */
@@ -6826,7 +6826,7 @@ interface LineItem$4 {
6826
6826
  */
6827
6827
  taxGroupId?: string | null;
6828
6828
  /** Allows partial overrides for catalog line item properties like name, price, etc */
6829
- catalogOverrideFields?: CatalogOverrideFields$6;
6829
+ catalogOverrideFields?: CatalogOverrideFields$4;
6830
6830
  }
6831
6831
  /** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
6832
6832
  interface CatalogReference$8 {
@@ -7001,7 +7001,7 @@ interface SelectedMembership$4 {
7001
7001
  /** ID of the app providing this payment option. */
7002
7002
  appId?: string;
7003
7003
  }
7004
- interface CatalogOverrideFields$6 {
7004
+ interface CatalogOverrideFields$4 {
7005
7005
  /** Item product name */
7006
7006
  productName?: ProductName$8;
7007
7007
  /** Item price **after** discounts. */
@@ -9745,7 +9745,7 @@ interface LineItem$3 {
9745
9745
  */
9746
9746
  taxGroupId?: string | null;
9747
9747
  /** Allows partial overrides for catalog line item properties like name, price, etc */
9748
- catalogOverrideFields?: CatalogOverrideFields$5;
9748
+ catalogOverrideFields?: CatalogOverrideFields$3;
9749
9749
  }
9750
9750
  /** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
9751
9751
  interface CatalogReference$7 {
@@ -9991,7 +9991,7 @@ interface SelectedMembership$3 {
9991
9991
  /** ID of the app providing this payment option. */
9992
9992
  appId?: string;
9993
9993
  }
9994
- interface CatalogOverrideFields$5 {
9994
+ interface CatalogOverrideFields$3 {
9995
9995
  /** Item product name */
9996
9996
  productName?: ProductName$7;
9997
9997
  /** Item price **after** discounts. */
@@ -10003,9 +10003,9 @@ interface CatalogOverrideFields$5 {
10003
10003
  /** Physical properties of the item. When relevant, contains information such as SKU, item weight, and shippability. */
10004
10004
  physicalProperties?: PhysicalProperties$7;
10005
10005
  /** Line item image details. */
10006
- image?: Image$3;
10006
+ image?: Image$2;
10007
10007
  }
10008
- interface Image$3 {
10008
+ interface Image$2 {
10009
10009
  /** WixMedia image ID. */
10010
10010
  id?: string;
10011
10011
  /** Original image height. */
@@ -13196,7 +13196,7 @@ interface LineItem$2 {
13196
13196
  */
13197
13197
  taxGroupId?: string | null;
13198
13198
  /** Allows partial overrides for catalog line item properties like name, price, etc */
13199
- catalogOverrideFields?: CatalogOverrideFields$4;
13199
+ catalogOverrideFields?: CatalogOverrideFields$2;
13200
13200
  }
13201
13201
  /** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
13202
13202
  interface CatalogReference$6 {
@@ -13371,7 +13371,7 @@ interface SelectedMembership$2 {
13371
13371
  /** ID of the app providing this payment option. */
13372
13372
  appId?: string;
13373
13373
  }
13374
- interface CatalogOverrideFields$4 {
13374
+ interface CatalogOverrideFields$2 {
13375
13375
  /** Item product name */
13376
13376
  productName?: ProductName$6;
13377
13377
  /** Item price **after** discounts. */
@@ -16043,8 +16043,6 @@ interface LineItem$1 {
16043
16043
  * @readonly
16044
16044
  */
16045
16045
  depositAmount?: MultiCurrencyPrice$1;
16046
- /** Allows partial overrides for catalog line item properties like name, price, etc */
16047
- catalogOverrideFields?: CatalogOverrideFields$3;
16048
16046
  }
16049
16047
  /** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
16050
16048
  interface CatalogReference$5 {
@@ -16314,32 +16312,6 @@ interface PriceDescription$3 {
16314
16312
  */
16315
16313
  translated?: string | null;
16316
16314
  }
16317
- interface CatalogOverrideFields$3 {
16318
- /** Item product name */
16319
- productName?: ProductName$5;
16320
- /** Item price **after** discounts. */
16321
- price?: string | null;
16322
- /** Item price **before** discount. */
16323
- fullPrice?: string | null;
16324
- /** Line item description lines. Used for displaying the cart, checkout and order. */
16325
- descriptionLines?: DescriptionLine$5[];
16326
- /** Physical properties of the item. When relevant, contains information such as SKU, item weight, and shippability. */
16327
- physicalProperties?: PhysicalProperties$5;
16328
- /** Line item image details. */
16329
- image?: Image$2;
16330
- }
16331
- interface Image$2 {
16332
- /** WixMedia image ID. */
16333
- id?: string;
16334
- /** Original image height. */
16335
- height?: number;
16336
- /** Original image width. */
16337
- width?: number;
16338
- /** Image alt text. Optional. */
16339
- altText?: string | null;
16340
- /** Image filename. Optional. */
16341
- filename?: string | null;
16342
- }
16343
16315
  /** Billing Info and shipping details */
16344
16316
  interface AddressWithContact$3 {
16345
16317
  /** Address. */
@@ -26543,8 +26515,6 @@ interface LineItem {
26543
26515
  * @readonly
26544
26516
  */
26545
26517
  depositAmount?: MultiCurrencyPrice;
26546
- /** Allows partial overrides for catalog line item properties like name, price, etc */
26547
- catalogOverrideFields?: CatalogOverrideFields$2;
26548
26518
  }
26549
26519
  /** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
26550
26520
  interface CatalogReference$4 {
@@ -26757,20 +26727,6 @@ interface PriceDescription$2 {
26757
26727
  */
26758
26728
  translated?: string | null;
26759
26729
  }
26760
- interface CatalogOverrideFields$2 {
26761
- /** Item product name */
26762
- productName?: ProductName$4;
26763
- /** Item price **after** discounts. */
26764
- price?: string | null;
26765
- /** Item price **before** discount. */
26766
- fullPrice?: string | null;
26767
- /** Line item description lines. Used for displaying the cart, checkout and order. */
26768
- descriptionLines?: DescriptionLine$4[];
26769
- /** Physical properties of the item. When relevant, contains information such as SKU, item weight, and shippability. */
26770
- physicalProperties?: PhysicalProperties$4;
26771
- /** Line item image details. */
26772
- image?: string;
26773
- }
26774
26730
  /** Billing Info and shipping details */
26775
26731
  interface AddressWithContact$2 {
26776
26732
  /** Address. */
@@ -27786,26 +27742,6 @@ interface CreateCheckoutResponseNonNullableFields {
27786
27742
  formattedAmount: string;
27787
27743
  formattedConvertedAmount: string;
27788
27744
  };
27789
- catalogOverrideFields?: {
27790
- productName?: {
27791
- original: string;
27792
- };
27793
- descriptionLines: {
27794
- plainText?: {
27795
- original: string;
27796
- };
27797
- colorInfo?: {
27798
- original: string;
27799
- };
27800
- name?: {
27801
- original: string;
27802
- };
27803
- }[];
27804
- physicalProperties?: {
27805
- shippable: boolean;
27806
- };
27807
- image: string;
27808
- };
27809
27745
  }[];
27810
27746
  billingInfo?: {
27811
27747
  contactDetails?: {
@@ -28490,26 +28426,6 @@ interface GetCheckoutResponseNonNullableFields {
28490
28426
  formattedAmount: string;
28491
28427
  formattedConvertedAmount: string;
28492
28428
  };
28493
- catalogOverrideFields?: {
28494
- productName?: {
28495
- original: string;
28496
- };
28497
- descriptionLines: {
28498
- plainText?: {
28499
- original: string;
28500
- };
28501
- colorInfo?: {
28502
- original: string;
28503
- };
28504
- name?: {
28505
- original: string;
28506
- };
28507
- }[];
28508
- physicalProperties?: {
28509
- shippable: boolean;
28510
- };
28511
- image: string;
28512
- };
28513
28429
  }[];
28514
28430
  billingInfo?: {
28515
28431
  contactDetails?: {
@@ -29197,26 +29113,6 @@ interface UpdateCheckoutResponseNonNullableFields {
29197
29113
  formattedAmount: string;
29198
29114
  formattedConvertedAmount: string;
29199
29115
  };
29200
- catalogOverrideFields?: {
29201
- productName?: {
29202
- original: string;
29203
- };
29204
- descriptionLines: {
29205
- plainText?: {
29206
- original: string;
29207
- };
29208
- colorInfo?: {
29209
- original: string;
29210
- };
29211
- name?: {
29212
- original: string;
29213
- };
29214
- }[];
29215
- physicalProperties?: {
29216
- shippable: boolean;
29217
- };
29218
- image: string;
29219
- };
29220
29116
  }[];
29221
29117
  billingInfo?: {
29222
29118
  contactDetails?: {
@@ -29901,26 +29797,6 @@ interface RemoveCouponResponseNonNullableFields {
29901
29797
  formattedAmount: string;
29902
29798
  formattedConvertedAmount: string;
29903
29799
  };
29904
- catalogOverrideFields?: {
29905
- productName?: {
29906
- original: string;
29907
- };
29908
- descriptionLines: {
29909
- plainText?: {
29910
- original: string;
29911
- };
29912
- colorInfo?: {
29913
- original: string;
29914
- };
29915
- name?: {
29916
- original: string;
29917
- };
29918
- }[];
29919
- physicalProperties?: {
29920
- shippable: boolean;
29921
- };
29922
- image: string;
29923
- };
29924
29800
  }[];
29925
29801
  billingInfo?: {
29926
29802
  contactDetails?: {
@@ -30605,26 +30481,6 @@ interface RemoveGiftCardResponseNonNullableFields {
30605
30481
  formattedAmount: string;
30606
30482
  formattedConvertedAmount: string;
30607
30483
  };
30608
- catalogOverrideFields?: {
30609
- productName?: {
30610
- original: string;
30611
- };
30612
- descriptionLines: {
30613
- plainText?: {
30614
- original: string;
30615
- };
30616
- colorInfo?: {
30617
- original: string;
30618
- };
30619
- name?: {
30620
- original: string;
30621
- };
30622
- }[];
30623
- physicalProperties?: {
30624
- shippable: boolean;
30625
- };
30626
- image: string;
30627
- };
30628
30484
  }[];
30629
30485
  billingInfo?: {
30630
30486
  contactDetails?: {
@@ -31309,26 +31165,6 @@ interface RemoveOverrideCheckoutUrlResponseNonNullableFields {
31309
31165
  formattedAmount: string;
31310
31166
  formattedConvertedAmount: string;
31311
31167
  };
31312
- catalogOverrideFields?: {
31313
- productName?: {
31314
- original: string;
31315
- };
31316
- descriptionLines: {
31317
- plainText?: {
31318
- original: string;
31319
- };
31320
- colorInfo?: {
31321
- original: string;
31322
- };
31323
- name?: {
31324
- original: string;
31325
- };
31326
- }[];
31327
- physicalProperties?: {
31328
- shippable: boolean;
31329
- };
31330
- image: string;
31331
- };
31332
31168
  }[];
31333
31169
  billingInfo?: {
31334
31170
  contactDetails?: {
@@ -32013,26 +31849,6 @@ interface AddToCheckoutResponseNonNullableFields {
32013
31849
  formattedAmount: string;
32014
31850
  formattedConvertedAmount: string;
32015
31851
  };
32016
- catalogOverrideFields?: {
32017
- productName?: {
32018
- original: string;
32019
- };
32020
- descriptionLines: {
32021
- plainText?: {
32022
- original: string;
32023
- };
32024
- colorInfo?: {
32025
- original: string;
32026
- };
32027
- name?: {
32028
- original: string;
32029
- };
32030
- }[];
32031
- physicalProperties?: {
32032
- shippable: boolean;
32033
- };
32034
- image: string;
32035
- };
32036
31852
  }[];
32037
31853
  billingInfo?: {
32038
31854
  contactDetails?: {
@@ -32717,26 +32533,6 @@ interface RemoveLineItemsResponseNonNullableFields {
32717
32533
  formattedAmount: string;
32718
32534
  formattedConvertedAmount: string;
32719
32535
  };
32720
- catalogOverrideFields?: {
32721
- productName?: {
32722
- original: string;
32723
- };
32724
- descriptionLines: {
32725
- plainText?: {
32726
- original: string;
32727
- };
32728
- colorInfo?: {
32729
- original: string;
32730
- };
32731
- name?: {
32732
- original: string;
32733
- };
32734
- }[];
32735
- physicalProperties?: {
32736
- shippable: boolean;
32737
- };
32738
- image: string;
32739
- };
32740
32536
  }[];
32741
32537
  billingInfo?: {
32742
32538
  contactDetails?: {
@@ -33425,26 +33221,6 @@ interface UpdateLineItemsQuantityResponseNonNullableFields {
33425
33221
  formattedAmount: string;
33426
33222
  formattedConvertedAmount: string;
33427
33223
  };
33428
- catalogOverrideFields?: {
33429
- productName?: {
33430
- original: string;
33431
- };
33432
- descriptionLines: {
33433
- plainText?: {
33434
- original: string;
33435
- };
33436
- colorInfo?: {
33437
- original: string;
33438
- };
33439
- name?: {
33440
- original: string;
33441
- };
33442
- }[];
33443
- physicalProperties?: {
33444
- shippable: boolean;
33445
- };
33446
- image: string;
33447
- };
33448
33224
  }[];
33449
33225
  billingInfo?: {
33450
33226
  contactDetails?: {