Skip to content

Commit bc8bae1

Browse files
author
Fast Reports
committed
sync 2023-03-09
1 parent f43382e commit bc8bae1

File tree

689 files changed

+7004
-6425
lines changed

Some content is hidden

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

689 files changed

+7004
-6425
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ hs_err_pid*
1919
target
2020
.gradle
2121
build
22+
.github

.openapi-generator/FILES

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.github/workflows/maven.yml
12
.gitignore
23
.openapi-generator-ignore
34
.travis.yml
@@ -274,7 +275,6 @@ pom.xml
274275
settings.gradle
275276
src/main/AndroidManifest.xml
276277
src/main/java/cloud/fastreport/ApiClient.java
277-
src/main/java/cloud/fastreport/CustomInstantDeserializer.java
278278
src/main/java/cloud/fastreport/RFC3339DateFormat.java
279279
src/main/java/cloud/fastreport/ServerConfiguration.java
280280
src/main/java/cloud/fastreport/ServerVariable.java

.openapi-generator/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.1
1+
6.4.0

README.md

+5-5
Original file line numberDiff line numberDiff 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>2023.1.16</version>
37+
<version>2023.1.17</version>
3838
<scope>compile</scope>
3939
</dependency>
4040
```
@@ -44,7 +44,7 @@ Add this dependency to your project's POM:
4444
Add this dependency to your project's build file:
4545

4646
```groovy
47-
compile "cloud.fastreport.sdk:fastreport-cloud-sdk:2023.1.16"
47+
compile "cloud.fastreport.sdk:fastreport-cloud-sdk:2023.1.17"
4848
```
4949

5050
### Others
@@ -57,7 +57,7 @@ mvn clean package
5757

5858
Then manually install the following JARs:
5959

60-
- `target/fastreport-cloud-sdk-2023.1.16.jar`
60+
- `target/fastreport-cloud-sdk-2023.1.17.jar`
6161
- `target/lib/*.jar`
6262

6363
## Getting Started
@@ -553,12 +553,12 @@ Class | Method | HTTP request | Description
553553
## Documentation for Authorization
554554

555555
Authentication schemes defined for the API:
556-
### ApiKey
556+
### JWT
557557

558558

559559
- **Type**: HTTP basic authentication
560560

561-
### JWT
561+
### ApiKey
562562

563563

564564
- **Type**: HTTP basic authentication

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023.1.16
1+
2023.1.17

0 commit comments

Comments
 (0)