Skip to content

Commit ae95059

Browse files
chore: update SDK to API version 1.52.8
1 parent cb46565 commit ae95059

313 files changed

Lines changed: 315 additions & 315 deletions

File tree

Some content is hidden

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

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.52.6
1+
1.52.8

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
url: https://app.linkbreakers.com
66
description: This is a documentation of all the APIs of Linkbreakers
77
title: Linkbreakers API
8-
version: 1.52.6
8+
version: 1.52.8
99
servers:
1010
- url: https://api.linkbreakers.com
1111
security:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'com.diffplug.spotless'
55

66
group = 'com.linkbreakers'
7-
version = '1.52.6'
7+
version = '1.52.8'
88

99
buildscript {
1010
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.linkbreakers",
44
name := "linkbreakers-sdk",
5-
version := "1.52.6",
5+
version := "1.52.8",
66
scalaVersion := "2.11.12",
77
scalacOptions ++= Seq("-feature"),
88
compile / javacOptions ++= Seq("-Xlint:deprecation"),

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.linkbreakers</groupId>
88
<artifactId>linkbreakers-sdk</artifactId>
9-
<version>1.52.6</version>
9+
<version>1.52.8</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Linkbreakers SDK</name>

src/main/java/com/linkbreakers/ApiCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Linkbreakers API
33
* This is a documentation of all the APIs of Linkbreakers
44
*
5-
* The version of the OpenAPI document: 1.52.6
5+
* The version of the OpenAPI document: 1.52.8
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/linkbreakers/ApiClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Linkbreakers API
33
* This is a documentation of all the APIs of Linkbreakers
44
*
5-
* The version of the OpenAPI document: 1.52.6
5+
* The version of the OpenAPI document: 1.52.8
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -142,7 +142,7 @@ protected void init() {
142142
json = new JSON();
143143

144144
// Set default User-Agent.
145-
setUserAgent("OpenAPI-Generator/1.52.6/java");
145+
setUserAgent("OpenAPI-Generator/1.52.8/java");
146146

147147
authentications = new HashMap<String, Authentication>();
148148
}

src/main/java/com/linkbreakers/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Linkbreakers API
33
* This is a documentation of all the APIs of Linkbreakers
44
*
5-
* The version of the OpenAPI document: 1.52.6
5+
* The version of the OpenAPI document: 1.52.8
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/linkbreakers/ApiResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Linkbreakers API
33
* This is a documentation of all the APIs of Linkbreakers
44
*
5-
* The version of the OpenAPI document: 1.52.6
5+
* The version of the OpenAPI document: 1.52.8
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/linkbreakers/Configuration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Linkbreakers API
33
* This is a documentation of all the APIs of Linkbreakers
44
*
5-
* The version of the OpenAPI document: 1.52.6
5+
* The version of the OpenAPI document: 1.52.8
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -19,7 +19,7 @@
1919

2020
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.21.0")
2121
public class Configuration {
22-
public static final String VERSION = "1.52.6";
22+
public static final String VERSION = "1.52.8";
2323

2424
private static final AtomicReference<ApiClient> defaultApiClient = new AtomicReference<>();
2525
private static volatile Supplier<ApiClient> apiClientFactory = ApiClient::new;

0 commit comments

Comments
 (0)