@wix/auto_sdk_media-collections_media-collections 1.0.22 → 1.0.24

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.
@@ -115,6 +115,6 @@ declare const joinToCollection: MaybeContext<BuildRESTFunction<typeof joinToColl
115
115
  declare const leaveCollection: MaybeContext<BuildRESTFunction<typeof leaveCollection$1> & typeof leaveCollection$1>;
116
116
  declare const listCollectionItems: MaybeContext<BuildRESTFunction<typeof listCollectionItems$1> & typeof listCollectionItems$1>;
117
117
  /** */
118
- declare const onCollectionCreated: BuildEventDefinition<typeof onCollectionCreated$1>;
118
+ declare const onCollectionCreated: BuildEventDefinition<typeof onCollectionCreated$1> & typeof onCollectionCreated$1;
119
119
 
120
120
  export { AddItemsOptions, CollectionCreatedEnvelope, CreateMediaCollectionResponse, CreateOptions, GetCollectionItemIdentifiers, GetCollectionItemResponse, GetOptions, ListCollectionItemsResponse, ListCollectionMembersOptions, ListCollectionMembersResponse, ListCollectionsForItemOptions, ListCollectionsForItemResponse, ListMediaCollectionsResponse, ListOptions, MediaCollection, PartiallyUpdateMediaCollection, PartiallyUpdateOptions, RemoveItemsOptions, _delete, addItems, create, get, getCollectionItem, joinToCollection, leaveCollection, list, listCollectionItems, listCollectionMembers, listCollectionsForItem, onCollectionCreated, partiallyUpdate, removeItems };
@@ -1131,7 +1131,9 @@ var removeItems4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(re
1131
1131
  var joinToCollection4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(joinToCollection3);
1132
1132
  var leaveCollection4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(leaveCollection3);
1133
1133
  var listCollectionItems4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(listCollectionItems3);
1134
- var onCollectionCreated2 = (0, import_event_definition_modules.createEventModule)(onCollectionCreated);
1134
+ var onCollectionCreated2 = (0, import_event_definition_modules.createEventModule)(
1135
+ onCollectionCreated
1136
+ );
1135
1137
  // Annotate the CommonJS export names for ESM import in node:
1136
1138
  0 && (module.exports = {
1137
1139
  DataType,