@wix/auto_sdk_ecom_delivery-profile 1.0.56 → 1.0.57

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.
@@ -314,7 +314,10 @@ interface CursorPaging {
314
314
  cursor?: string | null;
315
315
  }
316
316
  interface QueryDeliveryProfilesResponse {
317
- /** List of DeliveryProfiles. */
317
+ /**
318
+ * List of DeliveryProfiles.
319
+ * @maxSize 100
320
+ */
318
321
  deliveryProfiles?: DeliveryProfile[];
319
322
  /** Paging metadata */
320
323
  pagingMetadata?: CursorPagingMetadata;