@vidispine/api 25.4.4 → 25.4.6

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/dist/index.js CHANGED
@@ -39835,7 +39835,7 @@ const y = {
39835
39835
  ...o ?? {}
39836
39836
  },
39837
39837
  queryParams: e,
39838
- data: t ?? {},
39838
+ ...t ? { data: t } : {},
39839
39839
  ...r
39840
39840
  }),
39841
39841
  /**