@wix/stores 1.0.220 → 1.0.222

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/stores",
3
- "version": "1.0.220",
3
+ "version": "1.0.222",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -20,12 +20,12 @@
20
20
  "dependencies": {
21
21
  "@wix/stores_brands-v-3": "1.0.9",
22
22
  "@wix/stores_catalog-versioning": "1.0.0",
23
- "@wix/stores_collections": "1.0.34",
23
+ "@wix/stores_collections": "1.0.35",
24
24
  "@wix/stores_customizations-v-3": "1.0.10",
25
25
  "@wix/stores_info-sections-v-3": "1.0.9",
26
26
  "@wix/stores_inventory": "1.0.38",
27
27
  "@wix/stores_inventory-items-v-3": "1.0.13",
28
- "@wix/stores_products": "1.0.48",
28
+ "@wix/stores_products": "1.0.50",
29
29
  "@wix/stores_products-v-3": "1.0.35",
30
30
  "@wix/stores_ribbons-v-3": "1.0.10",
31
31
  "@wix/stores_stores-locations-v-3": "1.0.11",
@@ -55,5 +55,5 @@
55
55
  "fqdn": ""
56
56
  }
57
57
  },
58
- "falconPackageHash": "c3b167a84a64fec0f530945d029d16d326799d875ce931d41d3ac29c"
58
+ "falconPackageHash": "4b5aafb46f2f9c5155b63f18845d5b29edd0241100bfaae1be88112f"
59
59
  }
@@ -135,17 +135,17 @@ interface GetWishlistsResponse {
135
135
  /** List result of requested wishlists */
136
136
  wishlists?: WishlistData[];
137
137
  }
138
- interface MessageEnvelope$b {
138
+ interface MessageEnvelope$a {
139
139
  /** App instance ID. */
140
140
  instanceId?: string | null;
141
141
  /** Event type. */
142
142
  eventType?: string;
143
143
  /** The identification type and identity data. */
144
- identity?: IdentificationData$b;
144
+ identity?: IdentificationData$a;
145
145
  /** Stringify payload. */
146
146
  data?: string;
147
147
  }
148
- interface IdentificationData$b extends IdentificationDataIdOneOf$b {
148
+ interface IdentificationData$a extends IdentificationDataIdOneOf$a {
149
149
  /** ID of a site visitor that has not logged in to the site. */
150
150
  anonymousVisitorId?: string;
151
151
  /** ID of a site visitor that has logged in to the site. */
@@ -155,10 +155,10 @@ interface IdentificationData$b extends IdentificationDataIdOneOf$b {
155
155
  /** ID of an app. */
156
156
  appId?: string;
157
157
  /** @readonly */
158
- identityType?: WebhookIdentityType$b;
158
+ identityType?: WebhookIdentityType$a;
159
159
  }
160
160
  /** @oneof */
161
- interface IdentificationDataIdOneOf$b {
161
+ interface IdentificationDataIdOneOf$a {
162
162
  /** ID of a site visitor that has not logged in to the site. */
163
163
  anonymousVisitorId?: string;
164
164
  /** ID of a site visitor that has logged in to the site. */
@@ -168,7 +168,7 @@ interface IdentificationDataIdOneOf$b {
168
168
  /** ID of an app. */
169
169
  appId?: string;
170
170
  }
171
- declare enum WebhookIdentityType$b {
171
+ declare enum WebhookIdentityType$a {
172
172
  UNKNOWN = "UNKNOWN",
173
173
  ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
174
174
  MEMBER = "MEMBER",
@@ -229,7 +229,7 @@ type context$c_WishlistItem = WishlistItem;
229
229
  type context$c_WishlistItemKind = WishlistItemKind;
230
230
  declare const context$c_getWishlistById: typeof getWishlistById;
231
231
  declare namespace context$c {
232
- export { type context$c_AddToWishlistRequest as AddToWishlistRequest, type context$c_AddToWishlistResponse as AddToWishlistResponse, type context$c_GetWishlistByIdOptions as GetWishlistByIdOptions, type context$c_GetWishlistByIdRequest as GetWishlistByIdRequest, type context$c_GetWishlistByIdResponse as GetWishlistByIdResponse, type context$c_GetWishlistByIdResponseNonNullableFields as GetWishlistByIdResponseNonNullableFields, type context$c_GetWishlistRequest as GetWishlistRequest, type context$c_GetWishlistResponse as GetWishlistResponse, type context$c_GetWishlistsRequest as GetWishlistsRequest, type context$c_GetWishlistsResponse as GetWishlistsResponse, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type context$c_ItemsAddedToWishlist as ItemsAddedToWishlist, type context$c_ItemsRemovedFromWishlist as ItemsRemovedFromWishlist, type MessageEnvelope$b as MessageEnvelope, type context$c_RemoveFromWishlistRequest as RemoveFromWishlistRequest, type context$c_RemoveFromWishlistResponse as RemoveFromWishlistResponse, WebhookIdentityType$b as WebhookIdentityType, type context$c_WishlistData as WishlistData, type context$c_WishlistDataNonNullableFields as WishlistDataNonNullableFields, type context$c_WishlistItem as WishlistItem, type context$c_WishlistItemKind as WishlistItemKind, context$c_getWishlistById as getWishlistById };
232
+ export { type context$c_AddToWishlistRequest as AddToWishlistRequest, type context$c_AddToWishlistResponse as AddToWishlistResponse, type context$c_GetWishlistByIdOptions as GetWishlistByIdOptions, type context$c_GetWishlistByIdRequest as GetWishlistByIdRequest, type context$c_GetWishlistByIdResponse as GetWishlistByIdResponse, type context$c_GetWishlistByIdResponseNonNullableFields as GetWishlistByIdResponseNonNullableFields, type context$c_GetWishlistRequest as GetWishlistRequest, type context$c_GetWishlistResponse as GetWishlistResponse, type context$c_GetWishlistsRequest as GetWishlistsRequest, type context$c_GetWishlistsResponse as GetWishlistsResponse, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type context$c_ItemsAddedToWishlist as ItemsAddedToWishlist, type context$c_ItemsRemovedFromWishlist as ItemsRemovedFromWishlist, type MessageEnvelope$a as MessageEnvelope, type context$c_RemoveFromWishlistRequest as RemoveFromWishlistRequest, type context$c_RemoveFromWishlistResponse as RemoveFromWishlistResponse, WebhookIdentityType$a as WebhookIdentityType, type context$c_WishlistData as WishlistData, type context$c_WishlistDataNonNullableFields as WishlistDataNonNullableFields, type context$c_WishlistItem as WishlistItem, type context$c_WishlistItemKind as WishlistItemKind, context$c_getWishlistById as getWishlistById };
233
233
  }
234
234
 
235
235
  interface Collection$1 {
@@ -444,116 +444,6 @@ interface GetCollectionBySlugResponse$1 {
444
444
  /** The requested collection. */
445
445
  collection?: Collection$1;
446
446
  }
447
- interface DomainEvent$8 extends DomainEventBodyOneOf$8 {
448
- createdEvent?: EntityCreatedEvent$8;
449
- updatedEvent?: EntityUpdatedEvent$8;
450
- deletedEvent?: EntityDeletedEvent$8;
451
- actionEvent?: ActionEvent$8;
452
- /**
453
- * Unique event ID.
454
- * Allows clients to ignore duplicate webhooks.
455
- */
456
- _id?: string;
457
- /**
458
- * Assumes actions are also always typed to an entity_type
459
- * Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction
460
- */
461
- entityFqdn?: string;
462
- /**
463
- * This is top level to ease client code dispatching of messages (switch on entity_fqdn+slug)
464
- * This is although the created/updated/deleted notion is duplication of the oneof types
465
- * Example: created/updated/deleted/started/completed/email_opened
466
- */
467
- slug?: string;
468
- /** ID of the entity associated with the event. */
469
- entityId?: string;
470
- /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
471
- eventTime?: Date;
472
- /**
473
- * Whether the event was triggered as a result of a privacy regulation application
474
- * (for example, GDPR).
475
- */
476
- triggeredByAnonymizeRequest?: boolean | null;
477
- /** If present, indicates the action that triggered the event. */
478
- originatedFrom?: string | null;
479
- /**
480
- * A sequence number defining the order of updates to the underlying entity.
481
- * For example, given that some entity was updated at 16:00 and than again at 16:01,
482
- * it is guaranteed that the sequence number of the second update is strictly higher than the first.
483
- * As the consumer, you can use this value to ensure that you handle messages in the correct order.
484
- * To do so, you will need to persist this number on your end, and compare the sequence number from the
485
- * message against the one you have stored. Given that the stored number is higher, you should ignore the message.
486
- */
487
- entityEventSequence?: string | null;
488
- }
489
- /** @oneof */
490
- interface DomainEventBodyOneOf$8 {
491
- createdEvent?: EntityCreatedEvent$8;
492
- updatedEvent?: EntityUpdatedEvent$8;
493
- deletedEvent?: EntityDeletedEvent$8;
494
- actionEvent?: ActionEvent$8;
495
- }
496
- interface EntityCreatedEvent$8 {
497
- entity?: string;
498
- }
499
- interface RestoreInfo$8 {
500
- deletedDate?: Date;
501
- }
502
- interface EntityUpdatedEvent$8 {
503
- /**
504
- * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
505
- * This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
506
- * We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.
507
- */
508
- currentEntity?: string;
509
- }
510
- interface EntityDeletedEvent$8 {
511
- /** Entity that was deleted */
512
- deletedEntity?: string | null;
513
- }
514
- interface ActionEvent$8 {
515
- body?: string;
516
- }
517
- interface MessageEnvelope$a {
518
- /** App instance ID. */
519
- instanceId?: string | null;
520
- /** Event type. */
521
- eventType?: string;
522
- /** The identification type and identity data. */
523
- identity?: IdentificationData$a;
524
- /** Stringify payload. */
525
- data?: string;
526
- }
527
- interface IdentificationData$a extends IdentificationDataIdOneOf$a {
528
- /** ID of a site visitor that has not logged in to the site. */
529
- anonymousVisitorId?: string;
530
- /** ID of a site visitor that has logged in to the site. */
531
- memberId?: string;
532
- /** ID of a Wix user (site owner, contributor, etc.). */
533
- wixUserId?: string;
534
- /** ID of an app. */
535
- appId?: string;
536
- /** @readonly */
537
- identityType?: WebhookIdentityType$a;
538
- }
539
- /** @oneof */
540
- interface IdentificationDataIdOneOf$a {
541
- /** ID of a site visitor that has not logged in to the site. */
542
- anonymousVisitorId?: string;
543
- /** ID of a site visitor that has logged in to the site. */
544
- memberId?: string;
545
- /** ID of a Wix user (site owner, contributor, etc.). */
546
- wixUserId?: string;
547
- /** ID of an app. */
548
- appId?: string;
549
- }
550
- declare enum WebhookIdentityType$a {
551
- UNKNOWN = "UNKNOWN",
552
- ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
553
- MEMBER = "MEMBER",
554
- WIX_USER = "WIX_USER",
555
- APP = "APP"
556
- }
557
447
  interface MediaItemUrlAndSizeNonNullableFields$1 {
558
448
  url: string;
559
449
  width: number;
@@ -703,7 +593,7 @@ type context$b_QueryCollectionsResponseNonNullableFields = QueryCollectionsRespo
703
593
  declare const context$b_getCollection: typeof getCollection;
704
594
  declare const context$b_queryCollections: typeof queryCollections;
705
595
  declare namespace context$b {
706
- export { type ActionEvent$8 as ActionEvent, type Collection$1 as Collection, type CollectionNonNullableFields$1 as CollectionNonNullableFields, type context$b_CollectionsQueryBuilder as CollectionsQueryBuilder, type context$b_CollectionsQueryResult as CollectionsQueryResult, type CursorPaging$8 as CursorPaging, type Cursors$8 as Cursors, type DomainEvent$8 as DomainEvent, type DomainEventBodyOneOf$8 as DomainEventBodyOneOf, type EntityCreatedEvent$8 as EntityCreatedEvent, type EntityDeletedEvent$8 as EntityDeletedEvent, type EntityUpdatedEvent$8 as EntityUpdatedEvent, type GetCollectionBySlugRequest$1 as GetCollectionBySlugRequest, type GetCollectionBySlugResponse$1 as GetCollectionBySlugResponse, type GetCollectionBySlugResponseNonNullableFields$1 as GetCollectionBySlugResponseNonNullableFields, type GetCollectionRequest$1 as GetCollectionRequest, type GetCollectionResponse$1 as GetCollectionResponse, type context$b_GetCollectionResponseNonNullableFields as GetCollectionResponseNonNullableFields, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type Keyword$2 as Keyword, type Media$3 as Media, type MediaItem$1 as MediaItem, type MediaItemItemOneOf$1 as MediaItemItemOneOf, MediaItemType$1 as MediaItemType, type MediaItemUrlAndSize$1 as MediaItemUrlAndSize, type MediaItemVideo$1 as MediaItemVideo, type MessageEnvelope$a as MessageEnvelope, type PlatformPaging$3 as PlatformPaging, type PlatformPagingMetadata$1 as PlatformPagingMetadata, type PlatformQuery$1 as PlatformQuery, type PlatformQueryPagingMethodOneOf$1 as PlatformQueryPagingMethodOneOf, type QueryCollectionsRequest$1 as QueryCollectionsRequest, type QueryCollectionsResponse$1 as QueryCollectionsResponse, type context$b_QueryCollectionsResponseNonNullableFields as QueryCollectionsResponseNonNullableFields, type RestoreInfo$8 as RestoreInfo, type SeoSchema$2 as SeoSchema, type Settings$3 as Settings, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, type Tag$2 as Tag, WebhookIdentityType$a as WebhookIdentityType, context$b_getCollection as getCollection, getCollectionBySlug$2 as getCollectionBySlug, context$b_queryCollections as queryCollections };
596
+ export { type Collection$1 as Collection, type CollectionNonNullableFields$1 as CollectionNonNullableFields, type context$b_CollectionsQueryBuilder as CollectionsQueryBuilder, type context$b_CollectionsQueryResult as CollectionsQueryResult, type CursorPaging$8 as CursorPaging, type Cursors$8 as Cursors, type GetCollectionBySlugRequest$1 as GetCollectionBySlugRequest, type GetCollectionBySlugResponse$1 as GetCollectionBySlugResponse, type GetCollectionBySlugResponseNonNullableFields$1 as GetCollectionBySlugResponseNonNullableFields, type GetCollectionRequest$1 as GetCollectionRequest, type GetCollectionResponse$1 as GetCollectionResponse, type context$b_GetCollectionResponseNonNullableFields as GetCollectionResponseNonNullableFields, type Keyword$2 as Keyword, type Media$3 as Media, type MediaItem$1 as MediaItem, type MediaItemItemOneOf$1 as MediaItemItemOneOf, MediaItemType$1 as MediaItemType, type MediaItemUrlAndSize$1 as MediaItemUrlAndSize, type MediaItemVideo$1 as MediaItemVideo, type PlatformPaging$3 as PlatformPaging, type PlatformPagingMetadata$1 as PlatformPagingMetadata, type PlatformQuery$1 as PlatformQuery, type PlatformQueryPagingMethodOneOf$1 as PlatformQueryPagingMethodOneOf, type QueryCollectionsRequest$1 as QueryCollectionsRequest, type QueryCollectionsResponse$1 as QueryCollectionsResponse, type context$b_QueryCollectionsResponseNonNullableFields as QueryCollectionsResponseNonNullableFields, type SeoSchema$2 as SeoSchema, type Settings$3 as Settings, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, type Tag$2 as Tag, context$b_getCollection as getCollection, getCollectionBySlug$2 as getCollectionBySlug, context$b_queryCollections as queryCollections };
707
597
  }
708
598
 
709
599
  interface Product$2 {
@@ -1675,116 +1565,6 @@ interface ReCloneStoreRequest {
1675
1565
  }
1676
1566
  interface ReCloneStoreResponse {
1677
1567
  }
1678
- interface DomainEvent$7 extends DomainEventBodyOneOf$7 {
1679
- createdEvent?: EntityCreatedEvent$7;
1680
- updatedEvent?: EntityUpdatedEvent$7;
1681
- deletedEvent?: EntityDeletedEvent$7;
1682
- actionEvent?: ActionEvent$7;
1683
- /**
1684
- * Unique event ID.
1685
- * Allows clients to ignore duplicate webhooks.
1686
- */
1687
- _id?: string;
1688
- /**
1689
- * Assumes actions are also always typed to an entity_type
1690
- * Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction
1691
- */
1692
- entityFqdn?: string;
1693
- /**
1694
- * This is top level to ease client code dispatching of messages (switch on entity_fqdn+slug)
1695
- * This is although the created/updated/deleted notion is duplication of the oneof types
1696
- * Example: created/updated/deleted/started/completed/email_opened
1697
- */
1698
- slug?: string;
1699
- /** ID of the entity associated with the event. */
1700
- entityId?: string;
1701
- /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
1702
- eventTime?: Date;
1703
- /**
1704
- * Whether the event was triggered as a result of a privacy regulation application
1705
- * (for example, GDPR).
1706
- */
1707
- triggeredByAnonymizeRequest?: boolean | null;
1708
- /** If present, indicates the action that triggered the event. */
1709
- originatedFrom?: string | null;
1710
- /**
1711
- * A sequence number defining the order of updates to the underlying entity.
1712
- * For example, given that some entity was updated at 16:00 and than again at 16:01,
1713
- * it is guaranteed that the sequence number of the second update is strictly higher than the first.
1714
- * As the consumer, you can use this value to ensure that you handle messages in the correct order.
1715
- * To do so, you will need to persist this number on your end, and compare the sequence number from the
1716
- * message against the one you have stored. Given that the stored number is higher, you should ignore the message.
1717
- */
1718
- entityEventSequence?: string | null;
1719
- }
1720
- /** @oneof */
1721
- interface DomainEventBodyOneOf$7 {
1722
- createdEvent?: EntityCreatedEvent$7;
1723
- updatedEvent?: EntityUpdatedEvent$7;
1724
- deletedEvent?: EntityDeletedEvent$7;
1725
- actionEvent?: ActionEvent$7;
1726
- }
1727
- interface EntityCreatedEvent$7 {
1728
- entity?: string;
1729
- }
1730
- interface RestoreInfo$7 {
1731
- deletedDate?: Date;
1732
- }
1733
- interface EntityUpdatedEvent$7 {
1734
- /**
1735
- * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
1736
- * This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
1737
- * We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.
1738
- */
1739
- currentEntity?: string;
1740
- }
1741
- interface EntityDeletedEvent$7 {
1742
- /** Entity that was deleted */
1743
- deletedEntity?: string | null;
1744
- }
1745
- interface ActionEvent$7 {
1746
- body?: string;
1747
- }
1748
- interface MessageEnvelope$9 {
1749
- /** App instance ID. */
1750
- instanceId?: string | null;
1751
- /** Event type. */
1752
- eventType?: string;
1753
- /** The identification type and identity data. */
1754
- identity?: IdentificationData$9;
1755
- /** Stringify payload. */
1756
- data?: string;
1757
- }
1758
- interface IdentificationData$9 extends IdentificationDataIdOneOf$9 {
1759
- /** ID of a site visitor that has not logged in to the site. */
1760
- anonymousVisitorId?: string;
1761
- /** ID of a site visitor that has logged in to the site. */
1762
- memberId?: string;
1763
- /** ID of a Wix user (site owner, contributor, etc.). */
1764
- wixUserId?: string;
1765
- /** ID of an app. */
1766
- appId?: string;
1767
- /** @readonly */
1768
- identityType?: WebhookIdentityType$9;
1769
- }
1770
- /** @oneof */
1771
- interface IdentificationDataIdOneOf$9 {
1772
- /** ID of a site visitor that has not logged in to the site. */
1773
- anonymousVisitorId?: string;
1774
- /** ID of a site visitor that has logged in to the site. */
1775
- memberId?: string;
1776
- /** ID of a Wix user (site owner, contributor, etc.). */
1777
- wixUserId?: string;
1778
- /** ID of an app. */
1779
- appId?: string;
1780
- }
1781
- declare enum WebhookIdentityType$9 {
1782
- UNKNOWN = "UNKNOWN",
1783
- ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
1784
- MEMBER = "MEMBER",
1785
- WIX_USER = "WIX_USER",
1786
- APP = "APP"
1787
- }
1788
1568
  interface V1CreateProductPlatformizedRequest {
1789
1569
  /** Product information. */
1790
1570
  product?: Product$2;
@@ -2298,6 +2078,46 @@ interface AggregateProductsRequest {
2298
2078
  interface AggregateProductsResponse {
2299
2079
  aggregates?: Record<string, any> | null;
2300
2080
  }
2081
+ interface MessageEnvelope$9 {
2082
+ /** App instance ID. */
2083
+ instanceId?: string | null;
2084
+ /** Event type. */
2085
+ eventType?: string;
2086
+ /** The identification type and identity data. */
2087
+ identity?: IdentificationData$9;
2088
+ /** Stringify payload. */
2089
+ data?: string;
2090
+ }
2091
+ interface IdentificationData$9 extends IdentificationDataIdOneOf$9 {
2092
+ /** ID of a site visitor that has not logged in to the site. */
2093
+ anonymousVisitorId?: string;
2094
+ /** ID of a site visitor that has logged in to the site. */
2095
+ memberId?: string;
2096
+ /** ID of a Wix user (site owner, contributor, etc.). */
2097
+ wixUserId?: string;
2098
+ /** ID of an app. */
2099
+ appId?: string;
2100
+ /** @readonly */
2101
+ identityType?: WebhookIdentityType$9;
2102
+ }
2103
+ /** @oneof */
2104
+ interface IdentificationDataIdOneOf$9 {
2105
+ /** ID of a site visitor that has not logged in to the site. */
2106
+ anonymousVisitorId?: string;
2107
+ /** ID of a site visitor that has logged in to the site. */
2108
+ memberId?: string;
2109
+ /** ID of a Wix user (site owner, contributor, etc.). */
2110
+ wixUserId?: string;
2111
+ /** ID of an app. */
2112
+ appId?: string;
2113
+ }
2114
+ declare enum WebhookIdentityType$9 {
2115
+ UNKNOWN = "UNKNOWN",
2116
+ ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
2117
+ MEMBER = "MEMBER",
2118
+ WIX_USER = "WIX_USER",
2119
+ APP = "APP"
2120
+ }
2301
2121
  interface NumericPropertyRangeNonNullableFields {
2302
2122
  minValue: number;
2303
2123
  maxValue: number;
@@ -2561,10 +2381,18 @@ interface BaseEventMetadata$7 {
2561
2381
  /** The identification type and identity data. */
2562
2382
  identity?: IdentificationData$9;
2563
2383
  }
2384
+ interface ProductCreatedEnvelope$1 {
2385
+ data: ProductCreated;
2386
+ metadata: BaseEventMetadata$7;
2387
+ }
2564
2388
  interface ProductChangedEnvelope {
2565
2389
  data: ProductChanged;
2566
2390
  metadata: BaseEventMetadata$7;
2567
2391
  }
2392
+ interface ProductDeletedEnvelope$1 {
2393
+ data: ProductDeleted;
2394
+ metadata: BaseEventMetadata$7;
2395
+ }
2568
2396
  interface ProductCollectionCreatedEnvelope {
2569
2397
  data: CollectionCreated;
2570
2398
  metadata: BaseEventMetadata$7;
@@ -3067,7 +2895,9 @@ interface GetStoreVariantSignature {
3067
2895
  */
3068
2896
  (_id: string): Promise<GetStoreVariantResponse & GetStoreVariantResponseNonNullableFields>;
3069
2897
  }
2898
+ declare const onProductCreated$3: EventDefinition<ProductCreatedEnvelope$1, "com.wix.ecommerce.catalog.api.v1.ProductCreated">;
3070
2899
  declare const onProductChanged$1: EventDefinition<ProductChangedEnvelope, "com.wix.ecommerce.catalog.api.v1.ProductChanged">;
2900
+ declare const onProductDeleted$3: EventDefinition<ProductDeletedEnvelope$1, "com.wix.ecommerce.catalog.api.v1.ProductDeleted">;
3071
2901
  declare const onProductCollectionCreated$1: EventDefinition<ProductCollectionCreatedEnvelope, "com.wix.ecommerce.catalog.api.v1.CollectionCreated">;
3072
2902
  declare const onProductCollectionChanged$1: EventDefinition<ProductCollectionChangedEnvelope, "com.wix.ecommerce.catalog.api.v1.CollectionChanged">;
3073
2903
  declare const onProductCollectionDeleted$1: EventDefinition<ProductCollectionDeletedEnvelope, "com.wix.ecommerce.catalog.api.v1.CollectionDeleted">;
@@ -3102,12 +2932,24 @@ declare const queryProductVariants: BuildRESTFunction<typeof queryProductVariant
3102
2932
  declare const queryStoreVariants: BuildRESTFunction<typeof queryStoreVariants$1> & typeof queryStoreVariants$1;
3103
2933
  declare const getStoreVariant: BuildRESTFunction<typeof getStoreVariant$1> & typeof getStoreVariant$1;
3104
2934
 
2935
+ type _publicOnProductCreatedType$1 = typeof onProductCreated$3;
2936
+ /**
2937
+ * Triggered when a product is created.
2938
+ */
2939
+ declare const onProductCreated$2: ReturnType<typeof createEventModule$7<_publicOnProductCreatedType>>;
2940
+
3105
2941
  type _publicOnProductChangedType = typeof onProductChanged$1;
3106
2942
  /**
3107
2943
  * Triggered when a product is changed.
3108
2944
  */
3109
2945
  declare const onProductChanged: ReturnType<typeof createEventModule$7<_publicOnProductChangedType>>;
3110
2946
 
2947
+ type _publicOnProductDeletedType$1 = typeof onProductDeleted$3;
2948
+ /**
2949
+ * Triggered when a product is deleted.
2950
+ */
2951
+ declare const onProductDeleted$2: ReturnType<typeof createEventModule$7<_publicOnProductDeletedType>>;
2952
+
3111
2953
  type _publicOnProductCollectionCreatedType = typeof onProductCollectionCreated$1;
3112
2954
  /**
3113
2955
  * Triggered when a collection is created.
@@ -3325,7 +3167,7 @@ declare const context$a_resetAllProductVariantData: typeof resetAllProductVarian
3325
3167
  declare const context$a_updateCollection: typeof updateCollection;
3326
3168
  declare const context$a_updateProductVariants: typeof updateProductVariants;
3327
3169
  declare namespace context$a {
3328
- export { type ActionEvent$7 as ActionEvent, type context$a_AddProductMediaRequest as AddProductMediaRequest, type context$a_AddProductMediaResponse as AddProductMediaResponse, type context$a_AddProductMediaToChoicesRequest as AddProductMediaToChoicesRequest, type context$a_AddProductMediaToChoicesResponse as AddProductMediaToChoicesResponse, type context$a_AddProductsToCollectionRequest as AddProductsToCollectionRequest, type context$a_AddProductsToCollectionResponse as AddProductsToCollectionResponse, type context$a_AdditionalInfoSection as AdditionalInfoSection, type AdjustValue$1 as AdjustValue, type context$a_AdjustValueValueOneOf as AdjustValueValueOneOf, type context$a_AggregateProductsRequest as AggregateProductsRequest, type context$a_AggregateProductsResponse as AggregateProductsResponse, type context$a_AllowedProductsCountLimitExceededErrorData as AllowedProductsCountLimitExceededErrorData, type ApplicationError$6 as ApplicationError, type BaseEventMetadata$7 as BaseEventMetadata, type BulkActionMetadata$6 as BulkActionMetadata, type context$a_BulkAdjustProductPropertiesByFilterSyncRequest as BulkAdjustProductPropertiesByFilterSyncRequest, type context$a_BulkAdjustProductPropertiesByFilterSyncResponse as BulkAdjustProductPropertiesByFilterSyncResponse, type context$a_BulkAdjustProductPropertiesRequest as BulkAdjustProductPropertiesRequest, type context$a_BulkAdjustProductPropertiesResponse as BulkAdjustProductPropertiesResponse, type context$a_BulkAdjustProductPropertiesResponseNonNullableFields as BulkAdjustProductPropertiesResponseNonNullableFields, type BulkDeleteProductsRequest$1 as BulkDeleteProductsRequest, type BulkDeleteProductsResponse$1 as BulkDeleteProductsResponse, type BulkProductResult$1 as BulkProductResult, type context$a_BulkQueryCustomFieldsRequest as BulkQueryCustomFieldsRequest, type context$a_BulkQueryCustomFieldsResponse as BulkQueryCustomFieldsResponse, type context$a_BulkRemoveCustomFieldsRequest as BulkRemoveCustomFieldsRequest, type context$a_BulkRemoveCustomFieldsResponse as BulkRemoveCustomFieldsResponse, type context$a_BulkSetCustomFieldsRequest as BulkSetCustomFieldsRequest, type context$a_BulkSetCustomFieldsResponse as BulkSetCustomFieldsResponse, type context$a_BulkUpdateProductsByFilterSyncRequest as BulkUpdateProductsByFilterSyncRequest, type context$a_BulkUpdateProductsByFilterSyncResponse as BulkUpdateProductsByFilterSyncResponse, type BulkUpdateProductsRequest$1 as BulkUpdateProductsRequest, type BulkUpdateProductsResponse$1 as BulkUpdateProductsResponse, type BulkUpdateProductsResponseNonNullableFields$1 as BulkUpdateProductsResponseNonNullableFields, type Choice$1 as Choice, type context$a_Collection as Collection, type context$a_CollectionChanged as CollectionChanged, type context$a_CollectionCreated as CollectionCreated, type context$a_CollectionDeleted as CollectionDeleted, type context$a_CostAndProfitData as CostAndProfitData, type context$a_CreateCollectionRequest as CreateCollectionRequest, type context$a_CreateCollectionResponse as CreateCollectionResponse, type context$a_CreateCollectionResponseNonNullableFields as CreateCollectionResponseNonNullableFields, type context$a_CreateDigitalProductRequest as CreateDigitalProductRequest, type context$a_CreateDigitalProductResponse as CreateDigitalProductResponse, type context$a_CreateProductPlatformizedRequest as CreateProductPlatformizedRequest, type context$a_CreateProductPlatformizedResponse as CreateProductPlatformizedResponse, type CreateProductRequest$1 as CreateProductRequest, type CreateProductResponse$1 as CreateProductResponse, type CreateProductResponseNonNullableFields$1 as CreateProductResponseNonNullableFields, type CursorPaging$7 as CursorPaging, type Cursors$7 as Cursors, type context$a_CustomFieldsContainer as CustomFieldsContainer, type context$a_CustomTextField as CustomTextField, type context$a_DeleteCollectionRequest as DeleteCollectionRequest, type context$a_DeleteCollectionResponse as DeleteCollectionResponse, type context$a_DeleteProductOptionsRequest as DeleteProductOptionsRequest, type context$a_DeleteProductOptionsResponse as DeleteProductOptionsResponse, type context$a_DeleteProductPlatformizedRequest as DeleteProductPlatformizedRequest, type context$a_DeleteProductPlatformizedResponse as DeleteProductPlatformizedResponse, type DeleteProductRequest$1 as DeleteProductRequest, type DeleteProductResponse$1 as DeleteProductResponse, type Discount$1 as Discount, DiscountType$2 as DiscountType, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, FileType$1 as FileType, type context$a_FormattedPrice as FormattedPrice, type context$a_GetCollectionBySlugRequest as GetCollectionBySlugRequest, type context$a_GetCollectionBySlugResponse as GetCollectionBySlugResponse, type context$a_GetCollectionBySlugResponseNonNullableFields as GetCollectionBySlugResponseNonNullableFields, type context$a_GetCollectionRequest as GetCollectionRequest, type context$a_GetCollectionResponse as GetCollectionResponse, type GetProductOptions$1 as GetProductOptions, type context$a_GetProductPlatformizedRequest as GetProductPlatformizedRequest, type context$a_GetProductPlatformizedResponse as GetProductPlatformizedResponse, type GetProductRequest$1 as GetProductRequest, type GetProductResponse$1 as GetProductResponse, type context$a_GetProductResponseNonNullableFields as GetProductResponseNonNullableFields, type context$a_GetProductsRequest as GetProductsRequest, type context$a_GetProductsResponse as GetProductsResponse, type context$a_GetStoreVariantRequest as GetStoreVariantRequest, type context$a_GetStoreVariantResponse as GetStoreVariantResponse, type context$a_GetStoreVariantResponseNonNullableFields as GetStoreVariantResponseNonNullableFields, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, InventoryStatus$1 as InventoryStatus, type ItemMetadata$6 as ItemMetadata, type Keyword$1 as Keyword, MeasurementUnit$1 as MeasurementUnit, type Media$2 as Media, type context$a_MediaAssignmentToChoice as MediaAssignmentToChoice, type context$a_MediaDataForWrite as MediaDataForWrite, type context$a_MediaDataForWriteMediaSourceOneOf as MediaDataForWriteMediaSourceOneOf, type context$a_MediaItem as MediaItem, type context$a_MediaItemItemOneOf as MediaItemItemOneOf, context$a_MediaItemType as MediaItemType, type context$a_MediaItemUrlAndSize as MediaItemUrlAndSize, type context$a_MediaItemVideo as MediaItemVideo, type MessageEnvelope$9 as MessageEnvelope, type context$a_NumericPropertyRange as NumericPropertyRange, type context$a_OptionAndChoice as OptionAndChoice, context$a_OptionType as OptionType, type context$a_PageUrl as PageUrl, type Paging$2 as Paging, type PagingMetadata$4 as PagingMetadata, type context$a_PagingWithBigLimit as PagingWithBigLimit, type context$a_PercentageData as PercentageData, type context$a_PlatformMedia as PlatformMedia, type context$a_PlatformMediaMediaOneOf as PlatformMediaMediaOneOf, type PlatformPaging$2 as PlatformPaging, type context$a_PlatformPagingMetadata as PlatformPagingMetadata, type context$a_PlatformQuery as PlatformQuery, type context$a_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type PreorderInfo$3 as PreorderInfo, type context$a_PriceData as PriceData, type context$a_PricePerUnitData as PricePerUnitData, type Product$2 as Product, type context$a_ProductChanged as ProductChanged, type context$a_ProductChangedEnvelope as ProductChangedEnvelope, type context$a_ProductCollectionChangedEnvelope as ProductCollectionChangedEnvelope, type context$a_ProductCollectionCreatedEnvelope as ProductCollectionCreatedEnvelope, type context$a_ProductCollectionDeletedEnvelope as ProductCollectionDeletedEnvelope, type context$a_ProductCreated as ProductCreated, type context$a_ProductDeleted as ProductDeleted, type context$a_ProductOption as ProductOption, type context$a_ProductOptionsAvailabilityRequest as ProductOptionsAvailabilityRequest, type context$a_ProductOptionsAvailabilityResponse as ProductOptionsAvailabilityResponse, type context$a_ProductOptionsAvailabilityResponseNonNullableFields as ProductOptionsAvailabilityResponseNonNullableFields, ProductType$1 as ProductType, type context$a_ProductVariantsChangedEnvelope as ProductVariantsChangedEnvelope, type ProductsQueryBuilder$1 as ProductsQueryBuilder, type ProductsQueryResult$1 as ProductsQueryResult, type context$a_PropertyAdjustmentData as PropertyAdjustmentData, type context$a_PropertyAdjustmentDataByOneOf as PropertyAdjustmentDataByOneOf, type Query$1 as Query, type context$a_QueryCollectionsPlatformizedRequest as QueryCollectionsPlatformizedRequest, type context$a_QueryCollectionsPlatformizedResponse as QueryCollectionsPlatformizedResponse, type context$a_QueryCollectionsRequest as QueryCollectionsRequest, type context$a_QueryCollectionsResponse as QueryCollectionsResponse, type context$a_QueryCustomFieldsRequest as QueryCustomFieldsRequest, type context$a_QueryCustomFieldsResponse as QueryCustomFieldsResponse, type context$a_QueryProductVariantsOptions as QueryProductVariantsOptions, type context$a_QueryProductVariantsRequest as QueryProductVariantsRequest, type context$a_QueryProductVariantsResponse as QueryProductVariantsResponse, type context$a_QueryProductVariantsResponseNonNullableFields as QueryProductVariantsResponseNonNullableFields, type context$a_QueryProductsPlatformizedRequest as QueryProductsPlatformizedRequest, type context$a_QueryProductsPlatformizedResponse as QueryProductsPlatformizedResponse, type context$a_QueryProductsPlatformizedResponseNonNullableFields as QueryProductsPlatformizedResponseNonNullableFields, type QueryProductsRequest$1 as QueryProductsRequest, type QueryProductsResponse$1 as QueryProductsResponse, type context$a_QueryProductsWithBigPageLimitRequest as QueryProductsWithBigPageLimitRequest, type context$a_QueryStoreVariantsRequest as QueryStoreVariantsRequest, type context$a_QueryStoreVariantsResponse as QueryStoreVariantsResponse, type context$a_QueryStoreVariantsResponseNonNullableFields as QueryStoreVariantsResponseNonNullableFields, type context$a_QueryStoreVariantsWithBigLimitRequest as QueryStoreVariantsWithBigLimitRequest, type context$a_QueryWithBigPageLimit as QueryWithBigPageLimit, type context$a_ReCloneStoreRequest as ReCloneStoreRequest, type context$a_ReCloneStoreResponse as ReCloneStoreResponse, type context$a_RemoveCustomFieldsRequest as RemoveCustomFieldsRequest, type context$a_RemoveCustomFieldsResponse as RemoveCustomFieldsResponse, type context$a_RemoveProductBrandRequest as RemoveProductBrandRequest, type context$a_RemoveProductBrandResponse as RemoveProductBrandResponse, type context$a_RemoveProductMediaFromChoicesRequest as RemoveProductMediaFromChoicesRequest, type context$a_RemoveProductMediaFromChoicesResponse as RemoveProductMediaFromChoicesResponse, type context$a_RemoveProductMediaRequest as RemoveProductMediaRequest, type context$a_RemoveProductMediaResponse as RemoveProductMediaResponse, type context$a_RemoveProductRibbonRequest as RemoveProductRibbonRequest, type context$a_RemoveProductRibbonResponse as RemoveProductRibbonResponse, type context$a_RemoveProductsFromCollectionRequest as RemoveProductsFromCollectionRequest, type context$a_RemoveProductsFromCollectionResponse as RemoveProductsFromCollectionResponse, type context$a_ResetAllVariantDataRequest as ResetAllVariantDataRequest, type context$a_ResetAllVariantDataResponse as ResetAllVariantDataResponse, type RestoreInfo$7 as RestoreInfo, type Ribbon$2 as Ribbon, type SecuredMedia$1 as SecuredMedia, type SeoSchema$1 as SeoSchema, type context$a_SetCustomFieldsRequest as SetCustomFieldsRequest, type context$a_SetCustomFieldsResponse as SetCustomFieldsResponse, type context$a_SetValue as SetValue, type context$a_SetValueValueOneOf as SetValueValueOneOf, type Settings$2 as Settings, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, type context$a_Stock as Stock, type context$a_StoreVariant as StoreVariant, type Tag$1 as Tag, type context$a_UnlimitedPlatformCursorPaging as UnlimitedPlatformCursorPaging, type context$a_UnlimitedPlatformPaging as UnlimitedPlatformPaging, type context$a_UnlimitedPlatformQuery as UnlimitedPlatformQuery, type context$a_UnlimitedPlatformQueryPagingMethodOneOf as UnlimitedPlatformQueryPagingMethodOneOf, type context$a_UpdateCollection as UpdateCollection, type context$a_UpdateCollectionRequest as UpdateCollectionRequest, type context$a_UpdateCollectionResponse as UpdateCollectionResponse, type context$a_UpdateCollectionResponseNonNullableFields as UpdateCollectionResponseNonNullableFields, type UpdateProduct$1 as UpdateProduct, type context$a_UpdateProductPlatformizedRequest as UpdateProductPlatformizedRequest, type context$a_UpdateProductPlatformizedResponse as UpdateProductPlatformizedResponse, type UpdateProductRequest$1 as UpdateProductRequest, type UpdateProductResponse$1 as UpdateProductResponse, type UpdateProductResponseNonNullableFields$1 as UpdateProductResponseNonNullableFields, type context$a_UpdateVariantsRequest as UpdateVariantsRequest, type context$a_UpdateVariantsResponse as UpdateVariantsResponse, type context$a_UpdateVariantsResponseNonNullableFields as UpdateVariantsResponseNonNullableFields, type context$a_V1CreateProductPlatformizedRequest as V1CreateProductPlatformizedRequest, type context$a_V1CreateProductPlatformizedResponse as V1CreateProductPlatformizedResponse, type context$a_V1DeleteProductPlatformizedRequest as V1DeleteProductPlatformizedRequest, type context$a_V1DeleteProductPlatformizedResponse as V1DeleteProductPlatformizedResponse, type context$a_V1UpdateProductPlatformizedRequest as V1UpdateProductPlatformizedRequest, type context$a_V1UpdateProductPlatformizedResponse as V1UpdateProductPlatformizedResponse, type Variant$1 as Variant, type context$a_VariantChanged as VariantChanged, type context$a_VariantData as VariantData, type context$a_VariantDataWithNoStock as VariantDataWithNoStock, type context$a_VariantOverride as VariantOverride, type context$a_VariantStock as VariantStock, type context$a_VariantsChanged as VariantsChanged, Version$1 as Version, type VideoResolution$1 as VideoResolution, WebhookIdentityType$9 as WebhookIdentityType, type context$a__publicOnProductChangedType as _publicOnProductChangedType, type context$a__publicOnProductCollectionChangedType as _publicOnProductCollectionChangedType, type context$a__publicOnProductCollectionCreatedType as _publicOnProductCollectionCreatedType, type context$a__publicOnProductCollectionDeletedType as _publicOnProductCollectionDeletedType, type context$a__publicOnProductVariantsChangedType as _publicOnProductVariantsChangedType, context$a_addProductMedia as addProductMedia, context$a_addProductMediaToChoices as addProductMediaToChoices, context$a_addProductsToCollection as addProductsToCollection, context$a_bulkAdjustProductProperty as bulkAdjustProductProperty, context$a_bulkUpdateProductsProperty as bulkUpdateProductsProperty, context$a_createCollection as createCollection, createProduct$2 as createProduct, context$a_deleteCollection as deleteCollection, deleteProduct$2 as deleteProduct, context$a_deleteProductOptions as deleteProductOptions, context$a_getCollectionBySlug as getCollectionBySlug, getProduct$2 as getProduct, context$a_getProductOptionsAvailability as getProductOptionsAvailability, context$a_getStoreVariant as getStoreVariant, context$a_onProductChanged as onProductChanged, context$a_onProductCollectionChanged as onProductCollectionChanged, context$a_onProductCollectionCreated as onProductCollectionCreated, context$a_onProductCollectionDeleted as onProductCollectionDeleted, context$a_onProductVariantsChanged as onProductVariantsChanged, onProductChanged$1 as publicOnProductChanged, onProductCollectionChanged$1 as publicOnProductCollectionChanged, onProductCollectionCreated$1 as publicOnProductCollectionCreated, onProductCollectionDeleted$1 as publicOnProductCollectionDeleted, onProductVariantsChanged$1 as publicOnProductVariantsChanged, context$a_queryProductVariants as queryProductVariants, queryProducts$2 as queryProducts, context$a_queryStoreVariants as queryStoreVariants, context$a_removeBrand as removeBrand, context$a_removeProductMedia as removeProductMedia, context$a_removeProductMediaFromChoices as removeProductMediaFromChoices, context$a_removeProductsFromCollection as removeProductsFromCollection, context$a_removeRibbon as removeRibbon, context$a_resetAllProductVariantData as resetAllProductVariantData, context$a_updateCollection as updateCollection, updateProduct$2 as updateProduct, context$a_updateProductVariants as updateProductVariants };
3170
+ export { type context$a_AddProductMediaRequest as AddProductMediaRequest, type context$a_AddProductMediaResponse as AddProductMediaResponse, type context$a_AddProductMediaToChoicesRequest as AddProductMediaToChoicesRequest, type context$a_AddProductMediaToChoicesResponse as AddProductMediaToChoicesResponse, type context$a_AddProductsToCollectionRequest as AddProductsToCollectionRequest, type context$a_AddProductsToCollectionResponse as AddProductsToCollectionResponse, type context$a_AdditionalInfoSection as AdditionalInfoSection, type AdjustValue$1 as AdjustValue, type context$a_AdjustValueValueOneOf as AdjustValueValueOneOf, type context$a_AggregateProductsRequest as AggregateProductsRequest, type context$a_AggregateProductsResponse as AggregateProductsResponse, type context$a_AllowedProductsCountLimitExceededErrorData as AllowedProductsCountLimitExceededErrorData, type ApplicationError$6 as ApplicationError, type BaseEventMetadata$7 as BaseEventMetadata, type BulkActionMetadata$6 as BulkActionMetadata, type context$a_BulkAdjustProductPropertiesByFilterSyncRequest as BulkAdjustProductPropertiesByFilterSyncRequest, type context$a_BulkAdjustProductPropertiesByFilterSyncResponse as BulkAdjustProductPropertiesByFilterSyncResponse, type context$a_BulkAdjustProductPropertiesRequest as BulkAdjustProductPropertiesRequest, type context$a_BulkAdjustProductPropertiesResponse as BulkAdjustProductPropertiesResponse, type context$a_BulkAdjustProductPropertiesResponseNonNullableFields as BulkAdjustProductPropertiesResponseNonNullableFields, type BulkDeleteProductsRequest$1 as BulkDeleteProductsRequest, type BulkDeleteProductsResponse$1 as BulkDeleteProductsResponse, type BulkProductResult$1 as BulkProductResult, type context$a_BulkQueryCustomFieldsRequest as BulkQueryCustomFieldsRequest, type context$a_BulkQueryCustomFieldsResponse as BulkQueryCustomFieldsResponse, type context$a_BulkRemoveCustomFieldsRequest as BulkRemoveCustomFieldsRequest, type context$a_BulkRemoveCustomFieldsResponse as BulkRemoveCustomFieldsResponse, type context$a_BulkSetCustomFieldsRequest as BulkSetCustomFieldsRequest, type context$a_BulkSetCustomFieldsResponse as BulkSetCustomFieldsResponse, type context$a_BulkUpdateProductsByFilterSyncRequest as BulkUpdateProductsByFilterSyncRequest, type context$a_BulkUpdateProductsByFilterSyncResponse as BulkUpdateProductsByFilterSyncResponse, type BulkUpdateProductsRequest$1 as BulkUpdateProductsRequest, type BulkUpdateProductsResponse$1 as BulkUpdateProductsResponse, type BulkUpdateProductsResponseNonNullableFields$1 as BulkUpdateProductsResponseNonNullableFields, type Choice$1 as Choice, type context$a_Collection as Collection, type context$a_CollectionChanged as CollectionChanged, type context$a_CollectionCreated as CollectionCreated, type context$a_CollectionDeleted as CollectionDeleted, type context$a_CostAndProfitData as CostAndProfitData, type context$a_CreateCollectionRequest as CreateCollectionRequest, type context$a_CreateCollectionResponse as CreateCollectionResponse, type context$a_CreateCollectionResponseNonNullableFields as CreateCollectionResponseNonNullableFields, type context$a_CreateDigitalProductRequest as CreateDigitalProductRequest, type context$a_CreateDigitalProductResponse as CreateDigitalProductResponse, type context$a_CreateProductPlatformizedRequest as CreateProductPlatformizedRequest, type context$a_CreateProductPlatformizedResponse as CreateProductPlatformizedResponse, type CreateProductRequest$1 as CreateProductRequest, type CreateProductResponse$1 as CreateProductResponse, type CreateProductResponseNonNullableFields$1 as CreateProductResponseNonNullableFields, type CursorPaging$7 as CursorPaging, type Cursors$7 as Cursors, type context$a_CustomFieldsContainer as CustomFieldsContainer, type context$a_CustomTextField as CustomTextField, type context$a_DeleteCollectionRequest as DeleteCollectionRequest, type context$a_DeleteCollectionResponse as DeleteCollectionResponse, type context$a_DeleteProductOptionsRequest as DeleteProductOptionsRequest, type context$a_DeleteProductOptionsResponse as DeleteProductOptionsResponse, type context$a_DeleteProductPlatformizedRequest as DeleteProductPlatformizedRequest, type context$a_DeleteProductPlatformizedResponse as DeleteProductPlatformizedResponse, type DeleteProductRequest$1 as DeleteProductRequest, type DeleteProductResponse$1 as DeleteProductResponse, type Discount$1 as Discount, DiscountType$2 as DiscountType, FileType$1 as FileType, type context$a_FormattedPrice as FormattedPrice, type context$a_GetCollectionBySlugRequest as GetCollectionBySlugRequest, type context$a_GetCollectionBySlugResponse as GetCollectionBySlugResponse, type context$a_GetCollectionBySlugResponseNonNullableFields as GetCollectionBySlugResponseNonNullableFields, type context$a_GetCollectionRequest as GetCollectionRequest, type context$a_GetCollectionResponse as GetCollectionResponse, type GetProductOptions$1 as GetProductOptions, type context$a_GetProductPlatformizedRequest as GetProductPlatformizedRequest, type context$a_GetProductPlatformizedResponse as GetProductPlatformizedResponse, type GetProductRequest$1 as GetProductRequest, type GetProductResponse$1 as GetProductResponse, type context$a_GetProductResponseNonNullableFields as GetProductResponseNonNullableFields, type context$a_GetProductsRequest as GetProductsRequest, type context$a_GetProductsResponse as GetProductsResponse, type context$a_GetStoreVariantRequest as GetStoreVariantRequest, type context$a_GetStoreVariantResponse as GetStoreVariantResponse, type context$a_GetStoreVariantResponseNonNullableFields as GetStoreVariantResponseNonNullableFields, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, InventoryStatus$1 as InventoryStatus, type ItemMetadata$6 as ItemMetadata, type Keyword$1 as Keyword, MeasurementUnit$1 as MeasurementUnit, type Media$2 as Media, type context$a_MediaAssignmentToChoice as MediaAssignmentToChoice, type context$a_MediaDataForWrite as MediaDataForWrite, type context$a_MediaDataForWriteMediaSourceOneOf as MediaDataForWriteMediaSourceOneOf, type context$a_MediaItem as MediaItem, type context$a_MediaItemItemOneOf as MediaItemItemOneOf, context$a_MediaItemType as MediaItemType, type context$a_MediaItemUrlAndSize as MediaItemUrlAndSize, type context$a_MediaItemVideo as MediaItemVideo, type MessageEnvelope$9 as MessageEnvelope, type context$a_NumericPropertyRange as NumericPropertyRange, type context$a_OptionAndChoice as OptionAndChoice, context$a_OptionType as OptionType, type context$a_PageUrl as PageUrl, type Paging$2 as Paging, type PagingMetadata$4 as PagingMetadata, type context$a_PagingWithBigLimit as PagingWithBigLimit, type context$a_PercentageData as PercentageData, type context$a_PlatformMedia as PlatformMedia, type context$a_PlatformMediaMediaOneOf as PlatformMediaMediaOneOf, type PlatformPaging$2 as PlatformPaging, type context$a_PlatformPagingMetadata as PlatformPagingMetadata, type context$a_PlatformQuery as PlatformQuery, type context$a_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type PreorderInfo$3 as PreorderInfo, type context$a_PriceData as PriceData, type context$a_PricePerUnitData as PricePerUnitData, type Product$2 as Product, type context$a_ProductChanged as ProductChanged, type context$a_ProductChangedEnvelope as ProductChangedEnvelope, type context$a_ProductCollectionChangedEnvelope as ProductCollectionChangedEnvelope, type context$a_ProductCollectionCreatedEnvelope as ProductCollectionCreatedEnvelope, type context$a_ProductCollectionDeletedEnvelope as ProductCollectionDeletedEnvelope, type context$a_ProductCreated as ProductCreated, type ProductCreatedEnvelope$1 as ProductCreatedEnvelope, type context$a_ProductDeleted as ProductDeleted, type ProductDeletedEnvelope$1 as ProductDeletedEnvelope, type context$a_ProductOption as ProductOption, type context$a_ProductOptionsAvailabilityRequest as ProductOptionsAvailabilityRequest, type context$a_ProductOptionsAvailabilityResponse as ProductOptionsAvailabilityResponse, type context$a_ProductOptionsAvailabilityResponseNonNullableFields as ProductOptionsAvailabilityResponseNonNullableFields, ProductType$1 as ProductType, type context$a_ProductVariantsChangedEnvelope as ProductVariantsChangedEnvelope, type ProductsQueryBuilder$1 as ProductsQueryBuilder, type ProductsQueryResult$1 as ProductsQueryResult, type context$a_PropertyAdjustmentData as PropertyAdjustmentData, type context$a_PropertyAdjustmentDataByOneOf as PropertyAdjustmentDataByOneOf, type Query$1 as Query, type context$a_QueryCollectionsPlatformizedRequest as QueryCollectionsPlatformizedRequest, type context$a_QueryCollectionsPlatformizedResponse as QueryCollectionsPlatformizedResponse, type context$a_QueryCollectionsRequest as QueryCollectionsRequest, type context$a_QueryCollectionsResponse as QueryCollectionsResponse, type context$a_QueryCustomFieldsRequest as QueryCustomFieldsRequest, type context$a_QueryCustomFieldsResponse as QueryCustomFieldsResponse, type context$a_QueryProductVariantsOptions as QueryProductVariantsOptions, type context$a_QueryProductVariantsRequest as QueryProductVariantsRequest, type context$a_QueryProductVariantsResponse as QueryProductVariantsResponse, type context$a_QueryProductVariantsResponseNonNullableFields as QueryProductVariantsResponseNonNullableFields, type context$a_QueryProductsPlatformizedRequest as QueryProductsPlatformizedRequest, type context$a_QueryProductsPlatformizedResponse as QueryProductsPlatformizedResponse, type context$a_QueryProductsPlatformizedResponseNonNullableFields as QueryProductsPlatformizedResponseNonNullableFields, type QueryProductsRequest$1 as QueryProductsRequest, type QueryProductsResponse$1 as QueryProductsResponse, type context$a_QueryProductsWithBigPageLimitRequest as QueryProductsWithBigPageLimitRequest, type context$a_QueryStoreVariantsRequest as QueryStoreVariantsRequest, type context$a_QueryStoreVariantsResponse as QueryStoreVariantsResponse, type context$a_QueryStoreVariantsResponseNonNullableFields as QueryStoreVariantsResponseNonNullableFields, type context$a_QueryStoreVariantsWithBigLimitRequest as QueryStoreVariantsWithBigLimitRequest, type context$a_QueryWithBigPageLimit as QueryWithBigPageLimit, type context$a_ReCloneStoreRequest as ReCloneStoreRequest, type context$a_ReCloneStoreResponse as ReCloneStoreResponse, type context$a_RemoveCustomFieldsRequest as RemoveCustomFieldsRequest, type context$a_RemoveCustomFieldsResponse as RemoveCustomFieldsResponse, type context$a_RemoveProductBrandRequest as RemoveProductBrandRequest, type context$a_RemoveProductBrandResponse as RemoveProductBrandResponse, type context$a_RemoveProductMediaFromChoicesRequest as RemoveProductMediaFromChoicesRequest, type context$a_RemoveProductMediaFromChoicesResponse as RemoveProductMediaFromChoicesResponse, type context$a_RemoveProductMediaRequest as RemoveProductMediaRequest, type context$a_RemoveProductMediaResponse as RemoveProductMediaResponse, type context$a_RemoveProductRibbonRequest as RemoveProductRibbonRequest, type context$a_RemoveProductRibbonResponse as RemoveProductRibbonResponse, type context$a_RemoveProductsFromCollectionRequest as RemoveProductsFromCollectionRequest, type context$a_RemoveProductsFromCollectionResponse as RemoveProductsFromCollectionResponse, type context$a_ResetAllVariantDataRequest as ResetAllVariantDataRequest, type context$a_ResetAllVariantDataResponse as ResetAllVariantDataResponse, type Ribbon$2 as Ribbon, type SecuredMedia$1 as SecuredMedia, type SeoSchema$1 as SeoSchema, type context$a_SetCustomFieldsRequest as SetCustomFieldsRequest, type context$a_SetCustomFieldsResponse as SetCustomFieldsResponse, type context$a_SetValue as SetValue, type context$a_SetValueValueOneOf as SetValueValueOneOf, type Settings$2 as Settings, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, type context$a_Stock as Stock, type context$a_StoreVariant as StoreVariant, type Tag$1 as Tag, type context$a_UnlimitedPlatformCursorPaging as UnlimitedPlatformCursorPaging, type context$a_UnlimitedPlatformPaging as UnlimitedPlatformPaging, type context$a_UnlimitedPlatformQuery as UnlimitedPlatformQuery, type context$a_UnlimitedPlatformQueryPagingMethodOneOf as UnlimitedPlatformQueryPagingMethodOneOf, type context$a_UpdateCollection as UpdateCollection, type context$a_UpdateCollectionRequest as UpdateCollectionRequest, type context$a_UpdateCollectionResponse as UpdateCollectionResponse, type context$a_UpdateCollectionResponseNonNullableFields as UpdateCollectionResponseNonNullableFields, type UpdateProduct$1 as UpdateProduct, type context$a_UpdateProductPlatformizedRequest as UpdateProductPlatformizedRequest, type context$a_UpdateProductPlatformizedResponse as UpdateProductPlatformizedResponse, type UpdateProductRequest$1 as UpdateProductRequest, type UpdateProductResponse$1 as UpdateProductResponse, type UpdateProductResponseNonNullableFields$1 as UpdateProductResponseNonNullableFields, type context$a_UpdateVariantsRequest as UpdateVariantsRequest, type context$a_UpdateVariantsResponse as UpdateVariantsResponse, type context$a_UpdateVariantsResponseNonNullableFields as UpdateVariantsResponseNonNullableFields, type context$a_V1CreateProductPlatformizedRequest as V1CreateProductPlatformizedRequest, type context$a_V1CreateProductPlatformizedResponse as V1CreateProductPlatformizedResponse, type context$a_V1DeleteProductPlatformizedRequest as V1DeleteProductPlatformizedRequest, type context$a_V1DeleteProductPlatformizedResponse as V1DeleteProductPlatformizedResponse, type context$a_V1UpdateProductPlatformizedRequest as V1UpdateProductPlatformizedRequest, type context$a_V1UpdateProductPlatformizedResponse as V1UpdateProductPlatformizedResponse, type Variant$1 as Variant, type context$a_VariantChanged as VariantChanged, type context$a_VariantData as VariantData, type context$a_VariantDataWithNoStock as VariantDataWithNoStock, type context$a_VariantOverride as VariantOverride, type context$a_VariantStock as VariantStock, type context$a_VariantsChanged as VariantsChanged, Version$1 as Version, type VideoResolution$1 as VideoResolution, WebhookIdentityType$9 as WebhookIdentityType, type context$a__publicOnProductChangedType as _publicOnProductChangedType, type context$a__publicOnProductCollectionChangedType as _publicOnProductCollectionChangedType, type context$a__publicOnProductCollectionCreatedType as _publicOnProductCollectionCreatedType, type context$a__publicOnProductCollectionDeletedType as _publicOnProductCollectionDeletedType, type _publicOnProductCreatedType$1 as _publicOnProductCreatedType, type _publicOnProductDeletedType$1 as _publicOnProductDeletedType, type context$a__publicOnProductVariantsChangedType as _publicOnProductVariantsChangedType, context$a_addProductMedia as addProductMedia, context$a_addProductMediaToChoices as addProductMediaToChoices, context$a_addProductsToCollection as addProductsToCollection, context$a_bulkAdjustProductProperty as bulkAdjustProductProperty, context$a_bulkUpdateProductsProperty as bulkUpdateProductsProperty, context$a_createCollection as createCollection, createProduct$2 as createProduct, context$a_deleteCollection as deleteCollection, deleteProduct$2 as deleteProduct, context$a_deleteProductOptions as deleteProductOptions, context$a_getCollectionBySlug as getCollectionBySlug, getProduct$2 as getProduct, context$a_getProductOptionsAvailability as getProductOptionsAvailability, context$a_getStoreVariant as getStoreVariant, context$a_onProductChanged as onProductChanged, context$a_onProductCollectionChanged as onProductCollectionChanged, context$a_onProductCollectionCreated as onProductCollectionCreated, context$a_onProductCollectionDeleted as onProductCollectionDeleted, onProductCreated$2 as onProductCreated, onProductDeleted$2 as onProductDeleted, context$a_onProductVariantsChanged as onProductVariantsChanged, onProductChanged$1 as publicOnProductChanged, onProductCollectionChanged$1 as publicOnProductCollectionChanged, onProductCollectionCreated$1 as publicOnProductCollectionCreated, onProductCollectionDeleted$1 as publicOnProductCollectionDeleted, onProductCreated$3 as publicOnProductCreated, onProductDeleted$3 as publicOnProductDeleted, onProductVariantsChanged$1 as publicOnProductVariantsChanged, context$a_queryProductVariants as queryProductVariants, queryProducts$2 as queryProducts, context$a_queryStoreVariants as queryStoreVariants, context$a_removeBrand as removeBrand, context$a_removeProductMedia as removeProductMedia, context$a_removeProductMediaFromChoices as removeProductMediaFromChoices, context$a_removeProductsFromCollection as removeProductsFromCollection, context$a_removeRibbon as removeRibbon, context$a_resetAllProductVariantData as resetAllProductVariantData, context$a_updateCollection as updateCollection, updateProduct$2 as updateProduct, context$a_updateProductVariants as updateProductVariants };
3329
3171
  }
3330
3172
 
3331
3173
  /**
@@ -135,17 +135,17 @@ interface GetWishlistsResponse {
135
135
  /** List result of requested wishlists */
136
136
  wishlists?: WishlistData[];
137
137
  }
138
- interface MessageEnvelope$b {
138
+ interface MessageEnvelope$a {
139
139
  /** App instance ID. */
140
140
  instanceId?: string | null;
141
141
  /** Event type. */
142
142
  eventType?: string;
143
143
  /** The identification type and identity data. */
144
- identity?: IdentificationData$b;
144
+ identity?: IdentificationData$a;
145
145
  /** Stringify payload. */
146
146
  data?: string;
147
147
  }
148
- interface IdentificationData$b extends IdentificationDataIdOneOf$b {
148
+ interface IdentificationData$a extends IdentificationDataIdOneOf$a {
149
149
  /** ID of a site visitor that has not logged in to the site. */
150
150
  anonymousVisitorId?: string;
151
151
  /** ID of a site visitor that has logged in to the site. */
@@ -155,10 +155,10 @@ interface IdentificationData$b extends IdentificationDataIdOneOf$b {
155
155
  /** ID of an app. */
156
156
  appId?: string;
157
157
  /** @readonly */
158
- identityType?: WebhookIdentityType$b;
158
+ identityType?: WebhookIdentityType$a;
159
159
  }
160
160
  /** @oneof */
161
- interface IdentificationDataIdOneOf$b {
161
+ interface IdentificationDataIdOneOf$a {
162
162
  /** ID of a site visitor that has not logged in to the site. */
163
163
  anonymousVisitorId?: string;
164
164
  /** ID of a site visitor that has logged in to the site. */
@@ -168,7 +168,7 @@ interface IdentificationDataIdOneOf$b {
168
168
  /** ID of an app. */
169
169
  appId?: string;
170
170
  }
171
- declare enum WebhookIdentityType$b {
171
+ declare enum WebhookIdentityType$a {
172
172
  UNKNOWN = "UNKNOWN",
173
173
  ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
174
174
  MEMBER = "MEMBER",
@@ -229,7 +229,7 @@ type index_d$c_WishlistItem = WishlistItem;
229
229
  type index_d$c_WishlistItemKind = WishlistItemKind;
230
230
  declare const index_d$c_getWishlistById: typeof getWishlistById;
231
231
  declare namespace index_d$c {
232
- export { type index_d$c_AddToWishlistRequest as AddToWishlistRequest, type index_d$c_AddToWishlistResponse as AddToWishlistResponse, type index_d$c_GetWishlistByIdOptions as GetWishlistByIdOptions, type index_d$c_GetWishlistByIdRequest as GetWishlistByIdRequest, type index_d$c_GetWishlistByIdResponse as GetWishlistByIdResponse, type index_d$c_GetWishlistByIdResponseNonNullableFields as GetWishlistByIdResponseNonNullableFields, type index_d$c_GetWishlistRequest as GetWishlistRequest, type index_d$c_GetWishlistResponse as GetWishlistResponse, type index_d$c_GetWishlistsRequest as GetWishlistsRequest, type index_d$c_GetWishlistsResponse as GetWishlistsResponse, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type index_d$c_ItemsAddedToWishlist as ItemsAddedToWishlist, type index_d$c_ItemsRemovedFromWishlist as ItemsRemovedFromWishlist, type MessageEnvelope$b as MessageEnvelope, type index_d$c_RemoveFromWishlistRequest as RemoveFromWishlistRequest, type index_d$c_RemoveFromWishlistResponse as RemoveFromWishlistResponse, WebhookIdentityType$b as WebhookIdentityType, type index_d$c_WishlistData as WishlistData, type index_d$c_WishlistDataNonNullableFields as WishlistDataNonNullableFields, type index_d$c_WishlistItem as WishlistItem, type index_d$c_WishlistItemKind as WishlistItemKind, index_d$c_getWishlistById as getWishlistById };
232
+ export { type index_d$c_AddToWishlistRequest as AddToWishlistRequest, type index_d$c_AddToWishlistResponse as AddToWishlistResponse, type index_d$c_GetWishlistByIdOptions as GetWishlistByIdOptions, type index_d$c_GetWishlistByIdRequest as GetWishlistByIdRequest, type index_d$c_GetWishlistByIdResponse as GetWishlistByIdResponse, type index_d$c_GetWishlistByIdResponseNonNullableFields as GetWishlistByIdResponseNonNullableFields, type index_d$c_GetWishlistRequest as GetWishlistRequest, type index_d$c_GetWishlistResponse as GetWishlistResponse, type index_d$c_GetWishlistsRequest as GetWishlistsRequest, type index_d$c_GetWishlistsResponse as GetWishlistsResponse, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type index_d$c_ItemsAddedToWishlist as ItemsAddedToWishlist, type index_d$c_ItemsRemovedFromWishlist as ItemsRemovedFromWishlist, type MessageEnvelope$a as MessageEnvelope, type index_d$c_RemoveFromWishlistRequest as RemoveFromWishlistRequest, type index_d$c_RemoveFromWishlistResponse as RemoveFromWishlistResponse, WebhookIdentityType$a as WebhookIdentityType, type index_d$c_WishlistData as WishlistData, type index_d$c_WishlistDataNonNullableFields as WishlistDataNonNullableFields, type index_d$c_WishlistItem as WishlistItem, type index_d$c_WishlistItemKind as WishlistItemKind, index_d$c_getWishlistById as getWishlistById };
233
233
  }
234
234
 
235
235
  interface Collection$1 {
@@ -444,116 +444,6 @@ interface GetCollectionBySlugResponse$1 {
444
444
  /** The requested collection. */
445
445
  collection?: Collection$1;
446
446
  }
447
- interface DomainEvent$8 extends DomainEventBodyOneOf$8 {
448
- createdEvent?: EntityCreatedEvent$8;
449
- updatedEvent?: EntityUpdatedEvent$8;
450
- deletedEvent?: EntityDeletedEvent$8;
451
- actionEvent?: ActionEvent$8;
452
- /**
453
- * Unique event ID.
454
- * Allows clients to ignore duplicate webhooks.
455
- */
456
- _id?: string;
457
- /**
458
- * Assumes actions are also always typed to an entity_type
459
- * Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction
460
- */
461
- entityFqdn?: string;
462
- /**
463
- * This is top level to ease client code dispatching of messages (switch on entity_fqdn+slug)
464
- * This is although the created/updated/deleted notion is duplication of the oneof types
465
- * Example: created/updated/deleted/started/completed/email_opened
466
- */
467
- slug?: string;
468
- /** ID of the entity associated with the event. */
469
- entityId?: string;
470
- /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
471
- eventTime?: Date;
472
- /**
473
- * Whether the event was triggered as a result of a privacy regulation application
474
- * (for example, GDPR).
475
- */
476
- triggeredByAnonymizeRequest?: boolean | null;
477
- /** If present, indicates the action that triggered the event. */
478
- originatedFrom?: string | null;
479
- /**
480
- * A sequence number defining the order of updates to the underlying entity.
481
- * For example, given that some entity was updated at 16:00 and than again at 16:01,
482
- * it is guaranteed that the sequence number of the second update is strictly higher than the first.
483
- * As the consumer, you can use this value to ensure that you handle messages in the correct order.
484
- * To do so, you will need to persist this number on your end, and compare the sequence number from the
485
- * message against the one you have stored. Given that the stored number is higher, you should ignore the message.
486
- */
487
- entityEventSequence?: string | null;
488
- }
489
- /** @oneof */
490
- interface DomainEventBodyOneOf$8 {
491
- createdEvent?: EntityCreatedEvent$8;
492
- updatedEvent?: EntityUpdatedEvent$8;
493
- deletedEvent?: EntityDeletedEvent$8;
494
- actionEvent?: ActionEvent$8;
495
- }
496
- interface EntityCreatedEvent$8 {
497
- entity?: string;
498
- }
499
- interface RestoreInfo$8 {
500
- deletedDate?: Date;
501
- }
502
- interface EntityUpdatedEvent$8 {
503
- /**
504
- * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
505
- * This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
506
- * We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.
507
- */
508
- currentEntity?: string;
509
- }
510
- interface EntityDeletedEvent$8 {
511
- /** Entity that was deleted */
512
- deletedEntity?: string | null;
513
- }
514
- interface ActionEvent$8 {
515
- body?: string;
516
- }
517
- interface MessageEnvelope$a {
518
- /** App instance ID. */
519
- instanceId?: string | null;
520
- /** Event type. */
521
- eventType?: string;
522
- /** The identification type and identity data. */
523
- identity?: IdentificationData$a;
524
- /** Stringify payload. */
525
- data?: string;
526
- }
527
- interface IdentificationData$a extends IdentificationDataIdOneOf$a {
528
- /** ID of a site visitor that has not logged in to the site. */
529
- anonymousVisitorId?: string;
530
- /** ID of a site visitor that has logged in to the site. */
531
- memberId?: string;
532
- /** ID of a Wix user (site owner, contributor, etc.). */
533
- wixUserId?: string;
534
- /** ID of an app. */
535
- appId?: string;
536
- /** @readonly */
537
- identityType?: WebhookIdentityType$a;
538
- }
539
- /** @oneof */
540
- interface IdentificationDataIdOneOf$a {
541
- /** ID of a site visitor that has not logged in to the site. */
542
- anonymousVisitorId?: string;
543
- /** ID of a site visitor that has logged in to the site. */
544
- memberId?: string;
545
- /** ID of a Wix user (site owner, contributor, etc.). */
546
- wixUserId?: string;
547
- /** ID of an app. */
548
- appId?: string;
549
- }
550
- declare enum WebhookIdentityType$a {
551
- UNKNOWN = "UNKNOWN",
552
- ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
553
- MEMBER = "MEMBER",
554
- WIX_USER = "WIX_USER",
555
- APP = "APP"
556
- }
557
447
  interface MediaItemUrlAndSizeNonNullableFields$1 {
558
448
  url: string;
559
449
  width: number;
@@ -703,7 +593,7 @@ type index_d$b_QueryCollectionsResponseNonNullableFields = QueryCollectionsRespo
703
593
  declare const index_d$b_getCollection: typeof getCollection;
704
594
  declare const index_d$b_queryCollections: typeof queryCollections;
705
595
  declare namespace index_d$b {
706
- export { type ActionEvent$8 as ActionEvent, type Collection$1 as Collection, type CollectionNonNullableFields$1 as CollectionNonNullableFields, type index_d$b_CollectionsQueryBuilder as CollectionsQueryBuilder, type index_d$b_CollectionsQueryResult as CollectionsQueryResult, type CursorPaging$8 as CursorPaging, type Cursors$8 as Cursors, type DomainEvent$8 as DomainEvent, type DomainEventBodyOneOf$8 as DomainEventBodyOneOf, type EntityCreatedEvent$8 as EntityCreatedEvent, type EntityDeletedEvent$8 as EntityDeletedEvent, type EntityUpdatedEvent$8 as EntityUpdatedEvent, type GetCollectionBySlugRequest$1 as GetCollectionBySlugRequest, type GetCollectionBySlugResponse$1 as GetCollectionBySlugResponse, type GetCollectionBySlugResponseNonNullableFields$1 as GetCollectionBySlugResponseNonNullableFields, type GetCollectionRequest$1 as GetCollectionRequest, type GetCollectionResponse$1 as GetCollectionResponse, type index_d$b_GetCollectionResponseNonNullableFields as GetCollectionResponseNonNullableFields, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type Keyword$2 as Keyword, type Media$3 as Media, type MediaItem$1 as MediaItem, type MediaItemItemOneOf$1 as MediaItemItemOneOf, MediaItemType$1 as MediaItemType, type MediaItemUrlAndSize$1 as MediaItemUrlAndSize, type MediaItemVideo$1 as MediaItemVideo, type MessageEnvelope$a as MessageEnvelope, type PlatformPaging$3 as PlatformPaging, type PlatformPagingMetadata$1 as PlatformPagingMetadata, type PlatformQuery$1 as PlatformQuery, type PlatformQueryPagingMethodOneOf$1 as PlatformQueryPagingMethodOneOf, type QueryCollectionsRequest$1 as QueryCollectionsRequest, type QueryCollectionsResponse$1 as QueryCollectionsResponse, type index_d$b_QueryCollectionsResponseNonNullableFields as QueryCollectionsResponseNonNullableFields, type RestoreInfo$8 as RestoreInfo, type SeoSchema$2 as SeoSchema, type Settings$3 as Settings, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, type Tag$2 as Tag, WebhookIdentityType$a as WebhookIdentityType, index_d$b_getCollection as getCollection, getCollectionBySlug$2 as getCollectionBySlug, index_d$b_queryCollections as queryCollections };
596
+ export { type Collection$1 as Collection, type CollectionNonNullableFields$1 as CollectionNonNullableFields, type index_d$b_CollectionsQueryBuilder as CollectionsQueryBuilder, type index_d$b_CollectionsQueryResult as CollectionsQueryResult, type CursorPaging$8 as CursorPaging, type Cursors$8 as Cursors, type GetCollectionBySlugRequest$1 as GetCollectionBySlugRequest, type GetCollectionBySlugResponse$1 as GetCollectionBySlugResponse, type GetCollectionBySlugResponseNonNullableFields$1 as GetCollectionBySlugResponseNonNullableFields, type GetCollectionRequest$1 as GetCollectionRequest, type GetCollectionResponse$1 as GetCollectionResponse, type index_d$b_GetCollectionResponseNonNullableFields as GetCollectionResponseNonNullableFields, type Keyword$2 as Keyword, type Media$3 as Media, type MediaItem$1 as MediaItem, type MediaItemItemOneOf$1 as MediaItemItemOneOf, MediaItemType$1 as MediaItemType, type MediaItemUrlAndSize$1 as MediaItemUrlAndSize, type MediaItemVideo$1 as MediaItemVideo, type PlatformPaging$3 as PlatformPaging, type PlatformPagingMetadata$1 as PlatformPagingMetadata, type PlatformQuery$1 as PlatformQuery, type PlatformQueryPagingMethodOneOf$1 as PlatformQueryPagingMethodOneOf, type QueryCollectionsRequest$1 as QueryCollectionsRequest, type QueryCollectionsResponse$1 as QueryCollectionsResponse, type index_d$b_QueryCollectionsResponseNonNullableFields as QueryCollectionsResponseNonNullableFields, type SeoSchema$2 as SeoSchema, type Settings$3 as Settings, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, type Tag$2 as Tag, index_d$b_getCollection as getCollection, getCollectionBySlug$2 as getCollectionBySlug, index_d$b_queryCollections as queryCollections };
707
597
  }
708
598
 
709
599
  interface Product$2 {
@@ -1675,116 +1565,6 @@ interface ReCloneStoreRequest {
1675
1565
  }
1676
1566
  interface ReCloneStoreResponse {
1677
1567
  }
1678
- interface DomainEvent$7 extends DomainEventBodyOneOf$7 {
1679
- createdEvent?: EntityCreatedEvent$7;
1680
- updatedEvent?: EntityUpdatedEvent$7;
1681
- deletedEvent?: EntityDeletedEvent$7;
1682
- actionEvent?: ActionEvent$7;
1683
- /**
1684
- * Unique event ID.
1685
- * Allows clients to ignore duplicate webhooks.
1686
- */
1687
- _id?: string;
1688
- /**
1689
- * Assumes actions are also always typed to an entity_type
1690
- * Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction
1691
- */
1692
- entityFqdn?: string;
1693
- /**
1694
- * This is top level to ease client code dispatching of messages (switch on entity_fqdn+slug)
1695
- * This is although the created/updated/deleted notion is duplication of the oneof types
1696
- * Example: created/updated/deleted/started/completed/email_opened
1697
- */
1698
- slug?: string;
1699
- /** ID of the entity associated with the event. */
1700
- entityId?: string;
1701
- /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
1702
- eventTime?: Date;
1703
- /**
1704
- * Whether the event was triggered as a result of a privacy regulation application
1705
- * (for example, GDPR).
1706
- */
1707
- triggeredByAnonymizeRequest?: boolean | null;
1708
- /** If present, indicates the action that triggered the event. */
1709
- originatedFrom?: string | null;
1710
- /**
1711
- * A sequence number defining the order of updates to the underlying entity.
1712
- * For example, given that some entity was updated at 16:00 and than again at 16:01,
1713
- * it is guaranteed that the sequence number of the second update is strictly higher than the first.
1714
- * As the consumer, you can use this value to ensure that you handle messages in the correct order.
1715
- * To do so, you will need to persist this number on your end, and compare the sequence number from the
1716
- * message against the one you have stored. Given that the stored number is higher, you should ignore the message.
1717
- */
1718
- entityEventSequence?: string | null;
1719
- }
1720
- /** @oneof */
1721
- interface DomainEventBodyOneOf$7 {
1722
- createdEvent?: EntityCreatedEvent$7;
1723
- updatedEvent?: EntityUpdatedEvent$7;
1724
- deletedEvent?: EntityDeletedEvent$7;
1725
- actionEvent?: ActionEvent$7;
1726
- }
1727
- interface EntityCreatedEvent$7 {
1728
- entity?: string;
1729
- }
1730
- interface RestoreInfo$7 {
1731
- deletedDate?: Date;
1732
- }
1733
- interface EntityUpdatedEvent$7 {
1734
- /**
1735
- * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
1736
- * This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
1737
- * We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.
1738
- */
1739
- currentEntity?: string;
1740
- }
1741
- interface EntityDeletedEvent$7 {
1742
- /** Entity that was deleted */
1743
- deletedEntity?: string | null;
1744
- }
1745
- interface ActionEvent$7 {
1746
- body?: string;
1747
- }
1748
- interface MessageEnvelope$9 {
1749
- /** App instance ID. */
1750
- instanceId?: string | null;
1751
- /** Event type. */
1752
- eventType?: string;
1753
- /** The identification type and identity data. */
1754
- identity?: IdentificationData$9;
1755
- /** Stringify payload. */
1756
- data?: string;
1757
- }
1758
- interface IdentificationData$9 extends IdentificationDataIdOneOf$9 {
1759
- /** ID of a site visitor that has not logged in to the site. */
1760
- anonymousVisitorId?: string;
1761
- /** ID of a site visitor that has logged in to the site. */
1762
- memberId?: string;
1763
- /** ID of a Wix user (site owner, contributor, etc.). */
1764
- wixUserId?: string;
1765
- /** ID of an app. */
1766
- appId?: string;
1767
- /** @readonly */
1768
- identityType?: WebhookIdentityType$9;
1769
- }
1770
- /** @oneof */
1771
- interface IdentificationDataIdOneOf$9 {
1772
- /** ID of a site visitor that has not logged in to the site. */
1773
- anonymousVisitorId?: string;
1774
- /** ID of a site visitor that has logged in to the site. */
1775
- memberId?: string;
1776
- /** ID of a Wix user (site owner, contributor, etc.). */
1777
- wixUserId?: string;
1778
- /** ID of an app. */
1779
- appId?: string;
1780
- }
1781
- declare enum WebhookIdentityType$9 {
1782
- UNKNOWN = "UNKNOWN",
1783
- ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
1784
- MEMBER = "MEMBER",
1785
- WIX_USER = "WIX_USER",
1786
- APP = "APP"
1787
- }
1788
1568
  interface V1CreateProductPlatformizedRequest {
1789
1569
  /** Product information. */
1790
1570
  product?: Product$2;
@@ -2298,6 +2078,46 @@ interface AggregateProductsRequest {
2298
2078
  interface AggregateProductsResponse {
2299
2079
  aggregates?: Record<string, any> | null;
2300
2080
  }
2081
+ interface MessageEnvelope$9 {
2082
+ /** App instance ID. */
2083
+ instanceId?: string | null;
2084
+ /** Event type. */
2085
+ eventType?: string;
2086
+ /** The identification type and identity data. */
2087
+ identity?: IdentificationData$9;
2088
+ /** Stringify payload. */
2089
+ data?: string;
2090
+ }
2091
+ interface IdentificationData$9 extends IdentificationDataIdOneOf$9 {
2092
+ /** ID of a site visitor that has not logged in to the site. */
2093
+ anonymousVisitorId?: string;
2094
+ /** ID of a site visitor that has logged in to the site. */
2095
+ memberId?: string;
2096
+ /** ID of a Wix user (site owner, contributor, etc.). */
2097
+ wixUserId?: string;
2098
+ /** ID of an app. */
2099
+ appId?: string;
2100
+ /** @readonly */
2101
+ identityType?: WebhookIdentityType$9;
2102
+ }
2103
+ /** @oneof */
2104
+ interface IdentificationDataIdOneOf$9 {
2105
+ /** ID of a site visitor that has not logged in to the site. */
2106
+ anonymousVisitorId?: string;
2107
+ /** ID of a site visitor that has logged in to the site. */
2108
+ memberId?: string;
2109
+ /** ID of a Wix user (site owner, contributor, etc.). */
2110
+ wixUserId?: string;
2111
+ /** ID of an app. */
2112
+ appId?: string;
2113
+ }
2114
+ declare enum WebhookIdentityType$9 {
2115
+ UNKNOWN = "UNKNOWN",
2116
+ ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
2117
+ MEMBER = "MEMBER",
2118
+ WIX_USER = "WIX_USER",
2119
+ APP = "APP"
2120
+ }
2301
2121
  interface NumericPropertyRangeNonNullableFields {
2302
2122
  minValue: number;
2303
2123
  maxValue: number;
@@ -2561,10 +2381,18 @@ interface BaseEventMetadata$7 {
2561
2381
  /** The identification type and identity data. */
2562
2382
  identity?: IdentificationData$9;
2563
2383
  }
2384
+ interface ProductCreatedEnvelope$1 {
2385
+ data: ProductCreated;
2386
+ metadata: BaseEventMetadata$7;
2387
+ }
2564
2388
  interface ProductChangedEnvelope {
2565
2389
  data: ProductChanged;
2566
2390
  metadata: BaseEventMetadata$7;
2567
2391
  }
2392
+ interface ProductDeletedEnvelope$1 {
2393
+ data: ProductDeleted;
2394
+ metadata: BaseEventMetadata$7;
2395
+ }
2568
2396
  interface ProductCollectionCreatedEnvelope {
2569
2397
  data: CollectionCreated;
2570
2398
  metadata: BaseEventMetadata$7;
@@ -3067,7 +2895,9 @@ interface GetStoreVariantSignature {
3067
2895
  */
3068
2896
  (_id: string): Promise<GetStoreVariantResponse & GetStoreVariantResponseNonNullableFields>;
3069
2897
  }
2898
+ declare const onProductCreated$3: EventDefinition<ProductCreatedEnvelope$1, "com.wix.ecommerce.catalog.api.v1.ProductCreated">;
3070
2899
  declare const onProductChanged$1: EventDefinition<ProductChangedEnvelope, "com.wix.ecommerce.catalog.api.v1.ProductChanged">;
2900
+ declare const onProductDeleted$3: EventDefinition<ProductDeletedEnvelope$1, "com.wix.ecommerce.catalog.api.v1.ProductDeleted">;
3071
2901
  declare const onProductCollectionCreated$1: EventDefinition<ProductCollectionCreatedEnvelope, "com.wix.ecommerce.catalog.api.v1.CollectionCreated">;
3072
2902
  declare const onProductCollectionChanged$1: EventDefinition<ProductCollectionChangedEnvelope, "com.wix.ecommerce.catalog.api.v1.CollectionChanged">;
3073
2903
  declare const onProductCollectionDeleted$1: EventDefinition<ProductCollectionDeletedEnvelope, "com.wix.ecommerce.catalog.api.v1.CollectionDeleted">;
@@ -3102,12 +2932,24 @@ declare const queryProductVariants: BuildRESTFunction<typeof queryProductVariant
3102
2932
  declare const queryStoreVariants: BuildRESTFunction<typeof queryStoreVariants$1> & typeof queryStoreVariants$1;
3103
2933
  declare const getStoreVariant: BuildRESTFunction<typeof getStoreVariant$1> & typeof getStoreVariant$1;
3104
2934
 
2935
+ type _publicOnProductCreatedType$1 = typeof onProductCreated$3;
2936
+ /**
2937
+ * Triggered when a product is created.
2938
+ */
2939
+ declare const onProductCreated$2: ReturnType<typeof createEventModule$7<_publicOnProductCreatedType>>;
2940
+
3105
2941
  type _publicOnProductChangedType = typeof onProductChanged$1;
3106
2942
  /**
3107
2943
  * Triggered when a product is changed.
3108
2944
  */
3109
2945
  declare const onProductChanged: ReturnType<typeof createEventModule$7<_publicOnProductChangedType>>;
3110
2946
 
2947
+ type _publicOnProductDeletedType$1 = typeof onProductDeleted$3;
2948
+ /**
2949
+ * Triggered when a product is deleted.
2950
+ */
2951
+ declare const onProductDeleted$2: ReturnType<typeof createEventModule$7<_publicOnProductDeletedType>>;
2952
+
3111
2953
  type _publicOnProductCollectionCreatedType = typeof onProductCollectionCreated$1;
3112
2954
  /**
3113
2955
  * Triggered when a collection is created.
@@ -3325,7 +3167,7 @@ declare const index_d$a_resetAllProductVariantData: typeof resetAllProductVarian
3325
3167
  declare const index_d$a_updateCollection: typeof updateCollection;
3326
3168
  declare const index_d$a_updateProductVariants: typeof updateProductVariants;
3327
3169
  declare namespace index_d$a {
3328
- export { type ActionEvent$7 as ActionEvent, type index_d$a_AddProductMediaRequest as AddProductMediaRequest, type index_d$a_AddProductMediaResponse as AddProductMediaResponse, type index_d$a_AddProductMediaToChoicesRequest as AddProductMediaToChoicesRequest, type index_d$a_AddProductMediaToChoicesResponse as AddProductMediaToChoicesResponse, type index_d$a_AddProductsToCollectionRequest as AddProductsToCollectionRequest, type index_d$a_AddProductsToCollectionResponse as AddProductsToCollectionResponse, type index_d$a_AdditionalInfoSection as AdditionalInfoSection, type AdjustValue$1 as AdjustValue, type index_d$a_AdjustValueValueOneOf as AdjustValueValueOneOf, type index_d$a_AggregateProductsRequest as AggregateProductsRequest, type index_d$a_AggregateProductsResponse as AggregateProductsResponse, type index_d$a_AllowedProductsCountLimitExceededErrorData as AllowedProductsCountLimitExceededErrorData, type ApplicationError$6 as ApplicationError, type BaseEventMetadata$7 as BaseEventMetadata, type BulkActionMetadata$6 as BulkActionMetadata, type index_d$a_BulkAdjustProductPropertiesByFilterSyncRequest as BulkAdjustProductPropertiesByFilterSyncRequest, type index_d$a_BulkAdjustProductPropertiesByFilterSyncResponse as BulkAdjustProductPropertiesByFilterSyncResponse, type index_d$a_BulkAdjustProductPropertiesRequest as BulkAdjustProductPropertiesRequest, type index_d$a_BulkAdjustProductPropertiesResponse as BulkAdjustProductPropertiesResponse, type index_d$a_BulkAdjustProductPropertiesResponseNonNullableFields as BulkAdjustProductPropertiesResponseNonNullableFields, type BulkDeleteProductsRequest$1 as BulkDeleteProductsRequest, type BulkDeleteProductsResponse$1 as BulkDeleteProductsResponse, type BulkProductResult$1 as BulkProductResult, type index_d$a_BulkQueryCustomFieldsRequest as BulkQueryCustomFieldsRequest, type index_d$a_BulkQueryCustomFieldsResponse as BulkQueryCustomFieldsResponse, type index_d$a_BulkRemoveCustomFieldsRequest as BulkRemoveCustomFieldsRequest, type index_d$a_BulkRemoveCustomFieldsResponse as BulkRemoveCustomFieldsResponse, type index_d$a_BulkSetCustomFieldsRequest as BulkSetCustomFieldsRequest, type index_d$a_BulkSetCustomFieldsResponse as BulkSetCustomFieldsResponse, type index_d$a_BulkUpdateProductsByFilterSyncRequest as BulkUpdateProductsByFilterSyncRequest, type index_d$a_BulkUpdateProductsByFilterSyncResponse as BulkUpdateProductsByFilterSyncResponse, type BulkUpdateProductsRequest$1 as BulkUpdateProductsRequest, type BulkUpdateProductsResponse$1 as BulkUpdateProductsResponse, type BulkUpdateProductsResponseNonNullableFields$1 as BulkUpdateProductsResponseNonNullableFields, type Choice$1 as Choice, type index_d$a_Collection as Collection, type index_d$a_CollectionChanged as CollectionChanged, type index_d$a_CollectionCreated as CollectionCreated, type index_d$a_CollectionDeleted as CollectionDeleted, type index_d$a_CostAndProfitData as CostAndProfitData, type index_d$a_CreateCollectionRequest as CreateCollectionRequest, type index_d$a_CreateCollectionResponse as CreateCollectionResponse, type index_d$a_CreateCollectionResponseNonNullableFields as CreateCollectionResponseNonNullableFields, type index_d$a_CreateDigitalProductRequest as CreateDigitalProductRequest, type index_d$a_CreateDigitalProductResponse as CreateDigitalProductResponse, type index_d$a_CreateProductPlatformizedRequest as CreateProductPlatformizedRequest, type index_d$a_CreateProductPlatformizedResponse as CreateProductPlatformizedResponse, type CreateProductRequest$1 as CreateProductRequest, type CreateProductResponse$1 as CreateProductResponse, type CreateProductResponseNonNullableFields$1 as CreateProductResponseNonNullableFields, type CursorPaging$7 as CursorPaging, type Cursors$7 as Cursors, type index_d$a_CustomFieldsContainer as CustomFieldsContainer, type index_d$a_CustomTextField as CustomTextField, type index_d$a_DeleteCollectionRequest as DeleteCollectionRequest, type index_d$a_DeleteCollectionResponse as DeleteCollectionResponse, type index_d$a_DeleteProductOptionsRequest as DeleteProductOptionsRequest, type index_d$a_DeleteProductOptionsResponse as DeleteProductOptionsResponse, type index_d$a_DeleteProductPlatformizedRequest as DeleteProductPlatformizedRequest, type index_d$a_DeleteProductPlatformizedResponse as DeleteProductPlatformizedResponse, type DeleteProductRequest$1 as DeleteProductRequest, type DeleteProductResponse$1 as DeleteProductResponse, type Discount$1 as Discount, DiscountType$2 as DiscountType, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, FileType$1 as FileType, type index_d$a_FormattedPrice as FormattedPrice, type index_d$a_GetCollectionBySlugRequest as GetCollectionBySlugRequest, type index_d$a_GetCollectionBySlugResponse as GetCollectionBySlugResponse, type index_d$a_GetCollectionBySlugResponseNonNullableFields as GetCollectionBySlugResponseNonNullableFields, type index_d$a_GetCollectionRequest as GetCollectionRequest, type index_d$a_GetCollectionResponse as GetCollectionResponse, type GetProductOptions$1 as GetProductOptions, type index_d$a_GetProductPlatformizedRequest as GetProductPlatformizedRequest, type index_d$a_GetProductPlatformizedResponse as GetProductPlatformizedResponse, type GetProductRequest$1 as GetProductRequest, type GetProductResponse$1 as GetProductResponse, type index_d$a_GetProductResponseNonNullableFields as GetProductResponseNonNullableFields, type index_d$a_GetProductsRequest as GetProductsRequest, type index_d$a_GetProductsResponse as GetProductsResponse, type index_d$a_GetStoreVariantRequest as GetStoreVariantRequest, type index_d$a_GetStoreVariantResponse as GetStoreVariantResponse, type index_d$a_GetStoreVariantResponseNonNullableFields as GetStoreVariantResponseNonNullableFields, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, InventoryStatus$1 as InventoryStatus, type ItemMetadata$6 as ItemMetadata, type Keyword$1 as Keyword, MeasurementUnit$1 as MeasurementUnit, type Media$2 as Media, type index_d$a_MediaAssignmentToChoice as MediaAssignmentToChoice, type index_d$a_MediaDataForWrite as MediaDataForWrite, type index_d$a_MediaDataForWriteMediaSourceOneOf as MediaDataForWriteMediaSourceOneOf, type index_d$a_MediaItem as MediaItem, type index_d$a_MediaItemItemOneOf as MediaItemItemOneOf, index_d$a_MediaItemType as MediaItemType, type index_d$a_MediaItemUrlAndSize as MediaItemUrlAndSize, type index_d$a_MediaItemVideo as MediaItemVideo, type MessageEnvelope$9 as MessageEnvelope, type index_d$a_NumericPropertyRange as NumericPropertyRange, type index_d$a_OptionAndChoice as OptionAndChoice, index_d$a_OptionType as OptionType, type index_d$a_PageUrl as PageUrl, type Paging$2 as Paging, type PagingMetadata$4 as PagingMetadata, type index_d$a_PagingWithBigLimit as PagingWithBigLimit, type index_d$a_PercentageData as PercentageData, type index_d$a_PlatformMedia as PlatformMedia, type index_d$a_PlatformMediaMediaOneOf as PlatformMediaMediaOneOf, type PlatformPaging$2 as PlatformPaging, type index_d$a_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$a_PlatformQuery as PlatformQuery, type index_d$a_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type PreorderInfo$3 as PreorderInfo, type index_d$a_PriceData as PriceData, type index_d$a_PricePerUnitData as PricePerUnitData, type Product$2 as Product, type index_d$a_ProductChanged as ProductChanged, type index_d$a_ProductChangedEnvelope as ProductChangedEnvelope, type index_d$a_ProductCollectionChangedEnvelope as ProductCollectionChangedEnvelope, type index_d$a_ProductCollectionCreatedEnvelope as ProductCollectionCreatedEnvelope, type index_d$a_ProductCollectionDeletedEnvelope as ProductCollectionDeletedEnvelope, type index_d$a_ProductCreated as ProductCreated, type index_d$a_ProductDeleted as ProductDeleted, type index_d$a_ProductOption as ProductOption, type index_d$a_ProductOptionsAvailabilityRequest as ProductOptionsAvailabilityRequest, type index_d$a_ProductOptionsAvailabilityResponse as ProductOptionsAvailabilityResponse, type index_d$a_ProductOptionsAvailabilityResponseNonNullableFields as ProductOptionsAvailabilityResponseNonNullableFields, ProductType$1 as ProductType, type index_d$a_ProductVariantsChangedEnvelope as ProductVariantsChangedEnvelope, type ProductsQueryBuilder$1 as ProductsQueryBuilder, type ProductsQueryResult$1 as ProductsQueryResult, type index_d$a_PropertyAdjustmentData as PropertyAdjustmentData, type index_d$a_PropertyAdjustmentDataByOneOf as PropertyAdjustmentDataByOneOf, type Query$1 as Query, type index_d$a_QueryCollectionsPlatformizedRequest as QueryCollectionsPlatformizedRequest, type index_d$a_QueryCollectionsPlatformizedResponse as QueryCollectionsPlatformizedResponse, type index_d$a_QueryCollectionsRequest as QueryCollectionsRequest, type index_d$a_QueryCollectionsResponse as QueryCollectionsResponse, type index_d$a_QueryCustomFieldsRequest as QueryCustomFieldsRequest, type index_d$a_QueryCustomFieldsResponse as QueryCustomFieldsResponse, type index_d$a_QueryProductVariantsOptions as QueryProductVariantsOptions, type index_d$a_QueryProductVariantsRequest as QueryProductVariantsRequest, type index_d$a_QueryProductVariantsResponse as QueryProductVariantsResponse, type index_d$a_QueryProductVariantsResponseNonNullableFields as QueryProductVariantsResponseNonNullableFields, type index_d$a_QueryProductsPlatformizedRequest as QueryProductsPlatformizedRequest, type index_d$a_QueryProductsPlatformizedResponse as QueryProductsPlatformizedResponse, type index_d$a_QueryProductsPlatformizedResponseNonNullableFields as QueryProductsPlatformizedResponseNonNullableFields, type QueryProductsRequest$1 as QueryProductsRequest, type QueryProductsResponse$1 as QueryProductsResponse, type index_d$a_QueryProductsWithBigPageLimitRequest as QueryProductsWithBigPageLimitRequest, type index_d$a_QueryStoreVariantsRequest as QueryStoreVariantsRequest, type index_d$a_QueryStoreVariantsResponse as QueryStoreVariantsResponse, type index_d$a_QueryStoreVariantsResponseNonNullableFields as QueryStoreVariantsResponseNonNullableFields, type index_d$a_QueryStoreVariantsWithBigLimitRequest as QueryStoreVariantsWithBigLimitRequest, type index_d$a_QueryWithBigPageLimit as QueryWithBigPageLimit, type index_d$a_ReCloneStoreRequest as ReCloneStoreRequest, type index_d$a_ReCloneStoreResponse as ReCloneStoreResponse, type index_d$a_RemoveCustomFieldsRequest as RemoveCustomFieldsRequest, type index_d$a_RemoveCustomFieldsResponse as RemoveCustomFieldsResponse, type index_d$a_RemoveProductBrandRequest as RemoveProductBrandRequest, type index_d$a_RemoveProductBrandResponse as RemoveProductBrandResponse, type index_d$a_RemoveProductMediaFromChoicesRequest as RemoveProductMediaFromChoicesRequest, type index_d$a_RemoveProductMediaFromChoicesResponse as RemoveProductMediaFromChoicesResponse, type index_d$a_RemoveProductMediaRequest as RemoveProductMediaRequest, type index_d$a_RemoveProductMediaResponse as RemoveProductMediaResponse, type index_d$a_RemoveProductRibbonRequest as RemoveProductRibbonRequest, type index_d$a_RemoveProductRibbonResponse as RemoveProductRibbonResponse, type index_d$a_RemoveProductsFromCollectionRequest as RemoveProductsFromCollectionRequest, type index_d$a_RemoveProductsFromCollectionResponse as RemoveProductsFromCollectionResponse, type index_d$a_ResetAllVariantDataRequest as ResetAllVariantDataRequest, type index_d$a_ResetAllVariantDataResponse as ResetAllVariantDataResponse, type RestoreInfo$7 as RestoreInfo, type Ribbon$2 as Ribbon, type SecuredMedia$1 as SecuredMedia, type SeoSchema$1 as SeoSchema, type index_d$a_SetCustomFieldsRequest as SetCustomFieldsRequest, type index_d$a_SetCustomFieldsResponse as SetCustomFieldsResponse, type index_d$a_SetValue as SetValue, type index_d$a_SetValueValueOneOf as SetValueValueOneOf, type Settings$2 as Settings, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, type index_d$a_Stock as Stock, type index_d$a_StoreVariant as StoreVariant, type Tag$1 as Tag, type index_d$a_UnlimitedPlatformCursorPaging as UnlimitedPlatformCursorPaging, type index_d$a_UnlimitedPlatformPaging as UnlimitedPlatformPaging, type index_d$a_UnlimitedPlatformQuery as UnlimitedPlatformQuery, type index_d$a_UnlimitedPlatformQueryPagingMethodOneOf as UnlimitedPlatformQueryPagingMethodOneOf, type index_d$a_UpdateCollection as UpdateCollection, type index_d$a_UpdateCollectionRequest as UpdateCollectionRequest, type index_d$a_UpdateCollectionResponse as UpdateCollectionResponse, type index_d$a_UpdateCollectionResponseNonNullableFields as UpdateCollectionResponseNonNullableFields, type UpdateProduct$1 as UpdateProduct, type index_d$a_UpdateProductPlatformizedRequest as UpdateProductPlatformizedRequest, type index_d$a_UpdateProductPlatformizedResponse as UpdateProductPlatformizedResponse, type UpdateProductRequest$1 as UpdateProductRequest, type UpdateProductResponse$1 as UpdateProductResponse, type UpdateProductResponseNonNullableFields$1 as UpdateProductResponseNonNullableFields, type index_d$a_UpdateVariantsRequest as UpdateVariantsRequest, type index_d$a_UpdateVariantsResponse as UpdateVariantsResponse, type index_d$a_UpdateVariantsResponseNonNullableFields as UpdateVariantsResponseNonNullableFields, type index_d$a_V1CreateProductPlatformizedRequest as V1CreateProductPlatformizedRequest, type index_d$a_V1CreateProductPlatformizedResponse as V1CreateProductPlatformizedResponse, type index_d$a_V1DeleteProductPlatformizedRequest as V1DeleteProductPlatformizedRequest, type index_d$a_V1DeleteProductPlatformizedResponse as V1DeleteProductPlatformizedResponse, type index_d$a_V1UpdateProductPlatformizedRequest as V1UpdateProductPlatformizedRequest, type index_d$a_V1UpdateProductPlatformizedResponse as V1UpdateProductPlatformizedResponse, type Variant$1 as Variant, type index_d$a_VariantChanged as VariantChanged, type index_d$a_VariantData as VariantData, type index_d$a_VariantDataWithNoStock as VariantDataWithNoStock, type index_d$a_VariantOverride as VariantOverride, type index_d$a_VariantStock as VariantStock, type index_d$a_VariantsChanged as VariantsChanged, Version$1 as Version, type VideoResolution$1 as VideoResolution, WebhookIdentityType$9 as WebhookIdentityType, type index_d$a__publicOnProductChangedType as _publicOnProductChangedType, type index_d$a__publicOnProductCollectionChangedType as _publicOnProductCollectionChangedType, type index_d$a__publicOnProductCollectionCreatedType as _publicOnProductCollectionCreatedType, type index_d$a__publicOnProductCollectionDeletedType as _publicOnProductCollectionDeletedType, type index_d$a__publicOnProductVariantsChangedType as _publicOnProductVariantsChangedType, index_d$a_addProductMedia as addProductMedia, index_d$a_addProductMediaToChoices as addProductMediaToChoices, index_d$a_addProductsToCollection as addProductsToCollection, index_d$a_bulkAdjustProductProperty as bulkAdjustProductProperty, index_d$a_bulkUpdateProductsProperty as bulkUpdateProductsProperty, index_d$a_createCollection as createCollection, createProduct$2 as createProduct, index_d$a_deleteCollection as deleteCollection, deleteProduct$2 as deleteProduct, index_d$a_deleteProductOptions as deleteProductOptions, index_d$a_getCollectionBySlug as getCollectionBySlug, getProduct$2 as getProduct, index_d$a_getProductOptionsAvailability as getProductOptionsAvailability, index_d$a_getStoreVariant as getStoreVariant, index_d$a_onProductChanged as onProductChanged, index_d$a_onProductCollectionChanged as onProductCollectionChanged, index_d$a_onProductCollectionCreated as onProductCollectionCreated, index_d$a_onProductCollectionDeleted as onProductCollectionDeleted, index_d$a_onProductVariantsChanged as onProductVariantsChanged, onProductChanged$1 as publicOnProductChanged, onProductCollectionChanged$1 as publicOnProductCollectionChanged, onProductCollectionCreated$1 as publicOnProductCollectionCreated, onProductCollectionDeleted$1 as publicOnProductCollectionDeleted, onProductVariantsChanged$1 as publicOnProductVariantsChanged, index_d$a_queryProductVariants as queryProductVariants, queryProducts$2 as queryProducts, index_d$a_queryStoreVariants as queryStoreVariants, index_d$a_removeBrand as removeBrand, index_d$a_removeProductMedia as removeProductMedia, index_d$a_removeProductMediaFromChoices as removeProductMediaFromChoices, index_d$a_removeProductsFromCollection as removeProductsFromCollection, index_d$a_removeRibbon as removeRibbon, index_d$a_resetAllProductVariantData as resetAllProductVariantData, index_d$a_updateCollection as updateCollection, updateProduct$2 as updateProduct, index_d$a_updateProductVariants as updateProductVariants };
3170
+ export { type index_d$a_AddProductMediaRequest as AddProductMediaRequest, type index_d$a_AddProductMediaResponse as AddProductMediaResponse, type index_d$a_AddProductMediaToChoicesRequest as AddProductMediaToChoicesRequest, type index_d$a_AddProductMediaToChoicesResponse as AddProductMediaToChoicesResponse, type index_d$a_AddProductsToCollectionRequest as AddProductsToCollectionRequest, type index_d$a_AddProductsToCollectionResponse as AddProductsToCollectionResponse, type index_d$a_AdditionalInfoSection as AdditionalInfoSection, type AdjustValue$1 as AdjustValue, type index_d$a_AdjustValueValueOneOf as AdjustValueValueOneOf, type index_d$a_AggregateProductsRequest as AggregateProductsRequest, type index_d$a_AggregateProductsResponse as AggregateProductsResponse, type index_d$a_AllowedProductsCountLimitExceededErrorData as AllowedProductsCountLimitExceededErrorData, type ApplicationError$6 as ApplicationError, type BaseEventMetadata$7 as BaseEventMetadata, type BulkActionMetadata$6 as BulkActionMetadata, type index_d$a_BulkAdjustProductPropertiesByFilterSyncRequest as BulkAdjustProductPropertiesByFilterSyncRequest, type index_d$a_BulkAdjustProductPropertiesByFilterSyncResponse as BulkAdjustProductPropertiesByFilterSyncResponse, type index_d$a_BulkAdjustProductPropertiesRequest as BulkAdjustProductPropertiesRequest, type index_d$a_BulkAdjustProductPropertiesResponse as BulkAdjustProductPropertiesResponse, type index_d$a_BulkAdjustProductPropertiesResponseNonNullableFields as BulkAdjustProductPropertiesResponseNonNullableFields, type BulkDeleteProductsRequest$1 as BulkDeleteProductsRequest, type BulkDeleteProductsResponse$1 as BulkDeleteProductsResponse, type BulkProductResult$1 as BulkProductResult, type index_d$a_BulkQueryCustomFieldsRequest as BulkQueryCustomFieldsRequest, type index_d$a_BulkQueryCustomFieldsResponse as BulkQueryCustomFieldsResponse, type index_d$a_BulkRemoveCustomFieldsRequest as BulkRemoveCustomFieldsRequest, type index_d$a_BulkRemoveCustomFieldsResponse as BulkRemoveCustomFieldsResponse, type index_d$a_BulkSetCustomFieldsRequest as BulkSetCustomFieldsRequest, type index_d$a_BulkSetCustomFieldsResponse as BulkSetCustomFieldsResponse, type index_d$a_BulkUpdateProductsByFilterSyncRequest as BulkUpdateProductsByFilterSyncRequest, type index_d$a_BulkUpdateProductsByFilterSyncResponse as BulkUpdateProductsByFilterSyncResponse, type BulkUpdateProductsRequest$1 as BulkUpdateProductsRequest, type BulkUpdateProductsResponse$1 as BulkUpdateProductsResponse, type BulkUpdateProductsResponseNonNullableFields$1 as BulkUpdateProductsResponseNonNullableFields, type Choice$1 as Choice, type index_d$a_Collection as Collection, type index_d$a_CollectionChanged as CollectionChanged, type index_d$a_CollectionCreated as CollectionCreated, type index_d$a_CollectionDeleted as CollectionDeleted, type index_d$a_CostAndProfitData as CostAndProfitData, type index_d$a_CreateCollectionRequest as CreateCollectionRequest, type index_d$a_CreateCollectionResponse as CreateCollectionResponse, type index_d$a_CreateCollectionResponseNonNullableFields as CreateCollectionResponseNonNullableFields, type index_d$a_CreateDigitalProductRequest as CreateDigitalProductRequest, type index_d$a_CreateDigitalProductResponse as CreateDigitalProductResponse, type index_d$a_CreateProductPlatformizedRequest as CreateProductPlatformizedRequest, type index_d$a_CreateProductPlatformizedResponse as CreateProductPlatformizedResponse, type CreateProductRequest$1 as CreateProductRequest, type CreateProductResponse$1 as CreateProductResponse, type CreateProductResponseNonNullableFields$1 as CreateProductResponseNonNullableFields, type CursorPaging$7 as CursorPaging, type Cursors$7 as Cursors, type index_d$a_CustomFieldsContainer as CustomFieldsContainer, type index_d$a_CustomTextField as CustomTextField, type index_d$a_DeleteCollectionRequest as DeleteCollectionRequest, type index_d$a_DeleteCollectionResponse as DeleteCollectionResponse, type index_d$a_DeleteProductOptionsRequest as DeleteProductOptionsRequest, type index_d$a_DeleteProductOptionsResponse as DeleteProductOptionsResponse, type index_d$a_DeleteProductPlatformizedRequest as DeleteProductPlatformizedRequest, type index_d$a_DeleteProductPlatformizedResponse as DeleteProductPlatformizedResponse, type DeleteProductRequest$1 as DeleteProductRequest, type DeleteProductResponse$1 as DeleteProductResponse, type Discount$1 as Discount, DiscountType$2 as DiscountType, FileType$1 as FileType, type index_d$a_FormattedPrice as FormattedPrice, type index_d$a_GetCollectionBySlugRequest as GetCollectionBySlugRequest, type index_d$a_GetCollectionBySlugResponse as GetCollectionBySlugResponse, type index_d$a_GetCollectionBySlugResponseNonNullableFields as GetCollectionBySlugResponseNonNullableFields, type index_d$a_GetCollectionRequest as GetCollectionRequest, type index_d$a_GetCollectionResponse as GetCollectionResponse, type GetProductOptions$1 as GetProductOptions, type index_d$a_GetProductPlatformizedRequest as GetProductPlatformizedRequest, type index_d$a_GetProductPlatformizedResponse as GetProductPlatformizedResponse, type GetProductRequest$1 as GetProductRequest, type GetProductResponse$1 as GetProductResponse, type index_d$a_GetProductResponseNonNullableFields as GetProductResponseNonNullableFields, type index_d$a_GetProductsRequest as GetProductsRequest, type index_d$a_GetProductsResponse as GetProductsResponse, type index_d$a_GetStoreVariantRequest as GetStoreVariantRequest, type index_d$a_GetStoreVariantResponse as GetStoreVariantResponse, type index_d$a_GetStoreVariantResponseNonNullableFields as GetStoreVariantResponseNonNullableFields, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, InventoryStatus$1 as InventoryStatus, type ItemMetadata$6 as ItemMetadata, type Keyword$1 as Keyword, MeasurementUnit$1 as MeasurementUnit, type Media$2 as Media, type index_d$a_MediaAssignmentToChoice as MediaAssignmentToChoice, type index_d$a_MediaDataForWrite as MediaDataForWrite, type index_d$a_MediaDataForWriteMediaSourceOneOf as MediaDataForWriteMediaSourceOneOf, type index_d$a_MediaItem as MediaItem, type index_d$a_MediaItemItemOneOf as MediaItemItemOneOf, index_d$a_MediaItemType as MediaItemType, type index_d$a_MediaItemUrlAndSize as MediaItemUrlAndSize, type index_d$a_MediaItemVideo as MediaItemVideo, type MessageEnvelope$9 as MessageEnvelope, type index_d$a_NumericPropertyRange as NumericPropertyRange, type index_d$a_OptionAndChoice as OptionAndChoice, index_d$a_OptionType as OptionType, type index_d$a_PageUrl as PageUrl, type Paging$2 as Paging, type PagingMetadata$4 as PagingMetadata, type index_d$a_PagingWithBigLimit as PagingWithBigLimit, type index_d$a_PercentageData as PercentageData, type index_d$a_PlatformMedia as PlatformMedia, type index_d$a_PlatformMediaMediaOneOf as PlatformMediaMediaOneOf, type PlatformPaging$2 as PlatformPaging, type index_d$a_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$a_PlatformQuery as PlatformQuery, type index_d$a_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type PreorderInfo$3 as PreorderInfo, type index_d$a_PriceData as PriceData, type index_d$a_PricePerUnitData as PricePerUnitData, type Product$2 as Product, type index_d$a_ProductChanged as ProductChanged, type index_d$a_ProductChangedEnvelope as ProductChangedEnvelope, type index_d$a_ProductCollectionChangedEnvelope as ProductCollectionChangedEnvelope, type index_d$a_ProductCollectionCreatedEnvelope as ProductCollectionCreatedEnvelope, type index_d$a_ProductCollectionDeletedEnvelope as ProductCollectionDeletedEnvelope, type index_d$a_ProductCreated as ProductCreated, type ProductCreatedEnvelope$1 as ProductCreatedEnvelope, type index_d$a_ProductDeleted as ProductDeleted, type ProductDeletedEnvelope$1 as ProductDeletedEnvelope, type index_d$a_ProductOption as ProductOption, type index_d$a_ProductOptionsAvailabilityRequest as ProductOptionsAvailabilityRequest, type index_d$a_ProductOptionsAvailabilityResponse as ProductOptionsAvailabilityResponse, type index_d$a_ProductOptionsAvailabilityResponseNonNullableFields as ProductOptionsAvailabilityResponseNonNullableFields, ProductType$1 as ProductType, type index_d$a_ProductVariantsChangedEnvelope as ProductVariantsChangedEnvelope, type ProductsQueryBuilder$1 as ProductsQueryBuilder, type ProductsQueryResult$1 as ProductsQueryResult, type index_d$a_PropertyAdjustmentData as PropertyAdjustmentData, type index_d$a_PropertyAdjustmentDataByOneOf as PropertyAdjustmentDataByOneOf, type Query$1 as Query, type index_d$a_QueryCollectionsPlatformizedRequest as QueryCollectionsPlatformizedRequest, type index_d$a_QueryCollectionsPlatformizedResponse as QueryCollectionsPlatformizedResponse, type index_d$a_QueryCollectionsRequest as QueryCollectionsRequest, type index_d$a_QueryCollectionsResponse as QueryCollectionsResponse, type index_d$a_QueryCustomFieldsRequest as QueryCustomFieldsRequest, type index_d$a_QueryCustomFieldsResponse as QueryCustomFieldsResponse, type index_d$a_QueryProductVariantsOptions as QueryProductVariantsOptions, type index_d$a_QueryProductVariantsRequest as QueryProductVariantsRequest, type index_d$a_QueryProductVariantsResponse as QueryProductVariantsResponse, type index_d$a_QueryProductVariantsResponseNonNullableFields as QueryProductVariantsResponseNonNullableFields, type index_d$a_QueryProductsPlatformizedRequest as QueryProductsPlatformizedRequest, type index_d$a_QueryProductsPlatformizedResponse as QueryProductsPlatformizedResponse, type index_d$a_QueryProductsPlatformizedResponseNonNullableFields as QueryProductsPlatformizedResponseNonNullableFields, type QueryProductsRequest$1 as QueryProductsRequest, type QueryProductsResponse$1 as QueryProductsResponse, type index_d$a_QueryProductsWithBigPageLimitRequest as QueryProductsWithBigPageLimitRequest, type index_d$a_QueryStoreVariantsRequest as QueryStoreVariantsRequest, type index_d$a_QueryStoreVariantsResponse as QueryStoreVariantsResponse, type index_d$a_QueryStoreVariantsResponseNonNullableFields as QueryStoreVariantsResponseNonNullableFields, type index_d$a_QueryStoreVariantsWithBigLimitRequest as QueryStoreVariantsWithBigLimitRequest, type index_d$a_QueryWithBigPageLimit as QueryWithBigPageLimit, type index_d$a_ReCloneStoreRequest as ReCloneStoreRequest, type index_d$a_ReCloneStoreResponse as ReCloneStoreResponse, type index_d$a_RemoveCustomFieldsRequest as RemoveCustomFieldsRequest, type index_d$a_RemoveCustomFieldsResponse as RemoveCustomFieldsResponse, type index_d$a_RemoveProductBrandRequest as RemoveProductBrandRequest, type index_d$a_RemoveProductBrandResponse as RemoveProductBrandResponse, type index_d$a_RemoveProductMediaFromChoicesRequest as RemoveProductMediaFromChoicesRequest, type index_d$a_RemoveProductMediaFromChoicesResponse as RemoveProductMediaFromChoicesResponse, type index_d$a_RemoveProductMediaRequest as RemoveProductMediaRequest, type index_d$a_RemoveProductMediaResponse as RemoveProductMediaResponse, type index_d$a_RemoveProductRibbonRequest as RemoveProductRibbonRequest, type index_d$a_RemoveProductRibbonResponse as RemoveProductRibbonResponse, type index_d$a_RemoveProductsFromCollectionRequest as RemoveProductsFromCollectionRequest, type index_d$a_RemoveProductsFromCollectionResponse as RemoveProductsFromCollectionResponse, type index_d$a_ResetAllVariantDataRequest as ResetAllVariantDataRequest, type index_d$a_ResetAllVariantDataResponse as ResetAllVariantDataResponse, type Ribbon$2 as Ribbon, type SecuredMedia$1 as SecuredMedia, type SeoSchema$1 as SeoSchema, type index_d$a_SetCustomFieldsRequest as SetCustomFieldsRequest, type index_d$a_SetCustomFieldsResponse as SetCustomFieldsResponse, type index_d$a_SetValue as SetValue, type index_d$a_SetValueValueOneOf as SetValueValueOneOf, type Settings$2 as Settings, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, type index_d$a_Stock as Stock, type index_d$a_StoreVariant as StoreVariant, type Tag$1 as Tag, type index_d$a_UnlimitedPlatformCursorPaging as UnlimitedPlatformCursorPaging, type index_d$a_UnlimitedPlatformPaging as UnlimitedPlatformPaging, type index_d$a_UnlimitedPlatformQuery as UnlimitedPlatformQuery, type index_d$a_UnlimitedPlatformQueryPagingMethodOneOf as UnlimitedPlatformQueryPagingMethodOneOf, type index_d$a_UpdateCollection as UpdateCollection, type index_d$a_UpdateCollectionRequest as UpdateCollectionRequest, type index_d$a_UpdateCollectionResponse as UpdateCollectionResponse, type index_d$a_UpdateCollectionResponseNonNullableFields as UpdateCollectionResponseNonNullableFields, type UpdateProduct$1 as UpdateProduct, type index_d$a_UpdateProductPlatformizedRequest as UpdateProductPlatformizedRequest, type index_d$a_UpdateProductPlatformizedResponse as UpdateProductPlatformizedResponse, type UpdateProductRequest$1 as UpdateProductRequest, type UpdateProductResponse$1 as UpdateProductResponse, type UpdateProductResponseNonNullableFields$1 as UpdateProductResponseNonNullableFields, type index_d$a_UpdateVariantsRequest as UpdateVariantsRequest, type index_d$a_UpdateVariantsResponse as UpdateVariantsResponse, type index_d$a_UpdateVariantsResponseNonNullableFields as UpdateVariantsResponseNonNullableFields, type index_d$a_V1CreateProductPlatformizedRequest as V1CreateProductPlatformizedRequest, type index_d$a_V1CreateProductPlatformizedResponse as V1CreateProductPlatformizedResponse, type index_d$a_V1DeleteProductPlatformizedRequest as V1DeleteProductPlatformizedRequest, type index_d$a_V1DeleteProductPlatformizedResponse as V1DeleteProductPlatformizedResponse, type index_d$a_V1UpdateProductPlatformizedRequest as V1UpdateProductPlatformizedRequest, type index_d$a_V1UpdateProductPlatformizedResponse as V1UpdateProductPlatformizedResponse, type Variant$1 as Variant, type index_d$a_VariantChanged as VariantChanged, type index_d$a_VariantData as VariantData, type index_d$a_VariantDataWithNoStock as VariantDataWithNoStock, type index_d$a_VariantOverride as VariantOverride, type index_d$a_VariantStock as VariantStock, type index_d$a_VariantsChanged as VariantsChanged, Version$1 as Version, type VideoResolution$1 as VideoResolution, WebhookIdentityType$9 as WebhookIdentityType, type index_d$a__publicOnProductChangedType as _publicOnProductChangedType, type index_d$a__publicOnProductCollectionChangedType as _publicOnProductCollectionChangedType, type index_d$a__publicOnProductCollectionCreatedType as _publicOnProductCollectionCreatedType, type index_d$a__publicOnProductCollectionDeletedType as _publicOnProductCollectionDeletedType, type _publicOnProductCreatedType$1 as _publicOnProductCreatedType, type _publicOnProductDeletedType$1 as _publicOnProductDeletedType, type index_d$a__publicOnProductVariantsChangedType as _publicOnProductVariantsChangedType, index_d$a_addProductMedia as addProductMedia, index_d$a_addProductMediaToChoices as addProductMediaToChoices, index_d$a_addProductsToCollection as addProductsToCollection, index_d$a_bulkAdjustProductProperty as bulkAdjustProductProperty, index_d$a_bulkUpdateProductsProperty as bulkUpdateProductsProperty, index_d$a_createCollection as createCollection, createProduct$2 as createProduct, index_d$a_deleteCollection as deleteCollection, deleteProduct$2 as deleteProduct, index_d$a_deleteProductOptions as deleteProductOptions, index_d$a_getCollectionBySlug as getCollectionBySlug, getProduct$2 as getProduct, index_d$a_getProductOptionsAvailability as getProductOptionsAvailability, index_d$a_getStoreVariant as getStoreVariant, index_d$a_onProductChanged as onProductChanged, index_d$a_onProductCollectionChanged as onProductCollectionChanged, index_d$a_onProductCollectionCreated as onProductCollectionCreated, index_d$a_onProductCollectionDeleted as onProductCollectionDeleted, onProductCreated$2 as onProductCreated, onProductDeleted$2 as onProductDeleted, index_d$a_onProductVariantsChanged as onProductVariantsChanged, onProductChanged$1 as publicOnProductChanged, onProductCollectionChanged$1 as publicOnProductCollectionChanged, onProductCollectionCreated$1 as publicOnProductCollectionCreated, onProductCollectionDeleted$1 as publicOnProductCollectionDeleted, onProductCreated$3 as publicOnProductCreated, onProductDeleted$3 as publicOnProductDeleted, onProductVariantsChanged$1 as publicOnProductVariantsChanged, index_d$a_queryProductVariants as queryProductVariants, queryProducts$2 as queryProducts, index_d$a_queryStoreVariants as queryStoreVariants, index_d$a_removeBrand as removeBrand, index_d$a_removeProductMedia as removeProductMedia, index_d$a_removeProductMediaFromChoices as removeProductMediaFromChoices, index_d$a_removeProductsFromCollection as removeProductsFromCollection, index_d$a_removeRibbon as removeRibbon, index_d$a_resetAllProductVariantData as resetAllProductVariantData, index_d$a_updateCollection as updateCollection, updateProduct$2 as updateProduct, index_d$a_updateProductVariants as updateProductVariants };
3329
3171
  }
3330
3172
 
3331
3173
  /**