@wix/bex-utils 2.0.0 → 2.2.0
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/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.d.ts +4 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +64 -6
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +12 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +713 -74
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +359 -38
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +12499 -2105
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +711 -73
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +56 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js +10 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.d.ts +4 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +60 -5
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +12 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +56 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js +9 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +3 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +16 -10
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/description_line.proto +23 -6
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +70 -44
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_media.proto +14 -5
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_type.proto +3 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/payment_option.proto +10 -7
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/physical_properties.proto +4 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +109 -33
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/price_description.proto +6 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/product_name.proto +11 -6
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/secured_media.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/service_properties.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/subscription_option_info.proto +14 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/inventory/api/v1/inventoryEvents.proto +5 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address_with_contact.proto +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/locations.proto +16 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +4 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +6 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/errors.proto +6 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +49 -13
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/media.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/product.proto +5 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v2/collectionRead.proto +1 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/media.proto +9 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/pageurl.proto +4 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/paging.proto +21 -12
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +323 -88
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/sorting.proto +13 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/tags.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/wixlink.proto +50 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/coupons-adapter.proto +50 -50
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/mediaitem.proto +3 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJob.proto +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +36 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/inventoryItem.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/locationInventory.proto +27 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/locationInventoryItem.proto +75 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/locationInventoryMessages.proto +33 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/accounts.proto +8 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/orders.proto +10 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-methods.proto +7 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payments.proto +7 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/charge.proto +3 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-description.proto +6 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment-method.proto +3 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/payment-event.proto +2 -1
- package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +4 -0
- package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/bex-bundled-mini-essentials/package.json +1 -1
- package/README.md +1 -1
- package/package.json +4 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/paypal-recurring-orders.proto +0 -38
|
@@ -341,48 +341,52 @@ declare namespace $wrapper {
|
|
|
341
341
|
abstract getCatalogItems(aspects: AspectStore, req: $wrapper.com.wix.ecommerce.catalog_spi.api.v1.IGetCatalogItemsRequest): Promise<$wrapper.com.wix.ecommerce.catalog_spi.api.v1.IGetCatalogItemsResponse>
|
|
342
342
|
abstract queryCatalogItems(aspects: AspectStore, req: $wrapper.com.wix.ecommerce.catalog_spi.api.v1.IQueryCatalogItemsRequest): Promise<$wrapper.com.wix.ecommerce.catalog_spi.api.v1.IQueryCatalogItemsResponse>
|
|
343
343
|
}
|
|
344
|
-
export interface ICatalogProvider {
|
|
345
|
-
}
|
|
346
|
-
export class CatalogProvider implements ICatalogProvider {
|
|
347
|
-
constructor(data?: ICatalogProvider);
|
|
348
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
349
|
-
}
|
|
350
344
|
export interface ICatalogSPIConfig {
|
|
351
345
|
deploymentUri?: (string | null);
|
|
352
|
-
allItemsDiscount?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.
|
|
353
|
-
specificItemsDiscount?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.
|
|
354
|
-
nameTranslationKey?: (string | null);
|
|
346
|
+
allItemsDiscount?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.IAllItemsDiscountConfig | null);
|
|
347
|
+
specificItemsDiscount?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.ISpecificItemsDiscountConfig | null);
|
|
355
348
|
}
|
|
356
349
|
export class CatalogSPIConfig implements ICatalogSPIConfig {
|
|
357
350
|
constructor(data?: ICatalogSPIConfig);
|
|
358
351
|
deploymentUri?: (string | null);
|
|
359
|
-
allItemsDiscount?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.
|
|
360
|
-
specificItemsDiscount?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.
|
|
361
|
-
nameTranslationKey?: (string | null);
|
|
352
|
+
allItemsDiscount?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.IAllItemsDiscountConfig | null);
|
|
353
|
+
specificItemsDiscount?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.ISpecificItemsDiscountConfig | null);
|
|
362
354
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
363
355
|
}
|
|
364
|
-
export interface
|
|
356
|
+
export interface IAllItemsDiscountConfig {
|
|
365
357
|
enabled?: (boolean | null);
|
|
366
358
|
translationKey?: (string | null);
|
|
359
|
+
name?: (string | null);
|
|
367
360
|
}
|
|
368
|
-
export class
|
|
369
|
-
constructor(data?:
|
|
361
|
+
export class AllItemsDiscountConfig implements IAllItemsDiscountConfig {
|
|
362
|
+
constructor(data?: IAllItemsDiscountConfig);
|
|
370
363
|
enabled?: (boolean | null);
|
|
371
364
|
translationKey?: (string | null);
|
|
365
|
+
name?: (string | null);
|
|
366
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
367
|
+
}
|
|
368
|
+
export interface ISpecificItemsDiscountConfig {
|
|
369
|
+
enabled?: (boolean | null);
|
|
370
|
+
translationKey?: (string | null);
|
|
371
|
+
name?: (string | null);
|
|
372
|
+
}
|
|
373
|
+
export class SpecificItemsDiscountConfig implements ISpecificItemsDiscountConfig {
|
|
374
|
+
constructor(data?: ISpecificItemsDiscountConfig);
|
|
375
|
+
enabled?: (boolean | null);
|
|
376
|
+
translationKey?: (string | null);
|
|
377
|
+
name?: (string | null);
|
|
372
378
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
373
379
|
}
|
|
374
380
|
export interface IGetCatalogItemsRequest {
|
|
375
381
|
catalogReferences?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.ICatalogReferenceAndQuantity[] | null);
|
|
376
382
|
weightUnit?: ($wrapper.com.wix.ecommerce.platform_common.api.WeightUnit | null);
|
|
377
383
|
currency?: (string | null);
|
|
378
|
-
instanceId?: (string | null);
|
|
379
384
|
}
|
|
380
385
|
export class GetCatalogItemsRequest implements IGetCatalogItemsRequest {
|
|
381
386
|
constructor(data?: IGetCatalogItemsRequest);
|
|
382
387
|
catalogReferences?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.ICatalogReferenceAndQuantity[] | null);
|
|
383
388
|
weightUnit?: ($wrapper.com.wix.ecommerce.platform_common.api.WeightUnit | null);
|
|
384
389
|
currency?: (string | null);
|
|
385
|
-
instanceId?: (string | null);
|
|
386
390
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
387
391
|
}
|
|
388
392
|
export interface IGetCatalogItemsResponse {
|
|
@@ -545,6 +549,18 @@ declare namespace $wrapper {
|
|
|
545
549
|
CLASS_PASS = "CLASS_PASS",
|
|
546
550
|
GLOBAL_E = "GLOBAL_E",
|
|
547
551
|
}
|
|
552
|
+
export interface ILocationAndQuantity {
|
|
553
|
+
id?: (string | null);
|
|
554
|
+
appId?: (string | null);
|
|
555
|
+
quantity?: (number | null);
|
|
556
|
+
}
|
|
557
|
+
export class LocationAndQuantity implements ILocationAndQuantity {
|
|
558
|
+
constructor(data?: ILocationAndQuantity);
|
|
559
|
+
id?: (string | null);
|
|
560
|
+
appId?: (string | null);
|
|
561
|
+
quantity?: (number | null);
|
|
562
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
563
|
+
}
|
|
548
564
|
export interface IPickupAddress {
|
|
549
565
|
country?: (string | null);
|
|
550
566
|
subdivision?: (string | null);
|
|
@@ -891,6 +907,7 @@ declare namespace $wrapper {
|
|
|
891
907
|
trackInventory?: (boolean | null);
|
|
892
908
|
preorderInfo?: ($wrapper.wix.inventory.api.v1.IPreorderInfo | null);
|
|
893
909
|
fieldMask?: (string[] | null);
|
|
910
|
+
updatedDate?: (Date | null);
|
|
894
911
|
}
|
|
895
912
|
export class InventoryItemChanged implements IInventoryItemChanged {
|
|
896
913
|
constructor(data?: IInventoryItemChanged);
|
|
@@ -900,6 +917,7 @@ declare namespace $wrapper {
|
|
|
900
917
|
trackInventory?: (boolean | null);
|
|
901
918
|
preorderInfo?: ($wrapper.wix.inventory.api.v1.IPreorderInfo | null);
|
|
902
919
|
fieldMask?: (string[] | null);
|
|
920
|
+
updatedDate?: (Date | null);
|
|
903
921
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
904
922
|
}
|
|
905
923
|
export interface IInventoryVariantsChanged {
|
|
@@ -908,6 +926,7 @@ declare namespace $wrapper {
|
|
|
908
926
|
productId?: (string | null);
|
|
909
927
|
variants?: ($wrapper.com.wix.ecommerce.inventory.api.v1.IChangedInventoryVariant[] | null);
|
|
910
928
|
reason?: ($wrapper.wix.inventory.api.v1.ReasonTypeWrapper.ReasonType | null);
|
|
929
|
+
updatedDate?: (Date | null);
|
|
911
930
|
}
|
|
912
931
|
export class InventoryVariantsChanged implements IInventoryVariantsChanged {
|
|
913
932
|
constructor(data?: IInventoryVariantsChanged);
|
|
@@ -916,6 +935,7 @@ declare namespace $wrapper {
|
|
|
916
935
|
productId?: (string | null);
|
|
917
936
|
variants?: ($wrapper.com.wix.ecommerce.inventory.api.v1.IChangedInventoryVariant[] | null);
|
|
918
937
|
reason?: ($wrapper.wix.inventory.api.v1.ReasonTypeWrapper.ReasonType | null);
|
|
938
|
+
updatedDate?: (Date | null);
|
|
919
939
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
920
940
|
}
|
|
921
941
|
export interface IChangedInventoryVariant {
|
|
@@ -992,10 +1012,12 @@ declare namespace $wrapper {
|
|
|
992
1012
|
}
|
|
993
1013
|
export interface IExtensible {
|
|
994
1014
|
nestedExtensionFieldPath?: (string | null);
|
|
1015
|
+
filterable?: (boolean | null);
|
|
995
1016
|
}
|
|
996
1017
|
export class Extensible implements IExtensible {
|
|
997
1018
|
constructor(data?: IExtensible);
|
|
998
1019
|
nestedExtensionFieldPath?: (string | null);
|
|
1020
|
+
filterable?: (boolean | null);
|
|
999
1021
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1000
1022
|
}
|
|
1001
1023
|
export interface IMessageAppendix {
|
|
@@ -1014,14 +1036,19 @@ declare namespace $wrapper {
|
|
|
1014
1036
|
AUTO_VELO = "AUTO_VELO",
|
|
1015
1037
|
DOCS_CONF = "DOCS_CONF",
|
|
1016
1038
|
MULTILINGUAL = "MULTILINGUAL",
|
|
1039
|
+
SEARCH = "SEARCH",
|
|
1017
1040
|
}
|
|
1018
1041
|
}
|
|
1019
1042
|
export interface IDomainEventOptions {
|
|
1020
1043
|
eventSequenceNumber?: (boolean | null);
|
|
1044
|
+
deletedIncludeEntity?: (boolean | null);
|
|
1045
|
+
updatedIncludeModifiedFields?: (boolean | null);
|
|
1021
1046
|
}
|
|
1022
1047
|
export class DomainEventOptions implements IDomainEventOptions {
|
|
1023
1048
|
constructor(data?: IDomainEventOptions);
|
|
1024
1049
|
eventSequenceNumber?: (boolean | null);
|
|
1050
|
+
deletedIncludeEntity?: (boolean | null);
|
|
1051
|
+
updatedIncludeModifiedFields?: (boolean | null);
|
|
1025
1052
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1026
1053
|
}
|
|
1027
1054
|
export interface IReferenceEntityField {
|
|
@@ -1356,11 +1383,13 @@ declare namespace $wrapper {
|
|
|
1356
1383
|
export interface IWql {
|
|
1357
1384
|
operatorFieldSupport?: ($wrapper.wix.api.Wql.IOperatorFieldSupport[] | null);
|
|
1358
1385
|
pattern?: ($wrapper.wix.api.Wql.IOperatorFieldSupport[] | null);
|
|
1386
|
+
validateQuery?: (boolean | null);
|
|
1359
1387
|
}
|
|
1360
1388
|
export class Wql implements IWql {
|
|
1361
1389
|
constructor(data?: IWql);
|
|
1362
1390
|
operatorFieldSupport?: ($wrapper.wix.api.Wql.IOperatorFieldSupport[] | null);
|
|
1363
1391
|
pattern?: ($wrapper.wix.api.Wql.IOperatorFieldSupport[] | null);
|
|
1392
|
+
validateQuery?: (boolean | null);
|
|
1364
1393
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1365
1394
|
}
|
|
1366
1395
|
export namespace Wql {
|
|
@@ -1382,6 +1411,7 @@ declare namespace $wrapper {
|
|
|
1382
1411
|
HAS_SOME = "HAS_SOME",
|
|
1383
1412
|
EMPTY = "EMPTY",
|
|
1384
1413
|
MATCH_ALL = "MATCH_ALL",
|
|
1414
|
+
MATCH_ITEMS = "MATCH_ITEMS",
|
|
1385
1415
|
}
|
|
1386
1416
|
export enum Sort {
|
|
1387
1417
|
NONE = "NONE",
|
|
@@ -1763,12 +1793,14 @@ declare namespace $wrapper {
|
|
|
1763
1793
|
export interface IDetails {
|
|
1764
1794
|
applicationError?: ($wrapper.wix.api.IApplicationError | null);
|
|
1765
1795
|
validationError?: ($wrapper.wix.api.IValidationError | null);
|
|
1796
|
+
systemError?: ($wrapper.wix.api.ISystemError | null);
|
|
1766
1797
|
tracing?: ({ [k: string]: string } | null);
|
|
1767
1798
|
}
|
|
1768
1799
|
export class Details implements IDetails {
|
|
1769
1800
|
constructor(data?: IDetails);
|
|
1770
1801
|
applicationError?: ($wrapper.wix.api.IApplicationError | null);
|
|
1771
1802
|
validationError?: ($wrapper.wix.api.IValidationError | null);
|
|
1803
|
+
systemError?: ($wrapper.wix.api.ISystemError | null);
|
|
1772
1804
|
tracing?: ({ [k: string]: string });
|
|
1773
1805
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1774
1806
|
}
|
|
@@ -1784,6 +1816,14 @@ declare namespace $wrapper {
|
|
|
1784
1816
|
data?: ({ [key: string]: any } | null);
|
|
1785
1817
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1786
1818
|
}
|
|
1819
|
+
export interface ISystemError {
|
|
1820
|
+
errorCode?: (string | null);
|
|
1821
|
+
}
|
|
1822
|
+
export class SystemError implements ISystemError {
|
|
1823
|
+
constructor(data?: ISystemError);
|
|
1824
|
+
errorCode?: (string | null);
|
|
1825
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1826
|
+
}
|
|
1787
1827
|
/**
|
|
1788
1828
|
* example result:
|
|
1789
1829
|
* {
|
|
@@ -2084,6 +2124,7 @@ declare namespace $wrapper {
|
|
|
2084
2124
|
posters?: ($wrapper.wix.common.IImage[] | null);
|
|
2085
2125
|
sizeInBytes?: (string | null);
|
|
2086
2126
|
urlExpirationDate?: (Date | null);
|
|
2127
|
+
durationInMilliseconds?: (number | null);
|
|
2087
2128
|
}
|
|
2088
2129
|
export class VideoV2 implements IVideoV2 {
|
|
2089
2130
|
constructor(data?: IVideoV2);
|
|
@@ -2094,6 +2135,7 @@ declare namespace $wrapper {
|
|
|
2094
2135
|
posters?: ($wrapper.wix.common.IImage[] | null);
|
|
2095
2136
|
sizeInBytes?: (string | null);
|
|
2096
2137
|
urlExpirationDate?: (Date | null);
|
|
2138
|
+
durationInMilliseconds?: (number | null);
|
|
2097
2139
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2098
2140
|
}
|
|
2099
2141
|
export interface IVideoResolution {
|
|
@@ -2107,6 +2149,7 @@ declare namespace $wrapper {
|
|
|
2107
2149
|
quality?: (string | null);
|
|
2108
2150
|
filename?: (string | null);
|
|
2109
2151
|
durationInSeconds?: (number | null);
|
|
2152
|
+
durationInMilliseconds?: (number | null);
|
|
2110
2153
|
private?: (boolean | null);
|
|
2111
2154
|
assetKey?: (string | null);
|
|
2112
2155
|
}
|
|
@@ -2122,6 +2165,7 @@ declare namespace $wrapper {
|
|
|
2122
2165
|
quality?: (string | null);
|
|
2123
2166
|
filename?: (string | null);
|
|
2124
2167
|
durationInSeconds?: (number | null);
|
|
2168
|
+
durationInMilliseconds?: (number | null);
|
|
2125
2169
|
private?: (boolean | null);
|
|
2126
2170
|
assetKey?: (string | null);
|
|
2127
2171
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
@@ -2219,11 +2263,13 @@ declare namespace $wrapper {
|
|
|
2219
2263
|
export interface ISorting {
|
|
2220
2264
|
fieldName?: (string | null);
|
|
2221
2265
|
order?: ($wrapper.wix.common.SortOrder | null);
|
|
2266
|
+
selectItemsBy?: ({ [key: string]: any }[] | null);
|
|
2222
2267
|
}
|
|
2223
2268
|
export class Sorting implements ISorting {
|
|
2224
2269
|
constructor(data?: ISorting);
|
|
2225
2270
|
fieldName?: (string | null);
|
|
2226
2271
|
order?: ($wrapper.wix.common.SortOrder | null);
|
|
2272
|
+
selectItemsBy?: ({ [key: string]: any }[] | null);
|
|
2227
2273
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2228
2274
|
}
|
|
2229
2275
|
export enum SortOrder {
|
|
@@ -2285,6 +2331,7 @@ declare namespace $wrapper {
|
|
|
2285
2331
|
search?: ($wrapper.wix.common.ISearchDetails | null);
|
|
2286
2332
|
paging?: ($wrapper.wix.common.IPaging | null);
|
|
2287
2333
|
cursorPaging?: ($wrapper.wix.common.ICursorPaging | null);
|
|
2334
|
+
timeZone?: (string | null);
|
|
2288
2335
|
}
|
|
2289
2336
|
export class Search implements ISearch {
|
|
2290
2337
|
constructor(data?: ISearch);
|
|
@@ -2296,6 +2343,7 @@ declare namespace $wrapper {
|
|
|
2296
2343
|
search?: ($wrapper.wix.common.ISearchDetails | null);
|
|
2297
2344
|
paging?: ($wrapper.wix.common.IPaging | null);
|
|
2298
2345
|
cursorPaging?: ($wrapper.wix.common.ICursorPaging | null);
|
|
2346
|
+
timeZone?: (string | null);
|
|
2299
2347
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2300
2348
|
}
|
|
2301
2349
|
export interface ICursorSearch {
|
|
@@ -2304,6 +2352,7 @@ declare namespace $wrapper {
|
|
|
2304
2352
|
aggregations?: ($wrapper.wix.common.IAggregation[] | null);
|
|
2305
2353
|
search?: ($wrapper.wix.common.ISearchDetails | null);
|
|
2306
2354
|
cursorPaging?: ($wrapper.wix.common.ICursorPaging | null);
|
|
2355
|
+
timeZone?: (string | null);
|
|
2307
2356
|
}
|
|
2308
2357
|
export class CursorSearch implements ICursorSearch {
|
|
2309
2358
|
constructor(data?: ICursorSearch);
|
|
@@ -2312,6 +2361,7 @@ declare namespace $wrapper {
|
|
|
2312
2361
|
aggregations?: ($wrapper.wix.common.IAggregation[] | null);
|
|
2313
2362
|
search?: ($wrapper.wix.common.ISearchDetails | null);
|
|
2314
2363
|
cursorPaging?: ($wrapper.wix.common.ICursorPaging | null);
|
|
2364
|
+
timeZone?: (string | null);
|
|
2315
2365
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2316
2366
|
}
|
|
2317
2367
|
export interface ISearchDetails {
|
|
@@ -2339,6 +2389,8 @@ declare namespace $wrapper {
|
|
|
2339
2389
|
VALUE = "VALUE",
|
|
2340
2390
|
RANGE = "RANGE",
|
|
2341
2391
|
SCALAR = "SCALAR",
|
|
2392
|
+
DATE_HISTOGRAM = "DATE_HISTOGRAM",
|
|
2393
|
+
NESTED = "NESTED",
|
|
2342
2394
|
}
|
|
2343
2395
|
export enum ScalarType {
|
|
2344
2396
|
UNKNOWN_SCALAR_TYPE = "UNKNOWN_SCALAR_TYPE",
|
|
@@ -2355,6 +2407,8 @@ declare namespace $wrapper {
|
|
|
2355
2407
|
value?: ($wrapper.wix.common.Aggregation.IValueAggregation | null);
|
|
2356
2408
|
range?: ($wrapper.wix.common.Aggregation.IRangeAggregation | null);
|
|
2357
2409
|
scalar?: ($wrapper.wix.common.Aggregation.IScalarAggregation | null);
|
|
2410
|
+
dateHistogram?: ($wrapper.wix.common.Aggregation.IDateHistogramAggregation | null);
|
|
2411
|
+
nested?: ($wrapper.wix.common.Aggregation.INestedAggregation | null);
|
|
2358
2412
|
groupBy?: ($wrapper.wix.common.Aggregation.IGroupByAggregation | null);
|
|
2359
2413
|
}
|
|
2360
2414
|
export class Aggregation implements IAggregation {
|
|
@@ -2365,6 +2419,8 @@ declare namespace $wrapper {
|
|
|
2365
2419
|
value?: ($wrapper.wix.common.Aggregation.IValueAggregation | null);
|
|
2366
2420
|
range?: ($wrapper.wix.common.Aggregation.IRangeAggregation | null);
|
|
2367
2421
|
scalar?: ($wrapper.wix.common.Aggregation.IScalarAggregation | null);
|
|
2422
|
+
dateHistogram?: ($wrapper.wix.common.Aggregation.IDateHistogramAggregation | null);
|
|
2423
|
+
nested?: ($wrapper.wix.common.Aggregation.INestedAggregation | null);
|
|
2368
2424
|
groupBy?: ($wrapper.wix.common.Aggregation.IGroupByAggregation | null);
|
|
2369
2425
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2370
2426
|
}
|
|
@@ -2447,6 +2503,63 @@ declare namespace $wrapper {
|
|
|
2447
2503
|
value?: ($wrapper.wix.common.Aggregation.IValueAggregation | null);
|
|
2448
2504
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2449
2505
|
}
|
|
2506
|
+
export interface INestedAggregation {
|
|
2507
|
+
nestedAggregations?: ($wrapper.wix.common.Aggregation.NestedAggregation.INestedAggregationItem[] | null);
|
|
2508
|
+
}
|
|
2509
|
+
export class NestedAggregation implements INestedAggregation {
|
|
2510
|
+
constructor(data?: INestedAggregation);
|
|
2511
|
+
nestedAggregations?: ($wrapper.wix.common.Aggregation.NestedAggregation.INestedAggregationItem[] | null);
|
|
2512
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2513
|
+
}
|
|
2514
|
+
export namespace NestedAggregation {
|
|
2515
|
+
export enum NestedAggregationType {
|
|
2516
|
+
UNKNOWN_AGGREGATION_TYPE = "UNKNOWN_AGGREGATION_TYPE",
|
|
2517
|
+
VALUE = "VALUE",
|
|
2518
|
+
RANGE = "RANGE",
|
|
2519
|
+
SCALAR = "SCALAR",
|
|
2520
|
+
DATE_HISTOGRAM = "DATE_HISTOGRAM",
|
|
2521
|
+
}
|
|
2522
|
+
export interface INestedAggregationItem {
|
|
2523
|
+
name?: (string | null);
|
|
2524
|
+
type?: ($wrapper.wix.common.Aggregation.NestedAggregation.NestedAggregationType | null);
|
|
2525
|
+
fieldPath?: (string | null);
|
|
2526
|
+
value?: ($wrapper.wix.common.Aggregation.IValueAggregation | null);
|
|
2527
|
+
range?: ($wrapper.wix.common.Aggregation.IRangeAggregation | null);
|
|
2528
|
+
scalar?: ($wrapper.wix.common.Aggregation.IScalarAggregation | null);
|
|
2529
|
+
dateHistogram?: ($wrapper.wix.common.Aggregation.IDateHistogramAggregation | null);
|
|
2530
|
+
}
|
|
2531
|
+
export class NestedAggregationItem implements INestedAggregationItem {
|
|
2532
|
+
constructor(data?: INestedAggregationItem);
|
|
2533
|
+
name?: (string | null);
|
|
2534
|
+
type?: ($wrapper.wix.common.Aggregation.NestedAggregation.NestedAggregationType | null);
|
|
2535
|
+
fieldPath?: (string | null);
|
|
2536
|
+
value?: ($wrapper.wix.common.Aggregation.IValueAggregation | null);
|
|
2537
|
+
range?: ($wrapper.wix.common.Aggregation.IRangeAggregation | null);
|
|
2538
|
+
scalar?: ($wrapper.wix.common.Aggregation.IScalarAggregation | null);
|
|
2539
|
+
dateHistogram?: ($wrapper.wix.common.Aggregation.IDateHistogramAggregation | null);
|
|
2540
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2541
|
+
}
|
|
2542
|
+
}
|
|
2543
|
+
export interface IDateHistogramAggregation {
|
|
2544
|
+
interval?: ($wrapper.wix.common.Aggregation.DateHistogramAggregation.Interval | null);
|
|
2545
|
+
}
|
|
2546
|
+
export class DateHistogramAggregation implements IDateHistogramAggregation {
|
|
2547
|
+
constructor(data?: IDateHistogramAggregation);
|
|
2548
|
+
interval?: ($wrapper.wix.common.Aggregation.DateHistogramAggregation.Interval | null);
|
|
2549
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2550
|
+
}
|
|
2551
|
+
export namespace DateHistogramAggregation {
|
|
2552
|
+
export enum Interval {
|
|
2553
|
+
UNKNOWN_INTERVAL = "UNKNOWN_INTERVAL",
|
|
2554
|
+
YEAR = "YEAR",
|
|
2555
|
+
MONTH = "MONTH",
|
|
2556
|
+
WEEK = "WEEK",
|
|
2557
|
+
DAY = "DAY",
|
|
2558
|
+
HOUR = "HOUR",
|
|
2559
|
+
MINUTE = "MINUTE",
|
|
2560
|
+
SECOND = "SECOND",
|
|
2561
|
+
}
|
|
2562
|
+
}
|
|
2450
2563
|
}
|
|
2451
2564
|
export interface IAggregationData {
|
|
2452
2565
|
results?: ($wrapper.wix.common.AggregationData.IAggregationResults[] | null);
|
|
@@ -2465,6 +2578,8 @@ declare namespace $wrapper {
|
|
|
2465
2578
|
ranges?: ($wrapper.wix.common.AggregationData.AggregationResults.IRangeResults | null);
|
|
2466
2579
|
scalar?: ($wrapper.wix.common.AggregationData.AggregationResults.IScalarResult | null);
|
|
2467
2580
|
groupedByValue?: ($wrapper.wix.common.AggregationData.AggregationResults.IGroupByValueResults | null);
|
|
2581
|
+
dateHistogram?: ($wrapper.wix.common.AggregationData.AggregationResults.IDateHistogramResults | null);
|
|
2582
|
+
nested?: ($wrapper.wix.common.AggregationData.AggregationResults.INestedResults | null);
|
|
2468
2583
|
}
|
|
2469
2584
|
export class AggregationResults implements IAggregationResults {
|
|
2470
2585
|
constructor(data?: IAggregationResults);
|
|
@@ -2475,6 +2590,8 @@ declare namespace $wrapper {
|
|
|
2475
2590
|
ranges?: ($wrapper.wix.common.AggregationData.AggregationResults.IRangeResults | null);
|
|
2476
2591
|
scalar?: ($wrapper.wix.common.AggregationData.AggregationResults.IScalarResult | null);
|
|
2477
2592
|
groupedByValue?: ($wrapper.wix.common.AggregationData.AggregationResults.IGroupByValueResults | null);
|
|
2593
|
+
dateHistogram?: ($wrapper.wix.common.AggregationData.AggregationResults.IDateHistogramResults | null);
|
|
2594
|
+
nested?: ($wrapper.wix.common.AggregationData.AggregationResults.INestedResults | null);
|
|
2478
2595
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2479
2596
|
}
|
|
2480
2597
|
export namespace AggregationResults {
|
|
@@ -2568,6 +2685,88 @@ declare namespace $wrapper {
|
|
|
2568
2685
|
scalar?: ($wrapper.wix.common.AggregationData.AggregationResults.IScalarResult | null);
|
|
2569
2686
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2570
2687
|
}
|
|
2688
|
+
export interface INestedResults {
|
|
2689
|
+
results?: ($wrapper.wix.common.AggregationData.AggregationResults.NestedResults.IResults[] | null);
|
|
2690
|
+
}
|
|
2691
|
+
export class NestedResults implements INestedResults {
|
|
2692
|
+
constructor(data?: INestedResults);
|
|
2693
|
+
results?: ($wrapper.wix.common.AggregationData.AggregationResults.NestedResults.IResults[] | null);
|
|
2694
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2695
|
+
}
|
|
2696
|
+
export namespace NestedResults {
|
|
2697
|
+
export interface IValueResult {
|
|
2698
|
+
value?: (string | null);
|
|
2699
|
+
count?: (number | null);
|
|
2700
|
+
}
|
|
2701
|
+
export class ValueResult implements IValueResult {
|
|
2702
|
+
constructor(data?: IValueResult);
|
|
2703
|
+
value?: (string | null);
|
|
2704
|
+
count?: (number | null);
|
|
2705
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2706
|
+
}
|
|
2707
|
+
export interface IRangeResult {
|
|
2708
|
+
from?: (number | null);
|
|
2709
|
+
to?: (number | null);
|
|
2710
|
+
count?: (number | null);
|
|
2711
|
+
}
|
|
2712
|
+
export class RangeResult implements IRangeResult {
|
|
2713
|
+
constructor(data?: IRangeResult);
|
|
2714
|
+
from?: (number | null);
|
|
2715
|
+
to?: (number | null);
|
|
2716
|
+
count?: (number | null);
|
|
2717
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2718
|
+
}
|
|
2719
|
+
export interface IScalarResult {
|
|
2720
|
+
value?: (number | null);
|
|
2721
|
+
}
|
|
2722
|
+
export class ScalarResult implements IScalarResult {
|
|
2723
|
+
constructor(data?: IScalarResult);
|
|
2724
|
+
value?: (number | null);
|
|
2725
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2726
|
+
}
|
|
2727
|
+
export interface INestedResultValue {
|
|
2728
|
+
value?: ($wrapper.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult | null);
|
|
2729
|
+
range?: ($wrapper.wix.common.AggregationData.AggregationResults.NestedResults.IRangeResult | null);
|
|
2730
|
+
scalar?: ($wrapper.wix.common.AggregationData.AggregationResults.NestedResults.IScalarResult | null);
|
|
2731
|
+
dateHistogram?: ($wrapper.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult | null);
|
|
2732
|
+
}
|
|
2733
|
+
export class NestedResultValue implements INestedResultValue {
|
|
2734
|
+
constructor(data?: INestedResultValue);
|
|
2735
|
+
value?: ($wrapper.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult | null);
|
|
2736
|
+
range?: ($wrapper.wix.common.AggregationData.AggregationResults.NestedResults.IRangeResult | null);
|
|
2737
|
+
scalar?: ($wrapper.wix.common.AggregationData.AggregationResults.NestedResults.IScalarResult | null);
|
|
2738
|
+
dateHistogram?: ($wrapper.wix.common.AggregationData.AggregationResults.NestedResults.IValueResult | null);
|
|
2739
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2740
|
+
}
|
|
2741
|
+
export interface IResults {
|
|
2742
|
+
results?: ({ [k: string]: $wrapper.wix.common.AggregationData.AggregationResults.NestedResults.INestedResultValue } | null);
|
|
2743
|
+
}
|
|
2744
|
+
export class Results implements IResults {
|
|
2745
|
+
constructor(data?: IResults);
|
|
2746
|
+
results?: ({ [k: string]: $wrapper.wix.common.AggregationData.AggregationResults.NestedResults.INestedResultValue });
|
|
2747
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2748
|
+
}
|
|
2749
|
+
}
|
|
2750
|
+
export interface IDateHistogramResults {
|
|
2751
|
+
results?: ($wrapper.wix.common.AggregationData.AggregationResults.DateHistogramResults.IDateHistogramResult[] | null);
|
|
2752
|
+
}
|
|
2753
|
+
export class DateHistogramResults implements IDateHistogramResults {
|
|
2754
|
+
constructor(data?: IDateHistogramResults);
|
|
2755
|
+
results?: ($wrapper.wix.common.AggregationData.AggregationResults.DateHistogramResults.IDateHistogramResult[] | null);
|
|
2756
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2757
|
+
}
|
|
2758
|
+
export namespace DateHistogramResults {
|
|
2759
|
+
export interface IDateHistogramResult {
|
|
2760
|
+
value?: (string | null);
|
|
2761
|
+
count?: (number | null);
|
|
2762
|
+
}
|
|
2763
|
+
export class DateHistogramResult implements IDateHistogramResult {
|
|
2764
|
+
constructor(data?: IDateHistogramResult);
|
|
2765
|
+
value?: (string | null);
|
|
2766
|
+
count?: (number | null);
|
|
2767
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2768
|
+
}
|
|
2769
|
+
}
|
|
2571
2770
|
}
|
|
2572
2771
|
}
|
|
2573
2772
|
export interface IAddress {
|
|
@@ -2901,6 +3100,7 @@ declare namespace $wrapper {
|
|
|
2901
3100
|
phone?: ($wrapper.wix.common.IPhoneLink | null);
|
|
2902
3101
|
address?: ($wrapper.wix.common.IAddressLink | null);
|
|
2903
3102
|
whatsApp?: ($wrapper.wix.common.IWhatsAppLink | null);
|
|
3103
|
+
tpaPage?: ($wrapper.wix.common.ITpaPageLink | null);
|
|
2904
3104
|
}
|
|
2905
3105
|
export class WixLink implements IWixLink {
|
|
2906
3106
|
constructor(data?: IWixLink);
|
|
@@ -2913,6 +3113,7 @@ declare namespace $wrapper {
|
|
|
2913
3113
|
phone?: ($wrapper.wix.common.IPhoneLink | null);
|
|
2914
3114
|
address?: ($wrapper.wix.common.IAddressLink | null);
|
|
2915
3115
|
whatsApp?: ($wrapper.wix.common.IWhatsAppLink | null);
|
|
3116
|
+
tpaPage?: ($wrapper.wix.common.ITpaPageLink | null);
|
|
2916
3117
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2917
3118
|
}
|
|
2918
3119
|
export interface IExternalLink {
|
|
@@ -2928,35 +3129,41 @@ declare namespace $wrapper {
|
|
|
2928
3129
|
export interface IPageLink {
|
|
2929
3130
|
pageId?: (string | null);
|
|
2930
3131
|
target?: (string | null);
|
|
3132
|
+
rel?: ($wrapper.wix.common.LinkRel[] | null);
|
|
2931
3133
|
}
|
|
2932
3134
|
export class PageLink implements IPageLink {
|
|
2933
3135
|
constructor(data?: IPageLink);
|
|
2934
3136
|
pageId?: (string | null);
|
|
2935
3137
|
target?: (string | null);
|
|
3138
|
+
rel?: ($wrapper.wix.common.LinkRel[] | null);
|
|
2936
3139
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2937
3140
|
}
|
|
2938
3141
|
export interface IAnchorLink {
|
|
2939
3142
|
anchorName?: (string | null);
|
|
2940
3143
|
anchorDataId?: (string | null);
|
|
2941
3144
|
pageId?: (string | null);
|
|
3145
|
+
rel?: ($wrapper.wix.common.LinkRel[] | null);
|
|
2942
3146
|
}
|
|
2943
3147
|
export class AnchorLink implements IAnchorLink {
|
|
2944
3148
|
constructor(data?: IAnchorLink);
|
|
2945
3149
|
anchorName?: (string | null);
|
|
2946
3150
|
anchorDataId?: (string | null);
|
|
2947
3151
|
pageId?: (string | null);
|
|
3152
|
+
rel?: ($wrapper.wix.common.LinkRel[] | null);
|
|
2948
3153
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2949
3154
|
}
|
|
2950
3155
|
export interface IDynamicPageLink {
|
|
2951
3156
|
routerId?: (string | null);
|
|
2952
3157
|
innerRoute?: (string | null);
|
|
2953
3158
|
anchorDataId?: (string | null);
|
|
3159
|
+
rel?: ($wrapper.wix.common.LinkRel[] | null);
|
|
2954
3160
|
}
|
|
2955
3161
|
export class DynamicPageLink implements IDynamicPageLink {
|
|
2956
3162
|
constructor(data?: IDynamicPageLink);
|
|
2957
3163
|
routerId?: (string | null);
|
|
2958
3164
|
innerRoute?: (string | null);
|
|
2959
3165
|
anchorDataId?: (string | null);
|
|
3166
|
+
rel?: ($wrapper.wix.common.LinkRel[] | null);
|
|
2960
3167
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2961
3168
|
}
|
|
2962
3169
|
export interface IDocumentLink {
|
|
@@ -3007,6 +3214,31 @@ declare namespace $wrapper {
|
|
|
3007
3214
|
phoneNumber?: (string | null);
|
|
3008
3215
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3009
3216
|
}
|
|
3217
|
+
export interface ITpaPageLink {
|
|
3218
|
+
itemTypeIdentifier?: (string | null);
|
|
3219
|
+
itemId?: (string | null);
|
|
3220
|
+
pageId?: (string | null);
|
|
3221
|
+
appDefinitionId?: (string | null);
|
|
3222
|
+
path?: (string | null);
|
|
3223
|
+
rel?: ($wrapper.wix.common.LinkRel[] | null);
|
|
3224
|
+
}
|
|
3225
|
+
export class TpaPageLink implements ITpaPageLink {
|
|
3226
|
+
constructor(data?: ITpaPageLink);
|
|
3227
|
+
itemTypeIdentifier?: (string | null);
|
|
3228
|
+
itemId?: (string | null);
|
|
3229
|
+
pageId?: (string | null);
|
|
3230
|
+
appDefinitionId?: (string | null);
|
|
3231
|
+
path?: (string | null);
|
|
3232
|
+
rel?: ($wrapper.wix.common.LinkRel[] | null);
|
|
3233
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3234
|
+
}
|
|
3235
|
+
export enum LinkRel {
|
|
3236
|
+
unknown_link_rel = "unknown_link_rel",
|
|
3237
|
+
nofollow = "nofollow",
|
|
3238
|
+
noopener = "noopener",
|
|
3239
|
+
noreferrer = "noreferrer",
|
|
3240
|
+
sponsored = "sponsored",
|
|
3241
|
+
}
|
|
3010
3242
|
}
|
|
3011
3243
|
export namespace payment {
|
|
3012
3244
|
export namespace api {
|
|
@@ -3245,6 +3477,7 @@ declare namespace $wrapper {
|
|
|
3245
3477
|
urls?: ($wrapper.wix.payment.api.pay.v2.IOrderUrls | null);
|
|
3246
3478
|
cofIntent?: ($wrapper.wix.payment.api.pay.v2.ICofIntent | null);
|
|
3247
3479
|
idempotencyKey?: (string | null);
|
|
3480
|
+
expirationDate?: (Date | null);
|
|
3248
3481
|
}
|
|
3249
3482
|
export class CreateOrderRequest implements ICreateOrderRequest {
|
|
3250
3483
|
constructor(data?: ICreateOrderRequest);
|
|
@@ -3253,6 +3486,7 @@ declare namespace $wrapper {
|
|
|
3253
3486
|
urls?: ($wrapper.wix.payment.api.pay.v2.IOrderUrls | null);
|
|
3254
3487
|
cofIntent?: ($wrapper.wix.payment.api.pay.v2.ICofIntent | null);
|
|
3255
3488
|
idempotencyKey?: (string | null);
|
|
3489
|
+
expirationDate?: (Date | null);
|
|
3256
3490
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3257
3491
|
}
|
|
3258
3492
|
export interface ICreateOrderResponse {
|
|
@@ -3268,6 +3502,7 @@ declare namespace $wrapper {
|
|
|
3268
3502
|
accountId?: (string | null);
|
|
3269
3503
|
description?: ($wrapper.wix.payment.api.pay.v2.IOrderDescription | null);
|
|
3270
3504
|
urls?: ($wrapper.wix.payment.api.pay.v2.IOrderUrls | null);
|
|
3505
|
+
expirationDate?: (Date | null);
|
|
3271
3506
|
}
|
|
3272
3507
|
export class UpdateOrderRequest implements IUpdateOrderRequest {
|
|
3273
3508
|
constructor(data?: IUpdateOrderRequest);
|
|
@@ -3275,6 +3510,7 @@ declare namespace $wrapper {
|
|
|
3275
3510
|
accountId?: (string | null);
|
|
3276
3511
|
description?: ($wrapper.wix.payment.api.pay.v2.IOrderDescription | null);
|
|
3277
3512
|
urls?: ($wrapper.wix.payment.api.pay.v2.IOrderUrls | null);
|
|
3513
|
+
expirationDate?: (Date | null);
|
|
3278
3514
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3279
3515
|
}
|
|
3280
3516
|
export interface IUpdateOrderResponse {
|
|
@@ -3289,12 +3525,14 @@ declare namespace $wrapper {
|
|
|
3289
3525
|
currency?: (string | null);
|
|
3290
3526
|
buyerInfo?: ($wrapper.wix.payment.api.pay.v2.IOrderBuyerInfo | null);
|
|
3291
3527
|
merchantInitiated?: (boolean | null);
|
|
3528
|
+
expirationDate?: (Date | null);
|
|
3292
3529
|
}
|
|
3293
3530
|
export class SetupRequest implements ISetupRequest {
|
|
3294
3531
|
constructor(data?: ISetupRequest);
|
|
3295
3532
|
currency?: (string | null);
|
|
3296
3533
|
buyerInfo?: ($wrapper.wix.payment.api.pay.v2.IOrderBuyerInfo | null);
|
|
3297
3534
|
merchantInitiated?: (boolean | null);
|
|
3535
|
+
expirationDate?: (Date | null);
|
|
3298
3536
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3299
3537
|
}
|
|
3300
3538
|
export interface ISetupResponse {
|
|
@@ -3667,6 +3905,8 @@ declare namespace $wrapper {
|
|
|
3667
3905
|
charges?: ($wrapper.wix.payment.api.pay.v2.IOrderAdditionalCharges | null);
|
|
3668
3906
|
noShipping?: (boolean | null);
|
|
3669
3907
|
subscription?: ($wrapper.wix.payment.api.pay.v2.ISubscription | null);
|
|
3908
|
+
setupFutureUsages?: (boolean | null);
|
|
3909
|
+
suggestedPaymentAgreementId?: (string | null);
|
|
3670
3910
|
verticalOrderId?: (string | null);
|
|
3671
3911
|
buyerInfo?: ($wrapper.wix.payment.api.pay.v2.IOrderBuyerInfo | null);
|
|
3672
3912
|
externalData?: ({ [k: string]: string } | null);
|
|
@@ -3691,6 +3931,8 @@ declare namespace $wrapper {
|
|
|
3691
3931
|
charges?: ($wrapper.wix.payment.api.pay.v2.IOrderAdditionalCharges | null);
|
|
3692
3932
|
noShipping?: (boolean | null);
|
|
3693
3933
|
subscription?: ($wrapper.wix.payment.api.pay.v2.ISubscription | null);
|
|
3934
|
+
setupFutureUsages?: (boolean | null);
|
|
3935
|
+
suggestedPaymentAgreementId?: (string | null);
|
|
3694
3936
|
verticalOrderId?: (string | null);
|
|
3695
3937
|
buyerInfo?: ($wrapper.wix.payment.api.pay.v2.IOrderBuyerInfo | null);
|
|
3696
3938
|
externalData?: ({ [k: string]: string });
|
|
@@ -4200,6 +4442,7 @@ declare namespace $wrapper {
|
|
|
4200
4442
|
enforceDelayedCapture?: (boolean | null);
|
|
4201
4443
|
merchantUseSaveEnabled?: (boolean | null);
|
|
4202
4444
|
buyerContactId?: (string | null);
|
|
4445
|
+
supportSetupFutureUsages?: (boolean | null);
|
|
4203
4446
|
}
|
|
4204
4447
|
export class ListPaymentMethodsRequest implements IListPaymentMethodsRequest {
|
|
4205
4448
|
constructor(data?: IListPaymentMethodsRequest);
|
|
@@ -4216,6 +4459,7 @@ declare namespace $wrapper {
|
|
|
4216
4459
|
enforceDelayedCapture?: (boolean | null);
|
|
4217
4460
|
merchantUseSaveEnabled?: (boolean | null);
|
|
4218
4461
|
buyerContactId?: (string | null);
|
|
4462
|
+
supportSetupFutureUsages?: (boolean | null);
|
|
4219
4463
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4220
4464
|
}
|
|
4221
4465
|
export interface IListPaymentMethodsResponse {
|
|
@@ -4235,6 +4479,7 @@ declare namespace $wrapper {
|
|
|
4235
4479
|
locale?: (string | null);
|
|
4236
4480
|
chargeIntent?: ($wrapper.wix.payment.api.pay.v2.Charge.ChargeIntent | null);
|
|
4237
4481
|
merchantUseSaveEnabled?: (boolean | null);
|
|
4482
|
+
supportSetupFutureUsages?: (boolean | null);
|
|
4238
4483
|
}
|
|
4239
4484
|
export class GetPaymentMethodRequest implements IGetPaymentMethodRequest {
|
|
4240
4485
|
constructor(data?: IGetPaymentMethodRequest);
|
|
@@ -4246,6 +4491,7 @@ declare namespace $wrapper {
|
|
|
4246
4491
|
locale?: (string | null);
|
|
4247
4492
|
chargeIntent?: ($wrapper.wix.payment.api.pay.v2.Charge.ChargeIntent | null);
|
|
4248
4493
|
merchantUseSaveEnabled?: (boolean | null);
|
|
4494
|
+
supportSetupFutureUsages?: (boolean | null);
|
|
4249
4495
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4250
4496
|
}
|
|
4251
4497
|
export interface IGetPaymentMethodResponse {
|
|
@@ -4371,6 +4617,7 @@ declare namespace $wrapper {
|
|
|
4371
4617
|
savedPaymentMethodId?: (string | null);
|
|
4372
4618
|
paymentAgreementId?: (string | null);
|
|
4373
4619
|
primary?: (boolean | null);
|
|
4620
|
+
payPalDetails?: ($wrapper.wix.payment.api.pay.v2.IPayPalDetails | null);
|
|
4374
4621
|
savedCreditCardDetails?: ($wrapper.wix.payment.api.pay.v2.ISavedCreditCardDetails | null);
|
|
4375
4622
|
savePaymentMethodDisplayOption?: ($wrapper.wix.payment.api.pay.v2.PaymentMethod.SavePaymentMethodDisplayOption | null);
|
|
4376
4623
|
allowMerchantUseDisplayOption?: ($wrapper.wix.payment.api.pay.v2.AllowMerchantUseDisplayOptionEnum.AllowMerchantUseDisplayOption | null);
|
|
@@ -4399,6 +4646,7 @@ declare namespace $wrapper {
|
|
|
4399
4646
|
savedPaymentMethodId?: (string | null);
|
|
4400
4647
|
paymentAgreementId?: (string | null);
|
|
4401
4648
|
primary?: (boolean | null);
|
|
4649
|
+
payPalDetails?: ($wrapper.wix.payment.api.pay.v2.IPayPalDetails | null);
|
|
4402
4650
|
savedCreditCardDetails?: ($wrapper.wix.payment.api.pay.v2.ISavedCreditCardDetails | null);
|
|
4403
4651
|
savePaymentMethodDisplayOption?: ($wrapper.wix.payment.api.pay.v2.PaymentMethod.SavePaymentMethodDisplayOption | null);
|
|
4404
4652
|
allowMerchantUseDisplayOption?: ($wrapper.wix.payment.api.pay.v2.AllowMerchantUseDisplayOptionEnum.AllowMerchantUseDisplayOption | null);
|
|
@@ -4449,9 +4697,11 @@ declare namespace $wrapper {
|
|
|
4449
4697
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4450
4698
|
}
|
|
4451
4699
|
export interface IPayPalDetails {
|
|
4700
|
+
accountName?: (string | null);
|
|
4452
4701
|
}
|
|
4453
4702
|
export class PayPalDetails implements IPayPalDetails {
|
|
4454
4703
|
constructor(data?: IPayPalDetails);
|
|
4704
|
+
accountName?: (string | null);
|
|
4455
4705
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4456
4706
|
}
|
|
4457
4707
|
export interface ISavedPaymentMethodDetails {
|
|
@@ -4905,6 +5155,7 @@ declare namespace $wrapper {
|
|
|
4905
5155
|
description?: ($wrapper.wix.payment.api.pay.v2.IOrderDescription | null);
|
|
4906
5156
|
urls?: ($wrapper.wix.payment.api.pay.v2.IOrderUrls | null);
|
|
4907
5157
|
idempotencyKey?: (string | null);
|
|
5158
|
+
expirationDate?: (Date | null);
|
|
4908
5159
|
}
|
|
4909
5160
|
export class ChargeRequest implements IChargeRequest {
|
|
4910
5161
|
constructor(data?: IChargeRequest);
|
|
@@ -4913,6 +5164,7 @@ declare namespace $wrapper {
|
|
|
4913
5164
|
description?: ($wrapper.wix.payment.api.pay.v2.IOrderDescription | null);
|
|
4914
5165
|
urls?: ($wrapper.wix.payment.api.pay.v2.IOrderUrls | null);
|
|
4915
5166
|
idempotencyKey?: (string | null);
|
|
5167
|
+
expirationDate?: (Date | null);
|
|
4916
5168
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4917
5169
|
}
|
|
4918
5170
|
export interface IChargeForOrderRequest {
|
|
@@ -5142,27 +5394,6 @@ declare namespace $wrapper {
|
|
|
5142
5394
|
phone?: (string | null);
|
|
5143
5395
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5144
5396
|
}
|
|
5145
|
-
export abstract class PayPalRecurringOrderService {
|
|
5146
|
-
abstract create(aspects: AspectStore, req: $wrapper.wix.payment.api.pay.v2.ICreatePayPalRecurringOrderRequest): Promise<$wrapper.wix.payment.api.pay.v2.ICreateOrderResponse>
|
|
5147
|
-
}
|
|
5148
|
-
export interface ICreatePayPalRecurringOrderRequest {
|
|
5149
|
-
accountId?: (string | null);
|
|
5150
|
-
description?: ($wrapper.wix.payment.api.pay.v2.IOrderDescription | null);
|
|
5151
|
-
urls?: ($wrapper.wix.payment.api.pay.v2.IOrderUrls | null);
|
|
5152
|
-
paypalRecurringProfileId?: (string | null);
|
|
5153
|
-
createdAt?: (Date | null);
|
|
5154
|
-
orderId?: (string | null);
|
|
5155
|
-
}
|
|
5156
|
-
export class CreatePayPalRecurringOrderRequest implements ICreatePayPalRecurringOrderRequest {
|
|
5157
|
-
constructor(data?: ICreatePayPalRecurringOrderRequest);
|
|
5158
|
-
accountId?: (string | null);
|
|
5159
|
-
description?: ($wrapper.wix.payment.api.pay.v2.IOrderDescription | null);
|
|
5160
|
-
urls?: ($wrapper.wix.payment.api.pay.v2.IOrderUrls | null);
|
|
5161
|
-
paypalRecurringProfileId?: (string | null);
|
|
5162
|
-
createdAt?: (Date | null);
|
|
5163
|
-
orderId?: (string | null);
|
|
5164
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5165
|
-
}
|
|
5166
5397
|
export abstract class PosTransactionService {
|
|
5167
5398
|
abstract create(aspects: AspectStore, req: $wrapper.wix.payment.api.pay.v2.ICreatePosTransactionRequest): Promise<$wrapper.wix.payment.api.pay.v2.ICreatePosTransactionResponse>
|
|
5168
5399
|
}
|
|
@@ -7133,6 +7364,73 @@ declare namespace $wrapper {
|
|
|
7133
7364
|
offset?: (number | null);
|
|
7134
7365
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7135
7366
|
}
|
|
7367
|
+
export abstract class LocationInventoryReadApi {
|
|
7368
|
+
/**
|
|
7369
|
+
* Returns a specific inventory for an item at a given location
|
|
7370
|
+
*/
|
|
7371
|
+
abstract fetchLocationInventoryItem(aspects: AspectStore, req: $wrapper.wix.inventory.api.v1.IFetchLocationInventoryItemRequest): Promise<$wrapper.wix.inventory.api.v1.IFetchLocationInventoryItemResponse>
|
|
7372
|
+
}
|
|
7373
|
+
export interface IFetchLocationInventoryItemRequest {
|
|
7374
|
+
productId?: (string | null);
|
|
7375
|
+
locationId?: (string | null);
|
|
7376
|
+
}
|
|
7377
|
+
export class FetchLocationInventoryItemRequest implements IFetchLocationInventoryItemRequest {
|
|
7378
|
+
constructor(data?: IFetchLocationInventoryItemRequest);
|
|
7379
|
+
productId?: (string | null);
|
|
7380
|
+
locationId?: (string | null);
|
|
7381
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7382
|
+
}
|
|
7383
|
+
export interface IFetchLocationInventoryItemResponse {
|
|
7384
|
+
locationInventoryItem?: ($wrapper.wix.inventory.api.v1.ILocationInventoryItem | null);
|
|
7385
|
+
}
|
|
7386
|
+
export class FetchLocationInventoryItemResponse implements IFetchLocationInventoryItemResponse {
|
|
7387
|
+
constructor(data?: IFetchLocationInventoryItemResponse);
|
|
7388
|
+
locationInventoryItem?: ($wrapper.wix.inventory.api.v1.ILocationInventoryItem | null);
|
|
7389
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7390
|
+
}
|
|
7391
|
+
/**
|
|
7392
|
+
* An inventory item is the record of inventory for a product and its variants at a given location
|
|
7393
|
+
*/
|
|
7394
|
+
export interface ILocationInventoryItem {
|
|
7395
|
+
/**
|
|
7396
|
+
* The ID of the inventory record for a given product.
|
|
7397
|
+
* The value matches the ID of the product itself.
|
|
7398
|
+
*/
|
|
7399
|
+
id?: ($wrapper.google.protobuf.IStringValue | null);
|
|
7400
|
+
productId?: (string | null);
|
|
7401
|
+
variants?: ($wrapper.wix.inventory.api.v1.ILocationInventoryVariant[] | null);
|
|
7402
|
+
updatedDate?: ($wrapper.google.protobuf.ITimestamp | null);
|
|
7403
|
+
numericId?: ((number | string) | null);
|
|
7404
|
+
preorderInfo?: ($wrapper.wix.inventory.api.v1.IPreorderInfo | null);
|
|
7405
|
+
}
|
|
7406
|
+
export class LocationInventoryItem implements ILocationInventoryItem {
|
|
7407
|
+
constructor(data?: ILocationInventoryItem);
|
|
7408
|
+
id?: ($wrapper.google.protobuf.IStringValue | null);
|
|
7409
|
+
productId?: (string | null);
|
|
7410
|
+
variants?: ($wrapper.wix.inventory.api.v1.ILocationInventoryVariant[] | null);
|
|
7411
|
+
updatedDate?: ($wrapper.google.protobuf.ITimestamp | null);
|
|
7412
|
+
numericId?: ((number | string) | null);
|
|
7413
|
+
preorderInfo?: ($wrapper.wix.inventory.api.v1.IPreorderInfo | null);
|
|
7414
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7415
|
+
}
|
|
7416
|
+
export interface ILocationInventoryVariant {
|
|
7417
|
+
variantId?: (string | null);
|
|
7418
|
+
locationId?: (string | null);
|
|
7419
|
+
inStock?: (boolean | null);
|
|
7420
|
+
quantity?: ($wrapper.google.protobuf.IInt32Value | null);
|
|
7421
|
+
trackQuantity?: (boolean | null);
|
|
7422
|
+
availableForPreorder?: (boolean | null);
|
|
7423
|
+
}
|
|
7424
|
+
export class LocationInventoryVariant implements ILocationInventoryVariant {
|
|
7425
|
+
constructor(data?: ILocationInventoryVariant);
|
|
7426
|
+
variantId?: (string | null);
|
|
7427
|
+
locationId?: (string | null);
|
|
7428
|
+
inStock?: (boolean | null);
|
|
7429
|
+
quantity?: ($wrapper.google.protobuf.IInt32Value | null);
|
|
7430
|
+
trackQuantity?: (boolean | null);
|
|
7431
|
+
availableForPreorder?: (boolean | null);
|
|
7432
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7433
|
+
}
|
|
7136
7434
|
}
|
|
7137
7435
|
}
|
|
7138
7436
|
}
|
|
@@ -7520,6 +7818,7 @@ declare namespace $wrapper {
|
|
|
7520
7818
|
export abstract class CatalogWriteApi {
|
|
7521
7819
|
abstract createProduct(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.ICreateProductRequest): Promise<$wrapper.wix.catalog.api.v1.ICreateProductResponse>
|
|
7522
7820
|
abstract createProductPlatformized(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.ICreateProductPlatformizedRequest): Promise<$wrapper.wix.catalog.api.v1.ICreateProductPlatformizedResponse>
|
|
7821
|
+
abstract createDigitalProduct(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.ICreateDigitalProductRequest): Promise<$wrapper.wix.catalog.api.v1.ICreateDigitalProductResponse>
|
|
7523
7822
|
abstract updateProduct(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IUpdateProductRequest): Promise<$wrapper.wix.catalog.api.v1.IUpdateProductResponse>
|
|
7524
7823
|
abstract updateProductPlatformized(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IUpdateProductPlatformizedRequest): Promise<$wrapper.wix.catalog.api.v1.IUpdateProductPlatformizedResponse>
|
|
7525
7824
|
abstract deleteProduct(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IDeleteProductRequest): Promise<$wrapper.wix.catalog.api.v1.IDeleteProductResponse>
|
|
@@ -7581,6 +7880,22 @@ declare namespace $wrapper {
|
|
|
7581
7880
|
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7582
7881
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7583
7882
|
}
|
|
7883
|
+
export interface ICreateDigitalProductRequest {
|
|
7884
|
+
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7885
|
+
}
|
|
7886
|
+
export class CreateDigitalProductRequest implements ICreateDigitalProductRequest {
|
|
7887
|
+
constructor(data?: ICreateDigitalProductRequest);
|
|
7888
|
+
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7889
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7890
|
+
}
|
|
7891
|
+
export interface ICreateDigitalProductResponse {
|
|
7892
|
+
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7893
|
+
}
|
|
7894
|
+
export class CreateDigitalProductResponse implements ICreateDigitalProductResponse {
|
|
7895
|
+
constructor(data?: ICreateDigitalProductResponse);
|
|
7896
|
+
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7897
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7898
|
+
}
|
|
7584
7899
|
export interface IUpdateProductRequest {
|
|
7585
7900
|
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7586
7901
|
}
|
|
@@ -8152,6 +8467,7 @@ declare namespace $wrapper {
|
|
|
8152
8467
|
brand?: (string | null);
|
|
8153
8468
|
taxGroupId?: (string | null);
|
|
8154
8469
|
exportProductId?: (string | null);
|
|
8470
|
+
digitalFile?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.ISecuredMedia | null);
|
|
8155
8471
|
}
|
|
8156
8472
|
export class Product implements IProduct {
|
|
8157
8473
|
constructor(data?: IProduct);
|
|
@@ -8191,6 +8507,7 @@ declare namespace $wrapper {
|
|
|
8191
8507
|
brand?: (string | null);
|
|
8192
8508
|
taxGroupId?: (string | null);
|
|
8193
8509
|
exportProductId?: (string | null);
|
|
8510
|
+
digitalFile?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.ISecuredMedia | null);
|
|
8194
8511
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
8195
8512
|
}
|
|
8196
8513
|
export enum ProductType {
|
|
@@ -9572,6 +9889,7 @@ declare namespace $wrapper {
|
|
|
9572
9889
|
memberId?: (string | null);
|
|
9573
9890
|
wixUserId?: (string | null);
|
|
9574
9891
|
appId?: (string | null);
|
|
9892
|
+
serviceId?: (string | null);
|
|
9575
9893
|
}
|
|
9576
9894
|
export class Owner implements IOwner {
|
|
9577
9895
|
constructor(data?: IOwner);
|
|
@@ -9579,6 +9897,7 @@ declare namespace $wrapper {
|
|
|
9579
9897
|
memberId?: (string | null);
|
|
9580
9898
|
wixUserId?: (string | null);
|
|
9581
9899
|
appId?: (string | null);
|
|
9900
|
+
serviceId?: (string | null);
|
|
9582
9901
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9583
9902
|
}
|
|
9584
9903
|
}
|
|
@@ -10150,6 +10469,7 @@ declare namespace $wrapper {
|
|
|
10150
10469
|
'.wix.api.translatable'?: ($wrapper.wix.api.ITranslatable | null);
|
|
10151
10470
|
'.wix.api.sampleData'?: (string | null);
|
|
10152
10471
|
'.wix.api.conditional'?: ($wrapper.wix.api.IConditional | null);
|
|
10472
|
+
'.wix.api.nullable'?: (boolean | null);
|
|
10153
10473
|
'.wix.api.max'?: (number | null);
|
|
10154
10474
|
'.wix.api.min'?: (number | null);
|
|
10155
10475
|
'.wix.api.maxLength'?: (number | null);
|
|
@@ -10182,6 +10502,7 @@ declare namespace $wrapper {
|
|
|
10182
10502
|
'.wix.api.translatable'?: ($wrapper.wix.api.ITranslatable | null);
|
|
10183
10503
|
'.wix.api.sampleData'?: (string | null);
|
|
10184
10504
|
'.wix.api.conditional'?: ($wrapper.wix.api.IConditional | null);
|
|
10505
|
+
'.wix.api.nullable'?: (boolean | null);
|
|
10185
10506
|
'.wix.api.max'?: (number | null);
|
|
10186
10507
|
'.wix.api.min'?: (number | null);
|
|
10187
10508
|
'.wix.api.maxLength'?: (number | null);
|