@cronapp/templates 3.0.0-SP.13 → 3.0.0-SP.14

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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@cronapp/templates",
3
- "version": "3.0.0-SP.13",
3
+ "version": "3.0.0-SP.14",
4
4
  "cronapp-ide-minimum-version": "2.5.0"
5
5
  }
@@ -211,7 +211,7 @@
211
211
  "height": 120,
212
212
  "width": 195
213
213
  },
214
- "swagger": false,
214
+ "swagger": true,
215
215
  "tableName": "sample",
216
216
  "tableScheme": null,
217
217
  "type": "uml.Class",
@@ -19,6 +19,7 @@ import cronapi.swagger.CronappSwagger;
19
19
  @javax.persistence.Table(name = "\"sample\"")
20
20
  @XmlRootElement
21
21
  @CronappSecurity
22
+ @CronappSwagger
22
23
  @JsonFilter("app.entity.Sample")
23
24
  public class Sample implements Serializable {
24
25
  /**
@@ -16,10 +16,11 @@
16
16
  "exposeEndpoints": true,
17
17
  <#if (dataService!"false")?boolean>
18
18
  "exposeDataSources": true,
19
+ "exposeEntities": true,
19
20
  <#else>
20
21
  "exposeDataSources": false,
21
- </#if>
22
22
  "exposeEntities": false,
23
+ </#if>
23
24
  "exposeBlocklys": true,
24
25
  "exposeAuth": false
25
26
  },