Feature: openapi spec, full api browser (#8948)

This commit is contained in:
shamoon 2025-02-10 08:43:07 -08:00 committed by GitHub
parent c316ae369b
commit 1dc80f04cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 1048 additions and 255 deletions

View file

@ -113,6 +113,9 @@ describe('CustomFieldsQueryDropdownComponent', () => {
...CUSTOM_FIELD_QUERY_OPERATORS_BY_GROUP[
CustomFieldQueryOperatorGroups.Basic
],
...CUSTOM_FIELD_QUERY_OPERATORS_BY_GROUP[
CustomFieldQueryOperatorGroups.Exact
],
...CUSTOM_FIELD_QUERY_OPERATORS_BY_GROUP[
CustomFieldQueryOperatorGroups.String
],