Skip to content

Conversation

@Sugandhgyl
Copy link
Contributor

@Sugandhgyl Sugandhgyl commented Jan 14, 2026

Please ensure your pull request adheres to the following guidelines:

  • make sure to link the related issues in this description - https://jira.corp.adobe.com/browse/SITES-38904
  • when merging / squashing, make sure the fixed issue references are visible in the commits, for easy compilation of release notes

Related Issues

Thanks for contributing!

@github-actions
Copy link

This PR will trigger no release when merged.

@Sugandhgyl Sugandhgyl force-pushed the feature/new-suggestion-state branch from 744dd01 to 6ccc29d Compare January 14, 2026 10:50
@Sugandhgyl Sugandhgyl force-pushed the feature/new-suggestion-state branch from 857641a to 343c6a1 Compare January 19, 2026 12:15
export type EntitlementStatus = 'ACTIVE' | 'SUSPENDED' | 'ENDED';
export type EntitlementTier = 'FREE_TRIAL' | 'PAID';
export type EntitlementProductCode = 'LLMO' | 'ASO';
export type EntitlementProductCode = 'LLMO' | 'ASO' | 'ACO';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this added?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test was failing and was requiring 'ACO' , hence added this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants