PromucFlow_constructor/app/client/src/components
Shrikant Sharat Kandula b968c4cbf3
chore: Remove @JsonView on hasExpired method (#33765)
The `hasExpired` method has a `@JsonView` annotation, that causes it to
be included in JSON responses. But the return type of this method is
`Mono<Boolean>`, so obviously, it doesn't produce anything useful in the
resulting JSON:

This is from the response of updating an authenticated API with basic
auth.


![shot-2024-05-27-13-43-26](https://github.com/appsmithorg/appsmith/assets/120119/6ab47d3e-5911-45d6-840a-1e37c41a415a)

Client doesn't care for this field in the response.

This is failing to be serialized at all, when saving to database in
Postgres.

**/test sanity datasource**

<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/9256537717>
> Commit: 9204d9f01c62d2981eb03c3603a7294a9cc5b41d
> Cypress dashboard url: <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=9256537717&attempt=1"
target="_blank">Click here!</a>

<!-- end of auto-generated comment: Cypress test results  -->
2024-05-28 07:31:25 +05:30
..
BottomBar chore: Update analytics to pass the correct source information in identify user call (#32591) 2024-04-19 15:06:50 +05:30
common fix: query/api right pane binding section scroll, schema on expand empty screen (#30718) 2024-01-30 23:46:30 +05:30
designSystems chore: update storybook (#32828) 2024-04-22 12:17:28 +03:00
editorComponents chore: Remove @JsonView on hasExpired method (#33765) 2024-05-28 07:31:25 +05:30
featureWalkthrough chore: Update analytics to pass the correct source information in identify user call (#32591) 2024-04-19 15:06:50 +05:30
formControls chore: Update analytics to pass the correct source information in identify user call (#32591) 2024-04-19 15:06:50 +05:30
propertyControls fix: refactor wds menu and related components, widgets (#33703) 2024-05-24 15:58:45 +03:00
utils chore: Updating embed settings feature tag from Business to Enterprise (#33448) 2024-05-15 17:17:36 +05:30
wds chore: Integrate Radio Group (#29026) 2023-11-23 11:21:23 +03:00
BusinessTag.tsx chore: Adding kind prop for Business and Enterprise tags (#26594) 2023-08-23 20:48:58 +05:30
constants.ts fix: input alignment (#32452) 2024-04-05 15:02:07 +03:00
EnterpriseTag.tsx chore: Adding kind prop for Business and Enterprise tags (#26594) 2023-08-23 20:48:58 +05:30
TabItemBackgroundFill.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00