@wix/stores 1.0.162 → 1.0.164
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/stores",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.164",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/stores_collections": "1.0.23",
|
|
22
|
-
"@wix/stores_inventory": "1.0.
|
|
23
|
-
"@wix/stores_products": "1.0.
|
|
22
|
+
"@wix/stores_inventory": "1.0.26",
|
|
23
|
+
"@wix/stores_products": "1.0.33",
|
|
24
24
|
"@wix/stores_subscription-options": "1.0.21",
|
|
25
25
|
"@wix/stores_wishlist": "1.0.19"
|
|
26
26
|
},
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"fqdn": ""
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
49
|
+
"falconPackageHash": "2d8b87c9876a9845295a0df7ece813b47361cb3ad8e82eceab0c77fd"
|
|
50
50
|
}
|
|
@@ -3188,7 +3188,9 @@ interface InventoryItemV2 {
|
|
|
3188
3188
|
* @internal
|
|
3189
3189
|
* @internal
|
|
3190
3190
|
* @readonly
|
|
3191
|
-
* @deprecated
|
|
3191
|
+
* @deprecated Deprecated: use productId.
|
|
3192
|
+
* @replacedBy product_id
|
|
3193
|
+
* @removalDate 2024-12-31
|
|
3192
3194
|
*/
|
|
3193
3195
|
externalId?: string | null;
|
|
3194
3196
|
/**
|
|
@@ -3241,7 +3243,9 @@ interface InventoryItemChanged {
|
|
|
3241
3243
|
/**
|
|
3242
3244
|
* @internal
|
|
3243
3245
|
* @internal
|
|
3244
|
-
* @deprecated
|
|
3246
|
+
* @deprecated Deprecated: use productId.
|
|
3247
|
+
* @replacedBy product_id
|
|
3248
|
+
* @removalDate 2024-12-31
|
|
3245
3249
|
*/
|
|
3246
3250
|
externalId?: string;
|
|
3247
3251
|
/** Product ID. */
|
|
@@ -3259,7 +3263,9 @@ interface InventoryVariantsChanged {
|
|
|
3259
3263
|
/**
|
|
3260
3264
|
* @internal
|
|
3261
3265
|
* @internal
|
|
3262
|
-
* @deprecated
|
|
3266
|
+
* @deprecated Deprecated: use productId.
|
|
3267
|
+
* @replacedBy product_id
|
|
3268
|
+
* @removalDate 2024-12-31
|
|
3263
3269
|
*/
|
|
3264
3270
|
externalId?: string;
|
|
3265
3271
|
/** Product ID. */
|
|
@@ -3292,7 +3298,9 @@ interface GetInventoryVariantsRequestIdOneOf {
|
|
|
3292
3298
|
/**
|
|
3293
3299
|
* @internal
|
|
3294
3300
|
* @internal
|
|
3295
|
-
* @deprecated
|
|
3301
|
+
* @deprecated Deprecated (use productID instead).
|
|
3302
|
+
* @replacedBy product_id
|
|
3303
|
+
* @removalDate 2024-12-31
|
|
3296
3304
|
*/
|
|
3297
3305
|
externalId?: string;
|
|
3298
3306
|
/** Product ID. */
|
|
@@ -3366,7 +3374,9 @@ interface DecrementData extends DecrementDataIdOneOf {
|
|
|
3366
3374
|
/**
|
|
3367
3375
|
* @internal
|
|
3368
3376
|
* @internal
|
|
3369
|
-
* @deprecated
|
|
3377
|
+
* @deprecated Deprecated: use productId.
|
|
3378
|
+
* @replacedBy product_id
|
|
3379
|
+
* @removalDate 2024-12-31
|
|
3370
3380
|
*/
|
|
3371
3381
|
externalId?: string;
|
|
3372
3382
|
/** Product ID. */
|
|
@@ -3389,7 +3399,9 @@ interface DecrementDataIdOneOf {
|
|
|
3389
3399
|
/**
|
|
3390
3400
|
* @internal
|
|
3391
3401
|
* @internal
|
|
3392
|
-
* @deprecated
|
|
3402
|
+
* @deprecated Deprecated: use productId.
|
|
3403
|
+
* @replacedBy product_id
|
|
3404
|
+
* @removalDate 2024-12-31
|
|
3393
3405
|
*/
|
|
3394
3406
|
externalId?: string;
|
|
3395
3407
|
/** Product ID. */
|
|
@@ -3461,7 +3473,9 @@ interface GetInventoryVariantsOptions extends GetInventoryVariantsRequestIdOneOf
|
|
|
3461
3473
|
/**
|
|
3462
3474
|
* @internal
|
|
3463
3475
|
* @internal
|
|
3464
|
-
* @deprecated
|
|
3476
|
+
* @deprecated Deprecated (use productID instead).
|
|
3477
|
+
* @replacedBy product_id
|
|
3478
|
+
* @removalDate 2024-12-31
|
|
3465
3479
|
*/
|
|
3466
3480
|
externalId?: string;
|
|
3467
3481
|
/** Product ID. */
|
|
@@ -3480,7 +3494,9 @@ interface UpdateInventoryVariantsInventoryItem {
|
|
|
3480
3494
|
* @internal
|
|
3481
3495
|
* @internal
|
|
3482
3496
|
* @readonly
|
|
3483
|
-
* @deprecated
|
|
3497
|
+
* @deprecated Deprecated: use productId.
|
|
3498
|
+
* @replacedBy product_id
|
|
3499
|
+
* @removalDate 2024-12-31
|
|
3484
3500
|
*/
|
|
3485
3501
|
externalId?: string | null;
|
|
3486
3502
|
/** Whether quantity is being tracked. */
|
|
@@ -4724,7 +4724,9 @@ interface InventoryItemV2 {
|
|
|
4724
4724
|
* @internal
|
|
4725
4725
|
* @internal
|
|
4726
4726
|
* @readonly
|
|
4727
|
-
* @deprecated
|
|
4727
|
+
* @deprecated Deprecated: use productId.
|
|
4728
|
+
* @replacedBy product_id
|
|
4729
|
+
* @removalDate 2024-12-31
|
|
4728
4730
|
*/
|
|
4729
4731
|
externalId?: string | null;
|
|
4730
4732
|
/**
|
|
@@ -4777,7 +4779,9 @@ interface InventoryItemChanged {
|
|
|
4777
4779
|
/**
|
|
4778
4780
|
* @internal
|
|
4779
4781
|
* @internal
|
|
4780
|
-
* @deprecated
|
|
4782
|
+
* @deprecated Deprecated: use productId.
|
|
4783
|
+
* @replacedBy product_id
|
|
4784
|
+
* @removalDate 2024-12-31
|
|
4781
4785
|
*/
|
|
4782
4786
|
externalId?: string;
|
|
4783
4787
|
/** Product ID. */
|
|
@@ -4795,7 +4799,9 @@ interface InventoryVariantsChanged {
|
|
|
4795
4799
|
/**
|
|
4796
4800
|
* @internal
|
|
4797
4801
|
* @internal
|
|
4798
|
-
* @deprecated
|
|
4802
|
+
* @deprecated Deprecated: use productId.
|
|
4803
|
+
* @replacedBy product_id
|
|
4804
|
+
* @removalDate 2024-12-31
|
|
4799
4805
|
*/
|
|
4800
4806
|
externalId?: string;
|
|
4801
4807
|
/** Product ID. */
|
|
@@ -4833,7 +4839,9 @@ interface GetInventoryVariantsRequest extends GetInventoryVariantsRequestIdOneOf
|
|
|
4833
4839
|
/**
|
|
4834
4840
|
* @internal
|
|
4835
4841
|
* @internal
|
|
4836
|
-
* @deprecated
|
|
4842
|
+
* @deprecated Deprecated (use productID instead).
|
|
4843
|
+
* @replacedBy product_id
|
|
4844
|
+
* @removalDate 2024-12-31
|
|
4837
4845
|
*/
|
|
4838
4846
|
externalId?: string;
|
|
4839
4847
|
/** Product ID. */
|
|
@@ -4848,7 +4856,9 @@ interface GetInventoryVariantsRequestIdOneOf {
|
|
|
4848
4856
|
/**
|
|
4849
4857
|
* @internal
|
|
4850
4858
|
* @internal
|
|
4851
|
-
* @deprecated
|
|
4859
|
+
* @deprecated Deprecated (use productID instead).
|
|
4860
|
+
* @replacedBy product_id
|
|
4861
|
+
* @removalDate 2024-12-31
|
|
4852
4862
|
*/
|
|
4853
4863
|
externalId?: string;
|
|
4854
4864
|
/** Product ID. */
|
|
@@ -4987,7 +4997,9 @@ interface DecrementData extends DecrementDataIdOneOf {
|
|
|
4987
4997
|
/**
|
|
4988
4998
|
* @internal
|
|
4989
4999
|
* @internal
|
|
4990
|
-
* @deprecated
|
|
5000
|
+
* @deprecated Deprecated: use productId.
|
|
5001
|
+
* @replacedBy product_id
|
|
5002
|
+
* @removalDate 2024-12-31
|
|
4991
5003
|
*/
|
|
4992
5004
|
externalId?: string;
|
|
4993
5005
|
/** Product ID. */
|
|
@@ -5010,7 +5022,9 @@ interface DecrementDataIdOneOf {
|
|
|
5010
5022
|
/**
|
|
5011
5023
|
* @internal
|
|
5012
5024
|
* @internal
|
|
5013
|
-
* @deprecated
|
|
5025
|
+
* @deprecated Deprecated: use productId.
|
|
5026
|
+
* @replacedBy product_id
|
|
5027
|
+
* @removalDate 2024-12-31
|
|
5014
5028
|
*/
|
|
5015
5029
|
externalId?: string;
|
|
5016
5030
|
/** Product ID. */
|
|
@@ -5090,7 +5104,9 @@ interface GetInventoryVariantsOptions extends GetInventoryVariantsRequestIdOneOf
|
|
|
5090
5104
|
/**
|
|
5091
5105
|
* @internal
|
|
5092
5106
|
* @internal
|
|
5093
|
-
* @deprecated
|
|
5107
|
+
* @deprecated Deprecated (use productID instead).
|
|
5108
|
+
* @replacedBy product_id
|
|
5109
|
+
* @removalDate 2024-12-31
|
|
5094
5110
|
*/
|
|
5095
5111
|
externalId?: string;
|
|
5096
5112
|
/** Product ID. */
|
|
@@ -5109,7 +5125,9 @@ interface UpdateInventoryVariantsInventoryItem {
|
|
|
5109
5125
|
* @internal
|
|
5110
5126
|
* @internal
|
|
5111
5127
|
* @readonly
|
|
5112
|
-
* @deprecated
|
|
5128
|
+
* @deprecated Deprecated: use productId.
|
|
5129
|
+
* @replacedBy product_id
|
|
5130
|
+
* @removalDate 2024-12-31
|
|
5113
5131
|
*/
|
|
5114
5132
|
externalId?: string | null;
|
|
5115
5133
|
/** Whether quantity is being tracked. */
|
|
@@ -6456,7 +6456,9 @@ interface InventoryItemV2$1 {
|
|
|
6456
6456
|
/**
|
|
6457
6457
|
* Deprecated: use productId.
|
|
6458
6458
|
* @readonly
|
|
6459
|
-
* @deprecated
|
|
6459
|
+
* @deprecated Deprecated: use productId.
|
|
6460
|
+
* @replacedBy product_id
|
|
6461
|
+
* @removalDate 2024-12-31
|
|
6460
6462
|
*/
|
|
6461
6463
|
externalId?: string | null;
|
|
6462
6464
|
/**
|
|
@@ -6508,7 +6510,9 @@ interface GetInventoryVariantsRequest$1 extends GetInventoryVariantsRequestIdOne
|
|
|
6508
6510
|
inventoryId: string;
|
|
6509
6511
|
/**
|
|
6510
6512
|
* Deprecated (use productID instead).
|
|
6511
|
-
* @deprecated
|
|
6513
|
+
* @deprecated Deprecated (use productID instead).
|
|
6514
|
+
* @replacedBy product_id
|
|
6515
|
+
* @removalDate 2024-12-31
|
|
6512
6516
|
*/
|
|
6513
6517
|
externalId?: string;
|
|
6514
6518
|
/** Product ID. */
|
|
@@ -6522,7 +6526,9 @@ interface GetInventoryVariantsRequestIdOneOf$1 {
|
|
|
6522
6526
|
inventoryId?: string;
|
|
6523
6527
|
/**
|
|
6524
6528
|
* Deprecated (use productID instead).
|
|
6525
|
-
* @deprecated
|
|
6529
|
+
* @deprecated Deprecated (use productID instead).
|
|
6530
|
+
* @replacedBy product_id
|
|
6531
|
+
* @removalDate 2024-12-31
|
|
6526
6532
|
*/
|
|
6527
6533
|
externalId?: string;
|
|
6528
6534
|
/** Product ID. */
|
|
@@ -6576,7 +6582,9 @@ interface DecrementData$1 extends DecrementDataIdOneOf$1 {
|
|
|
6576
6582
|
inventoryId?: string;
|
|
6577
6583
|
/**
|
|
6578
6584
|
* Deprecated: use productId.
|
|
6579
|
-
* @deprecated
|
|
6585
|
+
* @deprecated Deprecated: use productId.
|
|
6586
|
+
* @replacedBy product_id
|
|
6587
|
+
* @removalDate 2024-12-31
|
|
6580
6588
|
*/
|
|
6581
6589
|
externalId?: string;
|
|
6582
6590
|
/** Product ID. */
|
|
@@ -6598,7 +6606,9 @@ interface DecrementDataIdOneOf$1 {
|
|
|
6598
6606
|
inventoryId?: string;
|
|
6599
6607
|
/**
|
|
6600
6608
|
* Deprecated: use productId.
|
|
6601
|
-
* @deprecated
|
|
6609
|
+
* @deprecated Deprecated: use productId.
|
|
6610
|
+
* @replacedBy product_id
|
|
6611
|
+
* @removalDate 2024-12-31
|
|
6602
6612
|
*/
|
|
6603
6613
|
externalId?: string;
|
|
6604
6614
|
/** Product ID. */
|
|
@@ -6665,7 +6675,9 @@ interface InventoryItemV2 {
|
|
|
6665
6675
|
* @internal
|
|
6666
6676
|
* @internal
|
|
6667
6677
|
* @readonly
|
|
6668
|
-
* @deprecated
|
|
6678
|
+
* @deprecated Deprecated: use productId.
|
|
6679
|
+
* @replacedBy product_id
|
|
6680
|
+
* @removalDate 2024-12-31
|
|
6669
6681
|
*/
|
|
6670
6682
|
externalId?: string | null;
|
|
6671
6683
|
/**
|
|
@@ -6718,7 +6730,9 @@ interface GetInventoryVariantsRequest extends GetInventoryVariantsRequestIdOneOf
|
|
|
6718
6730
|
/**
|
|
6719
6731
|
* @internal
|
|
6720
6732
|
* @internal
|
|
6721
|
-
* @deprecated
|
|
6733
|
+
* @deprecated Deprecated (use productID instead).
|
|
6734
|
+
* @replacedBy product_id
|
|
6735
|
+
* @removalDate 2024-12-31
|
|
6722
6736
|
*/
|
|
6723
6737
|
externalId?: string;
|
|
6724
6738
|
/** Product ID. */
|
|
@@ -6733,7 +6747,9 @@ interface GetInventoryVariantsRequestIdOneOf {
|
|
|
6733
6747
|
/**
|
|
6734
6748
|
* @internal
|
|
6735
6749
|
* @internal
|
|
6736
|
-
* @deprecated
|
|
6750
|
+
* @deprecated Deprecated (use productID instead).
|
|
6751
|
+
* @replacedBy product_id
|
|
6752
|
+
* @removalDate 2024-12-31
|
|
6737
6753
|
*/
|
|
6738
6754
|
externalId?: string;
|
|
6739
6755
|
/** Product ID. */
|
|
@@ -6791,7 +6807,9 @@ interface DecrementData extends DecrementDataIdOneOf {
|
|
|
6791
6807
|
/**
|
|
6792
6808
|
* @internal
|
|
6793
6809
|
* @internal
|
|
6794
|
-
* @deprecated
|
|
6810
|
+
* @deprecated Deprecated: use productId.
|
|
6811
|
+
* @replacedBy product_id
|
|
6812
|
+
* @removalDate 2024-12-31
|
|
6795
6813
|
*/
|
|
6796
6814
|
externalId?: string;
|
|
6797
6815
|
/** Product ID. */
|
|
@@ -6814,7 +6832,9 @@ interface DecrementDataIdOneOf {
|
|
|
6814
6832
|
/**
|
|
6815
6833
|
* @internal
|
|
6816
6834
|
* @internal
|
|
6817
|
-
* @deprecated
|
|
6835
|
+
* @deprecated Deprecated: use productId.
|
|
6836
|
+
* @replacedBy product_id
|
|
6837
|
+
* @removalDate 2024-12-31
|
|
6818
6838
|
*/
|
|
6819
6839
|
externalId?: string;
|
|
6820
6840
|
/** Product ID. */
|