@arsedizioni/ars-utils 18.4.102 → 18.4.103

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