Skip to content

Commit 3fa1ef3

Browse files
author
OceanengineOpenApi
committed
1.1.76
1 parent 81a3e0f commit 3fa1ef3

11,305 files changed

Lines changed: 17263 additions & 17041 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-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2744,6 +2744,8 @@ src/main/java/com/bytedance/ads/model/AssetsCreativeComponentCreateV2Request.jav
27442744
src/main/java/com/bytedance/ads/model/AssetsCreativeComponentCreateV2RequestComponentInfo.java
27452745
src/main/java/com/bytedance/ads/model/AssetsCreativeComponentCreateV2Response.java
27462746
src/main/java/com/bytedance/ads/model/AssetsCreativeComponentCreateV2ResponseData.java
2747+
src/main/java/com/bytedance/ads/model/AssetsCreativeComponentGetV2DataListComponentType.java
2748+
src/main/java/com/bytedance/ads/model/AssetsCreativeComponentGetV2DataListStatus.java
27472749
src/main/java/com/bytedance/ads/model/AssetsCreativeComponentGetV2Filtering.java
27482750
src/main/java/com/bytedance/ads/model/AssetsCreativeComponentGetV2FilteringComponentTypes.java
27492751
src/main/java/com/bytedance/ads/model/AssetsCreativeComponentGetV2FilteringStatus.java

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## 概述
44
巨量引擎开放平台 Marketing API(以下简称API) SDK 提供了Token获取、请求封装、响应解释等功能,以本地化方式轻松完成API的调用和结果的获取,旨在帮助开发者快速搭建投放管理系统。
5-
- API version: 1.1.75
6-
- Build date: 2025-11-25T21:45:26.590033936+08:00[Asia/Shanghai]
5+
- API version: 1.1.76
6+
- Build date: 2025-11-26T19:25:10.604073832+08:00[Asia/Shanghai]
77

88
## 使用条件
99
1. 使用SDK需要首先注册成为巨量引擎开发者,请参考[开发者快速入门文档](https://open.oceanengine.com/labels/7/docs/1696710498372623)

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.75'
5+
version = '1.1.76'
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.75",
5+
version := "1.1.76",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

pom.xml

Lines changed: 2 additions & 2 deletions
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.75</version>
8+
<version>1.1.76</version>
99
<url>https://github.com/openapitools/openapi-generator</url>
1010
<description>OpenAPI Java</description>
1111
<scm>
@@ -225,7 +225,7 @@
225225
<dependency>
226226
<groupId>org.reflections</groupId>
227227
<artifactId>reflections</artifactId>
228-
<version>0.9.10</version>
228+
<version>0.10.2</version>
229229
</dependency>
230230
</dependencies>
231231
<properties>

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.75
5+
* The version of the OpenAPI document: 1.1.76
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.75
5+
* The version of the OpenAPI document: 1.1.76
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.75
5+
* The version of the OpenAPI document: 1.1.76
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-11-25T21:45:26.590033936+08:00[Asia/Shanghai]")
24+
@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2025-11-26T19:25:10.604073832+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.75
5+
* The version of the OpenAPI document: 1.1.76
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.75
5+
* The version of the OpenAPI document: 1.1.76
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-11-25T21:45:26.590033936+08:00[Asia/Shanghai]")
16+
@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2025-11-26T19:25:10.604073832+08:00[Asia/Shanghai]")
1717
public class Configuration {
18-
public static final String VERSION = "1.1.75";
18+
public static final String VERSION = "1.1.76";
1919

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

0 commit comments

Comments
 (0)