@wix/ecom 1.0.824 → 1.0.826
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.
|
@@ -409,7 +409,7 @@ interface CatalogReference$7 {
|
|
|
409
409
|
/**
|
|
410
410
|
* ID of the app providing the catalog.
|
|
411
411
|
*
|
|
412
|
-
* You can get your app's ID from its page in the [
|
|
412
|
+
* You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
|
|
413
413
|
*
|
|
414
414
|
* For items from Wix catalogs, the following values always apply:
|
|
415
415
|
* + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
|
|
@@ -951,7 +951,7 @@ interface CatalogReference$6 {
|
|
|
951
951
|
/**
|
|
952
952
|
* ID of the app providing the catalog.
|
|
953
953
|
*
|
|
954
|
-
* You can get your app's ID from its page in the [
|
|
954
|
+
* You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
|
|
955
955
|
*
|
|
956
956
|
* For items from Wix catalogs, the following values always apply:
|
|
957
957
|
* + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
|
|
@@ -1105,6 +1105,8 @@ declare class AlgorithmNotSupportedWixError extends Error {
|
|
|
1105
1105
|
errorSchemaName: string;
|
|
1106
1106
|
/** @hidden */
|
|
1107
1107
|
errorType: string;
|
|
1108
|
+
/** @hidden */
|
|
1109
|
+
spiErrorData: object;
|
|
1108
1110
|
data: RecommendationAlgorithmNotSupported;
|
|
1109
1111
|
constructor(data: RecommendationAlgorithmNotSupported);
|
|
1110
1112
|
/** @hidden */
|
|
@@ -1123,6 +1125,8 @@ declare class ItemAppIdNotSupportedWixError extends Error {
|
|
|
1123
1125
|
errorSchemaName: string;
|
|
1124
1126
|
/** @hidden */
|
|
1125
1127
|
errorType: string;
|
|
1128
|
+
/** @hidden */
|
|
1129
|
+
spiErrorData: object;
|
|
1126
1130
|
data: ItemAppIdNotSupportedError;
|
|
1127
1131
|
constructor(data: ItemAppIdNotSupportedError);
|
|
1128
1132
|
/** @hidden */
|
|
@@ -1210,7 +1214,7 @@ interface CatalogReference$5 {
|
|
|
1210
1214
|
/**
|
|
1211
1215
|
* ID of the app providing the catalog.
|
|
1212
1216
|
*
|
|
1213
|
-
* You can get your app's ID from its page in the [
|
|
1217
|
+
* You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
|
|
1214
1218
|
*
|
|
1215
1219
|
* For items from Wix catalogs, the following values always apply:
|
|
1216
1220
|
* + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
|
|
@@ -1810,7 +1814,7 @@ interface CatalogReference$4 {
|
|
|
1810
1814
|
/**
|
|
1811
1815
|
* ID of the app providing the catalog.
|
|
1812
1816
|
*
|
|
1813
|
-
* You can get your app's ID from its page in the [
|
|
1817
|
+
* You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
|
|
1814
1818
|
*
|
|
1815
1819
|
* For items from Wix catalogs, the following values always apply:
|
|
1816
1820
|
* + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
|
|
@@ -2377,7 +2381,7 @@ interface CatalogReference$2 {
|
|
|
2377
2381
|
/**
|
|
2378
2382
|
* ID of the app providing the catalog.
|
|
2379
2383
|
*
|
|
2380
|
-
* You can get your app's ID from its page in the [
|
|
2384
|
+
* You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
|
|
2381
2385
|
*
|
|
2382
2386
|
* For items from Wix catalogs, the following values always apply:
|
|
2383
2387
|
* + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
|
|
@@ -2580,6 +2584,8 @@ declare class CouponLimitPerCustomerExceededWixError extends Error {
|
|
|
2580
2584
|
name: string;
|
|
2581
2585
|
/** @hidden */
|
|
2582
2586
|
errorType: string;
|
|
2587
|
+
/** @hidden */
|
|
2588
|
+
spiErrorData: object;
|
|
2583
2589
|
constructor();
|
|
2584
2590
|
/** @hidden */
|
|
2585
2591
|
static readonly __type = "wix_spi_error";
|
|
@@ -2595,6 +2601,8 @@ declare class CouponIsDisabledWixError extends Error {
|
|
|
2595
2601
|
name: string;
|
|
2596
2602
|
/** @hidden */
|
|
2597
2603
|
errorType: string;
|
|
2604
|
+
/** @hidden */
|
|
2605
|
+
spiErrorData: object;
|
|
2598
2606
|
constructor();
|
|
2599
2607
|
/** @hidden */
|
|
2600
2608
|
static readonly __type = "wix_spi_error";
|
|
@@ -2610,6 +2618,8 @@ declare class CouponUsageExceededWixError extends Error {
|
|
|
2610
2618
|
name: string;
|
|
2611
2619
|
/** @hidden */
|
|
2612
2620
|
errorType: string;
|
|
2621
|
+
/** @hidden */
|
|
2622
|
+
spiErrorData: object;
|
|
2613
2623
|
constructor();
|
|
2614
2624
|
/** @hidden */
|
|
2615
2625
|
static readonly __type = "wix_spi_error";
|
|
@@ -2625,6 +2635,8 @@ declare class CouponHasExpiredWixError extends Error {
|
|
|
2625
2635
|
name: string;
|
|
2626
2636
|
/** @hidden */
|
|
2627
2637
|
errorType: string;
|
|
2638
|
+
/** @hidden */
|
|
2639
|
+
spiErrorData: object;
|
|
2628
2640
|
constructor();
|
|
2629
2641
|
/** @hidden */
|
|
2630
2642
|
static readonly __type = "wix_spi_error";
|
|
@@ -2640,6 +2652,8 @@ declare class CouponIsNotActiveYetWixError extends Error {
|
|
|
2640
2652
|
name: string;
|
|
2641
2653
|
/** @hidden */
|
|
2642
2654
|
errorType: string;
|
|
2655
|
+
/** @hidden */
|
|
2656
|
+
spiErrorData: object;
|
|
2643
2657
|
constructor();
|
|
2644
2658
|
/** @hidden */
|
|
2645
2659
|
static readonly __type = "wix_spi_error";
|
|
@@ -2655,6 +2669,8 @@ declare class CouponDoesNotExistWixError extends Error {
|
|
|
2655
2669
|
name: string;
|
|
2656
2670
|
/** @hidden */
|
|
2657
2671
|
errorType: string;
|
|
2672
|
+
/** @hidden */
|
|
2673
|
+
spiErrorData: object;
|
|
2658
2674
|
constructor();
|
|
2659
2675
|
/** @hidden */
|
|
2660
2676
|
static readonly __type = "wix_spi_error";
|
|
@@ -2962,7 +2978,7 @@ interface CatalogReference$1 {
|
|
|
2962
2978
|
/**
|
|
2963
2979
|
* ID of the app providing the catalog.
|
|
2964
2980
|
*
|
|
2965
|
-
* You can get your app's ID from its page in the [
|
|
2981
|
+
* You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
|
|
2966
2982
|
*
|
|
2967
2983
|
* For items from Wix catalogs, the following values always apply:
|
|
2968
2984
|
* + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
|
|
@@ -4701,7 +4717,7 @@ interface PaymentOption {
|
|
|
4701
4717
|
* + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
|
|
4702
4718
|
* + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
|
|
4703
4719
|
*/
|
|
4704
|
-
|
|
4720
|
+
value?: PaymentOptionType;
|
|
4705
4721
|
}
|
|
4706
4722
|
interface Policy {
|
|
4707
4723
|
/** Policy title - should be translated */
|
|
@@ -5858,7 +5874,7 @@ interface CatalogReference {
|
|
|
5858
5874
|
/**
|
|
5859
5875
|
* ID of the app providing the catalog.
|
|
5860
5876
|
*
|
|
5861
|
-
* You can get your app's ID from its page in the [
|
|
5877
|
+
* You can get your app's ID from its page in the [app dashboard](https://dev.wix.com/dc3/my-apps/).
|
|
5862
5878
|
*
|
|
5863
5879
|
* For items from Wix catalogs, the following values always apply:
|
|
5864
5880
|
* + Wix Stores: `"215238eb-22a5-4c36-9e7b-e7c08025e04e"`
|