Skip to content

Commit 201af15

Browse files
author
OceanengineOpenApi
committed
1.1.42
1 parent 289a186 commit 201af15

File tree

9,930 files changed

+67746
-19859
lines changed

Some content is hidden

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

9,930 files changed

+67746
-19859
lines changed

.openapi-generator/FILES

Lines changed: 252 additions & 4 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 34 additions & 2 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'org.openapitools'
5-
version = '1.1.41'
5+
version = '1.1.42'
66

77
buildscript {
88
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 := "org.openapitools",
44
name := "oceanengine-mapi-java-client",
5-
version := "1.1.41",
5+
version := "1.1.42",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>oceanengine-mapi-java-client</artifactId>
66
<packaging>jar</packaging>
77
<name>oceanengine-mapi-java-client</name>
8-
<version>1.1.41</version>
8+
<version>1.1.42</version>
99
<url>https://github.com/openapitools/openapi-generator</url>
1010
<description>OpenAPI Java</description>
1111
<scm>

src/main/java/com/bytedance/ads/ApiCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Oceanengine Open Api
33
* 巨量引擎开放平台 Open Api
44
*
5-
* The version of the OpenAPI document: 1.1.41
5+
* The version of the OpenAPI document: 1.1.42
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/bytedance/ads/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Oceanengine Open Api
33
* 巨量引擎开放平台 Open Api
44
*
5-
* The version of the OpenAPI document: 1.1.41
5+
* The version of the OpenAPI document: 1.1.42
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/bytedance/ads/ApiException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Oceanengine Open Api
33
* 巨量引擎开放平台 Open Api
44
*
5-
* The version of the OpenAPI document: 1.1.41
5+
* The version of the OpenAPI document: 1.1.42
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21,7 +21,7 @@
2121
* <p>ApiException class.</p>
2222
*/
2323
@SuppressWarnings("serial")
24-
@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2025-03-13T17:29:36.612655208+08:00[Asia/Shanghai]")
24+
@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2025-04-07T17:34:19.910300326+08:00[Asia/Shanghai]")
2525
public class ApiException extends Exception {
2626
private int code = 0;
2727
private Map<String, List<String>> responseHeaders = null;

src/main/java/com/bytedance/ads/ApiResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Oceanengine Open Api
33
* 巨量引擎开放平台 Open Api
44
*
5-
* The version of the OpenAPI document: 1.1.41
5+
* The version of the OpenAPI document: 1.1.42
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/bytedance/ads/Configuration.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Oceanengine Open Api
33
* 巨量引擎开放平台 Open Api
44
*
5-
* The version of the OpenAPI document: 1.1.41
5+
* The version of the OpenAPI document: 1.1.42
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,9 +13,9 @@
1313

1414
package com.bytedance.ads;
1515

16-
@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2025-03-13T17:29:36.612655208+08:00[Asia/Shanghai]")
16+
@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2025-04-07T17:34:19.910300326+08:00[Asia/Shanghai]")
1717
public class Configuration {
18-
public static final String VERSION = "1.1.41";
18+
public static final String VERSION = "1.1.42";
1919

2020
private static ApiClient defaultApiClient = new ApiClient();
2121

0 commit comments

Comments
 (0)