Skip to content

Commit 3fcec5b

Browse files
author
Api (Codebuild)
committed
Look for details in API documentation's changelog
1 parent 7c4e0cf commit 3fcec5b

File tree

1,695 files changed

+22835
-3943
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,695 files changed

+22835
-3943
lines changed

.openapi-generator/FILES

Lines changed: 104 additions & 12 deletions
Large diffs are not rendered by default.

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.11.0
1+
7.12.0

README.md

Lines changed: 62 additions & 11 deletions
Large diffs are not rendered by default.

api/openapi.yaml

Lines changed: 4847 additions & 1214 deletions
Large diffs are not rendered by default.

docs/CommonReport.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ A Report containing Reportsections
99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
1111
|**aObjReportsection** | [**List<CommonReportsection>**](CommonReportsection.md) | | |
12+
|**bReportPaginate** | **Boolean** | Whether we display pagination in the report | [optional] |
13+
|**sReportTitle** | **String** | The title of this Report | [optional] |
1214

1315

1416

docs/CommonReportcell.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ A cell in a Reportrow
1010
|------------ | ------------- | ------------- | -------------|
1111
|**iReportcellColumnspan** | **Integer** | The number of Reportcolumns the Reportcell spans | |
1212
|**iReportcellRowspan** | **Integer** | The number of Reportrows the Reportcell spans | |
13+
|**sReportcellContent** | **String** | The content of this Reportcell | |
14+
|**iReportcellColumn** | **Integer** | Position of the column where it is placed | |
1315

1416

1517

docs/CommonReportcolumn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ A column in a Reportsection
1010
|------------ | ------------- | ------------- | -------------|
1111
|**objReportcellstyleDefault** | [**CommonReportcellstyle**](CommonReportcellstyle.md) | | |
1212
|**iReportcolumnWidth** | **Integer** | The Reportcolumn width in pixels | |
13+
|**eReportcolumnType** | **EnumReportdataType** | | |
1314

1415

1516

docs/CommonReportgroup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ A group of reports Each Reportgroup is for a specific recipient or for a specif
1010
|------------ | ------------- | ------------- | -------------|
1111
|**aObjReport** | [**List<CommonReport>**](CommonReport.md) | | |
1212
|**aObjReportcellstyleCustom** | [**List<CommonReportcellstyle>**](CommonReportcellstyle.md) | | |
13+
|**aObjReportgroupParameter** | [**List<CommonReportgroupParameter>**](CommonReportgroupParameter.md) | | |
14+
|**sReportgroupFilename** | **String** | The name of the file | |
1315

1416

1517

docs/CommonReportgroupParameter.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
# CommonReportgroupParameter
4+
5+
A parameter of Reportgroup
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
|------------ | ------------- | ------------- | -------------|
11+
|**sReportgroupParameterName** | **String** | The Reportparameter name | |
12+
|**sReportgroupParameterValue** | **String** | The Reportparameter value | [optional] |
13+
|**aSReportgroupParameterValue** | **List<String>** | | [optional] |
14+
15+
16+

docs/CommonReportrow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ A row in a Reportsubsectionpart
99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
1111
|**aObjReportcell** | [**List<CommonReportcell>**](CommonReportcell.md) | | |
12+
|**objVariableobject** | **Map<String, Object>** | A Variable object without predefined property names | |
1213
|**iReportrowHeight** | **Integer** | The reportrow height in pixels | |
1314

1415

0 commit comments

Comments
 (0)