@wix/stores 1.0.322 → 1.0.323
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.323",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"@wix/stores_customizations-v-3": "1.0.32",
|
|
28
28
|
"@wix/stores_info-sections-v-3": "1.0.31",
|
|
29
29
|
"@wix/stores_inventory": "1.0.68",
|
|
30
|
-
"@wix/stores_inventory-items-v-3": "1.0.
|
|
30
|
+
"@wix/stores_inventory-items-v-3": "1.0.41",
|
|
31
31
|
"@wix/stores_products": "1.0.93",
|
|
32
|
-
"@wix/stores_products-v-3": "1.0.
|
|
32
|
+
"@wix/stores_products-v-3": "1.0.85",
|
|
33
33
|
"@wix/stores_ribbons-v-3": "1.0.26",
|
|
34
34
|
"@wix/stores_stores-locations-v-3": "1.0.32",
|
|
35
35
|
"@wix/stores_subscription-options": "1.0.50",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"fqdn": ""
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "b1d795f964f0b1ee44521bb81fc72572cf89652adda9947f650bc9e5"
|
|
62
62
|
}
|
|
@@ -2757,13 +2757,13 @@ interface ApplicationErrorNonNullableFields$6 {
|
|
|
2757
2757
|
code: string;
|
|
2758
2758
|
description: string;
|
|
2759
2759
|
}
|
|
2760
|
-
interface ItemMetadataNonNullableFields$
|
|
2760
|
+
interface ItemMetadataNonNullableFields$6 {
|
|
2761
2761
|
originalIndex: number;
|
|
2762
2762
|
success: boolean;
|
|
2763
2763
|
error?: ApplicationErrorNonNullableFields$6;
|
|
2764
2764
|
}
|
|
2765
2765
|
interface BulkProductResultNonNullableFields {
|
|
2766
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
2766
|
+
itemMetadata?: ItemMetadataNonNullableFields$6;
|
|
2767
2767
|
}
|
|
2768
2768
|
interface BulkActionMetadataNonNullableFields$5 {
|
|
2769
2769
|
totalSuccesses: number;
|
|
@@ -4113,13 +4113,13 @@ interface ApplicationErrorNonNullableFields$5 {
|
|
|
4113
4113
|
code: string;
|
|
4114
4114
|
description: string;
|
|
4115
4115
|
}
|
|
4116
|
-
interface ItemMetadataNonNullableFields$
|
|
4116
|
+
interface ItemMetadataNonNullableFields$5 {
|
|
4117
4117
|
originalIndex: number;
|
|
4118
4118
|
success: boolean;
|
|
4119
4119
|
error?: ApplicationErrorNonNullableFields$5;
|
|
4120
4120
|
}
|
|
4121
4121
|
interface BulkBrandsResultNonNullableFields {
|
|
4122
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
4122
|
+
itemMetadata?: ItemMetadataNonNullableFields$5;
|
|
4123
4123
|
item?: BrandNonNullableFields;
|
|
4124
4124
|
}
|
|
4125
4125
|
interface BulkActionMetadataNonNullableFields$4 {
|
|
@@ -4143,7 +4143,7 @@ interface BulkGetOrCreateBrandsResponseNonNullableFields {
|
|
|
4143
4143
|
bulkActionMetadata?: BulkActionMetadataNonNullableFields$4;
|
|
4144
4144
|
}
|
|
4145
4145
|
interface BulkDeleteBrandsResponseBulkBrandsResultNonNullableFields {
|
|
4146
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
4146
|
+
itemMetadata?: ItemMetadataNonNullableFields$5;
|
|
4147
4147
|
}
|
|
4148
4148
|
interface BulkDeleteBrandsResponseNonNullableFields {
|
|
4149
4149
|
results: BulkDeleteBrandsResponseBulkBrandsResultNonNullableFields[];
|
|
@@ -5258,13 +5258,13 @@ interface ApplicationErrorNonNullableFields$4 {
|
|
|
5258
5258
|
code: string;
|
|
5259
5259
|
description: string;
|
|
5260
5260
|
}
|
|
5261
|
-
interface ItemMetadataNonNullableFields$
|
|
5261
|
+
interface ItemMetadataNonNullableFields$4 {
|
|
5262
5262
|
originalIndex: number;
|
|
5263
5263
|
success: boolean;
|
|
5264
5264
|
error?: ApplicationErrorNonNullableFields$4;
|
|
5265
5265
|
}
|
|
5266
5266
|
interface BulkCustomizationResultNonNullableFields {
|
|
5267
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
5267
|
+
itemMetadata?: ItemMetadataNonNullableFields$4;
|
|
5268
5268
|
customization?: CustomizationNonNullableFields;
|
|
5269
5269
|
}
|
|
5270
5270
|
interface BulkActionMetadataNonNullableFields$3 {
|
|
@@ -7827,13 +7827,13 @@ interface ApplicationErrorNonNullableFields$3 {
|
|
|
7827
7827
|
code: string;
|
|
7828
7828
|
description: string;
|
|
7829
7829
|
}
|
|
7830
|
-
interface ItemMetadataNonNullableFields$
|
|
7830
|
+
interface ItemMetadataNonNullableFields$3 {
|
|
7831
7831
|
originalIndex: number;
|
|
7832
7832
|
success: boolean;
|
|
7833
7833
|
error?: ApplicationErrorNonNullableFields$3;
|
|
7834
7834
|
}
|
|
7835
7835
|
interface BulkInfoSectionItemResultNonNullableFields {
|
|
7836
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
7836
|
+
itemMetadata?: ItemMetadataNonNullableFields$3;
|
|
7837
7837
|
item?: InfoSectionNonNullableFields$1;
|
|
7838
7838
|
}
|
|
7839
7839
|
interface BulkActionMetadataNonNullableFields$2 {
|
|
@@ -7860,7 +7860,7 @@ interface BulkUpdateInfoSectionsResponseNonNullableFields {
|
|
|
7860
7860
|
bulkActionMetadata?: BulkActionMetadataNonNullableFields$2;
|
|
7861
7861
|
}
|
|
7862
7862
|
interface BulkInfoSectionResultNonNullableFields {
|
|
7863
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
7863
|
+
itemMetadata?: ItemMetadataNonNullableFields$3;
|
|
7864
7864
|
}
|
|
7865
7865
|
interface BulkDeleteInfoSectionsResponseNonNullableFields {
|
|
7866
7866
|
results: BulkInfoSectionResultNonNullableFields[];
|
|
@@ -8951,11 +8951,7 @@ declare enum ScalarType$1 {
|
|
|
8951
8951
|
/** Minimum value. */
|
|
8952
8952
|
MIN = "MIN",
|
|
8953
8953
|
/** Maximum value. */
|
|
8954
|
-
MAX = "MAX"
|
|
8955
|
-
/** Sum of values. */
|
|
8956
|
-
SUM = "SUM",
|
|
8957
|
-
/** Average of values. */
|
|
8958
|
-
AVG = "AVG"
|
|
8954
|
+
MAX = "MAX"
|
|
8959
8955
|
}
|
|
8960
8956
|
interface ValueAggregation$1 extends ValueAggregationOptionsOneOf$1 {
|
|
8961
8957
|
/** Options for including missing values. */
|
|
@@ -9603,13 +9599,13 @@ interface ApplicationErrorNonNullableFields$2 {
|
|
|
9603
9599
|
code: string;
|
|
9604
9600
|
description: string;
|
|
9605
9601
|
}
|
|
9606
|
-
interface ItemMetadataNonNullableFields$
|
|
9602
|
+
interface ItemMetadataNonNullableFields$2 {
|
|
9607
9603
|
originalIndex: number;
|
|
9608
9604
|
success: boolean;
|
|
9609
9605
|
error?: ApplicationErrorNonNullableFields$2;
|
|
9610
9606
|
}
|
|
9611
9607
|
interface V3BulkInventoryItemResultNonNullableFields {
|
|
9612
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
9608
|
+
itemMetadata?: ItemMetadataNonNullableFields$2;
|
|
9613
9609
|
item?: InventoryItemNonNullableFields$1;
|
|
9614
9610
|
}
|
|
9615
9611
|
interface BulkActionMetadataNonNullableFields$1 {
|
|
@@ -9635,7 +9631,7 @@ interface BulkUpdateInventoryItemsByFilterResponseNonNullableFields {
|
|
|
9635
9631
|
jobId: string;
|
|
9636
9632
|
}
|
|
9637
9633
|
interface BulkInventoryItemResultNonNullableFields$1 {
|
|
9638
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
9634
|
+
itemMetadata?: ItemMetadataNonNullableFields$2;
|
|
9639
9635
|
}
|
|
9640
9636
|
interface BulkDeleteInventoryItemsResponseNonNullableFields {
|
|
9641
9637
|
results: BulkInventoryItemResultNonNullableFields$1[];
|
|
@@ -9900,12 +9896,12 @@ interface InventoryItemsQueryBuilder {
|
|
|
9900
9896
|
* @param value - Value to compare against.
|
|
9901
9897
|
* @documentationMaturity preview
|
|
9902
9898
|
*/
|
|
9903
|
-
eq: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'preorderInfo.enabled', value: any) => InventoryItemsQueryBuilder;
|
|
9899
|
+
eq: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'trackQuantity' | 'availabilityStatus' | 'preorderInfo.enabled' | 'product.name' | 'product.directCategoryIds' | 'product.variantName' | 'product.variantSku', value: any) => InventoryItemsQueryBuilder;
|
|
9904
9900
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
9905
9901
|
* @param value - Value to compare against.
|
|
9906
9902
|
* @documentationMaturity preview
|
|
9907
9903
|
*/
|
|
9908
|
-
ne: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'preorderInfo.enabled', value: any) => InventoryItemsQueryBuilder;
|
|
9904
|
+
ne: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'trackQuantity' | 'availabilityStatus' | 'preorderInfo.enabled' | 'product.name' | 'product.directCategoryIds' | 'product.variantName' | 'product.variantSku', value: any) => InventoryItemsQueryBuilder;
|
|
9909
9905
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
9910
9906
|
* @param value - Value to compare against.
|
|
9911
9907
|
* @documentationMaturity preview
|
|
@@ -9930,24 +9926,29 @@ interface InventoryItemsQueryBuilder {
|
|
|
9930
9926
|
* @param string - String to compare against. Case-insensitive.
|
|
9931
9927
|
* @documentationMaturity preview
|
|
9932
9928
|
*/
|
|
9933
|
-
startsWith: (propertyName: '_id' | 'variantId' | 'locationId' | 'productId', value: string) => InventoryItemsQueryBuilder;
|
|
9929
|
+
startsWith: (propertyName: '_id' | 'variantId' | 'locationId' | 'productId' | 'product.name' | 'product.variantName' | 'product.variantSku', value: string) => InventoryItemsQueryBuilder;
|
|
9930
|
+
/** @param propertyName - Property whose value is compared with `values`.
|
|
9931
|
+
* @param values - List of values to compare against.
|
|
9932
|
+
* @documentationMaturity preview
|
|
9933
|
+
*/
|
|
9934
|
+
hasSome: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'trackQuantity' | 'availabilityStatus' | 'preorderInfo.enabled' | 'product.name' | 'product.directCategoryIds' | 'product.variantName' | 'product.variantSku', value: any[]) => InventoryItemsQueryBuilder;
|
|
9934
9935
|
/** @param propertyName - Property whose value is compared with `values`.
|
|
9935
9936
|
* @param values - List of values to compare against.
|
|
9936
9937
|
* @documentationMaturity preview
|
|
9937
9938
|
*/
|
|
9938
|
-
|
|
9939
|
+
hasAll: (propertyName: 'product.directCategoryIds', value: any[]) => InventoryItemsQueryBuilder;
|
|
9939
9940
|
/** @documentationMaturity preview */
|
|
9940
|
-
in: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'preorderInfo.enabled', value: any) => InventoryItemsQueryBuilder;
|
|
9941
|
+
in: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'trackQuantity' | 'availabilityStatus' | 'preorderInfo.enabled' | 'product.name' | 'product.directCategoryIds' | 'product.variantName' | 'product.variantSku', value: any) => InventoryItemsQueryBuilder;
|
|
9941
9942
|
/** @documentationMaturity preview */
|
|
9942
|
-
exists: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'preorderInfo.enabled', value: boolean) => InventoryItemsQueryBuilder;
|
|
9943
|
+
exists: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'trackQuantity' | 'availabilityStatus' | 'preorderInfo.enabled' | 'product.name' | 'product.directCategoryIds' | 'product.variantName' | 'product.variantSku', value: boolean) => InventoryItemsQueryBuilder;
|
|
9943
9944
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
9944
9945
|
* @documentationMaturity preview
|
|
9945
9946
|
*/
|
|
9946
|
-
ascending: (...propertyNames: Array<'inStock' | 'quantity' | '_createdDate' | '_updatedDate' | 'preorderInfo.enabled'>) => InventoryItemsQueryBuilder;
|
|
9947
|
+
ascending: (...propertyNames: Array<'inStock' | 'quantity' | '_createdDate' | '_updatedDate' | 'productId' | 'trackQuantity' | 'availabilityStatus' | 'preorderInfo.enabled' | 'product.name' | 'product.directCategoryIds' | 'product.variantName' | 'product.variantSku'>) => InventoryItemsQueryBuilder;
|
|
9947
9948
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
9948
9949
|
* @documentationMaturity preview
|
|
9949
9950
|
*/
|
|
9950
|
-
descending: (...propertyNames: Array<'inStock' | 'quantity' | '_createdDate' | '_updatedDate' | 'preorderInfo.enabled'>) => InventoryItemsQueryBuilder;
|
|
9951
|
+
descending: (...propertyNames: Array<'inStock' | 'quantity' | '_createdDate' | '_updatedDate' | 'productId' | 'trackQuantity' | 'availabilityStatus' | 'preorderInfo.enabled' | 'product.name' | 'product.directCategoryIds' | 'product.variantName' | 'product.variantSku'>) => InventoryItemsQueryBuilder;
|
|
9951
9952
|
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
|
|
9952
9953
|
* @documentationMaturity preview
|
|
9953
9954
|
*/
|
|
@@ -12981,10 +12982,8 @@ declare enum SingleEntityOpsRequestedFields {
|
|
|
12981
12982
|
DESCRIPTION = "DESCRIPTION",
|
|
12982
12983
|
DIRECT_CATEGORIES_INFO = "DIRECT_CATEGORIES_INFO",
|
|
12983
12984
|
ALL_CATEGORIES_INFO = "ALL_CATEGORIES_INFO",
|
|
12984
|
-
MIN_VARIANT_PRICE_INFO = "MIN_VARIANT_PRICE_INFO",
|
|
12985
12985
|
INFO_SECTION_DESCRIPTION = "INFO_SECTION_DESCRIPTION",
|
|
12986
|
-
THUMBNAIL = "THUMBNAIL"
|
|
12987
|
-
DIRECT_CATEGORY_IDS = "DIRECT_CATEGORY_IDS"
|
|
12986
|
+
THUMBNAIL = "THUMBNAIL"
|
|
12988
12987
|
}
|
|
12989
12988
|
interface CreateProductResponse {
|
|
12990
12989
|
/** Created product. */
|
|
@@ -13299,7 +13298,7 @@ interface BulkInventoryItemResults {
|
|
|
13299
13298
|
}
|
|
13300
13299
|
interface BulkInventoryItemResult {
|
|
13301
13300
|
/** Bulk action metadata for inventory item. */
|
|
13302
|
-
itemMetadata?:
|
|
13301
|
+
itemMetadata?: ItemMetadata$1;
|
|
13303
13302
|
/**
|
|
13304
13303
|
* Full inventory item entity.
|
|
13305
13304
|
*
|
|
@@ -13307,7 +13306,7 @@ interface BulkInventoryItemResult {
|
|
|
13307
13306
|
*/
|
|
13308
13307
|
item?: InventoryItem;
|
|
13309
13308
|
}
|
|
13310
|
-
interface
|
|
13309
|
+
interface ItemMetadata$1 {
|
|
13311
13310
|
/** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */
|
|
13312
13311
|
_id?: string | null;
|
|
13313
13312
|
/** Index of the item within the request array. Allows for correlation between request and response items. */
|
|
@@ -13497,7 +13496,6 @@ declare enum RequestedFields$1 {
|
|
|
13497
13496
|
PLAIN_DESCRIPTION = "PLAIN_DESCRIPTION",
|
|
13498
13497
|
INFO_SECTION_PLAIN_DESCRIPTION = "INFO_SECTION_PLAIN_DESCRIPTION",
|
|
13499
13498
|
SUBSCRIPTION_PRICES_INFO = "SUBSCRIPTION_PRICES_INFO",
|
|
13500
|
-
VARIANTS_INFO = "VARIANTS_INFO",
|
|
13501
13499
|
BREADCRUMBS_INFO = "BREADCRUMBS_INFO",
|
|
13502
13500
|
WEIGHT_MEASUREMENT_UNIT_INFO = "WEIGHT_MEASUREMENT_UNIT_INFO",
|
|
13503
13501
|
VARIANT_OPTION_CHOICE_NAMES = "VARIANT_OPTION_CHOICE_NAMES",
|
|
@@ -13505,10 +13503,8 @@ declare enum RequestedFields$1 {
|
|
|
13505
13503
|
DESCRIPTION = "DESCRIPTION",
|
|
13506
13504
|
DIRECT_CATEGORIES_INFO = "DIRECT_CATEGORIES_INFO",
|
|
13507
13505
|
ALL_CATEGORIES_INFO = "ALL_CATEGORIES_INFO",
|
|
13508
|
-
MIN_VARIANT_PRICE_INFO = "MIN_VARIANT_PRICE_INFO",
|
|
13509
13506
|
INFO_SECTION_DESCRIPTION = "INFO_SECTION_DESCRIPTION",
|
|
13510
|
-
THUMBNAIL = "THUMBNAIL"
|
|
13511
|
-
DIRECT_CATEGORY_IDS = "DIRECT_CATEGORY_IDS"
|
|
13507
|
+
THUMBNAIL = "THUMBNAIL"
|
|
13512
13508
|
}
|
|
13513
13509
|
interface BulkCreateProductsResponse {
|
|
13514
13510
|
/** Products created by bulk action. */
|
|
@@ -13831,11 +13827,7 @@ declare enum WixCommonScalarType {
|
|
|
13831
13827
|
/** Minimum value */
|
|
13832
13828
|
MIN = "MIN",
|
|
13833
13829
|
/** Maximum value */
|
|
13834
|
-
MAX = "MAX"
|
|
13835
|
-
/** Sum of values */
|
|
13836
|
-
SUM = "SUM",
|
|
13837
|
-
/** Average of values */
|
|
13838
|
-
AVG = "AVG"
|
|
13830
|
+
MAX = "MAX"
|
|
13839
13831
|
}
|
|
13840
13832
|
interface CommonAggregationValueAggregation extends CommonAggregationValueAggregationOptionsOneOf {
|
|
13841
13833
|
/** Options for including missing values */
|
|
@@ -14664,11 +14656,7 @@ declare enum ScalarType {
|
|
|
14664
14656
|
/** Minimum value. */
|
|
14665
14657
|
MIN = "MIN",
|
|
14666
14658
|
/** Maximum value. */
|
|
14667
|
-
MAX = "MAX"
|
|
14668
|
-
/** Sum of values. */
|
|
14669
|
-
SUM = "SUM",
|
|
14670
|
-
/** Average of values. */
|
|
14671
|
-
AVG = "AVG"
|
|
14659
|
+
MAX = "MAX"
|
|
14672
14660
|
}
|
|
14673
14661
|
interface ValueAggregation extends ValueAggregationOptionsOneOf {
|
|
14674
14662
|
/** Options for including missing values */
|
|
@@ -15181,11 +15169,7 @@ declare enum CommonScalarType {
|
|
|
15181
15169
|
/** Minimum value. */
|
|
15182
15170
|
MIN = "MIN",
|
|
15183
15171
|
/** Maximum value. */
|
|
15184
|
-
MAX = "MAX"
|
|
15185
|
-
/** Sum of values. */
|
|
15186
|
-
SUM = "SUM",
|
|
15187
|
-
/** Average of values. */
|
|
15188
|
-
AVG = "AVG"
|
|
15172
|
+
MAX = "MAX"
|
|
15189
15173
|
}
|
|
15190
15174
|
interface AggregationValueAggregation extends AggregationValueAggregationOptionsOneOf {
|
|
15191
15175
|
/** Options for including missing values. */
|
|
@@ -15422,7 +15406,7 @@ interface DoNotCallBulkCreateProductsResponse {
|
|
|
15422
15406
|
}
|
|
15423
15407
|
interface V3BulkProductResult {
|
|
15424
15408
|
/** Bulk action metadata for product. */
|
|
15425
|
-
itemMetadata?:
|
|
15409
|
+
itemMetadata?: CommonItemMetadata;
|
|
15426
15410
|
/**
|
|
15427
15411
|
* Full product entity.
|
|
15428
15412
|
*
|
|
@@ -15430,7 +15414,7 @@ interface V3BulkProductResult {
|
|
|
15430
15414
|
*/
|
|
15431
15415
|
item?: V3Product;
|
|
15432
15416
|
}
|
|
15433
|
-
interface
|
|
15417
|
+
interface CommonItemMetadata {
|
|
15434
15418
|
/** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */
|
|
15435
15419
|
_id?: string | null;
|
|
15436
15420
|
/** Index of the item within the request array. Allows for correlation between request and response items. */
|
|
@@ -15501,7 +15485,7 @@ interface BulkDeleteProductsResponse {
|
|
|
15501
15485
|
}
|
|
15502
15486
|
interface BulkProductResult {
|
|
15503
15487
|
/** Information about successful action or error for failure. */
|
|
15504
|
-
itemMetadata?:
|
|
15488
|
+
itemMetadata?: CommonItemMetadata;
|
|
15505
15489
|
}
|
|
15506
15490
|
interface BulkDeleteProductsByFilterRequest {
|
|
15507
15491
|
/**
|
|
@@ -16234,7 +16218,7 @@ interface ApplicationErrorNonNullableFields$1 {
|
|
|
16234
16218
|
code: string;
|
|
16235
16219
|
description: string;
|
|
16236
16220
|
}
|
|
16237
|
-
interface
|
|
16221
|
+
interface ItemMetadataNonNullableFields$1 {
|
|
16238
16222
|
originalIndex: number;
|
|
16239
16223
|
success: boolean;
|
|
16240
16224
|
error?: ApplicationErrorNonNullableFields$1;
|
|
@@ -16252,7 +16236,7 @@ interface InventoryItemNonNullableFields {
|
|
|
16252
16236
|
product?: ProductNonNullableFields;
|
|
16253
16237
|
}
|
|
16254
16238
|
interface BulkInventoryItemResultNonNullableFields {
|
|
16255
|
-
itemMetadata?:
|
|
16239
|
+
itemMetadata?: ItemMetadataNonNullableFields$1;
|
|
16256
16240
|
item?: InventoryItemNonNullableFields;
|
|
16257
16241
|
}
|
|
16258
16242
|
interface CommonBulkActionMetadataNonNullableFields {
|
|
@@ -2757,13 +2757,13 @@ interface ApplicationErrorNonNullableFields$6 {
|
|
|
2757
2757
|
code: string;
|
|
2758
2758
|
description: string;
|
|
2759
2759
|
}
|
|
2760
|
-
interface ItemMetadataNonNullableFields$
|
|
2760
|
+
interface ItemMetadataNonNullableFields$6 {
|
|
2761
2761
|
originalIndex: number;
|
|
2762
2762
|
success: boolean;
|
|
2763
2763
|
error?: ApplicationErrorNonNullableFields$6;
|
|
2764
2764
|
}
|
|
2765
2765
|
interface BulkProductResultNonNullableFields {
|
|
2766
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
2766
|
+
itemMetadata?: ItemMetadataNonNullableFields$6;
|
|
2767
2767
|
}
|
|
2768
2768
|
interface BulkActionMetadataNonNullableFields$5 {
|
|
2769
2769
|
totalSuccesses: number;
|
|
@@ -4113,13 +4113,13 @@ interface ApplicationErrorNonNullableFields$5 {
|
|
|
4113
4113
|
code: string;
|
|
4114
4114
|
description: string;
|
|
4115
4115
|
}
|
|
4116
|
-
interface ItemMetadataNonNullableFields$
|
|
4116
|
+
interface ItemMetadataNonNullableFields$5 {
|
|
4117
4117
|
originalIndex: number;
|
|
4118
4118
|
success: boolean;
|
|
4119
4119
|
error?: ApplicationErrorNonNullableFields$5;
|
|
4120
4120
|
}
|
|
4121
4121
|
interface BulkBrandsResultNonNullableFields {
|
|
4122
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
4122
|
+
itemMetadata?: ItemMetadataNonNullableFields$5;
|
|
4123
4123
|
item?: BrandNonNullableFields;
|
|
4124
4124
|
}
|
|
4125
4125
|
interface BulkActionMetadataNonNullableFields$4 {
|
|
@@ -4143,7 +4143,7 @@ interface BulkGetOrCreateBrandsResponseNonNullableFields {
|
|
|
4143
4143
|
bulkActionMetadata?: BulkActionMetadataNonNullableFields$4;
|
|
4144
4144
|
}
|
|
4145
4145
|
interface BulkDeleteBrandsResponseBulkBrandsResultNonNullableFields {
|
|
4146
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
4146
|
+
itemMetadata?: ItemMetadataNonNullableFields$5;
|
|
4147
4147
|
}
|
|
4148
4148
|
interface BulkDeleteBrandsResponseNonNullableFields {
|
|
4149
4149
|
results: BulkDeleteBrandsResponseBulkBrandsResultNonNullableFields[];
|
|
@@ -5258,13 +5258,13 @@ interface ApplicationErrorNonNullableFields$4 {
|
|
|
5258
5258
|
code: string;
|
|
5259
5259
|
description: string;
|
|
5260
5260
|
}
|
|
5261
|
-
interface ItemMetadataNonNullableFields$
|
|
5261
|
+
interface ItemMetadataNonNullableFields$4 {
|
|
5262
5262
|
originalIndex: number;
|
|
5263
5263
|
success: boolean;
|
|
5264
5264
|
error?: ApplicationErrorNonNullableFields$4;
|
|
5265
5265
|
}
|
|
5266
5266
|
interface BulkCustomizationResultNonNullableFields {
|
|
5267
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
5267
|
+
itemMetadata?: ItemMetadataNonNullableFields$4;
|
|
5268
5268
|
customization?: CustomizationNonNullableFields;
|
|
5269
5269
|
}
|
|
5270
5270
|
interface BulkActionMetadataNonNullableFields$3 {
|
|
@@ -7827,13 +7827,13 @@ interface ApplicationErrorNonNullableFields$3 {
|
|
|
7827
7827
|
code: string;
|
|
7828
7828
|
description: string;
|
|
7829
7829
|
}
|
|
7830
|
-
interface ItemMetadataNonNullableFields$
|
|
7830
|
+
interface ItemMetadataNonNullableFields$3 {
|
|
7831
7831
|
originalIndex: number;
|
|
7832
7832
|
success: boolean;
|
|
7833
7833
|
error?: ApplicationErrorNonNullableFields$3;
|
|
7834
7834
|
}
|
|
7835
7835
|
interface BulkInfoSectionItemResultNonNullableFields {
|
|
7836
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
7836
|
+
itemMetadata?: ItemMetadataNonNullableFields$3;
|
|
7837
7837
|
item?: InfoSectionNonNullableFields$1;
|
|
7838
7838
|
}
|
|
7839
7839
|
interface BulkActionMetadataNonNullableFields$2 {
|
|
@@ -7860,7 +7860,7 @@ interface BulkUpdateInfoSectionsResponseNonNullableFields {
|
|
|
7860
7860
|
bulkActionMetadata?: BulkActionMetadataNonNullableFields$2;
|
|
7861
7861
|
}
|
|
7862
7862
|
interface BulkInfoSectionResultNonNullableFields {
|
|
7863
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
7863
|
+
itemMetadata?: ItemMetadataNonNullableFields$3;
|
|
7864
7864
|
}
|
|
7865
7865
|
interface BulkDeleteInfoSectionsResponseNonNullableFields {
|
|
7866
7866
|
results: BulkInfoSectionResultNonNullableFields[];
|
|
@@ -8951,11 +8951,7 @@ declare enum ScalarType$1 {
|
|
|
8951
8951
|
/** Minimum value. */
|
|
8952
8952
|
MIN = "MIN",
|
|
8953
8953
|
/** Maximum value. */
|
|
8954
|
-
MAX = "MAX"
|
|
8955
|
-
/** Sum of values. */
|
|
8956
|
-
SUM = "SUM",
|
|
8957
|
-
/** Average of values. */
|
|
8958
|
-
AVG = "AVG"
|
|
8954
|
+
MAX = "MAX"
|
|
8959
8955
|
}
|
|
8960
8956
|
interface ValueAggregation$1 extends ValueAggregationOptionsOneOf$1 {
|
|
8961
8957
|
/** Options for including missing values. */
|
|
@@ -9603,13 +9599,13 @@ interface ApplicationErrorNonNullableFields$2 {
|
|
|
9603
9599
|
code: string;
|
|
9604
9600
|
description: string;
|
|
9605
9601
|
}
|
|
9606
|
-
interface ItemMetadataNonNullableFields$
|
|
9602
|
+
interface ItemMetadataNonNullableFields$2 {
|
|
9607
9603
|
originalIndex: number;
|
|
9608
9604
|
success: boolean;
|
|
9609
9605
|
error?: ApplicationErrorNonNullableFields$2;
|
|
9610
9606
|
}
|
|
9611
9607
|
interface V3BulkInventoryItemResultNonNullableFields {
|
|
9612
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
9608
|
+
itemMetadata?: ItemMetadataNonNullableFields$2;
|
|
9613
9609
|
item?: InventoryItemNonNullableFields$1;
|
|
9614
9610
|
}
|
|
9615
9611
|
interface BulkActionMetadataNonNullableFields$1 {
|
|
@@ -9635,7 +9631,7 @@ interface BulkUpdateInventoryItemsByFilterResponseNonNullableFields {
|
|
|
9635
9631
|
jobId: string;
|
|
9636
9632
|
}
|
|
9637
9633
|
interface BulkInventoryItemResultNonNullableFields$1 {
|
|
9638
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
9634
|
+
itemMetadata?: ItemMetadataNonNullableFields$2;
|
|
9639
9635
|
}
|
|
9640
9636
|
interface BulkDeleteInventoryItemsResponseNonNullableFields {
|
|
9641
9637
|
results: BulkInventoryItemResultNonNullableFields$1[];
|
|
@@ -9900,12 +9896,12 @@ interface InventoryItemsQueryBuilder {
|
|
|
9900
9896
|
* @param value - Value to compare against.
|
|
9901
9897
|
* @documentationMaturity preview
|
|
9902
9898
|
*/
|
|
9903
|
-
eq: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'preorderInfo.enabled', value: any) => InventoryItemsQueryBuilder;
|
|
9899
|
+
eq: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'trackQuantity' | 'availabilityStatus' | 'preorderInfo.enabled' | 'product.name' | 'product.directCategoryIds' | 'product.variantName' | 'product.variantSku', value: any) => InventoryItemsQueryBuilder;
|
|
9904
9900
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
9905
9901
|
* @param value - Value to compare against.
|
|
9906
9902
|
* @documentationMaturity preview
|
|
9907
9903
|
*/
|
|
9908
|
-
ne: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'preorderInfo.enabled', value: any) => InventoryItemsQueryBuilder;
|
|
9904
|
+
ne: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'trackQuantity' | 'availabilityStatus' | 'preorderInfo.enabled' | 'product.name' | 'product.directCategoryIds' | 'product.variantName' | 'product.variantSku', value: any) => InventoryItemsQueryBuilder;
|
|
9909
9905
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
9910
9906
|
* @param value - Value to compare against.
|
|
9911
9907
|
* @documentationMaturity preview
|
|
@@ -9930,24 +9926,29 @@ interface InventoryItemsQueryBuilder {
|
|
|
9930
9926
|
* @param string - String to compare against. Case-insensitive.
|
|
9931
9927
|
* @documentationMaturity preview
|
|
9932
9928
|
*/
|
|
9933
|
-
startsWith: (propertyName: '_id' | 'variantId' | 'locationId' | 'productId', value: string) => InventoryItemsQueryBuilder;
|
|
9929
|
+
startsWith: (propertyName: '_id' | 'variantId' | 'locationId' | 'productId' | 'product.name' | 'product.variantName' | 'product.variantSku', value: string) => InventoryItemsQueryBuilder;
|
|
9930
|
+
/** @param propertyName - Property whose value is compared with `values`.
|
|
9931
|
+
* @param values - List of values to compare against.
|
|
9932
|
+
* @documentationMaturity preview
|
|
9933
|
+
*/
|
|
9934
|
+
hasSome: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'trackQuantity' | 'availabilityStatus' | 'preorderInfo.enabled' | 'product.name' | 'product.directCategoryIds' | 'product.variantName' | 'product.variantSku', value: any[]) => InventoryItemsQueryBuilder;
|
|
9934
9935
|
/** @param propertyName - Property whose value is compared with `values`.
|
|
9935
9936
|
* @param values - List of values to compare against.
|
|
9936
9937
|
* @documentationMaturity preview
|
|
9937
9938
|
*/
|
|
9938
|
-
|
|
9939
|
+
hasAll: (propertyName: 'product.directCategoryIds', value: any[]) => InventoryItemsQueryBuilder;
|
|
9939
9940
|
/** @documentationMaturity preview */
|
|
9940
|
-
in: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'preorderInfo.enabled', value: any) => InventoryItemsQueryBuilder;
|
|
9941
|
+
in: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'trackQuantity' | 'availabilityStatus' | 'preorderInfo.enabled' | 'product.name' | 'product.directCategoryIds' | 'product.variantName' | 'product.variantSku', value: any) => InventoryItemsQueryBuilder;
|
|
9941
9942
|
/** @documentationMaturity preview */
|
|
9942
|
-
exists: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'preorderInfo.enabled', value: boolean) => InventoryItemsQueryBuilder;
|
|
9943
|
+
exists: (propertyName: 'inStock' | 'quantity' | '_id' | '_createdDate' | '_updatedDate' | 'variantId' | 'locationId' | 'productId' | 'trackQuantity' | 'availabilityStatus' | 'preorderInfo.enabled' | 'product.name' | 'product.directCategoryIds' | 'product.variantName' | 'product.variantSku', value: boolean) => InventoryItemsQueryBuilder;
|
|
9943
9944
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
9944
9945
|
* @documentationMaturity preview
|
|
9945
9946
|
*/
|
|
9946
|
-
ascending: (...propertyNames: Array<'inStock' | 'quantity' | '_createdDate' | '_updatedDate' | 'preorderInfo.enabled'>) => InventoryItemsQueryBuilder;
|
|
9947
|
+
ascending: (...propertyNames: Array<'inStock' | 'quantity' | '_createdDate' | '_updatedDate' | 'productId' | 'trackQuantity' | 'availabilityStatus' | 'preorderInfo.enabled' | 'product.name' | 'product.directCategoryIds' | 'product.variantName' | 'product.variantSku'>) => InventoryItemsQueryBuilder;
|
|
9947
9948
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
9948
9949
|
* @documentationMaturity preview
|
|
9949
9950
|
*/
|
|
9950
|
-
descending: (...propertyNames: Array<'inStock' | 'quantity' | '_createdDate' | '_updatedDate' | 'preorderInfo.enabled'>) => InventoryItemsQueryBuilder;
|
|
9951
|
+
descending: (...propertyNames: Array<'inStock' | 'quantity' | '_createdDate' | '_updatedDate' | 'productId' | 'trackQuantity' | 'availabilityStatus' | 'preorderInfo.enabled' | 'product.name' | 'product.directCategoryIds' | 'product.variantName' | 'product.variantSku'>) => InventoryItemsQueryBuilder;
|
|
9951
9952
|
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
|
|
9952
9953
|
* @documentationMaturity preview
|
|
9953
9954
|
*/
|
|
@@ -12981,10 +12982,8 @@ declare enum SingleEntityOpsRequestedFields {
|
|
|
12981
12982
|
DESCRIPTION = "DESCRIPTION",
|
|
12982
12983
|
DIRECT_CATEGORIES_INFO = "DIRECT_CATEGORIES_INFO",
|
|
12983
12984
|
ALL_CATEGORIES_INFO = "ALL_CATEGORIES_INFO",
|
|
12984
|
-
MIN_VARIANT_PRICE_INFO = "MIN_VARIANT_PRICE_INFO",
|
|
12985
12985
|
INFO_SECTION_DESCRIPTION = "INFO_SECTION_DESCRIPTION",
|
|
12986
|
-
THUMBNAIL = "THUMBNAIL"
|
|
12987
|
-
DIRECT_CATEGORY_IDS = "DIRECT_CATEGORY_IDS"
|
|
12986
|
+
THUMBNAIL = "THUMBNAIL"
|
|
12988
12987
|
}
|
|
12989
12988
|
interface CreateProductResponse {
|
|
12990
12989
|
/** Created product. */
|
|
@@ -13299,7 +13298,7 @@ interface BulkInventoryItemResults {
|
|
|
13299
13298
|
}
|
|
13300
13299
|
interface BulkInventoryItemResult {
|
|
13301
13300
|
/** Bulk action metadata for inventory item. */
|
|
13302
|
-
itemMetadata?:
|
|
13301
|
+
itemMetadata?: ItemMetadata$1;
|
|
13303
13302
|
/**
|
|
13304
13303
|
* Full inventory item entity.
|
|
13305
13304
|
*
|
|
@@ -13307,7 +13306,7 @@ interface BulkInventoryItemResult {
|
|
|
13307
13306
|
*/
|
|
13308
13307
|
item?: InventoryItem;
|
|
13309
13308
|
}
|
|
13310
|
-
interface
|
|
13309
|
+
interface ItemMetadata$1 {
|
|
13311
13310
|
/** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */
|
|
13312
13311
|
_id?: string | null;
|
|
13313
13312
|
/** Index of the item within the request array. Allows for correlation between request and response items. */
|
|
@@ -13497,7 +13496,6 @@ declare enum RequestedFields$1 {
|
|
|
13497
13496
|
PLAIN_DESCRIPTION = "PLAIN_DESCRIPTION",
|
|
13498
13497
|
INFO_SECTION_PLAIN_DESCRIPTION = "INFO_SECTION_PLAIN_DESCRIPTION",
|
|
13499
13498
|
SUBSCRIPTION_PRICES_INFO = "SUBSCRIPTION_PRICES_INFO",
|
|
13500
|
-
VARIANTS_INFO = "VARIANTS_INFO",
|
|
13501
13499
|
BREADCRUMBS_INFO = "BREADCRUMBS_INFO",
|
|
13502
13500
|
WEIGHT_MEASUREMENT_UNIT_INFO = "WEIGHT_MEASUREMENT_UNIT_INFO",
|
|
13503
13501
|
VARIANT_OPTION_CHOICE_NAMES = "VARIANT_OPTION_CHOICE_NAMES",
|
|
@@ -13505,10 +13503,8 @@ declare enum RequestedFields$1 {
|
|
|
13505
13503
|
DESCRIPTION = "DESCRIPTION",
|
|
13506
13504
|
DIRECT_CATEGORIES_INFO = "DIRECT_CATEGORIES_INFO",
|
|
13507
13505
|
ALL_CATEGORIES_INFO = "ALL_CATEGORIES_INFO",
|
|
13508
|
-
MIN_VARIANT_PRICE_INFO = "MIN_VARIANT_PRICE_INFO",
|
|
13509
13506
|
INFO_SECTION_DESCRIPTION = "INFO_SECTION_DESCRIPTION",
|
|
13510
|
-
THUMBNAIL = "THUMBNAIL"
|
|
13511
|
-
DIRECT_CATEGORY_IDS = "DIRECT_CATEGORY_IDS"
|
|
13507
|
+
THUMBNAIL = "THUMBNAIL"
|
|
13512
13508
|
}
|
|
13513
13509
|
interface BulkCreateProductsResponse {
|
|
13514
13510
|
/** Products created by bulk action. */
|
|
@@ -13831,11 +13827,7 @@ declare enum WixCommonScalarType {
|
|
|
13831
13827
|
/** Minimum value */
|
|
13832
13828
|
MIN = "MIN",
|
|
13833
13829
|
/** Maximum value */
|
|
13834
|
-
MAX = "MAX"
|
|
13835
|
-
/** Sum of values */
|
|
13836
|
-
SUM = "SUM",
|
|
13837
|
-
/** Average of values */
|
|
13838
|
-
AVG = "AVG"
|
|
13830
|
+
MAX = "MAX"
|
|
13839
13831
|
}
|
|
13840
13832
|
interface CommonAggregationValueAggregation extends CommonAggregationValueAggregationOptionsOneOf {
|
|
13841
13833
|
/** Options for including missing values */
|
|
@@ -14664,11 +14656,7 @@ declare enum ScalarType {
|
|
|
14664
14656
|
/** Minimum value. */
|
|
14665
14657
|
MIN = "MIN",
|
|
14666
14658
|
/** Maximum value. */
|
|
14667
|
-
MAX = "MAX"
|
|
14668
|
-
/** Sum of values. */
|
|
14669
|
-
SUM = "SUM",
|
|
14670
|
-
/** Average of values. */
|
|
14671
|
-
AVG = "AVG"
|
|
14659
|
+
MAX = "MAX"
|
|
14672
14660
|
}
|
|
14673
14661
|
interface ValueAggregation extends ValueAggregationOptionsOneOf {
|
|
14674
14662
|
/** Options for including missing values */
|
|
@@ -15181,11 +15169,7 @@ declare enum CommonScalarType {
|
|
|
15181
15169
|
/** Minimum value. */
|
|
15182
15170
|
MIN = "MIN",
|
|
15183
15171
|
/** Maximum value. */
|
|
15184
|
-
MAX = "MAX"
|
|
15185
|
-
/** Sum of values. */
|
|
15186
|
-
SUM = "SUM",
|
|
15187
|
-
/** Average of values. */
|
|
15188
|
-
AVG = "AVG"
|
|
15172
|
+
MAX = "MAX"
|
|
15189
15173
|
}
|
|
15190
15174
|
interface AggregationValueAggregation extends AggregationValueAggregationOptionsOneOf {
|
|
15191
15175
|
/** Options for including missing values. */
|
|
@@ -15422,7 +15406,7 @@ interface DoNotCallBulkCreateProductsResponse {
|
|
|
15422
15406
|
}
|
|
15423
15407
|
interface V3BulkProductResult {
|
|
15424
15408
|
/** Bulk action metadata for product. */
|
|
15425
|
-
itemMetadata?:
|
|
15409
|
+
itemMetadata?: CommonItemMetadata;
|
|
15426
15410
|
/**
|
|
15427
15411
|
* Full product entity.
|
|
15428
15412
|
*
|
|
@@ -15430,7 +15414,7 @@ interface V3BulkProductResult {
|
|
|
15430
15414
|
*/
|
|
15431
15415
|
item?: V3Product;
|
|
15432
15416
|
}
|
|
15433
|
-
interface
|
|
15417
|
+
interface CommonItemMetadata {
|
|
15434
15418
|
/** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */
|
|
15435
15419
|
_id?: string | null;
|
|
15436
15420
|
/** Index of the item within the request array. Allows for correlation between request and response items. */
|
|
@@ -15501,7 +15485,7 @@ interface BulkDeleteProductsResponse {
|
|
|
15501
15485
|
}
|
|
15502
15486
|
interface BulkProductResult {
|
|
15503
15487
|
/** Information about successful action or error for failure. */
|
|
15504
|
-
itemMetadata?:
|
|
15488
|
+
itemMetadata?: CommonItemMetadata;
|
|
15505
15489
|
}
|
|
15506
15490
|
interface BulkDeleteProductsByFilterRequest {
|
|
15507
15491
|
/**
|
|
@@ -16234,7 +16218,7 @@ interface ApplicationErrorNonNullableFields$1 {
|
|
|
16234
16218
|
code: string;
|
|
16235
16219
|
description: string;
|
|
16236
16220
|
}
|
|
16237
|
-
interface
|
|
16221
|
+
interface ItemMetadataNonNullableFields$1 {
|
|
16238
16222
|
originalIndex: number;
|
|
16239
16223
|
success: boolean;
|
|
16240
16224
|
error?: ApplicationErrorNonNullableFields$1;
|
|
@@ -16252,7 +16236,7 @@ interface InventoryItemNonNullableFields {
|
|
|
16252
16236
|
product?: ProductNonNullableFields;
|
|
16253
16237
|
}
|
|
16254
16238
|
interface BulkInventoryItemResultNonNullableFields {
|
|
16255
|
-
itemMetadata?:
|
|
16239
|
+
itemMetadata?: ItemMetadataNonNullableFields$1;
|
|
16256
16240
|
item?: InventoryItemNonNullableFields;
|
|
16257
16241
|
}
|
|
16258
16242
|
interface CommonBulkActionMetadataNonNullableFields {
|
|
@@ -1357,9 +1357,9 @@ interface BulkUpdateProductsResponse$3 {
|
|
|
1357
1357
|
}
|
|
1358
1358
|
interface BulkProductResult$1 {
|
|
1359
1359
|
/** Item metadata. */
|
|
1360
|
-
itemMetadata?: ItemMetadata$
|
|
1360
|
+
itemMetadata?: ItemMetadata$d;
|
|
1361
1361
|
}
|
|
1362
|
-
interface ItemMetadata$
|
|
1362
|
+
interface ItemMetadata$d {
|
|
1363
1363
|
/** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */
|
|
1364
1364
|
id?: string | null;
|
|
1365
1365
|
/** Index of the item within the request array. Allows for correlation between request and response items. */
|
|
@@ -1907,13 +1907,13 @@ interface ApplicationErrorNonNullableFields$d {
|
|
|
1907
1907
|
code: string;
|
|
1908
1908
|
description: string;
|
|
1909
1909
|
}
|
|
1910
|
-
interface ItemMetadataNonNullableFields$
|
|
1910
|
+
interface ItemMetadataNonNullableFields$d {
|
|
1911
1911
|
originalIndex: number;
|
|
1912
1912
|
success: boolean;
|
|
1913
1913
|
error?: ApplicationErrorNonNullableFields$d;
|
|
1914
1914
|
}
|
|
1915
1915
|
interface BulkProductResultNonNullableFields$1 {
|
|
1916
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
1916
|
+
itemMetadata?: ItemMetadataNonNullableFields$d;
|
|
1917
1917
|
}
|
|
1918
1918
|
interface BulkActionMetadataNonNullableFields$b {
|
|
1919
1919
|
totalSuccesses: number;
|
|
@@ -2774,9 +2774,9 @@ interface BulkUpdateProductsResponse$2 {
|
|
|
2774
2774
|
}
|
|
2775
2775
|
interface BulkProductResult {
|
|
2776
2776
|
/** Item metadata. */
|
|
2777
|
-
itemMetadata?: ItemMetadata$
|
|
2777
|
+
itemMetadata?: ItemMetadata$c;
|
|
2778
2778
|
}
|
|
2779
|
-
interface ItemMetadata$
|
|
2779
|
+
interface ItemMetadata$c {
|
|
2780
2780
|
/** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */
|
|
2781
2781
|
_id?: string | null;
|
|
2782
2782
|
/** Index of the item within the request array. Allows for correlation between request and response items. */
|
|
@@ -3277,13 +3277,13 @@ interface ApplicationErrorNonNullableFields$c {
|
|
|
3277
3277
|
code: string;
|
|
3278
3278
|
description: string;
|
|
3279
3279
|
}
|
|
3280
|
-
interface ItemMetadataNonNullableFields$
|
|
3280
|
+
interface ItemMetadataNonNullableFields$c {
|
|
3281
3281
|
originalIndex: number;
|
|
3282
3282
|
success: boolean;
|
|
3283
3283
|
error?: ApplicationErrorNonNullableFields$c;
|
|
3284
3284
|
}
|
|
3285
3285
|
interface BulkProductResultNonNullableFields {
|
|
3286
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
3286
|
+
itemMetadata?: ItemMetadataNonNullableFields$c;
|
|
3287
3287
|
}
|
|
3288
3288
|
interface BulkActionMetadataNonNullableFields$a {
|
|
3289
3289
|
totalSuccesses: number;
|
|
@@ -3646,7 +3646,7 @@ interface BulkCreateBrandsResponse$1 {
|
|
|
3646
3646
|
}
|
|
3647
3647
|
interface BulkBrandsResult$1 {
|
|
3648
3648
|
/** Bulk action metadata for brand. */
|
|
3649
|
-
itemMetadata?: ItemMetadata$
|
|
3649
|
+
itemMetadata?: ItemMetadata$b;
|
|
3650
3650
|
/**
|
|
3651
3651
|
* Full brand entity.
|
|
3652
3652
|
*
|
|
@@ -3654,7 +3654,7 @@ interface BulkBrandsResult$1 {
|
|
|
3654
3654
|
*/
|
|
3655
3655
|
item?: Brand$3;
|
|
3656
3656
|
}
|
|
3657
|
-
interface ItemMetadata$
|
|
3657
|
+
interface ItemMetadata$b {
|
|
3658
3658
|
/** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */
|
|
3659
3659
|
id?: string | null;
|
|
3660
3660
|
/** Index of the item within the request array. Allows for correlation between request and response items. */
|
|
@@ -3748,7 +3748,7 @@ interface BulkDeleteBrandsResponse$1 {
|
|
|
3748
3748
|
}
|
|
3749
3749
|
interface BulkDeleteBrandsResponseBulkBrandsResult$1 {
|
|
3750
3750
|
/** Bulk action metadata for brand. */
|
|
3751
|
-
itemMetadata?: ItemMetadata$
|
|
3751
|
+
itemMetadata?: ItemMetadata$b;
|
|
3752
3752
|
}
|
|
3753
3753
|
interface BrandNonNullableFields$1 {
|
|
3754
3754
|
name: string;
|
|
@@ -3769,13 +3769,13 @@ interface ApplicationErrorNonNullableFields$b {
|
|
|
3769
3769
|
code: string;
|
|
3770
3770
|
description: string;
|
|
3771
3771
|
}
|
|
3772
|
-
interface ItemMetadataNonNullableFields$
|
|
3772
|
+
interface ItemMetadataNonNullableFields$b {
|
|
3773
3773
|
originalIndex: number;
|
|
3774
3774
|
success: boolean;
|
|
3775
3775
|
error?: ApplicationErrorNonNullableFields$b;
|
|
3776
3776
|
}
|
|
3777
3777
|
interface BulkBrandsResultNonNullableFields$1 {
|
|
3778
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
3778
|
+
itemMetadata?: ItemMetadataNonNullableFields$b;
|
|
3779
3779
|
item?: BrandNonNullableFields$1;
|
|
3780
3780
|
}
|
|
3781
3781
|
interface BulkActionMetadataNonNullableFields$9 {
|
|
@@ -3799,7 +3799,7 @@ interface BulkGetOrCreateBrandsResponseNonNullableFields$1 {
|
|
|
3799
3799
|
bulkActionMetadata?: BulkActionMetadataNonNullableFields$9;
|
|
3800
3800
|
}
|
|
3801
3801
|
interface BulkDeleteBrandsResponseBulkBrandsResultNonNullableFields$1 {
|
|
3802
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
3802
|
+
itemMetadata?: ItemMetadataNonNullableFields$b;
|
|
3803
3803
|
}
|
|
3804
3804
|
interface BulkDeleteBrandsResponseNonNullableFields$1 {
|
|
3805
3805
|
results: BulkDeleteBrandsResponseBulkBrandsResultNonNullableFields$1[];
|
|
@@ -3992,7 +3992,7 @@ interface BulkCreateBrandsResponse {
|
|
|
3992
3992
|
}
|
|
3993
3993
|
interface BulkBrandsResult {
|
|
3994
3994
|
/** Bulk action metadata for brand. */
|
|
3995
|
-
itemMetadata?: ItemMetadata$
|
|
3995
|
+
itemMetadata?: ItemMetadata$a;
|
|
3996
3996
|
/**
|
|
3997
3997
|
* Full brand entity.
|
|
3998
3998
|
*
|
|
@@ -4000,7 +4000,7 @@ interface BulkBrandsResult {
|
|
|
4000
4000
|
*/
|
|
4001
4001
|
item?: Brand$2;
|
|
4002
4002
|
}
|
|
4003
|
-
interface ItemMetadata$
|
|
4003
|
+
interface ItemMetadata$a {
|
|
4004
4004
|
/** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */
|
|
4005
4005
|
_id?: string | null;
|
|
4006
4006
|
/** Index of the item within the request array. Allows for correlation between request and response items. */
|
|
@@ -4094,7 +4094,7 @@ interface BulkDeleteBrandsResponse {
|
|
|
4094
4094
|
}
|
|
4095
4095
|
interface BulkDeleteBrandsResponseBulkBrandsResult {
|
|
4096
4096
|
/** Bulk action metadata for brand. */
|
|
4097
|
-
itemMetadata?: ItemMetadata$
|
|
4097
|
+
itemMetadata?: ItemMetadata$a;
|
|
4098
4098
|
}
|
|
4099
4099
|
interface BrandNonNullableFields {
|
|
4100
4100
|
name: string;
|
|
@@ -4115,13 +4115,13 @@ interface ApplicationErrorNonNullableFields$a {
|
|
|
4115
4115
|
code: string;
|
|
4116
4116
|
description: string;
|
|
4117
4117
|
}
|
|
4118
|
-
interface ItemMetadataNonNullableFields$
|
|
4118
|
+
interface ItemMetadataNonNullableFields$a {
|
|
4119
4119
|
originalIndex: number;
|
|
4120
4120
|
success: boolean;
|
|
4121
4121
|
error?: ApplicationErrorNonNullableFields$a;
|
|
4122
4122
|
}
|
|
4123
4123
|
interface BulkBrandsResultNonNullableFields {
|
|
4124
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
4124
|
+
itemMetadata?: ItemMetadataNonNullableFields$a;
|
|
4125
4125
|
item?: BrandNonNullableFields;
|
|
4126
4126
|
}
|
|
4127
4127
|
interface BulkActionMetadataNonNullableFields$8 {
|
|
@@ -4145,7 +4145,7 @@ interface BulkGetOrCreateBrandsResponseNonNullableFields {
|
|
|
4145
4145
|
bulkActionMetadata?: BulkActionMetadataNonNullableFields$8;
|
|
4146
4146
|
}
|
|
4147
4147
|
interface BulkDeleteBrandsResponseBulkBrandsResultNonNullableFields {
|
|
4148
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
4148
|
+
itemMetadata?: ItemMetadataNonNullableFields$a;
|
|
4149
4149
|
}
|
|
4150
4150
|
interface BulkDeleteBrandsResponseNonNullableFields {
|
|
4151
4151
|
results: BulkDeleteBrandsResponseBulkBrandsResultNonNullableFields[];
|
|
@@ -4485,7 +4485,7 @@ interface BulkCreateCustomizationsResponse$1 {
|
|
|
4485
4485
|
}
|
|
4486
4486
|
interface BulkCustomizationResult$1 {
|
|
4487
4487
|
/** Bulk action metadata for customization. */
|
|
4488
|
-
itemMetadata?: ItemMetadata$
|
|
4488
|
+
itemMetadata?: ItemMetadata$9;
|
|
4489
4489
|
/**
|
|
4490
4490
|
* Full customization entity.
|
|
4491
4491
|
*
|
|
@@ -4493,7 +4493,7 @@ interface BulkCustomizationResult$1 {
|
|
|
4493
4493
|
*/
|
|
4494
4494
|
customization?: Customization$1;
|
|
4495
4495
|
}
|
|
4496
|
-
interface ItemMetadata$
|
|
4496
|
+
interface ItemMetadata$9 {
|
|
4497
4497
|
/** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */
|
|
4498
4498
|
id?: string | null;
|
|
4499
4499
|
/** Index of the item within the request array. Allows for correlation between request and response items. */
|
|
@@ -4677,13 +4677,13 @@ interface ApplicationErrorNonNullableFields$9 {
|
|
|
4677
4677
|
code: string;
|
|
4678
4678
|
description: string;
|
|
4679
4679
|
}
|
|
4680
|
-
interface ItemMetadataNonNullableFields$
|
|
4680
|
+
interface ItemMetadataNonNullableFields$9 {
|
|
4681
4681
|
originalIndex: number;
|
|
4682
4682
|
success: boolean;
|
|
4683
4683
|
error?: ApplicationErrorNonNullableFields$9;
|
|
4684
4684
|
}
|
|
4685
4685
|
interface BulkCustomizationResultNonNullableFields$1 {
|
|
4686
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
4686
|
+
itemMetadata?: ItemMetadataNonNullableFields$9;
|
|
4687
4687
|
customization?: CustomizationNonNullableFields$1;
|
|
4688
4688
|
}
|
|
4689
4689
|
interface BulkActionMetadataNonNullableFields$7 {
|
|
@@ -5005,7 +5005,7 @@ interface BulkCreateCustomizationsResponse {
|
|
|
5005
5005
|
}
|
|
5006
5006
|
interface BulkCustomizationResult {
|
|
5007
5007
|
/** Bulk action metadata for customization. */
|
|
5008
|
-
itemMetadata?: ItemMetadata$
|
|
5008
|
+
itemMetadata?: ItemMetadata$8;
|
|
5009
5009
|
/**
|
|
5010
5010
|
* Full customization entity.
|
|
5011
5011
|
*
|
|
@@ -5013,7 +5013,7 @@ interface BulkCustomizationResult {
|
|
|
5013
5013
|
*/
|
|
5014
5014
|
customization?: Customization;
|
|
5015
5015
|
}
|
|
5016
|
-
interface ItemMetadata$
|
|
5016
|
+
interface ItemMetadata$8 {
|
|
5017
5017
|
/** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */
|
|
5018
5018
|
_id?: string | null;
|
|
5019
5019
|
/** Index of the item within the request array. Allows for correlation between request and response items. */
|
|
@@ -5186,13 +5186,13 @@ interface ApplicationErrorNonNullableFields$8 {
|
|
|
5186
5186
|
code: string;
|
|
5187
5187
|
description: string;
|
|
5188
5188
|
}
|
|
5189
|
-
interface ItemMetadataNonNullableFields$
|
|
5189
|
+
interface ItemMetadataNonNullableFields$8 {
|
|
5190
5190
|
originalIndex: number;
|
|
5191
5191
|
success: boolean;
|
|
5192
5192
|
error?: ApplicationErrorNonNullableFields$8;
|
|
5193
5193
|
}
|
|
5194
5194
|
interface BulkCustomizationResultNonNullableFields {
|
|
5195
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
5195
|
+
itemMetadata?: ItemMetadataNonNullableFields$8;
|
|
5196
5196
|
customization?: CustomizationNonNullableFields;
|
|
5197
5197
|
}
|
|
5198
5198
|
interface BulkActionMetadataNonNullableFields$6 {
|
|
@@ -6641,7 +6641,7 @@ interface BulkGetOrCreateInfoSectionsResponse$1 {
|
|
|
6641
6641
|
}
|
|
6642
6642
|
interface BulkInfoSectionItemResult$1 {
|
|
6643
6643
|
/** Bulk action metadata for inventory item. */
|
|
6644
|
-
itemMetadata?: ItemMetadata$
|
|
6644
|
+
itemMetadata?: ItemMetadata$7;
|
|
6645
6645
|
/**
|
|
6646
6646
|
* Full inventory item entity.
|
|
6647
6647
|
*
|
|
@@ -6649,7 +6649,7 @@ interface BulkInfoSectionItemResult$1 {
|
|
|
6649
6649
|
*/
|
|
6650
6650
|
item?: InfoSection$3;
|
|
6651
6651
|
}
|
|
6652
|
-
interface ItemMetadata$
|
|
6652
|
+
interface ItemMetadata$7 {
|
|
6653
6653
|
/** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */
|
|
6654
6654
|
id?: string | null;
|
|
6655
6655
|
/** Index of the item within the request array. Allows for correlation between request and response items. */
|
|
@@ -6834,7 +6834,7 @@ interface BulkDeleteInfoSectionsResponse$1 {
|
|
|
6834
6834
|
}
|
|
6835
6835
|
interface BulkInfoSectionResult$1 {
|
|
6836
6836
|
/** Bulk action metadata for info section. */
|
|
6837
|
-
itemMetadata?: ItemMetadata$
|
|
6837
|
+
itemMetadata?: ItemMetadata$7;
|
|
6838
6838
|
}
|
|
6839
6839
|
interface PluginContainerDataWidthNonNullableFields$3 {
|
|
6840
6840
|
size: WidthType$3;
|
|
@@ -7101,13 +7101,13 @@ interface ApplicationErrorNonNullableFields$7 {
|
|
|
7101
7101
|
code: string;
|
|
7102
7102
|
description: string;
|
|
7103
7103
|
}
|
|
7104
|
-
interface ItemMetadataNonNullableFields$
|
|
7104
|
+
interface ItemMetadataNonNullableFields$7 {
|
|
7105
7105
|
originalIndex: number;
|
|
7106
7106
|
success: boolean;
|
|
7107
7107
|
error?: ApplicationErrorNonNullableFields$7;
|
|
7108
7108
|
}
|
|
7109
7109
|
interface BulkInfoSectionItemResultNonNullableFields$1 {
|
|
7110
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
7110
|
+
itemMetadata?: ItemMetadataNonNullableFields$7;
|
|
7111
7111
|
item?: InfoSectionNonNullableFields$3;
|
|
7112
7112
|
}
|
|
7113
7113
|
interface BulkActionMetadataNonNullableFields$5 {
|
|
@@ -7134,7 +7134,7 @@ interface BulkUpdateInfoSectionsResponseNonNullableFields$1 {
|
|
|
7134
7134
|
bulkActionMetadata?: BulkActionMetadataNonNullableFields$5;
|
|
7135
7135
|
}
|
|
7136
7136
|
interface BulkInfoSectionResultNonNullableFields$1 {
|
|
7137
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
7137
|
+
itemMetadata?: ItemMetadataNonNullableFields$7;
|
|
7138
7138
|
}
|
|
7139
7139
|
interface BulkDeleteInfoSectionsResponseNonNullableFields$1 {
|
|
7140
7140
|
results: BulkInfoSectionResultNonNullableFields$1[];
|
|
@@ -8511,7 +8511,7 @@ interface BulkGetOrCreateInfoSectionsResponse {
|
|
|
8511
8511
|
}
|
|
8512
8512
|
interface BulkInfoSectionItemResult {
|
|
8513
8513
|
/** Bulk action metadata for inventory item. */
|
|
8514
|
-
itemMetadata?: ItemMetadata$
|
|
8514
|
+
itemMetadata?: ItemMetadata$6;
|
|
8515
8515
|
/**
|
|
8516
8516
|
* Full inventory item entity.
|
|
8517
8517
|
*
|
|
@@ -8519,7 +8519,7 @@ interface BulkInfoSectionItemResult {
|
|
|
8519
8519
|
*/
|
|
8520
8520
|
item?: InfoSection$2;
|
|
8521
8521
|
}
|
|
8522
|
-
interface ItemMetadata$
|
|
8522
|
+
interface ItemMetadata$6 {
|
|
8523
8523
|
/** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */
|
|
8524
8524
|
_id?: string | null;
|
|
8525
8525
|
/** Index of the item within the request array. Allows for correlation between request and response items. */
|
|
@@ -8704,7 +8704,7 @@ interface BulkDeleteInfoSectionsResponse {
|
|
|
8704
8704
|
}
|
|
8705
8705
|
interface BulkInfoSectionResult {
|
|
8706
8706
|
/** Bulk action metadata for info section. */
|
|
8707
|
-
itemMetadata?: ItemMetadata$
|
|
8707
|
+
itemMetadata?: ItemMetadata$6;
|
|
8708
8708
|
}
|
|
8709
8709
|
interface PluginContainerDataWidthNonNullableFields$2 {
|
|
8710
8710
|
size: WidthType$2;
|
|
@@ -8971,13 +8971,13 @@ interface ApplicationErrorNonNullableFields$6 {
|
|
|
8971
8971
|
code: string;
|
|
8972
8972
|
description: string;
|
|
8973
8973
|
}
|
|
8974
|
-
interface ItemMetadataNonNullableFields$
|
|
8974
|
+
interface ItemMetadataNonNullableFields$6 {
|
|
8975
8975
|
originalIndex: number;
|
|
8976
8976
|
success: boolean;
|
|
8977
8977
|
error?: ApplicationErrorNonNullableFields$6;
|
|
8978
8978
|
}
|
|
8979
8979
|
interface BulkInfoSectionItemResultNonNullableFields {
|
|
8980
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
8980
|
+
itemMetadata?: ItemMetadataNonNullableFields$6;
|
|
8981
8981
|
item?: InfoSectionNonNullableFields$2;
|
|
8982
8982
|
}
|
|
8983
8983
|
interface BulkActionMetadataNonNullableFields$4 {
|
|
@@ -9004,7 +9004,7 @@ interface BulkUpdateInfoSectionsResponseNonNullableFields {
|
|
|
9004
9004
|
bulkActionMetadata?: BulkActionMetadataNonNullableFields$4;
|
|
9005
9005
|
}
|
|
9006
9006
|
interface BulkInfoSectionResultNonNullableFields {
|
|
9007
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
9007
|
+
itemMetadata?: ItemMetadataNonNullableFields$6;
|
|
9008
9008
|
}
|
|
9009
9009
|
interface BulkDeleteInfoSectionsResponseNonNullableFields {
|
|
9010
9010
|
results: BulkInfoSectionResultNonNullableFields[];
|
|
@@ -9229,7 +9229,7 @@ interface BulkCreateInventoryItemsResponse$1 {
|
|
|
9229
9229
|
}
|
|
9230
9230
|
interface V3BulkInventoryItemResult$1 {
|
|
9231
9231
|
/** Bulk action metadata for inventory item. */
|
|
9232
|
-
itemMetadata?: ItemMetadata$
|
|
9232
|
+
itemMetadata?: ItemMetadata$5;
|
|
9233
9233
|
/**
|
|
9234
9234
|
* Full inventory item entity.
|
|
9235
9235
|
*
|
|
@@ -9237,7 +9237,7 @@ interface V3BulkInventoryItemResult$1 {
|
|
|
9237
9237
|
*/
|
|
9238
9238
|
item?: InventoryItem$3;
|
|
9239
9239
|
}
|
|
9240
|
-
interface ItemMetadata$
|
|
9240
|
+
interface ItemMetadata$5 {
|
|
9241
9241
|
/** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */
|
|
9242
9242
|
id?: string | null;
|
|
9243
9243
|
/** Index of the item within the request array. Allows for correlation between request and response items. */
|
|
@@ -9360,7 +9360,7 @@ interface BulkDeleteInventoryItemsResponse$1 {
|
|
|
9360
9360
|
}
|
|
9361
9361
|
interface BulkInventoryItemResult$3 {
|
|
9362
9362
|
/** Bulk action metadata for inventory item. */
|
|
9363
|
-
itemMetadata?: ItemMetadata$
|
|
9363
|
+
itemMetadata?: ItemMetadata$5;
|
|
9364
9364
|
}
|
|
9365
9365
|
interface QueryInventoryItemsRequest$1 {
|
|
9366
9366
|
/** Query options. */
|
|
@@ -9556,11 +9556,7 @@ declare enum ScalarType$1 {
|
|
|
9556
9556
|
/** Minimum value. */
|
|
9557
9557
|
MIN = "MIN",
|
|
9558
9558
|
/** Maximum value. */
|
|
9559
|
-
MAX = "MAX"
|
|
9560
|
-
/** Sum of values. */
|
|
9561
|
-
SUM = "SUM",
|
|
9562
|
-
/** Average of values. */
|
|
9563
|
-
AVG = "AVG"
|
|
9559
|
+
MAX = "MAX"
|
|
9564
9560
|
}
|
|
9565
9561
|
interface ValueAggregation$1 extends ValueAggregationOptionsOneOf$1 {
|
|
9566
9562
|
/** Options for including missing values. */
|
|
@@ -10010,13 +10006,13 @@ interface ApplicationErrorNonNullableFields$5 {
|
|
|
10010
10006
|
code: string;
|
|
10011
10007
|
description: string;
|
|
10012
10008
|
}
|
|
10013
|
-
interface ItemMetadataNonNullableFields$
|
|
10009
|
+
interface ItemMetadataNonNullableFields$5 {
|
|
10014
10010
|
originalIndex: number;
|
|
10015
10011
|
success: boolean;
|
|
10016
10012
|
error?: ApplicationErrorNonNullableFields$5;
|
|
10017
10013
|
}
|
|
10018
10014
|
interface V3BulkInventoryItemResultNonNullableFields$1 {
|
|
10019
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
10015
|
+
itemMetadata?: ItemMetadataNonNullableFields$5;
|
|
10020
10016
|
item?: InventoryItemNonNullableFields$3;
|
|
10021
10017
|
}
|
|
10022
10018
|
interface BulkActionMetadataNonNullableFields$3 {
|
|
@@ -10042,7 +10038,7 @@ interface BulkUpdateInventoryItemsByFilterResponseNonNullableFields$1 {
|
|
|
10042
10038
|
jobId: string;
|
|
10043
10039
|
}
|
|
10044
10040
|
interface BulkInventoryItemResultNonNullableFields$3 {
|
|
10045
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
10041
|
+
itemMetadata?: ItemMetadataNonNullableFields$5;
|
|
10046
10042
|
}
|
|
10047
10043
|
interface BulkDeleteInventoryItemsResponseNonNullableFields$1 {
|
|
10048
10044
|
results: BulkInventoryItemResultNonNullableFields$3[];
|
|
@@ -10301,7 +10297,7 @@ interface BulkCreateInventoryItemsResponse {
|
|
|
10301
10297
|
}
|
|
10302
10298
|
interface V3BulkInventoryItemResult {
|
|
10303
10299
|
/** Bulk action metadata for inventory item. */
|
|
10304
|
-
itemMetadata?: ItemMetadata$
|
|
10300
|
+
itemMetadata?: ItemMetadata$4;
|
|
10305
10301
|
/**
|
|
10306
10302
|
* Full inventory item entity.
|
|
10307
10303
|
*
|
|
@@ -10309,7 +10305,7 @@ interface V3BulkInventoryItemResult {
|
|
|
10309
10305
|
*/
|
|
10310
10306
|
item?: InventoryItem$2;
|
|
10311
10307
|
}
|
|
10312
|
-
interface ItemMetadata$
|
|
10308
|
+
interface ItemMetadata$4 {
|
|
10313
10309
|
/** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */
|
|
10314
10310
|
_id?: string | null;
|
|
10315
10311
|
/** Index of the item within the request array. Allows for correlation between request and response items. */
|
|
@@ -10432,7 +10428,7 @@ interface BulkDeleteInventoryItemsResponse {
|
|
|
10432
10428
|
}
|
|
10433
10429
|
interface BulkInventoryItemResult$2 {
|
|
10434
10430
|
/** Bulk action metadata for inventory item. */
|
|
10435
|
-
itemMetadata?: ItemMetadata$
|
|
10431
|
+
itemMetadata?: ItemMetadata$4;
|
|
10436
10432
|
}
|
|
10437
10433
|
interface QueryInventoryItemsRequest {
|
|
10438
10434
|
/** Query options. */
|
|
@@ -10628,11 +10624,7 @@ declare enum ScalarType {
|
|
|
10628
10624
|
/** Minimum value. */
|
|
10629
10625
|
MIN = "MIN",
|
|
10630
10626
|
/** Maximum value. */
|
|
10631
|
-
MAX = "MAX"
|
|
10632
|
-
/** Sum of values. */
|
|
10633
|
-
SUM = "SUM",
|
|
10634
|
-
/** Average of values. */
|
|
10635
|
-
AVG = "AVG"
|
|
10627
|
+
MAX = "MAX"
|
|
10636
10628
|
}
|
|
10637
10629
|
interface ValueAggregation extends ValueAggregationOptionsOneOf {
|
|
10638
10630
|
/** Options for including missing values. */
|
|
@@ -11082,13 +11074,13 @@ interface ApplicationErrorNonNullableFields$4 {
|
|
|
11082
11074
|
code: string;
|
|
11083
11075
|
description: string;
|
|
11084
11076
|
}
|
|
11085
|
-
interface ItemMetadataNonNullableFields$
|
|
11077
|
+
interface ItemMetadataNonNullableFields$4 {
|
|
11086
11078
|
originalIndex: number;
|
|
11087
11079
|
success: boolean;
|
|
11088
11080
|
error?: ApplicationErrorNonNullableFields$4;
|
|
11089
11081
|
}
|
|
11090
11082
|
interface V3BulkInventoryItemResultNonNullableFields {
|
|
11091
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
11083
|
+
itemMetadata?: ItemMetadataNonNullableFields$4;
|
|
11092
11084
|
item?: InventoryItemNonNullableFields$2;
|
|
11093
11085
|
}
|
|
11094
11086
|
interface BulkActionMetadataNonNullableFields$2 {
|
|
@@ -11114,7 +11106,7 @@ interface BulkUpdateInventoryItemsByFilterResponseNonNullableFields {
|
|
|
11114
11106
|
jobId: string;
|
|
11115
11107
|
}
|
|
11116
11108
|
interface BulkInventoryItemResultNonNullableFields$2 {
|
|
11117
|
-
itemMetadata?: ItemMetadataNonNullableFields$
|
|
11109
|
+
itemMetadata?: ItemMetadataNonNullableFields$4;
|
|
11118
11110
|
}
|
|
11119
11111
|
interface BulkDeleteInventoryItemsResponseNonNullableFields {
|
|
11120
11112
|
results: BulkInventoryItemResultNonNullableFields$2[];
|
|
@@ -13617,10 +13609,8 @@ declare enum SingleEntityOpsRequestedFields$1 {
|
|
|
13617
13609
|
DESCRIPTION = "DESCRIPTION",
|
|
13618
13610
|
DIRECT_CATEGORIES_INFO = "DIRECT_CATEGORIES_INFO",
|
|
13619
13611
|
ALL_CATEGORIES_INFO = "ALL_CATEGORIES_INFO",
|
|
13620
|
-
MIN_VARIANT_PRICE_INFO = "MIN_VARIANT_PRICE_INFO",
|
|
13621
13612
|
INFO_SECTION_DESCRIPTION = "INFO_SECTION_DESCRIPTION",
|
|
13622
|
-
THUMBNAIL = "THUMBNAIL"
|
|
13623
|
-
DIRECT_CATEGORY_IDS = "DIRECT_CATEGORY_IDS"
|
|
13613
|
+
THUMBNAIL = "THUMBNAIL"
|
|
13624
13614
|
}
|
|
13625
13615
|
interface CreateProductResponse$1 {
|
|
13626
13616
|
/** Created product. */
|
|
@@ -13925,7 +13915,7 @@ interface BulkInventoryItemResults$1 {
|
|
|
13925
13915
|
}
|
|
13926
13916
|
interface BulkInventoryItemResult$1 {
|
|
13927
13917
|
/** Bulk action metadata for inventory item. */
|
|
13928
|
-
itemMetadata?:
|
|
13918
|
+
itemMetadata?: ItemMetadata$3;
|
|
13929
13919
|
/**
|
|
13930
13920
|
* Full inventory item entity.
|
|
13931
13921
|
*
|
|
@@ -13933,7 +13923,7 @@ interface BulkInventoryItemResult$1 {
|
|
|
13933
13923
|
*/
|
|
13934
13924
|
item?: InventoryItem$1;
|
|
13935
13925
|
}
|
|
13936
|
-
interface
|
|
13926
|
+
interface ItemMetadata$3 {
|
|
13937
13927
|
/** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */
|
|
13938
13928
|
id?: string | null;
|
|
13939
13929
|
/** Index of the item within the request array. Allows for correlation between request and response items. */
|
|
@@ -14119,7 +14109,6 @@ declare enum RequestedFields$3 {
|
|
|
14119
14109
|
PLAIN_DESCRIPTION = "PLAIN_DESCRIPTION",
|
|
14120
14110
|
INFO_SECTION_PLAIN_DESCRIPTION = "INFO_SECTION_PLAIN_DESCRIPTION",
|
|
14121
14111
|
SUBSCRIPTION_PRICES_INFO = "SUBSCRIPTION_PRICES_INFO",
|
|
14122
|
-
VARIANTS_INFO = "VARIANTS_INFO",
|
|
14123
14112
|
BREADCRUMBS_INFO = "BREADCRUMBS_INFO",
|
|
14124
14113
|
WEIGHT_MEASUREMENT_UNIT_INFO = "WEIGHT_MEASUREMENT_UNIT_INFO",
|
|
14125
14114
|
VARIANT_OPTION_CHOICE_NAMES = "VARIANT_OPTION_CHOICE_NAMES",
|
|
@@ -14127,10 +14116,8 @@ declare enum RequestedFields$3 {
|
|
|
14127
14116
|
DESCRIPTION = "DESCRIPTION",
|
|
14128
14117
|
DIRECT_CATEGORIES_INFO = "DIRECT_CATEGORIES_INFO",
|
|
14129
14118
|
ALL_CATEGORIES_INFO = "ALL_CATEGORIES_INFO",
|
|
14130
|
-
MIN_VARIANT_PRICE_INFO = "MIN_VARIANT_PRICE_INFO",
|
|
14131
14119
|
INFO_SECTION_DESCRIPTION = "INFO_SECTION_DESCRIPTION",
|
|
14132
|
-
THUMBNAIL = "THUMBNAIL"
|
|
14133
|
-
DIRECT_CATEGORY_IDS = "DIRECT_CATEGORY_IDS"
|
|
14120
|
+
THUMBNAIL = "THUMBNAIL"
|
|
14134
14121
|
}
|
|
14135
14122
|
interface BulkCreateProductsResponse$1 {
|
|
14136
14123
|
/** Products created by bulk action. */
|
|
@@ -14453,11 +14440,7 @@ declare enum WixCommonScalarType$1 {
|
|
|
14453
14440
|
/** Minimum value */
|
|
14454
14441
|
MIN = "MIN",
|
|
14455
14442
|
/** Maximum value */
|
|
14456
|
-
MAX = "MAX"
|
|
14457
|
-
/** Sum of values */
|
|
14458
|
-
SUM = "SUM",
|
|
14459
|
-
/** Average of values */
|
|
14460
|
-
AVG = "AVG"
|
|
14443
|
+
MAX = "MAX"
|
|
14461
14444
|
}
|
|
14462
14445
|
interface CommonAggregationValueAggregation$1 extends CommonAggregationValueAggregationOptionsOneOf$1 {
|
|
14463
14446
|
/** Options for including missing values */
|
|
@@ -15580,7 +15563,7 @@ interface ApplicationErrorNonNullableFields$3 {
|
|
|
15580
15563
|
code: string;
|
|
15581
15564
|
description: string;
|
|
15582
15565
|
}
|
|
15583
|
-
interface
|
|
15566
|
+
interface ItemMetadataNonNullableFields$3 {
|
|
15584
15567
|
originalIndex: number;
|
|
15585
15568
|
success: boolean;
|
|
15586
15569
|
error?: ApplicationErrorNonNullableFields$3;
|
|
@@ -15598,7 +15581,7 @@ interface InventoryItemNonNullableFields$1 {
|
|
|
15598
15581
|
product?: ProductNonNullableFields$1;
|
|
15599
15582
|
}
|
|
15600
15583
|
interface BulkInventoryItemResultNonNullableFields$1 {
|
|
15601
|
-
itemMetadata?:
|
|
15584
|
+
itemMetadata?: ItemMetadataNonNullableFields$3;
|
|
15602
15585
|
item?: InventoryItemNonNullableFields$1;
|
|
15603
15586
|
}
|
|
15604
15587
|
interface CommonBulkActionMetadataNonNullableFields$1 {
|
|
@@ -18081,10 +18064,8 @@ declare enum SingleEntityOpsRequestedFields {
|
|
|
18081
18064
|
DESCRIPTION = "DESCRIPTION",
|
|
18082
18065
|
DIRECT_CATEGORIES_INFO = "DIRECT_CATEGORIES_INFO",
|
|
18083
18066
|
ALL_CATEGORIES_INFO = "ALL_CATEGORIES_INFO",
|
|
18084
|
-
MIN_VARIANT_PRICE_INFO = "MIN_VARIANT_PRICE_INFO",
|
|
18085
18067
|
INFO_SECTION_DESCRIPTION = "INFO_SECTION_DESCRIPTION",
|
|
18086
|
-
THUMBNAIL = "THUMBNAIL"
|
|
18087
|
-
DIRECT_CATEGORY_IDS = "DIRECT_CATEGORY_IDS"
|
|
18068
|
+
THUMBNAIL = "THUMBNAIL"
|
|
18088
18069
|
}
|
|
18089
18070
|
interface CreateProductResponse {
|
|
18090
18071
|
/** Created product. */
|
|
@@ -18389,7 +18370,7 @@ interface BulkInventoryItemResults {
|
|
|
18389
18370
|
}
|
|
18390
18371
|
interface BulkInventoryItemResult {
|
|
18391
18372
|
/** Bulk action metadata for inventory item. */
|
|
18392
|
-
itemMetadata?:
|
|
18373
|
+
itemMetadata?: ItemMetadata$2;
|
|
18393
18374
|
/**
|
|
18394
18375
|
* Full inventory item entity.
|
|
18395
18376
|
*
|
|
@@ -18397,7 +18378,7 @@ interface BulkInventoryItemResult {
|
|
|
18397
18378
|
*/
|
|
18398
18379
|
item?: InventoryItem;
|
|
18399
18380
|
}
|
|
18400
|
-
interface
|
|
18381
|
+
interface ItemMetadata$2 {
|
|
18401
18382
|
/** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */
|
|
18402
18383
|
_id?: string | null;
|
|
18403
18384
|
/** Index of the item within the request array. Allows for correlation between request and response items. */
|
|
@@ -18583,7 +18564,6 @@ declare enum RequestedFields$2 {
|
|
|
18583
18564
|
PLAIN_DESCRIPTION = "PLAIN_DESCRIPTION",
|
|
18584
18565
|
INFO_SECTION_PLAIN_DESCRIPTION = "INFO_SECTION_PLAIN_DESCRIPTION",
|
|
18585
18566
|
SUBSCRIPTION_PRICES_INFO = "SUBSCRIPTION_PRICES_INFO",
|
|
18586
|
-
VARIANTS_INFO = "VARIANTS_INFO",
|
|
18587
18567
|
BREADCRUMBS_INFO = "BREADCRUMBS_INFO",
|
|
18588
18568
|
WEIGHT_MEASUREMENT_UNIT_INFO = "WEIGHT_MEASUREMENT_UNIT_INFO",
|
|
18589
18569
|
VARIANT_OPTION_CHOICE_NAMES = "VARIANT_OPTION_CHOICE_NAMES",
|
|
@@ -18591,10 +18571,8 @@ declare enum RequestedFields$2 {
|
|
|
18591
18571
|
DESCRIPTION = "DESCRIPTION",
|
|
18592
18572
|
DIRECT_CATEGORIES_INFO = "DIRECT_CATEGORIES_INFO",
|
|
18593
18573
|
ALL_CATEGORIES_INFO = "ALL_CATEGORIES_INFO",
|
|
18594
|
-
MIN_VARIANT_PRICE_INFO = "MIN_VARIANT_PRICE_INFO",
|
|
18595
18574
|
INFO_SECTION_DESCRIPTION = "INFO_SECTION_DESCRIPTION",
|
|
18596
|
-
THUMBNAIL = "THUMBNAIL"
|
|
18597
|
-
DIRECT_CATEGORY_IDS = "DIRECT_CATEGORY_IDS"
|
|
18575
|
+
THUMBNAIL = "THUMBNAIL"
|
|
18598
18576
|
}
|
|
18599
18577
|
interface BulkCreateProductsResponse {
|
|
18600
18578
|
/** Products created by bulk action. */
|
|
@@ -18917,11 +18895,7 @@ declare enum WixCommonScalarType {
|
|
|
18917
18895
|
/** Minimum value */
|
|
18918
18896
|
MIN = "MIN",
|
|
18919
18897
|
/** Maximum value */
|
|
18920
|
-
MAX = "MAX"
|
|
18921
|
-
/** Sum of values */
|
|
18922
|
-
SUM = "SUM",
|
|
18923
|
-
/** Average of values */
|
|
18924
|
-
AVG = "AVG"
|
|
18898
|
+
MAX = "MAX"
|
|
18925
18899
|
}
|
|
18926
18900
|
interface CommonAggregationValueAggregation extends CommonAggregationValueAggregationOptionsOneOf {
|
|
18927
18901
|
/** Options for including missing values */
|
|
@@ -20022,7 +19996,7 @@ interface ApplicationErrorNonNullableFields$2 {
|
|
|
20022
19996
|
code: string;
|
|
20023
19997
|
description: string;
|
|
20024
19998
|
}
|
|
20025
|
-
interface
|
|
19999
|
+
interface ItemMetadataNonNullableFields$2 {
|
|
20026
20000
|
originalIndex: number;
|
|
20027
20001
|
success: boolean;
|
|
20028
20002
|
error?: ApplicationErrorNonNullableFields$2;
|
|
@@ -20040,7 +20014,7 @@ interface InventoryItemNonNullableFields {
|
|
|
20040
20014
|
product?: ProductNonNullableFields;
|
|
20041
20015
|
}
|
|
20042
20016
|
interface BulkInventoryItemResultNonNullableFields {
|
|
20043
|
-
itemMetadata?:
|
|
20017
|
+
itemMetadata?: ItemMetadataNonNullableFields$2;
|
|
20044
20018
|
item?: InventoryItemNonNullableFields;
|
|
20045
20019
|
}
|
|
20046
20020
|
interface CommonBulkActionMetadataNonNullableFields {
|