@wix/ecom 1.0.668 → 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 -1
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 {
|