Skip to content

Commit 59596b7

Browse files
onesignal-deployOneSignal
andauthored
Dependency Update (#8)
Update Java API Co-authored-by: OneSignal <noreply@onesignal.com>
1 parent 32f89e9 commit 59596b7

59 files changed

Lines changed: 158 additions & 58 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.

README.md

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

33
OneSignal
44
- API version: 1.0.1
5-
- Build date: 2022-06-24T20:14:48.185Z[Etc/UTC]
5+
- Build date: 2022-07-13T21:20:07.400Z[Etc/UTC]
66

77
A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
88

api/openapi.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2050,6 +2050,13 @@ components:
20502050
value:
20512051
readOnly: true
20522052
type: integer
2053+
name:
2054+
description: |-
2055+
Required for SMS Messages.
2056+
An identifier for tracking message within the OneSignal dashboard or export analytics.
2057+
Not shown to end user.
2058+
type: string
2059+
writeOnly: true
20532060
aggregation:
20542061
enum:
20552062
- sum

docs/Notification.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
|**includeAndroidRegIds** | **List&lt;String&gt;** | Not Recommended: Please consider using include_player_ids or include_external_user_ids instead. Target using Android device registration IDs. If a token does not correspond to an existing user, a new user will be created. Example: APA91bEeiUeSukAAUdnw3O2RB45FWlSpgJ7Ji_... Limit of 2,000 entries per REST API call | [optional] |
3434
|**id** | **String** | | [optional] |
3535
|**value** | **Integer** | | [optional] [readonly] |
36+
|**name** | **String** | Required for SMS Messages. An identifier for tracking message within the OneSignal dashboard or export analytics. Not shown to end user. | [optional] |
3637
|**aggregation** | [**AggregationEnum**](#AggregationEnum) | | [optional] [readonly] |
3738
|**isIos** | **Boolean** | Indicates whether to send to all devices registered under your app&#39;s Apple iOS platform. | [optional] |
3839
|**isAndroid** | **Boolean** | Indicates whether to send to all devices registered under your app&#39;s Google Android platform. | [optional] |

docs/NotificationAllOf.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
|------------ | ------------- | ------------- | -------------|
1010
|**id** | **String** | | [optional] |
1111
|**value** | **Integer** | | [optional] [readonly] |
12+
|**name** | **String** | Required for SMS Messages. An identifier for tracking message within the OneSignal dashboard or export analytics. Not shown to end user. | [optional] |
1213
|**aggregation** | [**AggregationEnum**](#AggregationEnum) | | [optional] [readonly] |
1314
|**isIos** | **Boolean** | Indicates whether to send to all devices registered under your app&#39;s Apple iOS platform. | [optional] |
1415
|**isAndroid** | **Boolean** | Indicates whether to send to all devices registered under your app&#39;s Google Android platform. | [optional] |

docs/NotificationWithMeta.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
|**includeAndroidRegIds** | **List&lt;String&gt;** | Not Recommended: Please consider using include_player_ids or include_external_user_ids instead. Target using Android device registration IDs. If a token does not correspond to an existing user, a new user will be created. Example: APA91bEeiUeSukAAUdnw3O2RB45FWlSpgJ7Ji_... Limit of 2,000 entries per REST API call | [optional] |
3434
|**id** | **String** | | [optional] |
3535
|**value** | **Integer** | | [optional] [readonly] |
36+
|**name** | **String** | Required for SMS Messages. An identifier for tracking message within the OneSignal dashboard or export analytics. Not shown to end user. | [optional] |
3637
|**aggregation** | [**AggregationEnum**](#AggregationEnum) | | [optional] [readonly] |
3738
|**isIos** | **Boolean** | Indicates whether to send to all devices registered under your app&#39;s Apple iOS platform. | [optional] |
3839
|**isAndroid** | **Boolean** | Indicates whether to send to all devices registered under your app&#39;s Google Android platform. | [optional] |

src/main/java/com/onesignal/client/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* <p>ApiException class.</p>
2323
*/
2424
@SuppressWarnings("serial")
25-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-06-24T20:14:48.185Z[Etc/UTC]")
25+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-07-13T21:20:07.400Z[Etc/UTC]")
2626
public class ApiException extends Exception {
2727
private int code = 0;
2828
private Map<String, List<String>> responseHeaders = null;

src/main/java/com/onesignal/client/Configuration.java

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

1414
package com.onesignal.client;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-06-24T20:14:48.185Z[Etc/UTC]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-07-13T21:20:07.400Z[Etc/UTC]")
1717
public class Configuration {
1818
private static ApiClient defaultApiClient = new ApiClient();
1919

src/main/java/com/onesignal/client/Pair.java

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

1414
package com.onesignal.client;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-06-24T20:14:48.185Z[Etc/UTC]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-07-13T21:20:07.400Z[Etc/UTC]")
1717
public class Pair {
1818
private String name = "";
1919
private String value = "";

src/main/java/com/onesignal/client/StringUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.Collection;
1717
import java.util.Iterator;
1818

19-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-06-24T20:14:48.185Z[Etc/UTC]")
19+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-07-13T21:20:07.400Z[Etc/UTC]")
2020
public class StringUtil {
2121
/**
2222
* Check if the given array contains the given value (with case-insensitive comparison).

src/main/java/com/onesignal/client/auth/ApiKeyAuth.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.util.Map;
2121
import java.util.List;
2222

23-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-06-24T20:14:48.185Z[Etc/UTC]")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-07-13T21:20:07.400Z[Etc/UTC]")
2424
public class ApiKeyAuth implements Authentication {
2525
private final String location;
2626
private final String paramName;

0 commit comments

Comments
 (0)