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:
34
34
<dependency >
35
35
<groupId >cloud.fastreport.sdk</groupId >
36
36
<artifactId >fastreport-cloud-sdk</artifactId >
37
- <version >2024.1.15 </version >
37
+ <version >2024.1.16 </version >
38
38
<scope >compile</scope >
39
39
</dependency >
40
40
```
@@ -44,7 +44,7 @@ Add this dependency to your project's POM:
44
44
Add this dependency to your project's build file:
45
45
46
46
``` groovy
47
- compile "cloud.fastreport.sdk:fastreport-cloud-sdk:2024.1.15 "
47
+ compile "cloud.fastreport.sdk:fastreport-cloud-sdk:2024.1.16 "
48
48
```
49
49
50
50
### Others
@@ -57,7 +57,7 @@ mvn clean package
57
57
58
58
Then manually install the following JARs:
59
59
60
- - ` target/fastreport-cloud-sdk-2024.1.15 .jar `
60
+ - ` target/fastreport-cloud-sdk-2024.1.16 .jar `
61
61
- ` target/lib/*.jar `
62
62
63
63
## 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:
14394
14394
x-typeName: FastReport.Cloud.Base.Enums.EntityType
14395
14395
EntityVM:
14396
14396
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
14397
14405
properties:
14398
14406
id:
14399
14407
nullable: true
@@ -14410,6 +14418,10 @@ components:
14410
14418
editorUserId:
14411
14419
nullable: true
14412
14420
type: string
14421
+ $t:
14422
+ type: string
14423
+ required:
14424
+ - $t
14413
14425
type: object
14414
14426
ExportCreateAdminVM:
14415
14427
additionalProperties: false
@@ -14959,7 +14971,15 @@ components:
14959
14971
additionalProperties: false
14960
14972
allOf:
14961
14973
- $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
14962
14981
example:
14982
+ $t: $t
14963
14983
statusReason: null
14964
14984
size: 0
14965
14985
isDeleted: true
@@ -15006,6 +15026,10 @@ components:
15006
15026
type: string
15007
15027
isDeleted:
15008
15028
type: boolean
15029
+ $t:
15030
+ type: string
15031
+ required:
15032
+ - $t
15009
15033
type: object
15010
15034
FileVMFilesVMBase:
15011
15035
additionalProperties: false
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'idea'
2
2
apply plugin : ' eclipse'
3
3
4
4
group = ' cloud.fastreport.sdk'
5
- version = ' 2024.1.15 '
5
+ version = ' 2024.1.16 '
6
6
7
7
buildscript {
8
8
repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
2
2
settings(
3
3
organization := " cloud.fastreport.sdk" ,
4
4
name := " fastreport-cloud-sdk" ,
5
- version := " 2024.1.15 " ,
5
+ version := " 2024.1.16 " ,
6
6
scalaVersion := " 2.11.4" ,
7
7
scalacOptions ++= Seq (" -feature" ),
8
8
javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
Original file line number Diff line number Diff line change 12
12
| ** creatorUserId** | ** String** | | [ optional] |
13
13
| ** editedTime** | ** OffsetDateTime** | | [ optional] |
14
14
| ** editorUserId** | ** String** | | [ optional] |
15
+ | ** $t** | ** String** | | |
15
16
16
17
17
18
Original file line number Diff line number Diff line change 10
10
| ** format** | ** ExportFormat** | | [ optional] |
11
11
| ** reportId** | ** String** | | [ optional] |
12
12
| ** templateId** | ** String** | | [ optional] |
13
- | ** id** | ** String** | | [ optional] |
14
- | ** createdTime** | ** OffsetDateTime** | | [ optional] |
15
- | ** creatorUserId** | ** String** | | [ optional] |
16
- | ** editedTime** | ** OffsetDateTime** | | [ optional] |
17
- | ** editorUserId** | ** String** | | [ optional] |
18
13
19
14
20
15
Original file line number Diff line number Diff line change 18
18
| ** statusReason** | ** FileStatusReason** | | [ optional] |
19
19
| ** errorMessage** | ** String** | | [ optional] |
20
20
| ** 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** | | |
26
22
27
23
28
24
Original file line number Diff line number Diff line change 9
9
| ------------ | ------------- | ------------- | -------------|
10
10
| ** templateId** | ** String** | | [ optional] |
11
11
| ** 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] |
17
12
18
13
19
14
Original file line number Diff line number Diff line change 8
8
| Name | Type | Description | Notes |
9
9
| ------------ | ------------- | ------------- | -------------|
10
10
| ** 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] |
16
11
17
12
18
13
You can’t perform that action at this time.
0 commit comments