File tree Expand file tree Collapse file tree 21 files changed +262
-705
lines changed
main/java/cloud/fastreport/model
test/java/cloud/fastreport/model Expand file tree Collapse file tree 21 files changed +262
-705
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Add this dependency to your project's POM:
3434<dependency >
3535 <groupId >cloud.fastreport.sdk</groupId >
3636 <artifactId >fastreport-cloud-sdk</artifactId >
37- <version >2024.1.15 </version >
37+ <version >2024.1.16 </version >
3838 <scope >compile</scope >
3939</dependency >
4040```
@@ -44,7 +44,7 @@ Add this dependency to your project's POM:
4444Add this dependency to your project's build file:
4545
4646``` groovy
47- compile "cloud.fastreport.sdk:fastreport-cloud-sdk:2024.1.15 "
47+ compile "cloud.fastreport.sdk:fastreport-cloud-sdk:2024.1.16 "
4848```
4949
5050### Others
@@ -57,7 +57,7 @@ mvn clean package
5757
5858Then manually install the following JARs:
5959
60- - ` target/fastreport-cloud-sdk-2024.1.15 .jar `
60+ - ` target/fastreport-cloud-sdk-2024.1.16 .jar `
6161- ` target/lib/*.jar `
6262
6363## Getting Started
Original file line number Diff line number Diff line change 1- 2024.1.15
1+ 2024.1.16
Original file line number Diff line number Diff line change @@ -14394,6 +14394,14 @@ components:
1439414394 x-typeName: FastReport.Cloud.Base.Enums.EntityType
1439514395 EntityVM:
1439614396 additionalProperties: false
14397+ discriminator:
14398+ mapping:
14399+ ExportVM: '#/components/schemas/ExportVM'
14400+ EntityVM: '#/components/schemas/EntityVM'
14401+ FileVM: '#/components/schemas/FileVM'
14402+ ReportVM: '#/components/schemas/ReportVM'
14403+ TemplateVM: '#/components/schemas/TemplateVM'
14404+ propertyName: $t
1439714405 properties:
1439814406 id:
1439914407 nullable: true
@@ -14410,6 +14418,10 @@ components:
1441014418 editorUserId:
1441114419 nullable: true
1441214420 type: string
14421+ $t:
14422+ type: string
14423+ required:
14424+ - $t
1441314425 type: object
1441414426 ExportCreateAdminVM:
1441514427 additionalProperties: false
@@ -14959,7 +14971,15 @@ components:
1495914971 additionalProperties: false
1496014972 allOf:
1496114973 - $ref: '#/components/schemas/EntityVM'
14974+ discriminator:
14975+ mapping:
14976+ ExportVM: '#/components/schemas/ExportVM'
14977+ FileVM: '#/components/schemas/FileVM'
14978+ ReportVM: '#/components/schemas/ReportVM'
14979+ TemplateVM: '#/components/schemas/TemplateVM'
14980+ propertyName: $t
1496214981 example:
14982+ $t: $t
1496314983 statusReason: null
1496414984 size: 0
1496514985 isDeleted: true
@@ -15006,6 +15026,10 @@ components:
1500615026 type: string
1500715027 isDeleted:
1500815028 type: boolean
15029+ $t:
15030+ type: string
15031+ required:
15032+ - $t
1500915033 type: object
1501015034 FileVMFilesVMBase:
1501115035 additionalProperties: false
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'idea'
22apply plugin : ' eclipse'
33
44group = ' cloud.fastreport.sdk'
5- version = ' 2024.1.15 '
5+ version = ' 2024.1.16 '
66
77buildscript {
88 repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22 settings(
33 organization := " cloud.fastreport.sdk" ,
44 name := " fastreport-cloud-sdk" ,
5- version := " 2024.1.15 " ,
5+ version := " 2024.1.16 " ,
66 scalaVersion := " 2.11.4" ,
77 scalacOptions ++= Seq (" -feature" ),
88 javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
Original file line number Diff line number Diff line change 1212| ** creatorUserId** | ** String** | | [ optional] |
1313| ** editedTime** | ** OffsetDateTime** | | [ optional] |
1414| ** editorUserId** | ** String** | | [ optional] |
15+ | ** $t** | ** String** | | |
1516
1617
1718
Original file line number Diff line number Diff line change 1010| ** format** | ** ExportFormat** | | [ optional] |
1111| ** reportId** | ** String** | | [ optional] |
1212| ** templateId** | ** String** | | [ optional] |
13- | ** id** | ** String** | | [ optional] |
14- | ** createdTime** | ** OffsetDateTime** | | [ optional] |
15- | ** creatorUserId** | ** String** | | [ optional] |
16- | ** editedTime** | ** OffsetDateTime** | | [ optional] |
17- | ** editorUserId** | ** String** | | [ optional] |
1813
1914
2015
Original file line number Diff line number Diff line change 1818| ** statusReason** | ** FileStatusReason** | | [ optional] |
1919| ** errorMessage** | ** String** | | [ optional] |
2020| ** isDeleted** | ** Boolean** | | [ optional] |
21- | ** id** | ** String** | | [ optional] |
22- | ** createdTime** | ** OffsetDateTime** | | [ optional] |
23- | ** creatorUserId** | ** String** | | [ optional] |
24- | ** editedTime** | ** OffsetDateTime** | | [ optional] |
25- | ** editorUserId** | ** String** | | [ optional] |
21+ | ** $t** | ** String** | | |
2622
2723
2824
Original file line number Diff line number Diff line change 99| ------------ | ------------- | ------------- | -------------|
1010| ** templateId** | ** String** | | [ optional] |
1111| ** reportInfo** | [ ** ReportInfo** ] ( ReportInfo.md ) | | [ optional] |
12- | ** id** | ** String** | | [ optional] |
13- | ** createdTime** | ** OffsetDateTime** | | [ optional] |
14- | ** creatorUserId** | ** String** | | [ optional] |
15- | ** editedTime** | ** OffsetDateTime** | | [ optional] |
16- | ** editorUserId** | ** String** | | [ optional] |
1712
1813
1914
Original file line number Diff line number Diff line change 88| Name | Type | Description | Notes |
99| ------------ | ------------- | ------------- | -------------|
1010| ** reportInfo** | [ ** ReportInfo** ] ( ReportInfo.md ) | | [ optional] |
11- | ** id** | ** String** | | [ optional] |
12- | ** createdTime** | ** OffsetDateTime** | | [ optional] |
13- | ** creatorUserId** | ** String** | | [ optional] |
14- | ** editedTime** | ** OffsetDateTime** | | [ optional] |
15- | ** editorUserId** | ** String** | | [ optional] |
1611
1712
1813
You can’t perform that action at this time.
0 commit comments