@wix/ecom 1.0.867 → 1.0.869
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.869",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@wix/ecom_currencies": "1.0.45",
|
|
35
35
|
"@wix/ecom_current-cart": "1.0.113",
|
|
36
36
|
"@wix/ecom_custom-triggers": "1.0.31",
|
|
37
|
-
"@wix/ecom_delivery-profile": "1.0.
|
|
37
|
+
"@wix/ecom_delivery-profile": "1.0.38",
|
|
38
38
|
"@wix/ecom_delivery-solutions": "1.0.14",
|
|
39
39
|
"@wix/ecom_discount-rules": "1.0.63",
|
|
40
40
|
"@wix/ecom_discounts": "1.0.14",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@wix/ecom_tip-settings": "1.0.4",
|
|
62
62
|
"@wix/ecom_tippable-staff": "1.0.4",
|
|
63
63
|
"@wix/ecom_tips": "1.0.8",
|
|
64
|
-
"@wix/ecom_totals-calculator": "1.0.
|
|
64
|
+
"@wix/ecom_totals-calculator": "1.0.26",
|
|
65
65
|
"@wix/ecom_validations": "1.0.48"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"fqdn": ""
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
|
-
"falconPackageHash": "
|
|
90
|
+
"falconPackageHash": "078a42cc2efb153bbbb8e9c6d2cdef3e564a5797bdddcfe8990205f5"
|
|
91
91
|
}
|
|
@@ -17679,33 +17679,12 @@ interface DeliveryCarrier {
|
|
|
17679
17679
|
additionalCharges?: AdditionalCharge$1[];
|
|
17680
17680
|
}
|
|
17681
17681
|
interface BackupRate {
|
|
17682
|
-
/**
|
|
17683
|
-
* Default rate prefix that will concatenate to the delivery options the provider will offer.
|
|
17684
|
-
* @deprecated Default rate prefix that will concatenate to the delivery options the provider will offer.
|
|
17685
|
-
* @replacedBy title
|
|
17686
|
-
* @targetRemovalDate 2025-04-01
|
|
17687
|
-
*/
|
|
17682
|
+
/** Default rate prefix that will concatenate to the delivery options the provider will offer. */
|
|
17688
17683
|
prefix?: string | null;
|
|
17689
|
-
/**
|
|
17690
|
-
* Default rate price for all delivery options that the provider will offer.
|
|
17691
|
-
* @deprecated Default rate price for all delivery options that the provider will offer.
|
|
17692
|
-
* @replacedBy amount
|
|
17693
|
-
* @targetRemovalDate 2025-04-01
|
|
17694
|
-
*/
|
|
17684
|
+
/** Default rate price for all delivery options that the provider will offer. */
|
|
17695
17685
|
rate?: string | null;
|
|
17696
|
-
/**
|
|
17697
|
-
* Should the default rate be used. Default value is false.
|
|
17698
|
-
* @deprecated Should the default rate be used. Default value is false.
|
|
17699
|
-
* @replacedBy active
|
|
17700
|
-
* @targetRemovalDate 2025-04-01
|
|
17701
|
-
*/
|
|
17702
|
-
enabled?: boolean | null;
|
|
17703
|
-
/** Default rate title that will concatenate to the delivery options the provider will offer. */
|
|
17704
|
-
title?: string | null;
|
|
17705
|
-
/** Default amount price for all delivery options that the provider will offer. */
|
|
17706
|
-
amount?: string | null;
|
|
17707
17686
|
/** Should the default rate be used. Default value is false. */
|
|
17708
|
-
|
|
17687
|
+
enabled?: boolean | null;
|
|
17709
17688
|
}
|
|
17710
17689
|
interface AdditionalCharge$1 {
|
|
17711
17690
|
/** Additional charge type. */
|
|
@@ -18492,16 +18471,12 @@ declare enum WebhookIdentityType$c {
|
|
|
18492
18471
|
WIX_USER = "WIX_USER",
|
|
18493
18472
|
APP = "APP"
|
|
18494
18473
|
}
|
|
18495
|
-
interface BackupRateNonNullableFields {
|
|
18496
|
-
active: boolean;
|
|
18497
|
-
}
|
|
18498
18474
|
interface AdditionalChargeNonNullableFields$1 {
|
|
18499
18475
|
type: ChargeType$2;
|
|
18500
18476
|
price: string;
|
|
18501
18477
|
}
|
|
18502
18478
|
interface DeliveryCarrierNonNullableFields {
|
|
18503
18479
|
appId: string;
|
|
18504
|
-
backupRate?: BackupRateNonNullableFields;
|
|
18505
18480
|
additionalCharges: AdditionalChargeNonNullableFields$1[];
|
|
18506
18481
|
}
|
|
18507
18482
|
interface DestinationNonNullableFields$1 {
|
|
@@ -17679,33 +17679,12 @@ interface DeliveryCarrier {
|
|
|
17679
17679
|
additionalCharges?: AdditionalCharge$1[];
|
|
17680
17680
|
}
|
|
17681
17681
|
interface BackupRate {
|
|
17682
|
-
/**
|
|
17683
|
-
* Default rate prefix that will concatenate to the delivery options the provider will offer.
|
|
17684
|
-
* @deprecated Default rate prefix that will concatenate to the delivery options the provider will offer.
|
|
17685
|
-
* @replacedBy title
|
|
17686
|
-
* @targetRemovalDate 2025-04-01
|
|
17687
|
-
*/
|
|
17682
|
+
/** Default rate prefix that will concatenate to the delivery options the provider will offer. */
|
|
17688
17683
|
prefix?: string | null;
|
|
17689
|
-
/**
|
|
17690
|
-
* Default rate price for all delivery options that the provider will offer.
|
|
17691
|
-
* @deprecated Default rate price for all delivery options that the provider will offer.
|
|
17692
|
-
* @replacedBy amount
|
|
17693
|
-
* @targetRemovalDate 2025-04-01
|
|
17694
|
-
*/
|
|
17684
|
+
/** Default rate price for all delivery options that the provider will offer. */
|
|
17695
17685
|
rate?: string | null;
|
|
17696
|
-
/**
|
|
17697
|
-
* Should the default rate be used. Default value is false.
|
|
17698
|
-
* @deprecated Should the default rate be used. Default value is false.
|
|
17699
|
-
* @replacedBy active
|
|
17700
|
-
* @targetRemovalDate 2025-04-01
|
|
17701
|
-
*/
|
|
17702
|
-
enabled?: boolean | null;
|
|
17703
|
-
/** Default rate title that will concatenate to the delivery options the provider will offer. */
|
|
17704
|
-
title?: string | null;
|
|
17705
|
-
/** Default amount price for all delivery options that the provider will offer. */
|
|
17706
|
-
amount?: string | null;
|
|
17707
17686
|
/** Should the default rate be used. Default value is false. */
|
|
17708
|
-
|
|
17687
|
+
enabled?: boolean | null;
|
|
17709
17688
|
}
|
|
17710
17689
|
interface AdditionalCharge$1 {
|
|
17711
17690
|
/** Additional charge type. */
|
|
@@ -18492,16 +18471,12 @@ declare enum WebhookIdentityType$c {
|
|
|
18492
18471
|
WIX_USER = "WIX_USER",
|
|
18493
18472
|
APP = "APP"
|
|
18494
18473
|
}
|
|
18495
|
-
interface BackupRateNonNullableFields {
|
|
18496
|
-
active: boolean;
|
|
18497
|
-
}
|
|
18498
18474
|
interface AdditionalChargeNonNullableFields$1 {
|
|
18499
18475
|
type: ChargeType$2;
|
|
18500
18476
|
price: string;
|
|
18501
18477
|
}
|
|
18502
18478
|
interface DeliveryCarrierNonNullableFields {
|
|
18503
18479
|
appId: string;
|
|
18504
|
-
backupRate?: BackupRateNonNullableFields;
|
|
18505
18480
|
additionalCharges: AdditionalChargeNonNullableFields$1[];
|
|
18506
18481
|
}
|
|
18507
18482
|
interface DestinationNonNullableFields$1 {
|
|
@@ -20033,33 +20033,12 @@ interface DeliveryCarrier$1 {
|
|
|
20033
20033
|
additionalCharges?: AdditionalCharge$3[];
|
|
20034
20034
|
}
|
|
20035
20035
|
interface BackupRate$1 {
|
|
20036
|
-
/**
|
|
20037
|
-
* Default rate prefix that will concatenate to the delivery options the provider will offer.
|
|
20038
|
-
* @deprecated Default rate prefix that will concatenate to the delivery options the provider will offer.
|
|
20039
|
-
* @replacedBy title
|
|
20040
|
-
* @targetRemovalDate 2025-04-01
|
|
20041
|
-
*/
|
|
20036
|
+
/** Default rate prefix that will concatenate to the delivery options the provider will offer. */
|
|
20042
20037
|
prefix?: string | null;
|
|
20043
|
-
/**
|
|
20044
|
-
* Default rate price for all delivery options that the provider will offer.
|
|
20045
|
-
* @deprecated Default rate price for all delivery options that the provider will offer.
|
|
20046
|
-
* @replacedBy amount
|
|
20047
|
-
* @targetRemovalDate 2025-04-01
|
|
20048
|
-
*/
|
|
20038
|
+
/** Default rate price for all delivery options that the provider will offer. */
|
|
20049
20039
|
rate?: string | null;
|
|
20050
|
-
/**
|
|
20051
|
-
* Should the default rate be used. Default value is false.
|
|
20052
|
-
* @deprecated Should the default rate be used. Default value is false.
|
|
20053
|
-
* @replacedBy active
|
|
20054
|
-
* @targetRemovalDate 2025-04-01
|
|
20055
|
-
*/
|
|
20056
|
-
enabled?: boolean | null;
|
|
20057
|
-
/** Default rate title that will concatenate to the delivery options the provider will offer. */
|
|
20058
|
-
title?: string | null;
|
|
20059
|
-
/** Default amount price for all delivery options that the provider will offer. */
|
|
20060
|
-
amount?: string | null;
|
|
20061
20040
|
/** Should the default rate be used. Default value is false. */
|
|
20062
|
-
|
|
20041
|
+
enabled?: boolean | null;
|
|
20063
20042
|
}
|
|
20064
20043
|
interface AdditionalCharge$3 {
|
|
20065
20044
|
/** Additional charge type. */
|
|
@@ -20393,16 +20372,12 @@ interface UpdateExtendedFieldsResponse$7 {
|
|
|
20393
20372
|
/** Updated DeliveryProfile. */
|
|
20394
20373
|
deliveryProfile?: DeliveryProfile$1;
|
|
20395
20374
|
}
|
|
20396
|
-
interface BackupRateNonNullableFields$1 {
|
|
20397
|
-
active: boolean;
|
|
20398
|
-
}
|
|
20399
20375
|
interface AdditionalChargeNonNullableFields$3 {
|
|
20400
20376
|
type: ChargeType$5;
|
|
20401
20377
|
price: string;
|
|
20402
20378
|
}
|
|
20403
20379
|
interface DeliveryCarrierNonNullableFields$1 {
|
|
20404
20380
|
appId: string;
|
|
20405
|
-
backupRate?: BackupRateNonNullableFields$1;
|
|
20406
20381
|
additionalCharges: AdditionalChargeNonNullableFields$3[];
|
|
20407
20382
|
}
|
|
20408
20383
|
interface DestinationNonNullableFields$3 {
|
|
@@ -20570,33 +20545,12 @@ interface DeliveryCarrier {
|
|
|
20570
20545
|
additionalCharges?: AdditionalCharge$2[];
|
|
20571
20546
|
}
|
|
20572
20547
|
interface BackupRate {
|
|
20573
|
-
/**
|
|
20574
|
-
* Default rate prefix that will concatenate to the delivery options the provider will offer.
|
|
20575
|
-
* @deprecated Default rate prefix that will concatenate to the delivery options the provider will offer.
|
|
20576
|
-
* @replacedBy title
|
|
20577
|
-
* @targetRemovalDate 2025-04-01
|
|
20578
|
-
*/
|
|
20548
|
+
/** Default rate prefix that will concatenate to the delivery options the provider will offer. */
|
|
20579
20549
|
prefix?: string | null;
|
|
20580
|
-
/**
|
|
20581
|
-
* Default rate price for all delivery options that the provider will offer.
|
|
20582
|
-
* @deprecated Default rate price for all delivery options that the provider will offer.
|
|
20583
|
-
* @replacedBy amount
|
|
20584
|
-
* @targetRemovalDate 2025-04-01
|
|
20585
|
-
*/
|
|
20550
|
+
/** Default rate price for all delivery options that the provider will offer. */
|
|
20586
20551
|
rate?: string | null;
|
|
20587
|
-
/**
|
|
20588
|
-
* Should the default rate be used. Default value is false.
|
|
20589
|
-
* @deprecated Should the default rate be used. Default value is false.
|
|
20590
|
-
* @replacedBy active
|
|
20591
|
-
* @targetRemovalDate 2025-04-01
|
|
20592
|
-
*/
|
|
20593
|
-
enabled?: boolean | null;
|
|
20594
|
-
/** Default rate title that will concatenate to the delivery options the provider will offer. */
|
|
20595
|
-
title?: string | null;
|
|
20596
|
-
/** Default amount price for all delivery options that the provider will offer. */
|
|
20597
|
-
amount?: string | null;
|
|
20598
20552
|
/** Should the default rate be used. Default value is false. */
|
|
20599
|
-
|
|
20553
|
+
enabled?: boolean | null;
|
|
20600
20554
|
}
|
|
20601
20555
|
interface AdditionalCharge$2 {
|
|
20602
20556
|
/** Additional charge type. */
|
|
@@ -20930,16 +20884,12 @@ interface UpdateExtendedFieldsResponse$6 {
|
|
|
20930
20884
|
/** Updated DeliveryProfile. */
|
|
20931
20885
|
deliveryProfile?: DeliveryProfile;
|
|
20932
20886
|
}
|
|
20933
|
-
interface BackupRateNonNullableFields {
|
|
20934
|
-
active: boolean;
|
|
20935
|
-
}
|
|
20936
20887
|
interface AdditionalChargeNonNullableFields$2 {
|
|
20937
20888
|
type: ChargeType$4;
|
|
20938
20889
|
price: string;
|
|
20939
20890
|
}
|
|
20940
20891
|
interface DeliveryCarrierNonNullableFields {
|
|
20941
20892
|
appId: string;
|
|
20942
|
-
backupRate?: BackupRateNonNullableFields;
|
|
20943
20893
|
additionalCharges: AdditionalChargeNonNullableFields$2[];
|
|
20944
20894
|
}
|
|
20945
20895
|
interface DestinationNonNullableFields$2 {
|