@arsedizioni/ars-utils 18.5.43 → 18.5.44

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.
@@ -134,6 +134,7 @@ export interface ClipperUserInfo {
134
134
  hasTrial: boolean;
135
135
  hasTeam: boolean;
136
136
  hasAI: boolean;
137
+ hasAIExtended: boolean;
137
138
  channels: ClipperUserChannelInfo[];
138
139
  firstChannelTrial: ClipperUserChannelInfo;
139
140
  trialInfo?: ClipperUserTrialInfo | null;