@wix/ecom 1.0.667 → 1.0.669
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 +20 -20
- package/type-bundles/index.bundle.d.ts +4 -243
- package/type-bundles/meta.bundle.d.ts +14 -238
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.669",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,28 +19,28 @@
|
|
|
19
19
|
"service-plugins"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@wix/ecom_abandoned-checkouts": "1.0.
|
|
22
|
+
"@wix/ecom_abandoned-checkouts": "1.0.35",
|
|
23
23
|
"@wix/ecom_additional-fees": "1.0.13",
|
|
24
|
-
"@wix/ecom_back-in-stock-notifications": "1.0.
|
|
25
|
-
"@wix/ecom_back-in-stock-settings": "1.0.
|
|
26
|
-
"@wix/ecom_cart": "1.0.
|
|
27
|
-
"@wix/ecom_checkout": "1.0.
|
|
28
|
-
"@wix/ecom_checkout-settings": "1.0.
|
|
29
|
-
"@wix/ecom_checkout-templates": "1.0.
|
|
30
|
-
"@wix/ecom_currencies": "1.0.
|
|
31
|
-
"@wix/ecom_current-cart": "1.0.
|
|
24
|
+
"@wix/ecom_back-in-stock-notifications": "1.0.39",
|
|
25
|
+
"@wix/ecom_back-in-stock-settings": "1.0.26",
|
|
26
|
+
"@wix/ecom_cart": "1.0.54",
|
|
27
|
+
"@wix/ecom_checkout": "1.0.59",
|
|
28
|
+
"@wix/ecom_checkout-settings": "1.0.39",
|
|
29
|
+
"@wix/ecom_checkout-templates": "1.0.60",
|
|
30
|
+
"@wix/ecom_currencies": "1.0.27",
|
|
31
|
+
"@wix/ecom_current-cart": "1.0.54",
|
|
32
32
|
"@wix/ecom_custom-triggers": "1.0.11",
|
|
33
|
-
"@wix/ecom_delivery-profile": "1.0.
|
|
34
|
-
"@wix/ecom_discount-rules": "1.0.
|
|
35
|
-
"@wix/ecom_order-fulfillments": "1.0.
|
|
36
|
-
"@wix/ecom_order-invoices": "1.0.
|
|
37
|
-
"@wix/ecom_order-transactions": "1.0.
|
|
38
|
-
"@wix/ecom_orders": "1.0.
|
|
39
|
-
"@wix/ecom_orders-settings": "1.0.
|
|
33
|
+
"@wix/ecom_delivery-profile": "1.0.4",
|
|
34
|
+
"@wix/ecom_discount-rules": "1.0.41",
|
|
35
|
+
"@wix/ecom_order-fulfillments": "1.0.34",
|
|
36
|
+
"@wix/ecom_order-invoices": "1.0.29",
|
|
37
|
+
"@wix/ecom_order-transactions": "1.0.47",
|
|
38
|
+
"@wix/ecom_orders": "1.0.82",
|
|
39
|
+
"@wix/ecom_orders-settings": "1.0.35",
|
|
40
40
|
"@wix/ecom_payment-settings": "1.0.19",
|
|
41
|
-
"@wix/ecom_recommendations": "1.0.
|
|
41
|
+
"@wix/ecom_recommendations": "1.0.30",
|
|
42
42
|
"@wix/ecom_shipping-rates": "1.0.25",
|
|
43
|
-
"@wix/ecom_shippo-configurations": "1.0.
|
|
43
|
+
"@wix/ecom_shippo-configurations": "1.0.3",
|
|
44
44
|
"@wix/ecom_validations": "1.0.15"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"fqdn": ""
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
"falconPackageHash": "
|
|
68
|
+
"falconPackageHash": "ab904ab1588dbba079a7c2b66194eeb711ffeca78f0f7061ce5d6160"
|
|
69
69
|
}
|
|
@@ -1527,6 +1527,9 @@ interface DomainEventBodyOneOf$d {
|
|
|
1527
1527
|
interface EntityCreatedEvent$d {
|
|
1528
1528
|
entity?: string;
|
|
1529
1529
|
}
|
|
1530
|
+
interface RestoreInfo$a {
|
|
1531
|
+
deletedDate?: Date;
|
|
1532
|
+
}
|
|
1530
1533
|
interface EntityUpdatedEvent$d {
|
|
1531
1534
|
/**
|
|
1532
1535
|
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
@@ -1626,7 +1629,7 @@ type index_d$g_Invoice = Invoice;
|
|
|
1626
1629
|
type index_d$g_ListInvoicesForMultipleOrdersResponseNonNullableFields = ListInvoicesForMultipleOrdersResponseNonNullableFields;
|
|
1627
1630
|
declare const index_d$g_listInvoicesForMultipleOrders: typeof listInvoicesForMultipleOrders;
|
|
1628
1631
|
declare namespace index_d$g {
|
|
1629
|
-
export { type ActionEvent$d as ActionEvent, type AddInvoiceToOrderRequest$1 as AddInvoiceToOrderRequest, type AddInvoiceToOrderResponse$1 as AddInvoiceToOrderResponse, type ApplicationError$8 as ApplicationError, type BulkActionMetadata$4 as BulkActionMetadata, type BulkGenerateInvoicesRequest$1 as BulkGenerateInvoicesRequest, type BulkGenerateInvoicesResponse$1 as BulkGenerateInvoicesResponse, type BulkInvoiceResult$1 as BulkInvoiceResult, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type Empty$9 as Empty, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type GenerateInvoiceRequest$1 as GenerateInvoiceRequest, type GenerateInvoiceResponse$1 as GenerateInvoiceResponse, type index_d$g_GenerateInvoiceWithNumberRequest as GenerateInvoiceWithNumberRequest, type index_d$g_GenerateInvoiceWithNumberResponse as GenerateInvoiceWithNumberResponse, type index_d$g_GetOrderInvoiceRequest as GetOrderInvoiceRequest, type index_d$g_GetOrderInvoiceResponse as GetOrderInvoiceResponse, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, type index_d$g_Invoice as Invoice, type InvoiceForOrder$1 as InvoiceForOrder, type InvoicesForOrder$1 as InvoicesForOrder, type ItemMetadata$4 as ItemMetadata, type ListInvoicesForMultipleOrdersRequest$1 as ListInvoicesForMultipleOrdersRequest, type ListInvoicesForMultipleOrdersResponse$1 as ListInvoicesForMultipleOrdersResponse, type index_d$g_ListInvoicesForMultipleOrdersResponseNonNullableFields as ListInvoicesForMultipleOrdersResponseNonNullableFields, type ListInvoicesForSingleOrderRequest$1 as ListInvoicesForSingleOrderRequest, type ListInvoicesForSingleOrderResponse$1 as ListInvoicesForSingleOrderResponse, type MessageEnvelope$d as MessageEnvelope, WebhookIdentityType$d as WebhookIdentityType, __metadata$g as __metadata, index_d$g_listInvoicesForMultipleOrders as listInvoicesForMultipleOrders };
|
|
1632
|
+
export { type ActionEvent$d as ActionEvent, type AddInvoiceToOrderRequest$1 as AddInvoiceToOrderRequest, type AddInvoiceToOrderResponse$1 as AddInvoiceToOrderResponse, type ApplicationError$8 as ApplicationError, type BulkActionMetadata$4 as BulkActionMetadata, type BulkGenerateInvoicesRequest$1 as BulkGenerateInvoicesRequest, type BulkGenerateInvoicesResponse$1 as BulkGenerateInvoicesResponse, type BulkInvoiceResult$1 as BulkInvoiceResult, type DomainEvent$d as DomainEvent, type DomainEventBodyOneOf$d as DomainEventBodyOneOf, type Empty$9 as Empty, type EntityCreatedEvent$d as EntityCreatedEvent, type EntityDeletedEvent$d as EntityDeletedEvent, type EntityUpdatedEvent$d as EntityUpdatedEvent, type GenerateInvoiceRequest$1 as GenerateInvoiceRequest, type GenerateInvoiceResponse$1 as GenerateInvoiceResponse, type index_d$g_GenerateInvoiceWithNumberRequest as GenerateInvoiceWithNumberRequest, type index_d$g_GenerateInvoiceWithNumberResponse as GenerateInvoiceWithNumberResponse, type index_d$g_GetOrderInvoiceRequest as GetOrderInvoiceRequest, type index_d$g_GetOrderInvoiceResponse as GetOrderInvoiceResponse, type IdentificationData$d as IdentificationData, type IdentificationDataIdOneOf$d as IdentificationDataIdOneOf, type index_d$g_Invoice as Invoice, type InvoiceForOrder$1 as InvoiceForOrder, type InvoicesForOrder$1 as InvoicesForOrder, type ItemMetadata$4 as ItemMetadata, type ListInvoicesForMultipleOrdersRequest$1 as ListInvoicesForMultipleOrdersRequest, type ListInvoicesForMultipleOrdersResponse$1 as ListInvoicesForMultipleOrdersResponse, type index_d$g_ListInvoicesForMultipleOrdersResponseNonNullableFields as ListInvoicesForMultipleOrdersResponseNonNullableFields, type ListInvoicesForSingleOrderRequest$1 as ListInvoicesForSingleOrderRequest, type ListInvoicesForSingleOrderResponse$1 as ListInvoicesForSingleOrderResponse, type MessageEnvelope$d as MessageEnvelope, type RestoreInfo$a as RestoreInfo, WebhookIdentityType$d as WebhookIdentityType, __metadata$g as __metadata, index_d$g_listInvoicesForMultipleOrders as listInvoicesForMultipleOrders };
|
|
1630
1633
|
}
|
|
1631
1634
|
|
|
1632
1635
|
interface Recommendation {
|
|
@@ -11392,8 +11395,6 @@ interface LineItem$3 {
|
|
|
11392
11395
|
* @readonly
|
|
11393
11396
|
*/
|
|
11394
11397
|
depositAmount?: MultiCurrencyPrice$1;
|
|
11395
|
-
/** Allows partial overrides for catalog line item properties like name, price, etc */
|
|
11396
|
-
catalogOverrideFields?: CatalogOverrideFields$1;
|
|
11397
11398
|
}
|
|
11398
11399
|
/** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
|
|
11399
11400
|
interface CatalogReference$2 {
|
|
@@ -13467,26 +13468,6 @@ interface CreateCheckoutResponseNonNullableFields {
|
|
|
13467
13468
|
formattedAmount: string;
|
|
13468
13469
|
formattedConvertedAmount: string;
|
|
13469
13470
|
};
|
|
13470
|
-
catalogOverrideFields?: {
|
|
13471
|
-
productName?: {
|
|
13472
|
-
original: string;
|
|
13473
|
-
};
|
|
13474
|
-
descriptionLines: {
|
|
13475
|
-
plainText?: {
|
|
13476
|
-
original: string;
|
|
13477
|
-
};
|
|
13478
|
-
colorInfo?: {
|
|
13479
|
-
original: string;
|
|
13480
|
-
};
|
|
13481
|
-
name?: {
|
|
13482
|
-
original: string;
|
|
13483
|
-
};
|
|
13484
|
-
}[];
|
|
13485
|
-
physicalProperties?: {
|
|
13486
|
-
shippable: boolean;
|
|
13487
|
-
};
|
|
13488
|
-
image: string;
|
|
13489
|
-
};
|
|
13490
13471
|
}[];
|
|
13491
13472
|
billingInfo?: {
|
|
13492
13473
|
contactDetails?: {
|
|
@@ -14171,26 +14152,6 @@ interface GetCheckoutResponseNonNullableFields {
|
|
|
14171
14152
|
formattedAmount: string;
|
|
14172
14153
|
formattedConvertedAmount: string;
|
|
14173
14154
|
};
|
|
14174
|
-
catalogOverrideFields?: {
|
|
14175
|
-
productName?: {
|
|
14176
|
-
original: string;
|
|
14177
|
-
};
|
|
14178
|
-
descriptionLines: {
|
|
14179
|
-
plainText?: {
|
|
14180
|
-
original: string;
|
|
14181
|
-
};
|
|
14182
|
-
colorInfo?: {
|
|
14183
|
-
original: string;
|
|
14184
|
-
};
|
|
14185
|
-
name?: {
|
|
14186
|
-
original: string;
|
|
14187
|
-
};
|
|
14188
|
-
}[];
|
|
14189
|
-
physicalProperties?: {
|
|
14190
|
-
shippable: boolean;
|
|
14191
|
-
};
|
|
14192
|
-
image: string;
|
|
14193
|
-
};
|
|
14194
14155
|
}[];
|
|
14195
14156
|
billingInfo?: {
|
|
14196
14157
|
contactDetails?: {
|
|
@@ -14878,26 +14839,6 @@ interface UpdateCheckoutResponseNonNullableFields {
|
|
|
14878
14839
|
formattedAmount: string;
|
|
14879
14840
|
formattedConvertedAmount: string;
|
|
14880
14841
|
};
|
|
14881
|
-
catalogOverrideFields?: {
|
|
14882
|
-
productName?: {
|
|
14883
|
-
original: string;
|
|
14884
|
-
};
|
|
14885
|
-
descriptionLines: {
|
|
14886
|
-
plainText?: {
|
|
14887
|
-
original: string;
|
|
14888
|
-
};
|
|
14889
|
-
colorInfo?: {
|
|
14890
|
-
original: string;
|
|
14891
|
-
};
|
|
14892
|
-
name?: {
|
|
14893
|
-
original: string;
|
|
14894
|
-
};
|
|
14895
|
-
}[];
|
|
14896
|
-
physicalProperties?: {
|
|
14897
|
-
shippable: boolean;
|
|
14898
|
-
};
|
|
14899
|
-
image: string;
|
|
14900
|
-
};
|
|
14901
14842
|
}[];
|
|
14902
14843
|
billingInfo?: {
|
|
14903
14844
|
contactDetails?: {
|
|
@@ -15582,26 +15523,6 @@ interface RemoveCouponResponseNonNullableFields {
|
|
|
15582
15523
|
formattedAmount: string;
|
|
15583
15524
|
formattedConvertedAmount: string;
|
|
15584
15525
|
};
|
|
15585
|
-
catalogOverrideFields?: {
|
|
15586
|
-
productName?: {
|
|
15587
|
-
original: string;
|
|
15588
|
-
};
|
|
15589
|
-
descriptionLines: {
|
|
15590
|
-
plainText?: {
|
|
15591
|
-
original: string;
|
|
15592
|
-
};
|
|
15593
|
-
colorInfo?: {
|
|
15594
|
-
original: string;
|
|
15595
|
-
};
|
|
15596
|
-
name?: {
|
|
15597
|
-
original: string;
|
|
15598
|
-
};
|
|
15599
|
-
}[];
|
|
15600
|
-
physicalProperties?: {
|
|
15601
|
-
shippable: boolean;
|
|
15602
|
-
};
|
|
15603
|
-
image: string;
|
|
15604
|
-
};
|
|
15605
15526
|
}[];
|
|
15606
15527
|
billingInfo?: {
|
|
15607
15528
|
contactDetails?: {
|
|
@@ -16286,26 +16207,6 @@ interface RemoveGiftCardResponseNonNullableFields {
|
|
|
16286
16207
|
formattedAmount: string;
|
|
16287
16208
|
formattedConvertedAmount: string;
|
|
16288
16209
|
};
|
|
16289
|
-
catalogOverrideFields?: {
|
|
16290
|
-
productName?: {
|
|
16291
|
-
original: string;
|
|
16292
|
-
};
|
|
16293
|
-
descriptionLines: {
|
|
16294
|
-
plainText?: {
|
|
16295
|
-
original: string;
|
|
16296
|
-
};
|
|
16297
|
-
colorInfo?: {
|
|
16298
|
-
original: string;
|
|
16299
|
-
};
|
|
16300
|
-
name?: {
|
|
16301
|
-
original: string;
|
|
16302
|
-
};
|
|
16303
|
-
}[];
|
|
16304
|
-
physicalProperties?: {
|
|
16305
|
-
shippable: boolean;
|
|
16306
|
-
};
|
|
16307
|
-
image: string;
|
|
16308
|
-
};
|
|
16309
16210
|
}[];
|
|
16310
16211
|
billingInfo?: {
|
|
16311
16212
|
contactDetails?: {
|
|
@@ -16990,26 +16891,6 @@ interface RemoveOverrideCheckoutUrlResponseNonNullableFields {
|
|
|
16990
16891
|
formattedAmount: string;
|
|
16991
16892
|
formattedConvertedAmount: string;
|
|
16992
16893
|
};
|
|
16993
|
-
catalogOverrideFields?: {
|
|
16994
|
-
productName?: {
|
|
16995
|
-
original: string;
|
|
16996
|
-
};
|
|
16997
|
-
descriptionLines: {
|
|
16998
|
-
plainText?: {
|
|
16999
|
-
original: string;
|
|
17000
|
-
};
|
|
17001
|
-
colorInfo?: {
|
|
17002
|
-
original: string;
|
|
17003
|
-
};
|
|
17004
|
-
name?: {
|
|
17005
|
-
original: string;
|
|
17006
|
-
};
|
|
17007
|
-
}[];
|
|
17008
|
-
physicalProperties?: {
|
|
17009
|
-
shippable: boolean;
|
|
17010
|
-
};
|
|
17011
|
-
image: string;
|
|
17012
|
-
};
|
|
17013
16894
|
}[];
|
|
17014
16895
|
billingInfo?: {
|
|
17015
16896
|
contactDetails?: {
|
|
@@ -17694,26 +17575,6 @@ interface AddToCheckoutResponseNonNullableFields {
|
|
|
17694
17575
|
formattedAmount: string;
|
|
17695
17576
|
formattedConvertedAmount: string;
|
|
17696
17577
|
};
|
|
17697
|
-
catalogOverrideFields?: {
|
|
17698
|
-
productName?: {
|
|
17699
|
-
original: string;
|
|
17700
|
-
};
|
|
17701
|
-
descriptionLines: {
|
|
17702
|
-
plainText?: {
|
|
17703
|
-
original: string;
|
|
17704
|
-
};
|
|
17705
|
-
colorInfo?: {
|
|
17706
|
-
original: string;
|
|
17707
|
-
};
|
|
17708
|
-
name?: {
|
|
17709
|
-
original: string;
|
|
17710
|
-
};
|
|
17711
|
-
}[];
|
|
17712
|
-
physicalProperties?: {
|
|
17713
|
-
shippable: boolean;
|
|
17714
|
-
};
|
|
17715
|
-
image: string;
|
|
17716
|
-
};
|
|
17717
17578
|
}[];
|
|
17718
17579
|
billingInfo?: {
|
|
17719
17580
|
contactDetails?: {
|
|
@@ -18398,26 +18259,6 @@ interface RemoveLineItemsResponseNonNullableFields {
|
|
|
18398
18259
|
formattedAmount: string;
|
|
18399
18260
|
formattedConvertedAmount: string;
|
|
18400
18261
|
};
|
|
18401
|
-
catalogOverrideFields?: {
|
|
18402
|
-
productName?: {
|
|
18403
|
-
original: string;
|
|
18404
|
-
};
|
|
18405
|
-
descriptionLines: {
|
|
18406
|
-
plainText?: {
|
|
18407
|
-
original: string;
|
|
18408
|
-
};
|
|
18409
|
-
colorInfo?: {
|
|
18410
|
-
original: string;
|
|
18411
|
-
};
|
|
18412
|
-
name?: {
|
|
18413
|
-
original: string;
|
|
18414
|
-
};
|
|
18415
|
-
}[];
|
|
18416
|
-
physicalProperties?: {
|
|
18417
|
-
shippable: boolean;
|
|
18418
|
-
};
|
|
18419
|
-
image: string;
|
|
18420
|
-
};
|
|
18421
18262
|
}[];
|
|
18422
18263
|
billingInfo?: {
|
|
18423
18264
|
contactDetails?: {
|
|
@@ -19106,26 +18947,6 @@ interface UpdateLineItemsQuantityResponseNonNullableFields {
|
|
|
19106
18947
|
formattedAmount: string;
|
|
19107
18948
|
formattedConvertedAmount: string;
|
|
19108
18949
|
};
|
|
19109
|
-
catalogOverrideFields?: {
|
|
19110
|
-
productName?: {
|
|
19111
|
-
original: string;
|
|
19112
|
-
};
|
|
19113
|
-
descriptionLines: {
|
|
19114
|
-
plainText?: {
|
|
19115
|
-
original: string;
|
|
19116
|
-
};
|
|
19117
|
-
colorInfo?: {
|
|
19118
|
-
original: string;
|
|
19119
|
-
};
|
|
19120
|
-
name?: {
|
|
19121
|
-
original: string;
|
|
19122
|
-
};
|
|
19123
|
-
}[];
|
|
19124
|
-
physicalProperties?: {
|
|
19125
|
-
shippable: boolean;
|
|
19126
|
-
};
|
|
19127
|
-
image: string;
|
|
19128
|
-
};
|
|
19129
18950
|
}[];
|
|
19130
18951
|
billingInfo?: {
|
|
19131
18952
|
contactDetails?: {
|
|
@@ -20070,26 +19891,6 @@ declare function createCheckout(httpClient: HttpClient): (options?: CreateChecko
|
|
|
20070
19891
|
formattedAmount: string;
|
|
20071
19892
|
formattedConvertedAmount: string;
|
|
20072
19893
|
} | undefined;
|
|
20073
|
-
catalogOverrideFields?: {
|
|
20074
|
-
productName?: {
|
|
20075
|
-
original: string;
|
|
20076
|
-
} | undefined;
|
|
20077
|
-
descriptionLines: {
|
|
20078
|
-
plainText?: {
|
|
20079
|
-
original: string;
|
|
20080
|
-
} | undefined;
|
|
20081
|
-
colorInfo?: {
|
|
20082
|
-
original: string;
|
|
20083
|
-
} | undefined;
|
|
20084
|
-
name?: {
|
|
20085
|
-
original: string;
|
|
20086
|
-
} | undefined;
|
|
20087
|
-
}[];
|
|
20088
|
-
physicalProperties?: {
|
|
20089
|
-
shippable: boolean;
|
|
20090
|
-
} | undefined;
|
|
20091
|
-
image: string;
|
|
20092
|
-
} | undefined;
|
|
20093
19894
|
}[];
|
|
20094
19895
|
billingInfo?: {
|
|
20095
19896
|
contactDetails?: {
|
|
@@ -20772,26 +20573,6 @@ declare function getCheckout(httpClient: HttpClient): (_id: string) => Promise<C
|
|
|
20772
20573
|
formattedAmount: string;
|
|
20773
20574
|
formattedConvertedAmount: string;
|
|
20774
20575
|
} | undefined;
|
|
20775
|
-
catalogOverrideFields?: {
|
|
20776
|
-
productName?: {
|
|
20777
|
-
original: string;
|
|
20778
|
-
} | undefined;
|
|
20779
|
-
descriptionLines: {
|
|
20780
|
-
plainText?: {
|
|
20781
|
-
original: string;
|
|
20782
|
-
} | undefined;
|
|
20783
|
-
colorInfo?: {
|
|
20784
|
-
original: string;
|
|
20785
|
-
} | undefined;
|
|
20786
|
-
name?: {
|
|
20787
|
-
original: string;
|
|
20788
|
-
} | undefined;
|
|
20789
|
-
}[];
|
|
20790
|
-
physicalProperties?: {
|
|
20791
|
-
shippable: boolean;
|
|
20792
|
-
} | undefined;
|
|
20793
|
-
image: string;
|
|
20794
|
-
} | undefined;
|
|
20795
20576
|
}[];
|
|
20796
20577
|
billingInfo?: {
|
|
20797
20578
|
contactDetails?: {
|
|
@@ -21475,26 +21256,6 @@ declare function updateCheckout(httpClient: HttpClient): (_id: string | null, ch
|
|
|
21475
21256
|
formattedAmount: string;
|
|
21476
21257
|
formattedConvertedAmount: string;
|
|
21477
21258
|
} | undefined;
|
|
21478
|
-
catalogOverrideFields?: {
|
|
21479
|
-
productName?: {
|
|
21480
|
-
original: string;
|
|
21481
|
-
} | undefined;
|
|
21482
|
-
descriptionLines: {
|
|
21483
|
-
plainText?: {
|
|
21484
|
-
original: string;
|
|
21485
|
-
} | undefined;
|
|
21486
|
-
colorInfo?: {
|
|
21487
|
-
original: string;
|
|
21488
|
-
} | undefined;
|
|
21489
|
-
name?: {
|
|
21490
|
-
original: string;
|
|
21491
|
-
} | undefined;
|
|
21492
|
-
}[];
|
|
21493
|
-
physicalProperties?: {
|
|
21494
|
-
shippable: boolean;
|
|
21495
|
-
} | undefined;
|
|
21496
|
-
image: string;
|
|
21497
|
-
} | undefined;
|
|
21498
21259
|
}[];
|
|
21499
21260
|
billingInfo?: {
|
|
21500
21261
|
contactDetails?: {
|
|
@@ -2276,9 +2276,9 @@ interface BackInStockItemDetails$1 {
|
|
|
2276
2276
|
/** Item price. */
|
|
2277
2277
|
price?: string;
|
|
2278
2278
|
/** Item image. */
|
|
2279
|
-
image?: Image$
|
|
2279
|
+
image?: Image$4;
|
|
2280
2280
|
}
|
|
2281
|
-
interface Image$
|
|
2281
|
+
interface Image$4 {
|
|
2282
2282
|
/** WixMedia image ID. */
|
|
2283
2283
|
id?: string;
|
|
2284
2284
|
/** Image URL. */
|
|
@@ -3161,7 +3161,7 @@ interface LineItem$5 {
|
|
|
3161
3161
|
*/
|
|
3162
3162
|
taxGroupId?: string | null;
|
|
3163
3163
|
/** Allows partial overrides for catalog line item properties like name, price, etc */
|
|
3164
|
-
catalogOverrideFields?: CatalogOverrideFields$
|
|
3164
|
+
catalogOverrideFields?: CatalogOverrideFields$5;
|
|
3165
3165
|
}
|
|
3166
3166
|
/** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
|
|
3167
3167
|
interface CatalogReference$9 {
|
|
@@ -3407,7 +3407,7 @@ interface SelectedMembership$5 {
|
|
|
3407
3407
|
/** ID of the app providing this payment option. */
|
|
3408
3408
|
appId?: string;
|
|
3409
3409
|
}
|
|
3410
|
-
interface CatalogOverrideFields$
|
|
3410
|
+
interface CatalogOverrideFields$5 {
|
|
3411
3411
|
/** Item product name */
|
|
3412
3412
|
productName?: ProductName$9;
|
|
3413
3413
|
/** Item price **after** discounts. */
|
|
@@ -3419,9 +3419,9 @@ interface CatalogOverrideFields$7 {
|
|
|
3419
3419
|
/** Physical properties of the item. When relevant, contains information such as SKU, item weight, and shippability. */
|
|
3420
3420
|
physicalProperties?: PhysicalProperties$9;
|
|
3421
3421
|
/** Line item image details. */
|
|
3422
|
-
image?: Image$
|
|
3422
|
+
image?: Image$3;
|
|
3423
3423
|
}
|
|
3424
|
-
interface Image$
|
|
3424
|
+
interface Image$3 {
|
|
3425
3425
|
/** WixMedia image ID. */
|
|
3426
3426
|
id?: string;
|
|
3427
3427
|
/** Original image height. */
|
|
@@ -6826,7 +6826,7 @@ interface LineItem$4 {
|
|
|
6826
6826
|
*/
|
|
6827
6827
|
taxGroupId?: string | null;
|
|
6828
6828
|
/** Allows partial overrides for catalog line item properties like name, price, etc */
|
|
6829
|
-
catalogOverrideFields?: CatalogOverrideFields$
|
|
6829
|
+
catalogOverrideFields?: CatalogOverrideFields$4;
|
|
6830
6830
|
}
|
|
6831
6831
|
/** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
|
|
6832
6832
|
interface CatalogReference$8 {
|
|
@@ -7001,7 +7001,7 @@ interface SelectedMembership$4 {
|
|
|
7001
7001
|
/** ID of the app providing this payment option. */
|
|
7002
7002
|
appId?: string;
|
|
7003
7003
|
}
|
|
7004
|
-
interface CatalogOverrideFields$
|
|
7004
|
+
interface CatalogOverrideFields$4 {
|
|
7005
7005
|
/** Item product name */
|
|
7006
7006
|
productName?: ProductName$8;
|
|
7007
7007
|
/** Item price **after** discounts. */
|
|
@@ -9745,7 +9745,7 @@ interface LineItem$3 {
|
|
|
9745
9745
|
*/
|
|
9746
9746
|
taxGroupId?: string | null;
|
|
9747
9747
|
/** Allows partial overrides for catalog line item properties like name, price, etc */
|
|
9748
|
-
catalogOverrideFields?: CatalogOverrideFields$
|
|
9748
|
+
catalogOverrideFields?: CatalogOverrideFields$3;
|
|
9749
9749
|
}
|
|
9750
9750
|
/** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
|
|
9751
9751
|
interface CatalogReference$7 {
|
|
@@ -9991,7 +9991,7 @@ interface SelectedMembership$3 {
|
|
|
9991
9991
|
/** ID of the app providing this payment option. */
|
|
9992
9992
|
appId?: string;
|
|
9993
9993
|
}
|
|
9994
|
-
interface CatalogOverrideFields$
|
|
9994
|
+
interface CatalogOverrideFields$3 {
|
|
9995
9995
|
/** Item product name */
|
|
9996
9996
|
productName?: ProductName$7;
|
|
9997
9997
|
/** Item price **after** discounts. */
|
|
@@ -10003,9 +10003,9 @@ interface CatalogOverrideFields$5 {
|
|
|
10003
10003
|
/** Physical properties of the item. When relevant, contains information such as SKU, item weight, and shippability. */
|
|
10004
10004
|
physicalProperties?: PhysicalProperties$7;
|
|
10005
10005
|
/** Line item image details. */
|
|
10006
|
-
image?: Image$
|
|
10006
|
+
image?: Image$2;
|
|
10007
10007
|
}
|
|
10008
|
-
interface Image$
|
|
10008
|
+
interface Image$2 {
|
|
10009
10009
|
/** WixMedia image ID. */
|
|
10010
10010
|
id?: string;
|
|
10011
10011
|
/** Original image height. */
|
|
@@ -13196,7 +13196,7 @@ interface LineItem$2 {
|
|
|
13196
13196
|
*/
|
|
13197
13197
|
taxGroupId?: string | null;
|
|
13198
13198
|
/** Allows partial overrides for catalog line item properties like name, price, etc */
|
|
13199
|
-
catalogOverrideFields?: CatalogOverrideFields$
|
|
13199
|
+
catalogOverrideFields?: CatalogOverrideFields$2;
|
|
13200
13200
|
}
|
|
13201
13201
|
/** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
|
|
13202
13202
|
interface CatalogReference$6 {
|
|
@@ -13371,7 +13371,7 @@ interface SelectedMembership$2 {
|
|
|
13371
13371
|
/** ID of the app providing this payment option. */
|
|
13372
13372
|
appId?: string;
|
|
13373
13373
|
}
|
|
13374
|
-
interface CatalogOverrideFields$
|
|
13374
|
+
interface CatalogOverrideFields$2 {
|
|
13375
13375
|
/** Item product name */
|
|
13376
13376
|
productName?: ProductName$6;
|
|
13377
13377
|
/** Item price **after** discounts. */
|
|
@@ -16043,8 +16043,6 @@ interface LineItem$1 {
|
|
|
16043
16043
|
* @readonly
|
|
16044
16044
|
*/
|
|
16045
16045
|
depositAmount?: MultiCurrencyPrice$1;
|
|
16046
|
-
/** Allows partial overrides for catalog line item properties like name, price, etc */
|
|
16047
|
-
catalogOverrideFields?: CatalogOverrideFields$3;
|
|
16048
16046
|
}
|
|
16049
16047
|
/** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
|
|
16050
16048
|
interface CatalogReference$5 {
|
|
@@ -16314,32 +16312,6 @@ interface PriceDescription$3 {
|
|
|
16314
16312
|
*/
|
|
16315
16313
|
translated?: string | null;
|
|
16316
16314
|
}
|
|
16317
|
-
interface CatalogOverrideFields$3 {
|
|
16318
|
-
/** Item product name */
|
|
16319
|
-
productName?: ProductName$5;
|
|
16320
|
-
/** Item price **after** discounts. */
|
|
16321
|
-
price?: string | null;
|
|
16322
|
-
/** Item price **before** discount. */
|
|
16323
|
-
fullPrice?: string | null;
|
|
16324
|
-
/** Line item description lines. Used for displaying the cart, checkout and order. */
|
|
16325
|
-
descriptionLines?: DescriptionLine$5[];
|
|
16326
|
-
/** Physical properties of the item. When relevant, contains information such as SKU, item weight, and shippability. */
|
|
16327
|
-
physicalProperties?: PhysicalProperties$5;
|
|
16328
|
-
/** Line item image details. */
|
|
16329
|
-
image?: Image$2;
|
|
16330
|
-
}
|
|
16331
|
-
interface Image$2 {
|
|
16332
|
-
/** WixMedia image ID. */
|
|
16333
|
-
id?: string;
|
|
16334
|
-
/** Original image height. */
|
|
16335
|
-
height?: number;
|
|
16336
|
-
/** Original image width. */
|
|
16337
|
-
width?: number;
|
|
16338
|
-
/** Image alt text. Optional. */
|
|
16339
|
-
altText?: string | null;
|
|
16340
|
-
/** Image filename. Optional. */
|
|
16341
|
-
filename?: string | null;
|
|
16342
|
-
}
|
|
16343
16315
|
/** Billing Info and shipping details */
|
|
16344
16316
|
interface AddressWithContact$3 {
|
|
16345
16317
|
/** Address. */
|
|
@@ -26543,8 +26515,6 @@ interface LineItem {
|
|
|
26543
26515
|
* @readonly
|
|
26544
26516
|
*/
|
|
26545
26517
|
depositAmount?: MultiCurrencyPrice;
|
|
26546
|
-
/** Allows partial overrides for catalog line item properties like name, price, etc */
|
|
26547
|
-
catalogOverrideFields?: CatalogOverrideFields$2;
|
|
26548
26518
|
}
|
|
26549
26519
|
/** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
|
|
26550
26520
|
interface CatalogReference$4 {
|
|
@@ -26757,20 +26727,6 @@ interface PriceDescription$2 {
|
|
|
26757
26727
|
*/
|
|
26758
26728
|
translated?: string | null;
|
|
26759
26729
|
}
|
|
26760
|
-
interface CatalogOverrideFields$2 {
|
|
26761
|
-
/** Item product name */
|
|
26762
|
-
productName?: ProductName$4;
|
|
26763
|
-
/** Item price **after** discounts. */
|
|
26764
|
-
price?: string | null;
|
|
26765
|
-
/** Item price **before** discount. */
|
|
26766
|
-
fullPrice?: string | null;
|
|
26767
|
-
/** Line item description lines. Used for displaying the cart, checkout and order. */
|
|
26768
|
-
descriptionLines?: DescriptionLine$4[];
|
|
26769
|
-
/** Physical properties of the item. When relevant, contains information such as SKU, item weight, and shippability. */
|
|
26770
|
-
physicalProperties?: PhysicalProperties$4;
|
|
26771
|
-
/** Line item image details. */
|
|
26772
|
-
image?: string;
|
|
26773
|
-
}
|
|
26774
26730
|
/** Billing Info and shipping details */
|
|
26775
26731
|
interface AddressWithContact$2 {
|
|
26776
26732
|
/** Address. */
|
|
@@ -27786,26 +27742,6 @@ interface CreateCheckoutResponseNonNullableFields {
|
|
|
27786
27742
|
formattedAmount: string;
|
|
27787
27743
|
formattedConvertedAmount: string;
|
|
27788
27744
|
};
|
|
27789
|
-
catalogOverrideFields?: {
|
|
27790
|
-
productName?: {
|
|
27791
|
-
original: string;
|
|
27792
|
-
};
|
|
27793
|
-
descriptionLines: {
|
|
27794
|
-
plainText?: {
|
|
27795
|
-
original: string;
|
|
27796
|
-
};
|
|
27797
|
-
colorInfo?: {
|
|
27798
|
-
original: string;
|
|
27799
|
-
};
|
|
27800
|
-
name?: {
|
|
27801
|
-
original: string;
|
|
27802
|
-
};
|
|
27803
|
-
}[];
|
|
27804
|
-
physicalProperties?: {
|
|
27805
|
-
shippable: boolean;
|
|
27806
|
-
};
|
|
27807
|
-
image: string;
|
|
27808
|
-
};
|
|
27809
27745
|
}[];
|
|
27810
27746
|
billingInfo?: {
|
|
27811
27747
|
contactDetails?: {
|
|
@@ -28490,26 +28426,6 @@ interface GetCheckoutResponseNonNullableFields {
|
|
|
28490
28426
|
formattedAmount: string;
|
|
28491
28427
|
formattedConvertedAmount: string;
|
|
28492
28428
|
};
|
|
28493
|
-
catalogOverrideFields?: {
|
|
28494
|
-
productName?: {
|
|
28495
|
-
original: string;
|
|
28496
|
-
};
|
|
28497
|
-
descriptionLines: {
|
|
28498
|
-
plainText?: {
|
|
28499
|
-
original: string;
|
|
28500
|
-
};
|
|
28501
|
-
colorInfo?: {
|
|
28502
|
-
original: string;
|
|
28503
|
-
};
|
|
28504
|
-
name?: {
|
|
28505
|
-
original: string;
|
|
28506
|
-
};
|
|
28507
|
-
}[];
|
|
28508
|
-
physicalProperties?: {
|
|
28509
|
-
shippable: boolean;
|
|
28510
|
-
};
|
|
28511
|
-
image: string;
|
|
28512
|
-
};
|
|
28513
28429
|
}[];
|
|
28514
28430
|
billingInfo?: {
|
|
28515
28431
|
contactDetails?: {
|
|
@@ -29197,26 +29113,6 @@ interface UpdateCheckoutResponseNonNullableFields {
|
|
|
29197
29113
|
formattedAmount: string;
|
|
29198
29114
|
formattedConvertedAmount: string;
|
|
29199
29115
|
};
|
|
29200
|
-
catalogOverrideFields?: {
|
|
29201
|
-
productName?: {
|
|
29202
|
-
original: string;
|
|
29203
|
-
};
|
|
29204
|
-
descriptionLines: {
|
|
29205
|
-
plainText?: {
|
|
29206
|
-
original: string;
|
|
29207
|
-
};
|
|
29208
|
-
colorInfo?: {
|
|
29209
|
-
original: string;
|
|
29210
|
-
};
|
|
29211
|
-
name?: {
|
|
29212
|
-
original: string;
|
|
29213
|
-
};
|
|
29214
|
-
}[];
|
|
29215
|
-
physicalProperties?: {
|
|
29216
|
-
shippable: boolean;
|
|
29217
|
-
};
|
|
29218
|
-
image: string;
|
|
29219
|
-
};
|
|
29220
29116
|
}[];
|
|
29221
29117
|
billingInfo?: {
|
|
29222
29118
|
contactDetails?: {
|
|
@@ -29901,26 +29797,6 @@ interface RemoveCouponResponseNonNullableFields {
|
|
|
29901
29797
|
formattedAmount: string;
|
|
29902
29798
|
formattedConvertedAmount: string;
|
|
29903
29799
|
};
|
|
29904
|
-
catalogOverrideFields?: {
|
|
29905
|
-
productName?: {
|
|
29906
|
-
original: string;
|
|
29907
|
-
};
|
|
29908
|
-
descriptionLines: {
|
|
29909
|
-
plainText?: {
|
|
29910
|
-
original: string;
|
|
29911
|
-
};
|
|
29912
|
-
colorInfo?: {
|
|
29913
|
-
original: string;
|
|
29914
|
-
};
|
|
29915
|
-
name?: {
|
|
29916
|
-
original: string;
|
|
29917
|
-
};
|
|
29918
|
-
}[];
|
|
29919
|
-
physicalProperties?: {
|
|
29920
|
-
shippable: boolean;
|
|
29921
|
-
};
|
|
29922
|
-
image: string;
|
|
29923
|
-
};
|
|
29924
29800
|
}[];
|
|
29925
29801
|
billingInfo?: {
|
|
29926
29802
|
contactDetails?: {
|
|
@@ -30605,26 +30481,6 @@ interface RemoveGiftCardResponseNonNullableFields {
|
|
|
30605
30481
|
formattedAmount: string;
|
|
30606
30482
|
formattedConvertedAmount: string;
|
|
30607
30483
|
};
|
|
30608
|
-
catalogOverrideFields?: {
|
|
30609
|
-
productName?: {
|
|
30610
|
-
original: string;
|
|
30611
|
-
};
|
|
30612
|
-
descriptionLines: {
|
|
30613
|
-
plainText?: {
|
|
30614
|
-
original: string;
|
|
30615
|
-
};
|
|
30616
|
-
colorInfo?: {
|
|
30617
|
-
original: string;
|
|
30618
|
-
};
|
|
30619
|
-
name?: {
|
|
30620
|
-
original: string;
|
|
30621
|
-
};
|
|
30622
|
-
}[];
|
|
30623
|
-
physicalProperties?: {
|
|
30624
|
-
shippable: boolean;
|
|
30625
|
-
};
|
|
30626
|
-
image: string;
|
|
30627
|
-
};
|
|
30628
30484
|
}[];
|
|
30629
30485
|
billingInfo?: {
|
|
30630
30486
|
contactDetails?: {
|
|
@@ -31309,26 +31165,6 @@ interface RemoveOverrideCheckoutUrlResponseNonNullableFields {
|
|
|
31309
31165
|
formattedAmount: string;
|
|
31310
31166
|
formattedConvertedAmount: string;
|
|
31311
31167
|
};
|
|
31312
|
-
catalogOverrideFields?: {
|
|
31313
|
-
productName?: {
|
|
31314
|
-
original: string;
|
|
31315
|
-
};
|
|
31316
|
-
descriptionLines: {
|
|
31317
|
-
plainText?: {
|
|
31318
|
-
original: string;
|
|
31319
|
-
};
|
|
31320
|
-
colorInfo?: {
|
|
31321
|
-
original: string;
|
|
31322
|
-
};
|
|
31323
|
-
name?: {
|
|
31324
|
-
original: string;
|
|
31325
|
-
};
|
|
31326
|
-
}[];
|
|
31327
|
-
physicalProperties?: {
|
|
31328
|
-
shippable: boolean;
|
|
31329
|
-
};
|
|
31330
|
-
image: string;
|
|
31331
|
-
};
|
|
31332
31168
|
}[];
|
|
31333
31169
|
billingInfo?: {
|
|
31334
31170
|
contactDetails?: {
|
|
@@ -32013,26 +31849,6 @@ interface AddToCheckoutResponseNonNullableFields {
|
|
|
32013
31849
|
formattedAmount: string;
|
|
32014
31850
|
formattedConvertedAmount: string;
|
|
32015
31851
|
};
|
|
32016
|
-
catalogOverrideFields?: {
|
|
32017
|
-
productName?: {
|
|
32018
|
-
original: string;
|
|
32019
|
-
};
|
|
32020
|
-
descriptionLines: {
|
|
32021
|
-
plainText?: {
|
|
32022
|
-
original: string;
|
|
32023
|
-
};
|
|
32024
|
-
colorInfo?: {
|
|
32025
|
-
original: string;
|
|
32026
|
-
};
|
|
32027
|
-
name?: {
|
|
32028
|
-
original: string;
|
|
32029
|
-
};
|
|
32030
|
-
}[];
|
|
32031
|
-
physicalProperties?: {
|
|
32032
|
-
shippable: boolean;
|
|
32033
|
-
};
|
|
32034
|
-
image: string;
|
|
32035
|
-
};
|
|
32036
31852
|
}[];
|
|
32037
31853
|
billingInfo?: {
|
|
32038
31854
|
contactDetails?: {
|
|
@@ -32717,26 +32533,6 @@ interface RemoveLineItemsResponseNonNullableFields {
|
|
|
32717
32533
|
formattedAmount: string;
|
|
32718
32534
|
formattedConvertedAmount: string;
|
|
32719
32535
|
};
|
|
32720
|
-
catalogOverrideFields?: {
|
|
32721
|
-
productName?: {
|
|
32722
|
-
original: string;
|
|
32723
|
-
};
|
|
32724
|
-
descriptionLines: {
|
|
32725
|
-
plainText?: {
|
|
32726
|
-
original: string;
|
|
32727
|
-
};
|
|
32728
|
-
colorInfo?: {
|
|
32729
|
-
original: string;
|
|
32730
|
-
};
|
|
32731
|
-
name?: {
|
|
32732
|
-
original: string;
|
|
32733
|
-
};
|
|
32734
|
-
}[];
|
|
32735
|
-
physicalProperties?: {
|
|
32736
|
-
shippable: boolean;
|
|
32737
|
-
};
|
|
32738
|
-
image: string;
|
|
32739
|
-
};
|
|
32740
32536
|
}[];
|
|
32741
32537
|
billingInfo?: {
|
|
32742
32538
|
contactDetails?: {
|
|
@@ -33425,26 +33221,6 @@ interface UpdateLineItemsQuantityResponseNonNullableFields {
|
|
|
33425
33221
|
formattedAmount: string;
|
|
33426
33222
|
formattedConvertedAmount: string;
|
|
33427
33223
|
};
|
|
33428
|
-
catalogOverrideFields?: {
|
|
33429
|
-
productName?: {
|
|
33430
|
-
original: string;
|
|
33431
|
-
};
|
|
33432
|
-
descriptionLines: {
|
|
33433
|
-
plainText?: {
|
|
33434
|
-
original: string;
|
|
33435
|
-
};
|
|
33436
|
-
colorInfo?: {
|
|
33437
|
-
original: string;
|
|
33438
|
-
};
|
|
33439
|
-
name?: {
|
|
33440
|
-
original: string;
|
|
33441
|
-
};
|
|
33442
|
-
}[];
|
|
33443
|
-
physicalProperties?: {
|
|
33444
|
-
shippable: boolean;
|
|
33445
|
-
};
|
|
33446
|
-
image: string;
|
|
33447
|
-
};
|
|
33448
33224
|
}[];
|
|
33449
33225
|
billingInfo?: {
|
|
33450
33226
|
contactDetails?: {
|