shred-api-client 2.4.14-rc.4 → 2.4.14-rc.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.d.ts CHANGED
@@ -1542,13 +1542,17 @@ declare const Endpoints$6: {
1542
1542
  };
1543
1543
  };
1544
1544
 
1545
+ type index$8_Action = Action;
1546
+ declare const index$8_Action: typeof Action;
1545
1547
  type index$8_Member = Member;
1546
1548
  declare const index$8_MemberSchema: typeof MemberSchema;
1547
1549
  type index$8_Preferences = Preferences;
1548
1550
  declare const index$8_PreferencesSchema: typeof PreferencesSchema;
1551
+ type index$8_ReportViewerUpdate = ReportViewerUpdate;
1552
+ declare const index$8_ReportViewerUpdateSchema: typeof ReportViewerUpdateSchema;
1549
1553
  declare const index$8_TenantSchema: typeof TenantSchema;
1550
1554
  declare namespace index$8 {
1551
- export { Endpoints$6 as Endpoints, type Tenant as Entity, type IAPI$7 as IAPI, type index$8_Member as Member, index$8_MemberSchema as MemberSchema, type index$8_Preferences as Preferences, index$8_PreferencesSchema as PreferencesSchema, index$8_TenantSchema as TenantSchema };
1555
+ export { index$8_Action as Action, Endpoints$6 as Endpoints, type Tenant as Entity, type IAPI$7 as IAPI, type index$8_Member as Member, index$8_MemberSchema as MemberSchema, type index$8_Preferences as Preferences, index$8_PreferencesSchema as PreferencesSchema, type index$8_ReportViewerUpdate as ReportViewerUpdate, index$8_ReportViewerUpdateSchema as ReportViewerUpdateSchema, index$8_TenantSchema as TenantSchema };
1552
1556
  }
1553
1557
 
1554
1558
  declare const TrackParamSchema: z.ZodObject<{
package/dist/index.js CHANGED
@@ -4716,7 +4716,7 @@ var TenantAPI = class {
4716
4716
  this.env,
4717
4717
  `${endpoint}`,
4718
4718
  endpointInfo.method,
4719
- { tenantId, reportViewerUpdate, context },
4719
+ { data: reportViewerUpdate, context },
4720
4720
  context
4721
4721
  );
4722
4722
  return data;
@@ -5895,9 +5895,11 @@ var Endpoints7 = {
5895
5895
  // src/model/tenant/index.ts
5896
5896
  var tenant_exports = {};
5897
5897
  __export(tenant_exports, {
5898
+ Action: () => Action,
5898
5899
  Endpoints: () => Endpoints8,
5899
5900
  MemberSchema: () => MemberSchema,
5900
5901
  PreferencesSchema: () => PreferencesSchema,
5902
+ ReportViewerUpdateSchema: () => ReportViewerUpdateSchema,
5901
5903
  TenantSchema: () => TenantSchema
5902
5904
  });
5903
5905