cdk-insights 1.19.0 → 1.19.2

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.
@@ -39,11 +39,11 @@ export declare const QUOTA_THRESHOLDS: {
39
39
  readonly WARNING_PERCENTAGE: 0.8;
40
40
  /** Hard stop threshold percentage */
41
41
  readonly HARD_STOP_PERCENTAGE: 0.9;
42
- /** Default monthly AI insight allowance for free / unlicensed users */
42
+ /** Default monthly AI credit allowance for free / unlicensed users */
43
43
  readonly DEFAULT_FREE_AI_INSIGHTS: 500;
44
- /** Default monthly AI insight allowance for Pro */
44
+ /** Default monthly AI credit allowance for Pro */
45
45
  readonly DEFAULT_PRO_AI_INSIGHTS: 5000;
46
- /** Default monthly AI insight allowance per Team seat */
46
+ /** Default monthly AI credit allowance per Team seat */
47
47
  readonly DEFAULT_TEAM_AI_INSIGHTS_PER_SEAT: 10000;
48
48
  };
49
49
  export declare const UI_CONFIG: {