You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/utils/APIUtil.java
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.rest.api.store.v1/src/gen/java/org/wso2/carbon/apimgt/rest/api/store/v1/dto/SettingsDTO.java
+23-2
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ public class SettingsDTO {
41
41
privateIntegerpasswordPolicyMaxLength = null;
42
42
privateBooleanapiChatEnabled = true;
43
43
privateBooleanaiAuthTokenProvided = false;
44
+
privateBooleanmarketplaceAssistantEnabled = true;
44
45
45
46
/**
46
47
**/
@@ -355,6 +356,24 @@ public void setAiAuthTokenProvided(Boolean aiAuthTokenProvided) {
355
356
this.aiAuthTokenProvided = aiAuthTokenProvided;
356
357
}
357
358
359
+
/**
360
+
* Specifies whether Marketplace Assistant feature is enabled.
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.rest.api.store.v1/src/main/java/org/wso2/carbon/apimgt/rest/api/store/v1/impl/MarketplaceAssistantApiServiceImpl.java
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.rest.api.store.v1/src/main/java/org/wso2/carbon/apimgt/rest/api/store/v1/mappings/SettingsMappingUtil.java
+1
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,7 @@ public SettingsDTO fromSettingstoDTO(Boolean isUserAvailable, Boolean moneatizat
0 commit comments