@embedreach/components 0.3.37 → 0.3.38

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.
@@ -24741,7 +24741,7 @@ const voiceHandlers = [
24741
24741
  success: true,
24742
24742
  message: "Success (Sandbox)",
24743
24743
  data: {
24744
- data: paginatedItems,
24744
+ results: paginatedItems,
24745
24745
  pagination: {
24746
24746
  hasNextPage,
24747
24747
  cursor: hasNextPage ? endIndex.toString() : void 0