11# onesignal-java-client
22
33OneSignal
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]
66
77A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
88
@@ -41,7 +41,7 @@ Add this dependency to your project's POM:
4141<dependency >
4242 <groupId >org.openapitools</groupId >
4343 <artifactId >onesignal-java-client</artifactId >
44- <version >1.2.1 </version >
44+ <version >1.2.2 </version >
4545 <scope >compile</scope >
4646</dependency >
4747```
@@ -57,7 +57,7 @@ Add this dependency to your project's build file:
5757 }
5858
5959 dependencies {
60- implementation "org.openapitools:onesignal-java-client:1.2.1 "
60+ implementation "org.openapitools:onesignal-java-client:1.2.2 "
6161 }
6262```
6363
@@ -71,7 +71,7 @@ mvn clean package
7171
7272Then manually install the following JARs:
7373
74- * ` target/onesignal-java-client-1.2.1 .jar `
74+ * ` target/onesignal-java-client-1.2.2 .jar `
7575* ` target/lib/*.jar `
7676
7777## Getting Started
@@ -148,7 +148,8 @@ Class | Method | HTTP request | Description
148148* DefaultApi * | [** deleteSubscription** ](docs/ DefaultApi . md#deleteSubscription) | ** DELETE ** / apps/ {app_id}/ subscriptions/ {subscription_id} |
149149* DefaultApi * | [** deleteUser** ](docs/ DefaultApi . md#deleteUser) | ** DELETE ** / apps/ {app_id}/ users/ by/ {alias_label}/ {alias_id} |
150150* 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
152153* DefaultApi * | [** fetchAliases** ](docs/ DefaultApi . md#fetchAliases) | ** GET ** / apps/ {app_id}/ subscriptions/ {subscription_id}/ user/ identity |
153154* DefaultApi * | [** fetchUser** ](docs/ DefaultApi . md#fetchUser) | ** GET ** / apps/ {app_id}/ users/ by/ {alias_label}/ {alias_id} |
154155* 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
175176## Documentation for Models
176177
177178 - [App ](docs/ App . md)
178- - [BadRequestError ](docs/ BadRequestError . md)
179179 - [BasicNotification ](docs/ BasicNotification . md)
180180 - [BasicNotificationAllOf ](docs/ BasicNotificationAllOf . md)
181181 - [BasicNotificationAllOfAndroidBackgroundLayout ](docs/ BasicNotificationAllOfAndroidBackgroundLayout . md)
@@ -195,13 +195,14 @@ Class | Method | HTTP request | Description
195195 - [DeleteSegmentNotFoundResponse ](docs/ DeleteSegmentNotFoundResponse . md)
196196 - [DeleteSegmentSuccessResponse ](docs/ DeleteSegmentSuccessResponse . md)
197197 - [DeliveryData ](docs/ DeliveryData . md)
198+ - [ExportEventsSuccessResponse ](docs/ ExportEventsSuccessResponse . md)
198199 - [ExportPlayersRequestBody ](docs/ ExportPlayersRequestBody . md)
199200 - [ExportPlayersSuccessResponse ](docs/ ExportPlayersSuccessResponse . md)
200201 - [Filter ](docs/ Filter . md)
201202 - [FilterExpressions ](docs/ FilterExpressions . md)
203+ - [GenericError ](docs/ GenericError . md)
204+ - [GenericErrorErrorsInner ](docs/ GenericErrorErrorsInner . md)
202205 - [GetNotificationRequestBody ](docs/ GetNotificationRequestBody . md)
203- - [IdentifyUserConflictResponse ](docs/ IdentifyUserConflictResponse . md)
204- - [IdentifyUserConflictResponseErrorsInner ](docs/ IdentifyUserConflictResponseErrorsInner . md)
205206 - [InlineResponse200 ](docs/ InlineResponse200 . md)
206207 - [InlineResponse2003 ](docs/ InlineResponse2003 . md)
207208 - [InlineResponse201 ](docs/ InlineResponse201 . md)
@@ -228,6 +229,7 @@ Class | Method | HTTP request | Description
228229 - [PropertiesDeltas ](docs/ PropertiesDeltas . md)
229230 - [PropertiesObject ](docs/ PropertiesObject . md)
230231 - [Purchase ](docs/ Purchase . md)
232+ - [RateLimiterError ](docs/ RateLimiterError . md)
231233 - [Segment ](docs/ Segment . md)
232234 - [SegmentNotificationTarget ](docs/ SegmentNotificationTarget . md)
233235 - [StringMap ](docs/ StringMap . md)
0 commit comments