@wix/ecom 1.0.649 → 1.0.651

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom",
3
- "version": "1.0.649",
3
+ "version": "1.0.651",
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.31",
23
- "@wix/ecom_additional-fees": "1.0.10",
24
- "@wix/ecom_back-in-stock-notifications": "1.0.36",
25
- "@wix/ecom_back-in-stock-settings": "1.0.23",
26
- "@wix/ecom_cart": "1.0.49",
27
- "@wix/ecom_checkout": "1.0.53",
28
- "@wix/ecom_checkout-settings": "1.0.34",
29
- "@wix/ecom_checkout-templates": "1.0.55",
30
- "@wix/ecom_currencies": "1.0.24",
31
- "@wix/ecom_current-cart": "1.0.49",
32
- "@wix/ecom_custom-triggers": "1.0.8",
33
- "@wix/ecom_delivery-profile": "1.0.0",
34
- "@wix/ecom_discount-rules": "1.0.38",
35
- "@wix/ecom_order-fulfillments": "1.0.31",
36
- "@wix/ecom_order-invoices": "1.0.26",
37
- "@wix/ecom_order-transactions": "1.0.42",
38
- "@wix/ecom_orders": "1.0.77",
39
- "@wix/ecom_orders-settings": "1.0.31",
40
- "@wix/ecom_payment-settings": "1.0.15",
41
- "@wix/ecom_recommendations": "1.0.27",
42
- "@wix/ecom_shipping-rates": "1.0.19",
43
- "@wix/ecom_validations": "1.0.11"
22
+ "@wix/ecom_abandoned-checkouts": "1.0.33",
23
+ "@wix/ecom_additional-fees": "1.0.11",
24
+ "@wix/ecom_back-in-stock-notifications": "1.0.37",
25
+ "@wix/ecom_back-in-stock-settings": "1.0.24",
26
+ "@wix/ecom_cart": "1.0.50",
27
+ "@wix/ecom_checkout": "1.0.54",
28
+ "@wix/ecom_checkout-settings": "1.0.35",
29
+ "@wix/ecom_checkout-templates": "1.0.56",
30
+ "@wix/ecom_currencies": "1.0.25",
31
+ "@wix/ecom_current-cart": "1.0.50",
32
+ "@wix/ecom_custom-triggers": "1.0.9",
33
+ "@wix/ecom_delivery-profile": "1.0.1",
34
+ "@wix/ecom_discount-rules": "1.0.39",
35
+ "@wix/ecom_order-fulfillments": "1.0.32",
36
+ "@wix/ecom_order-invoices": "1.0.27",
37
+ "@wix/ecom_order-transactions": "1.0.43",
38
+ "@wix/ecom_orders": "1.0.78",
39
+ "@wix/ecom_orders-settings": "1.0.32",
40
+ "@wix/ecom_payment-settings": "1.0.16",
41
+ "@wix/ecom_recommendations": "1.0.28",
42
+ "@wix/ecom_shipping-rates": "1.0.20",
43
+ "@wix/ecom_validations": "1.0.12"
44
44
  },
45
45
  "devDependencies": {
46
46
  "glob": "^10.4.1",
@@ -64,5 +64,5 @@
64
64
  "fqdn": ""
65
65
  }
66
66
  },
67
- "falconPackageHash": "d9c5c2dc63c44c9c3d575d48311e6a65c7166b9d3272a965dfb6bd5f"
67
+ "falconPackageHash": "6d70674c8b0232e30e68ca5728dc953712de23ce0d88fc7e5fa4b3d4"
68
68
  }
@@ -2390,6 +2390,9 @@ interface DomainEventBodyOneOf$b {
2390
2390
  interface EntityCreatedEvent$b {
2391
2391
  entity?: string;
2392
2392
  }
2393
+ interface RestoreInfo {
2394
+ deletedDate?: Date;
2395
+ }
2393
2396
  interface EntityUpdatedEvent$b {
2394
2397
  /**
2395
2398
  * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
@@ -2648,6 +2651,7 @@ type index_d$d_QueryV2PagingMethodOneOf = QueryV2PagingMethodOneOf;
2648
2651
  type index_d$d_RedirectToCheckoutRequest = RedirectToCheckoutRequest;
2649
2652
  type index_d$d_RemoveAbandonedCheckoutRequest = RemoveAbandonedCheckoutRequest;
2650
2653
  type index_d$d_RemoveAbandonedCheckoutResponse = RemoveAbandonedCheckoutResponse;
2654
+ type index_d$d_RestoreInfo = RestoreInfo;
2651
2655
  type index_d$d_Search = Search;
2652
2656
  type index_d$d_SearchAbandonedCheckoutsRequest = SearchAbandonedCheckoutsRequest;
2653
2657
  type index_d$d_SearchAbandonedCheckoutsResponse = SearchAbandonedCheckoutsResponse;
@@ -2658,7 +2662,7 @@ declare const index_d$d_getAbandonedCheckout: typeof getAbandonedCheckout;
2658
2662
  declare const index_d$d_onAbandonedCheckoutCreated: typeof onAbandonedCheckoutCreated;
2659
2663
  declare const index_d$d_onAbandonedCheckoutRecovered: typeof onAbandonedCheckoutRecovered;
2660
2664
  declare namespace index_d$d {
2661
- export { type index_d$d_AbandonedCheckout as AbandonedCheckout, type index_d$d_AbandonedCheckoutCreatedEnvelope as AbandonedCheckoutCreatedEnvelope, type index_d$d_AbandonedCheckoutRecovered as AbandonedCheckoutRecovered, type index_d$d_AbandonedCheckoutRecoveredEnvelope as AbandonedCheckoutRecoveredEnvelope, type ActionEvent$b as ActionEvent, type Activity$2 as Activity, ActivityType$2 as ActivityType, type index_d$d_AddAbandonedCheckoutActivityRequest as AddAbandonedCheckoutActivityRequest, type index_d$d_AddAbandonedCheckoutActivityResponse as AddAbandonedCheckoutActivityResponse, type BaseEventMetadata$b as BaseEventMetadata, type BuyerInfo$7 as BuyerInfo, type Cancel$1 as Cancel, type index_d$d_CartAbandonedEvent as CartAbandonedEvent, type index_d$d_CartRecoveredEvent as CartRecoveredEvent, type index_d$d_CommonCursorPaging as CommonCursorPaging, type index_d$d_CommonCursors as CommonCursors, type index_d$d_CommonPaging as CommonPaging, type index_d$d_CommonPagingMetadataV2 as CommonPagingMetadataV2, index_d$d_CommonSortOrder as CommonSortOrder, type index_d$d_CommonSorting as CommonSorting, type Complete$1 as Complete, type CursorPaging$5 as CursorPaging, type Cursors$5 as Cursors, type DomainEvent$b as DomainEvent, type DomainEventBodyOneOf$b as DomainEventBodyOneOf, type Empty$7 as Empty, type EntityCreatedEvent$b as EntityCreatedEvent, type EntityDeletedEvent$b as EntityDeletedEvent, type EntityUpdatedEvent$b as EntityUpdatedEvent, type EventMetadata$b as EventMetadata, type FullAddressContactDetails$5 as FullAddressContactDetails, type index_d$d_GetAbandonedCheckoutRequest as GetAbandonedCheckoutRequest, type index_d$d_GetAbandonedCheckoutResponse as GetAbandonedCheckoutResponse, type index_d$d_GetAbandonedCheckoutResponseNonNullableFields as GetAbandonedCheckoutResponseNonNullableFields, type HeadersEntry$1 as HeadersEntry, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, index_d$d_Identity as Identity, type MessageEnvelope$b as MessageEnvelope, index_d$d_Mode as Mode, type MultiCurrencyPrice$4 as MultiCurrencyPrice, type index_d$d_Paging as Paging, type index_d$d_PagingMetadataV2 as PagingMetadataV2, type index_d$d_QueryAbandonedCheckoutsRequest as QueryAbandonedCheckoutsRequest, type index_d$d_QueryAbandonedCheckoutsResponse as QueryAbandonedCheckoutsResponse, type index_d$d_QueryV2 as QueryV2, type index_d$d_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type RawHttpResponse$1 as RawHttpResponse, type index_d$d_RedirectToCheckoutRequest as RedirectToCheckoutRequest, type index_d$d_RemoveAbandonedCheckoutRequest as RemoveAbandonedCheckoutRequest, type index_d$d_RemoveAbandonedCheckoutResponse as RemoveAbandonedCheckoutResponse, type Reschedule$1 as Reschedule, type index_d$d_Search as Search, type index_d$d_SearchAbandonedCheckoutsRequest as SearchAbandonedCheckoutsRequest, type index_d$d_SearchAbandonedCheckoutsResponse as SearchAbandonedCheckoutsResponse, type index_d$d_SearchDetails as SearchDetails, type index_d$d_SearchPagingMethodOneOf as SearchPagingMethodOneOf, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, Status$2 as Status, type Task$1 as Task, type TaskAction$1 as TaskAction, type TaskActionActionOneOf$1 as TaskActionActionOneOf, type TaskKey$1 as TaskKey, type Totals$2 as Totals, type V1BuyerInfo$1 as V1BuyerInfo, type index_d$d_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type VatId$6 as VatId, VatType$6 as VatType, WebhookIdentityType$b as WebhookIdentityType, __metadata$d as __metadata, index_d$d_getAbandonedCheckout as getAbandonedCheckout, index_d$d_onAbandonedCheckoutCreated as onAbandonedCheckoutCreated, index_d$d_onAbandonedCheckoutRecovered as onAbandonedCheckoutRecovered };
2665
+ export { type index_d$d_AbandonedCheckout as AbandonedCheckout, type index_d$d_AbandonedCheckoutCreatedEnvelope as AbandonedCheckoutCreatedEnvelope, type index_d$d_AbandonedCheckoutRecovered as AbandonedCheckoutRecovered, type index_d$d_AbandonedCheckoutRecoveredEnvelope as AbandonedCheckoutRecoveredEnvelope, type ActionEvent$b as ActionEvent, type Activity$2 as Activity, ActivityType$2 as ActivityType, type index_d$d_AddAbandonedCheckoutActivityRequest as AddAbandonedCheckoutActivityRequest, type index_d$d_AddAbandonedCheckoutActivityResponse as AddAbandonedCheckoutActivityResponse, type BaseEventMetadata$b as BaseEventMetadata, type BuyerInfo$7 as BuyerInfo, type Cancel$1 as Cancel, type index_d$d_CartAbandonedEvent as CartAbandonedEvent, type index_d$d_CartRecoveredEvent as CartRecoveredEvent, type index_d$d_CommonCursorPaging as CommonCursorPaging, type index_d$d_CommonCursors as CommonCursors, type index_d$d_CommonPaging as CommonPaging, type index_d$d_CommonPagingMetadataV2 as CommonPagingMetadataV2, index_d$d_CommonSortOrder as CommonSortOrder, type index_d$d_CommonSorting as CommonSorting, type Complete$1 as Complete, type CursorPaging$5 as CursorPaging, type Cursors$5 as Cursors, type DomainEvent$b as DomainEvent, type DomainEventBodyOneOf$b as DomainEventBodyOneOf, type Empty$7 as Empty, type EntityCreatedEvent$b as EntityCreatedEvent, type EntityDeletedEvent$b as EntityDeletedEvent, type EntityUpdatedEvent$b as EntityUpdatedEvent, type EventMetadata$b as EventMetadata, type FullAddressContactDetails$5 as FullAddressContactDetails, type index_d$d_GetAbandonedCheckoutRequest as GetAbandonedCheckoutRequest, type index_d$d_GetAbandonedCheckoutResponse as GetAbandonedCheckoutResponse, type index_d$d_GetAbandonedCheckoutResponseNonNullableFields as GetAbandonedCheckoutResponseNonNullableFields, type HeadersEntry$1 as HeadersEntry, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, index_d$d_Identity as Identity, type MessageEnvelope$b as MessageEnvelope, index_d$d_Mode as Mode, type MultiCurrencyPrice$4 as MultiCurrencyPrice, type index_d$d_Paging as Paging, type index_d$d_PagingMetadataV2 as PagingMetadataV2, type index_d$d_QueryAbandonedCheckoutsRequest as QueryAbandonedCheckoutsRequest, type index_d$d_QueryAbandonedCheckoutsResponse as QueryAbandonedCheckoutsResponse, type index_d$d_QueryV2 as QueryV2, type index_d$d_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type RawHttpResponse$1 as RawHttpResponse, type index_d$d_RedirectToCheckoutRequest as RedirectToCheckoutRequest, type index_d$d_RemoveAbandonedCheckoutRequest as RemoveAbandonedCheckoutRequest, type index_d$d_RemoveAbandonedCheckoutResponse as RemoveAbandonedCheckoutResponse, type Reschedule$1 as Reschedule, type index_d$d_RestoreInfo as RestoreInfo, type index_d$d_Search as Search, type index_d$d_SearchAbandonedCheckoutsRequest as SearchAbandonedCheckoutsRequest, type index_d$d_SearchAbandonedCheckoutsResponse as SearchAbandonedCheckoutsResponse, type index_d$d_SearchDetails as SearchDetails, type index_d$d_SearchPagingMethodOneOf as SearchPagingMethodOneOf, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, Status$2 as Status, type Task$1 as Task, type TaskAction$1 as TaskAction, type TaskActionActionOneOf$1 as TaskActionActionOneOf, type TaskKey$1 as TaskKey, type Totals$2 as Totals, type V1BuyerInfo$1 as V1BuyerInfo, type index_d$d_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type VatId$6 as VatId, VatType$6 as VatType, WebhookIdentityType$b as WebhookIdentityType, __metadata$d as __metadata, index_d$d_getAbandonedCheckout as getAbandonedCheckout, index_d$d_onAbandonedCheckoutCreated as onAbandonedCheckoutCreated, index_d$d_onAbandonedCheckoutRecovered as onAbandonedCheckoutRecovered };
2662
2666
  }
2663
2667
 
2664
2668
  /**