1
1
# onesignal-java-client
2
2
3
3
OneSignal
4
- - API version: 1.2.1
5
- - Build date: 2023-04-18T17:19:38.684Z [ Etc/UTC]
4
+ - API version: 1.2.2
5
+ - Build date: 2023-08-01T23:27:12.168Z [ Etc/UTC]
6
6
7
7
A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
8
8
@@ -41,7 +41,7 @@ Add this dependency to your project's POM:
41
41
<dependency >
42
42
<groupId >org.openapitools</groupId >
43
43
<artifactId >onesignal-java-client</artifactId >
44
- <version >1.2.1 </version >
44
+ <version >1.2.2 </version >
45
45
<scope >compile</scope >
46
46
</dependency >
47
47
```
@@ -57,7 +57,7 @@ Add this dependency to your project's build file:
57
57
}
58
58
59
59
dependencies {
60
- implementation "org.openapitools:onesignal-java-client:1.2.1 "
60
+ implementation "org.openapitools:onesignal-java-client:1.2.2 "
61
61
}
62
62
```
63
63
@@ -71,7 +71,7 @@ mvn clean package
71
71
72
72
Then manually install the following JARs:
73
73
74
- * ` target/onesignal-java-client-1.2.1 .jar `
74
+ * ` target/onesignal-java-client-1.2.2 .jar `
75
75
* ` target/lib/*.jar `
76
76
77
77
## Getting Started
@@ -148,7 +148,8 @@ Class | Method | HTTP request | Description
148
148
* DefaultApi * | [** deleteSubscription** ](docs/ DefaultApi . md#deleteSubscription) | ** DELETE ** / apps/ {app_id}/ subscriptions/ {subscription_id} |
149
149
* DefaultApi * | [** deleteUser** ](docs/ DefaultApi . md#deleteUser) | ** DELETE ** / apps/ {app_id}/ users/ by/ {alias_label}/ {alias_id} |
150
150
* DefaultApi * | [** endLiveActivity** ](docs/ DefaultApi . md#endLiveActivity) | ** DELETE ** / apps/ {app_id}/ live_activities/ {activity_id}/ token/ {subscription_id} | Stop Live Activity
151
- * DefaultApi * | [** exportPlayers** ](docs/ DefaultApi . md#exportPlayers) | ** POST ** / players/ csv_export? app_id& #x3D;{app_id} | CSV export
151
+ * DefaultApi * | [** exportEvents** ](docs/ DefaultApi . md#exportEvents) | ** POST ** / notifications/ {notification_id}/ export_events? app_id& #x3D;{app_id} | Export CSV of Events
152
+ * DefaultApi * | [** exportPlayers** ](docs/ DefaultApi . md#exportPlayers) | ** POST ** / players/ csv_export? app_id& #x3D;{app_id} | Export CSV of Players
152
153
* DefaultApi * | [** fetchAliases** ](docs/ DefaultApi . md#fetchAliases) | ** GET ** / apps/ {app_id}/ subscriptions/ {subscription_id}/ user/ identity |
153
154
* DefaultApi * | [** fetchUser** ](docs/ DefaultApi . md#fetchUser) | ** GET ** / apps/ {app_id}/ users/ by/ {alias_label}/ {alias_id} |
154
155
* DefaultApi * | [** fetchUserIdentity** ](docs/ DefaultApi . md#fetchUserIdentity) | ** GET ** / apps/ {app_id}/ users/ by/ {alias_label}/ {alias_id}/ identity |
@@ -175,7 +176,6 @@ Class | Method | HTTP request | Description
175
176
## Documentation for Models
176
177
177
178
- [App ](docs/ App . md)
178
- - [BadRequestError ](docs/ BadRequestError . md)
179
179
- [BasicNotification ](docs/ BasicNotification . md)
180
180
- [BasicNotificationAllOf ](docs/ BasicNotificationAllOf . md)
181
181
- [BasicNotificationAllOfAndroidBackgroundLayout ](docs/ BasicNotificationAllOfAndroidBackgroundLayout . md)
@@ -195,13 +195,14 @@ Class | Method | HTTP request | Description
195
195
- [DeleteSegmentNotFoundResponse ](docs/ DeleteSegmentNotFoundResponse . md)
196
196
- [DeleteSegmentSuccessResponse ](docs/ DeleteSegmentSuccessResponse . md)
197
197
- [DeliveryData ](docs/ DeliveryData . md)
198
+ - [ExportEventsSuccessResponse ](docs/ ExportEventsSuccessResponse . md)
198
199
- [ExportPlayersRequestBody ](docs/ ExportPlayersRequestBody . md)
199
200
- [ExportPlayersSuccessResponse ](docs/ ExportPlayersSuccessResponse . md)
200
201
- [Filter ](docs/ Filter . md)
201
202
- [FilterExpressions ](docs/ FilterExpressions . md)
203
+ - [GenericError ](docs/ GenericError . md)
204
+ - [GenericErrorErrorsInner ](docs/ GenericErrorErrorsInner . md)
202
205
- [GetNotificationRequestBody ](docs/ GetNotificationRequestBody . md)
203
- - [IdentifyUserConflictResponse ](docs/ IdentifyUserConflictResponse . md)
204
- - [IdentifyUserConflictResponseErrorsInner ](docs/ IdentifyUserConflictResponseErrorsInner . md)
205
206
- [InlineResponse200 ](docs/ InlineResponse200 . md)
206
207
- [InlineResponse2003 ](docs/ InlineResponse2003 . md)
207
208
- [InlineResponse201 ](docs/ InlineResponse201 . md)
@@ -228,6 +229,7 @@ Class | Method | HTTP request | Description
228
229
- [PropertiesDeltas ](docs/ PropertiesDeltas . md)
229
230
- [PropertiesObject ](docs/ PropertiesObject . md)
230
231
- [Purchase ](docs/ Purchase . md)
232
+ - [RateLimiterError ](docs/ RateLimiterError . md)
231
233
- [Segment ](docs/ Segment . md)
232
234
- [SegmentNotificationTarget ](docs/ SegmentNotificationTarget . md)
233
235
- [StringMap ](docs/ StringMap . md)
0 commit comments