shred-api-client 2.6.2-rc.6 → 2.6.2-rc.7

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
@@ -4780,7 +4780,7 @@ var TenantAPI = class {
4780
4780
  this.env,
4781
4781
  `${endpoint}`,
4782
4782
  endpointInfo.method,
4783
- { data: reportViewerUpdate, context },
4783
+ { data: reportViewerUpdate },
4784
4784
  context
4785
4785
  );
4786
4786
  return data;