diff --git a/README.md b/README.md index ef3af90..d8dd442 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com -- API version: 1.2.2 -- SDK version: 2.0.2 +- API version: 1.3.0 +- SDK version: 2.1.0 - Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen For more information, please visit [https://onesignal.com](https://onesignal.com) @@ -72,7 +72,7 @@ namespace Example // Configure configuration with user_key Bearer token for authorization to access endpoints // that require the OneSignal User Auth Key. var userConfig = new Configuration(); - userConfig.BasePath = "https://onesignal.com/api/v1"; + userConfig.BasePath = "https://api.onesignal.com"; userConfig.AccessToken = "USER_AUTH_KEY"; var userInstance = new DefaultApi(userConfig); @@ -95,7 +95,7 @@ namespace Example // Configure configuration with app_key Bearer token for authorization to access endpoints // that require the OneSignal App REST API Key. var appConfig = new Configuration(); - appConfig.BasePath = "https://onesignal.com/api/v1"; + appConfig.BasePath = "https://api.onesignal.com"; appConfig.AccessToken = "REST_API_KEY"; var appInstance = new DefaultApi(appConfig); @@ -122,7 +122,7 @@ namespace Example ## Documentation for API Endpoints -All URIs are relative to *https://onesignal.com/api/v1* +All URIs are relative to *https://api.onesignal.com* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- diff --git a/docs/DefaultApi.md b/docs/DefaultApi.md index 9f15377..a4d34b8 100644 --- a/docs/DefaultApi.md +++ b/docs/DefaultApi.md @@ -1,6 +1,6 @@ # OneSignalApi.Api.DefaultApi -All URIs are relative to *https://onesignal.com/api/v1* +All URIs are relative to *https://api.onesignal.com* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -66,7 +66,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -145,7 +145,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -223,7 +223,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: user_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -299,7 +299,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -375,7 +375,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -452,7 +452,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -531,7 +531,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -614,7 +614,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -694,7 +694,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -776,7 +776,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -855,7 +855,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -934,7 +934,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -1011,7 +1011,10 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; + // Configure Bearer token for authorization: app_key + config.AccessToken = "YOUR_BEARER_TOKEN"; + var apiInstance = new DefaultApi(config); var appId = "appId_example"; // string | var aliasLabel = "aliasLabel_example"; // string | @@ -1046,7 +1049,7 @@ void (empty response body) ### Authorization -No authorization required +[app_key](../README.md#app_key) ### HTTP request headers @@ -1087,7 +1090,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -1166,7 +1169,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -1245,7 +1248,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -1323,7 +1326,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -1399,7 +1402,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -1478,7 +1481,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -1557,7 +1560,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: user_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -1633,7 +1636,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: user_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -1705,7 +1708,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -1782,7 +1785,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -1860,7 +1863,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -1938,7 +1941,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -2020,7 +2023,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -2106,7 +2109,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -2186,7 +2189,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -2266,7 +2269,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -2348,7 +2351,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -2428,7 +2431,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -2508,7 +2511,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: user_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -2586,7 +2589,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -2666,7 +2669,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -2745,7 +2748,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -2826,7 +2829,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; @@ -2905,7 +2908,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://onesignal.com/api/v1"; + config.BasePath = "https://api.onesignal.com"; // Configure Bearer token for authorization: app_key config.AccessToken = "YOUR_BEARER_TOKEN"; diff --git a/src/OneSignalApi/Api/DefaultApi.cs b/src/OneSignalApi/Api/DefaultApi.cs index 5651506..bf504db 100644 --- a/src/OneSignalApi/Api/DefaultApi.cs +++ b/src/OneSignalApi/Api/DefaultApi.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -4354,6 +4354,12 @@ public OneSignalApi.Client.ApiResponse DeleteUserWithHttpInfo(string app localVarRequestOptions.Operation = "DefaultApi.DeleteUser"; localVarRequestOptions.OperationIndex = operationIndex; + // authentication (app_key) required + // bearer authentication required + if (!string.IsNullOrEmpty(this.Configuration.AccessToken) && !localVarRequestOptions.HeaderParameters.ContainsKey("Authorization")) + { + localVarRequestOptions.HeaderParameters.Add("Authorization", "Bearer " + this.Configuration.AccessToken); + } // make the HTTP request var localVarResponse = this.Client.Delete("/apps/{app_id}/users/by/{alias_label}/{alias_id}", localVarRequestOptions, this.Configuration); @@ -4444,6 +4450,12 @@ public OneSignalApi.Client.ApiResponse DeleteUserWithHttpInfo(string app localVarRequestOptions.Operation = "DefaultApi.DeleteUser"; localVarRequestOptions.OperationIndex = operationIndex; + // authentication (app_key) required + // bearer authentication required + if (!string.IsNullOrEmpty(this.Configuration.AccessToken) && !localVarRequestOptions.HeaderParameters.ContainsKey("Authorization")) + { + localVarRequestOptions.HeaderParameters.Add("Authorization", "Bearer " + this.Configuration.AccessToken); + } // make the HTTP request var localVarResponse = await this.AsynchronousClient.DeleteAsync("/apps/{app_id}/users/by/{alias_label}/{alias_id}", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false); diff --git a/src/OneSignalApi/Client/ApiClient.cs b/src/OneSignalApi/Client/ApiClient.cs index d0d44e1..36a83a8 100644 --- a/src/OneSignalApi/Client/ApiClient.cs +++ b/src/OneSignalApi/Client/ApiClient.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -304,7 +304,7 @@ private RestRequest NewRequest( } // Always add the One Signal telemetry to the request. - request.AddHeader("OS-Usage-Data", "kind=sdk, sdk-name=onesignal-dotnet, version=1.2.2"); + request.AddHeader("OS-Usage-Data", "kind=sdk, sdk-name=onesignal-dotnet, version=1.3.0"); if (configuration.DefaultHeaders != null) { diff --git a/src/OneSignalApi/Client/ApiException.cs b/src/OneSignalApi/Client/ApiException.cs index dbdcacb..d3b226c 100644 --- a/src/OneSignalApi/Client/ApiException.cs +++ b/src/OneSignalApi/Client/ApiException.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Client/ApiResponse.cs b/src/OneSignalApi/Client/ApiResponse.cs index ef9c24f..bb18f0f 100644 --- a/src/OneSignalApi/Client/ApiResponse.cs +++ b/src/OneSignalApi/Client/ApiResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Client/ClientUtils.cs b/src/OneSignalApi/Client/ClientUtils.cs index 35d4bed..73e0a22 100644 --- a/src/OneSignalApi/Client/ClientUtils.cs +++ b/src/OneSignalApi/Client/ClientUtils.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Client/Configuration.cs b/src/OneSignalApi/Client/Configuration.cs index 14cc7bb..6b06e99 100644 --- a/src/OneSignalApi/Client/Configuration.cs +++ b/src/OneSignalApi/Client/Configuration.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -32,7 +32,7 @@ public class Configuration : IReadableConfiguration /// Version of the package. /// /// Version of the package. - public const string Version = "2.0.2"; + public const string Version = "2.1.0"; /// /// Identifier for ISO 8601 DateTime Format @@ -109,8 +109,8 @@ public class Configuration : IReadableConfiguration public Configuration() { Proxy = null; - UserAgent = "OpenAPI-Generator/2.0.2/csharp"; - BasePath = "https://onesignal.com/api/v1"; + UserAgent = "OpenAPI-Generator/2.1.0/csharp"; + BasePath = "https://api.onesignal.com"; DefaultHeaders = new ConcurrentDictionary(); ApiKey = new ConcurrentDictionary(); ApiKeyPrefix = new ConcurrentDictionary(); @@ -118,7 +118,7 @@ public Configuration() { { new Dictionary { - {"url", "https://onesignal.com/api/v1"}, + {"url", "https://api.onesignal.com"}, {"description", "No description provided"}, } } @@ -139,7 +139,7 @@ public Configuration( IDictionary defaultHeaders, IDictionary apiKey, IDictionary apiKeyPrefix, - string basePath = "https://onesignal.com/api/v1") : this() + string basePath = "https://api.onesignal.com") : this() { if (string.IsNullOrWhiteSpace(basePath)) throw new ArgumentException("The provided basePath is invalid.", "basePath"); @@ -516,8 +516,8 @@ public static string ToDebugReport() string report = "C# SDK (OneSignalApi) Debug Report:\n"; report += " OS: " + System.Environment.OSVersion + "\n"; report += " .NET Framework Version: " + System.Environment.Version + "\n"; - report += " Version of the API: 1.2.2\n"; - report += " SDK Package Version: 2.0.2\n"; + report += " Version of the API: 1.3.0\n"; + report += " SDK Package Version: 2.1.0\n"; return report; } diff --git a/src/OneSignalApi/Client/ExceptionFactory.cs b/src/OneSignalApi/Client/ExceptionFactory.cs index 2019955..9844fd3 100644 --- a/src/OneSignalApi/Client/ExceptionFactory.cs +++ b/src/OneSignalApi/Client/ExceptionFactory.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Client/GlobalConfiguration.cs b/src/OneSignalApi/Client/GlobalConfiguration.cs index 2855889..cad4aae 100644 --- a/src/OneSignalApi/Client/GlobalConfiguration.cs +++ b/src/OneSignalApi/Client/GlobalConfiguration.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Client/HttpMethod.cs b/src/OneSignalApi/Client/HttpMethod.cs index 1bbecad..8fba773 100644 --- a/src/OneSignalApi/Client/HttpMethod.cs +++ b/src/OneSignalApi/Client/HttpMethod.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Client/IApiAccessor.cs b/src/OneSignalApi/Client/IApiAccessor.cs index 6229a40..7cc805a 100644 --- a/src/OneSignalApi/Client/IApiAccessor.cs +++ b/src/OneSignalApi/Client/IApiAccessor.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Client/IAsynchronousClient.cs b/src/OneSignalApi/Client/IAsynchronousClient.cs index 5e2ccda..397f217 100644 --- a/src/OneSignalApi/Client/IAsynchronousClient.cs +++ b/src/OneSignalApi/Client/IAsynchronousClient.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Client/IReadableConfiguration.cs b/src/OneSignalApi/Client/IReadableConfiguration.cs index 07c09c2..74f46fe 100644 --- a/src/OneSignalApi/Client/IReadableConfiguration.cs +++ b/src/OneSignalApi/Client/IReadableConfiguration.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Client/ISynchronousClient.cs b/src/OneSignalApi/Client/ISynchronousClient.cs index 747ca16..bee87da 100644 --- a/src/OneSignalApi/Client/ISynchronousClient.cs +++ b/src/OneSignalApi/Client/ISynchronousClient.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Client/Multimap.cs b/src/OneSignalApi/Client/Multimap.cs index fcd41d9..57fd279 100644 --- a/src/OneSignalApi/Client/Multimap.cs +++ b/src/OneSignalApi/Client/Multimap.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Client/OpenAPIDateConverter.cs b/src/OneSignalApi/Client/OpenAPIDateConverter.cs index a0a0572..1e3f11a 100644 --- a/src/OneSignalApi/Client/OpenAPIDateConverter.cs +++ b/src/OneSignalApi/Client/OpenAPIDateConverter.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Client/RequestOptions.cs b/src/OneSignalApi/Client/RequestOptions.cs index 0f4f571..abbb220 100644 --- a/src/OneSignalApi/Client/RequestOptions.cs +++ b/src/OneSignalApi/Client/RequestOptions.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Client/RetryConfiguration.cs b/src/OneSignalApi/Client/RetryConfiguration.cs index 0dba1ae..45864e4 100644 --- a/src/OneSignalApi/Client/RetryConfiguration.cs +++ b/src/OneSignalApi/Client/RetryConfiguration.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/AbstractOpenAPISchema.cs b/src/OneSignalApi/Model/AbstractOpenAPISchema.cs index 02b561a..8565fb2 100644 --- a/src/OneSignalApi/Model/AbstractOpenAPISchema.cs +++ b/src/OneSignalApi/Model/AbstractOpenAPISchema.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/App.cs b/src/OneSignalApi/Model/App.cs index 70fc644..67ff6a2 100644 --- a/src/OneSignalApi/Model/App.cs +++ b/src/OneSignalApi/Model/App.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/BasicNotification.cs b/src/OneSignalApi/Model/BasicNotification.cs index 044f2f6..33b0313 100644 --- a/src/OneSignalApi/Model/BasicNotification.cs +++ b/src/OneSignalApi/Model/BasicNotification.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/BasicNotificationAllOf.cs b/src/OneSignalApi/Model/BasicNotificationAllOf.cs index 528d22a..30f8dd0 100644 --- a/src/OneSignalApi/Model/BasicNotificationAllOf.cs +++ b/src/OneSignalApi/Model/BasicNotificationAllOf.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/BasicNotificationAllOfAndroidBackgroundLayout.cs b/src/OneSignalApi/Model/BasicNotificationAllOfAndroidBackgroundLayout.cs index 533f42d..a2458db 100644 --- a/src/OneSignalApi/Model/BasicNotificationAllOfAndroidBackgroundLayout.cs +++ b/src/OneSignalApi/Model/BasicNotificationAllOfAndroidBackgroundLayout.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/BeginLiveActivityRequest.cs b/src/OneSignalApi/Model/BeginLiveActivityRequest.cs index 8fb16e3..7749c14 100644 --- a/src/OneSignalApi/Model/BeginLiveActivityRequest.cs +++ b/src/OneSignalApi/Model/BeginLiveActivityRequest.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/Button.cs b/src/OneSignalApi/Model/Button.cs index 5304943..5b31c94 100644 --- a/src/OneSignalApi/Model/Button.cs +++ b/src/OneSignalApi/Model/Button.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/CancelNotificationSuccessResponse.cs b/src/OneSignalApi/Model/CancelNotificationSuccessResponse.cs index 1356dc9..0d43521 100644 --- a/src/OneSignalApi/Model/CancelNotificationSuccessResponse.cs +++ b/src/OneSignalApi/Model/CancelNotificationSuccessResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/CreateNotificationSuccessResponse.cs b/src/OneSignalApi/Model/CreateNotificationSuccessResponse.cs index 77e15ec..6203db2 100644 --- a/src/OneSignalApi/Model/CreateNotificationSuccessResponse.cs +++ b/src/OneSignalApi/Model/CreateNotificationSuccessResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/CreatePlayerSuccessResponse.cs b/src/OneSignalApi/Model/CreatePlayerSuccessResponse.cs index 05ff8bf..95e4cff 100644 --- a/src/OneSignalApi/Model/CreatePlayerSuccessResponse.cs +++ b/src/OneSignalApi/Model/CreatePlayerSuccessResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/CreateSegmentConflictResponse.cs b/src/OneSignalApi/Model/CreateSegmentConflictResponse.cs index 0bd753b..927c9af 100644 --- a/src/OneSignalApi/Model/CreateSegmentConflictResponse.cs +++ b/src/OneSignalApi/Model/CreateSegmentConflictResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/CreateSegmentSuccessResponse.cs b/src/OneSignalApi/Model/CreateSegmentSuccessResponse.cs index 7bd3f0d..2938c93 100644 --- a/src/OneSignalApi/Model/CreateSegmentSuccessResponse.cs +++ b/src/OneSignalApi/Model/CreateSegmentSuccessResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/CreateSubscriptionRequestBody.cs b/src/OneSignalApi/Model/CreateSubscriptionRequestBody.cs index d50e212..1bccf58 100644 --- a/src/OneSignalApi/Model/CreateSubscriptionRequestBody.cs +++ b/src/OneSignalApi/Model/CreateSubscriptionRequestBody.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/CreateUserConflictResponse.cs b/src/OneSignalApi/Model/CreateUserConflictResponse.cs index e396bb3..8c0373a 100644 --- a/src/OneSignalApi/Model/CreateUserConflictResponse.cs +++ b/src/OneSignalApi/Model/CreateUserConflictResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/CreateUserConflictResponseErrorsInner.cs b/src/OneSignalApi/Model/CreateUserConflictResponseErrorsInner.cs index cdf58d9..2bf02a0 100644 --- a/src/OneSignalApi/Model/CreateUserConflictResponseErrorsInner.cs +++ b/src/OneSignalApi/Model/CreateUserConflictResponseErrorsInner.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/CreateUserConflictResponseErrorsItemsMeta.cs b/src/OneSignalApi/Model/CreateUserConflictResponseErrorsItemsMeta.cs index f9433a3..340d445 100644 --- a/src/OneSignalApi/Model/CreateUserConflictResponseErrorsItemsMeta.cs +++ b/src/OneSignalApi/Model/CreateUserConflictResponseErrorsItemsMeta.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/DeletePlayerNotFoundResponse.cs b/src/OneSignalApi/Model/DeletePlayerNotFoundResponse.cs index 0ebbfb2..8860556 100644 --- a/src/OneSignalApi/Model/DeletePlayerNotFoundResponse.cs +++ b/src/OneSignalApi/Model/DeletePlayerNotFoundResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/DeletePlayerSuccessResponse.cs b/src/OneSignalApi/Model/DeletePlayerSuccessResponse.cs index 222c1b7..2b504b8 100644 --- a/src/OneSignalApi/Model/DeletePlayerSuccessResponse.cs +++ b/src/OneSignalApi/Model/DeletePlayerSuccessResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/DeleteSegmentNotFoundResponse.cs b/src/OneSignalApi/Model/DeleteSegmentNotFoundResponse.cs index 06f5c91..b617c7c 100644 --- a/src/OneSignalApi/Model/DeleteSegmentNotFoundResponse.cs +++ b/src/OneSignalApi/Model/DeleteSegmentNotFoundResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/DeleteSegmentSuccessResponse.cs b/src/OneSignalApi/Model/DeleteSegmentSuccessResponse.cs index 05dab81..f90b2f0 100644 --- a/src/OneSignalApi/Model/DeleteSegmentSuccessResponse.cs +++ b/src/OneSignalApi/Model/DeleteSegmentSuccessResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/DeliveryData.cs b/src/OneSignalApi/Model/DeliveryData.cs index 7bbf184..c7a22ac 100644 --- a/src/OneSignalApi/Model/DeliveryData.cs +++ b/src/OneSignalApi/Model/DeliveryData.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/ExportEventsSuccessResponse.cs b/src/OneSignalApi/Model/ExportEventsSuccessResponse.cs index 382c180..41539ee 100644 --- a/src/OneSignalApi/Model/ExportEventsSuccessResponse.cs +++ b/src/OneSignalApi/Model/ExportEventsSuccessResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/ExportPlayersRequestBody.cs b/src/OneSignalApi/Model/ExportPlayersRequestBody.cs index 685855a..43d5eaa 100644 --- a/src/OneSignalApi/Model/ExportPlayersRequestBody.cs +++ b/src/OneSignalApi/Model/ExportPlayersRequestBody.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/ExportPlayersSuccessResponse.cs b/src/OneSignalApi/Model/ExportPlayersSuccessResponse.cs index dbd2603..b598500 100644 --- a/src/OneSignalApi/Model/ExportPlayersSuccessResponse.cs +++ b/src/OneSignalApi/Model/ExportPlayersSuccessResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/Filter.cs b/src/OneSignalApi/Model/Filter.cs index b278f81..771b023 100644 --- a/src/OneSignalApi/Model/Filter.cs +++ b/src/OneSignalApi/Model/Filter.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/FilterExpressions.cs b/src/OneSignalApi/Model/FilterExpressions.cs index 72c3b38..19f05cc 100644 --- a/src/OneSignalApi/Model/FilterExpressions.cs +++ b/src/OneSignalApi/Model/FilterExpressions.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/GenericError.cs b/src/OneSignalApi/Model/GenericError.cs index b16ce1f..5401a8c 100644 --- a/src/OneSignalApi/Model/GenericError.cs +++ b/src/OneSignalApi/Model/GenericError.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/GenericErrorErrorsInner.cs b/src/OneSignalApi/Model/GenericErrorErrorsInner.cs index 29b79f7..349e5ac 100644 --- a/src/OneSignalApi/Model/GenericErrorErrorsInner.cs +++ b/src/OneSignalApi/Model/GenericErrorErrorsInner.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/GetNotificationRequestBody.cs b/src/OneSignalApi/Model/GetNotificationRequestBody.cs index 0d097b8..f75be45 100644 --- a/src/OneSignalApi/Model/GetNotificationRequestBody.cs +++ b/src/OneSignalApi/Model/GetNotificationRequestBody.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/InlineResponse200.cs b/src/OneSignalApi/Model/InlineResponse200.cs index 8799f1d..82f87b6 100644 --- a/src/OneSignalApi/Model/InlineResponse200.cs +++ b/src/OneSignalApi/Model/InlineResponse200.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/InlineResponse2003.cs b/src/OneSignalApi/Model/InlineResponse2003.cs index ce5f8f7..a0bd9f5 100644 --- a/src/OneSignalApi/Model/InlineResponse2003.cs +++ b/src/OneSignalApi/Model/InlineResponse2003.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/InlineResponse201.cs b/src/OneSignalApi/Model/InlineResponse201.cs index 3989ca2..5063211 100644 --- a/src/OneSignalApi/Model/InlineResponse201.cs +++ b/src/OneSignalApi/Model/InlineResponse201.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/InlineResponse202.cs b/src/OneSignalApi/Model/InlineResponse202.cs index 6fa3e66..7a9f838 100644 --- a/src/OneSignalApi/Model/InlineResponse202.cs +++ b/src/OneSignalApi/Model/InlineResponse202.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/InvalidIdentifierError.cs b/src/OneSignalApi/Model/InvalidIdentifierError.cs index 8d1cac7..60287b0 100644 --- a/src/OneSignalApi/Model/InvalidIdentifierError.cs +++ b/src/OneSignalApi/Model/InvalidIdentifierError.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/Notification.cs b/src/OneSignalApi/Model/Notification.cs index 5341632..34537ac 100644 --- a/src/OneSignalApi/Model/Notification.cs +++ b/src/OneSignalApi/Model/Notification.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/Notification200Errors.cs b/src/OneSignalApi/Model/Notification200Errors.cs index 51fa695..e901ae1 100644 --- a/src/OneSignalApi/Model/Notification200Errors.cs +++ b/src/OneSignalApi/Model/Notification200Errors.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/NotificationAllOf.cs b/src/OneSignalApi/Model/NotificationAllOf.cs index a8bbc3a..c699148 100644 --- a/src/OneSignalApi/Model/NotificationAllOf.cs +++ b/src/OneSignalApi/Model/NotificationAllOf.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/NotificationHistorySuccessResponse.cs b/src/OneSignalApi/Model/NotificationHistorySuccessResponse.cs index 8700742..c1cfa46 100644 --- a/src/OneSignalApi/Model/NotificationHistorySuccessResponse.cs +++ b/src/OneSignalApi/Model/NotificationHistorySuccessResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/NotificationSlice.cs b/src/OneSignalApi/Model/NotificationSlice.cs index 5fb22a9..e8e90fa 100644 --- a/src/OneSignalApi/Model/NotificationSlice.cs +++ b/src/OneSignalApi/Model/NotificationSlice.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/NotificationTarget.cs b/src/OneSignalApi/Model/NotificationTarget.cs index df32325..725c06c 100644 --- a/src/OneSignalApi/Model/NotificationTarget.cs +++ b/src/OneSignalApi/Model/NotificationTarget.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/NotificationWithMeta.cs b/src/OneSignalApi/Model/NotificationWithMeta.cs index ea38726..8be04a6 100644 --- a/src/OneSignalApi/Model/NotificationWithMeta.cs +++ b/src/OneSignalApi/Model/NotificationWithMeta.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/NotificationWithMetaAllOf.cs b/src/OneSignalApi/Model/NotificationWithMetaAllOf.cs index c3a4cf5..b52816a 100644 --- a/src/OneSignalApi/Model/NotificationWithMetaAllOf.cs +++ b/src/OneSignalApi/Model/NotificationWithMetaAllOf.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/Operator.cs b/src/OneSignalApi/Model/Operator.cs index d104111..69109ce 100644 --- a/src/OneSignalApi/Model/Operator.cs +++ b/src/OneSignalApi/Model/Operator.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/OutcomeData.cs b/src/OneSignalApi/Model/OutcomeData.cs index 098fa16..d8296cc 100644 --- a/src/OneSignalApi/Model/OutcomeData.cs +++ b/src/OneSignalApi/Model/OutcomeData.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/OutcomesData.cs b/src/OneSignalApi/Model/OutcomesData.cs index d188e6c..c6d52a9 100644 --- a/src/OneSignalApi/Model/OutcomesData.cs +++ b/src/OneSignalApi/Model/OutcomesData.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/PlatformDeliveryData.cs b/src/OneSignalApi/Model/PlatformDeliveryData.cs index 831f0ae..bd2b44f 100644 --- a/src/OneSignalApi/Model/PlatformDeliveryData.cs +++ b/src/OneSignalApi/Model/PlatformDeliveryData.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/PlatformDeliveryDataEmailAllOf.cs b/src/OneSignalApi/Model/PlatformDeliveryDataEmailAllOf.cs index f269072..0711905 100644 --- a/src/OneSignalApi/Model/PlatformDeliveryDataEmailAllOf.cs +++ b/src/OneSignalApi/Model/PlatformDeliveryDataEmailAllOf.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/PlatformDeliveryDataSmsAllOf.cs b/src/OneSignalApi/Model/PlatformDeliveryDataSmsAllOf.cs index 8dc7ec8..d7fcb4f 100644 --- a/src/OneSignalApi/Model/PlatformDeliveryDataSmsAllOf.cs +++ b/src/OneSignalApi/Model/PlatformDeliveryDataSmsAllOf.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/Player.cs b/src/OneSignalApi/Model/Player.cs index accd4c1..f42c803 100644 --- a/src/OneSignalApi/Model/Player.cs +++ b/src/OneSignalApi/Model/Player.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/PlayerNotificationTarget.cs b/src/OneSignalApi/Model/PlayerNotificationTarget.cs index b0fbb4d..96ff365 100644 --- a/src/OneSignalApi/Model/PlayerNotificationTarget.cs +++ b/src/OneSignalApi/Model/PlayerNotificationTarget.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/PlayerNotificationTargetIncludeAliases.cs b/src/OneSignalApi/Model/PlayerNotificationTargetIncludeAliases.cs index 0ed24b8..e2ed10a 100644 --- a/src/OneSignalApi/Model/PlayerNotificationTargetIncludeAliases.cs +++ b/src/OneSignalApi/Model/PlayerNotificationTargetIncludeAliases.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/PlayerSlice.cs b/src/OneSignalApi/Model/PlayerSlice.cs index 199dbd4..1fb08df 100644 --- a/src/OneSignalApi/Model/PlayerSlice.cs +++ b/src/OneSignalApi/Model/PlayerSlice.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/PropertiesDeltas.cs b/src/OneSignalApi/Model/PropertiesDeltas.cs index 1f337d4..5e77ad6 100644 --- a/src/OneSignalApi/Model/PropertiesDeltas.cs +++ b/src/OneSignalApi/Model/PropertiesDeltas.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/PropertiesObject.cs b/src/OneSignalApi/Model/PropertiesObject.cs index fab7eee..7a90e2f 100644 --- a/src/OneSignalApi/Model/PropertiesObject.cs +++ b/src/OneSignalApi/Model/PropertiesObject.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/Purchase.cs b/src/OneSignalApi/Model/Purchase.cs index 56f2f1e..1286759 100644 --- a/src/OneSignalApi/Model/Purchase.cs +++ b/src/OneSignalApi/Model/Purchase.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/RateLimiterError.cs b/src/OneSignalApi/Model/RateLimiterError.cs index 05a9562..3618928 100644 --- a/src/OneSignalApi/Model/RateLimiterError.cs +++ b/src/OneSignalApi/Model/RateLimiterError.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/Segment.cs b/src/OneSignalApi/Model/Segment.cs index 03a8bdb..e0b02a6 100644 --- a/src/OneSignalApi/Model/Segment.cs +++ b/src/OneSignalApi/Model/Segment.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/SegmentNotificationTarget.cs b/src/OneSignalApi/Model/SegmentNotificationTarget.cs index aa5d575..d7f08a5 100644 --- a/src/OneSignalApi/Model/SegmentNotificationTarget.cs +++ b/src/OneSignalApi/Model/SegmentNotificationTarget.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/StringMap.cs b/src/OneSignalApi/Model/StringMap.cs index 92e85cb..873bd18 100644 --- a/src/OneSignalApi/Model/StringMap.cs +++ b/src/OneSignalApi/Model/StringMap.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/SubscriptionObject.cs b/src/OneSignalApi/Model/SubscriptionObject.cs index dca2a2e..91a4b4d 100644 --- a/src/OneSignalApi/Model/SubscriptionObject.cs +++ b/src/OneSignalApi/Model/SubscriptionObject.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/TransferSubscriptionRequestBody.cs b/src/OneSignalApi/Model/TransferSubscriptionRequestBody.cs index aaedac8..a671079 100644 --- a/src/OneSignalApi/Model/TransferSubscriptionRequestBody.cs +++ b/src/OneSignalApi/Model/TransferSubscriptionRequestBody.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/UpdateLiveActivityRequest.cs b/src/OneSignalApi/Model/UpdateLiveActivityRequest.cs index e8c32b2..5fdc401 100644 --- a/src/OneSignalApi/Model/UpdateLiveActivityRequest.cs +++ b/src/OneSignalApi/Model/UpdateLiveActivityRequest.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/UpdateLiveActivitySuccessResponse.cs b/src/OneSignalApi/Model/UpdateLiveActivitySuccessResponse.cs index 59b9d4d..6846277 100644 --- a/src/OneSignalApi/Model/UpdateLiveActivitySuccessResponse.cs +++ b/src/OneSignalApi/Model/UpdateLiveActivitySuccessResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/UpdatePlayerSuccessResponse.cs b/src/OneSignalApi/Model/UpdatePlayerSuccessResponse.cs index e55cc18..54a72c7 100644 --- a/src/OneSignalApi/Model/UpdatePlayerSuccessResponse.cs +++ b/src/OneSignalApi/Model/UpdatePlayerSuccessResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/UpdatePlayerTagsRequestBody.cs b/src/OneSignalApi/Model/UpdatePlayerTagsRequestBody.cs index f7d691f..5d23f0b 100644 --- a/src/OneSignalApi/Model/UpdatePlayerTagsRequestBody.cs +++ b/src/OneSignalApi/Model/UpdatePlayerTagsRequestBody.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/UpdatePlayerTagsSuccessResponse.cs b/src/OneSignalApi/Model/UpdatePlayerTagsSuccessResponse.cs index a0e8623..c534a03 100644 --- a/src/OneSignalApi/Model/UpdatePlayerTagsSuccessResponse.cs +++ b/src/OneSignalApi/Model/UpdatePlayerTagsSuccessResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/UpdateSubscriptionRequestBody.cs b/src/OneSignalApi/Model/UpdateSubscriptionRequestBody.cs index 231af0e..b7f651f 100644 --- a/src/OneSignalApi/Model/UpdateSubscriptionRequestBody.cs +++ b/src/OneSignalApi/Model/UpdateSubscriptionRequestBody.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/UpdateUserRequest.cs b/src/OneSignalApi/Model/UpdateUserRequest.cs index bacd9f2..0cdd4dc 100644 --- a/src/OneSignalApi/Model/UpdateUserRequest.cs +++ b/src/OneSignalApi/Model/UpdateUserRequest.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/User.cs b/src/OneSignalApi/Model/User.cs index ca17924..452cb5f 100644 --- a/src/OneSignalApi/Model/User.cs +++ b/src/OneSignalApi/Model/User.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/UserIdentityRequestBody.cs b/src/OneSignalApi/Model/UserIdentityRequestBody.cs index 70ba28e..d7e6549 100644 --- a/src/OneSignalApi/Model/UserIdentityRequestBody.cs +++ b/src/OneSignalApi/Model/UserIdentityRequestBody.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/UserIdentityResponse.cs b/src/OneSignalApi/Model/UserIdentityResponse.cs index cb604cb..375473e 100644 --- a/src/OneSignalApi/Model/UserIdentityResponse.cs +++ b/src/OneSignalApi/Model/UserIdentityResponse.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/UserSubscriptionOptions.cs b/src/OneSignalApi/Model/UserSubscriptionOptions.cs index 56b567d..6cc834d 100644 --- a/src/OneSignalApi/Model/UserSubscriptionOptions.cs +++ b/src/OneSignalApi/Model/UserSubscriptionOptions.cs @@ -3,7 +3,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 1.2.2 + * The version of the OpenAPI document: 1.3.0 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/OneSignalApi.csproj b/src/OneSignalApi/OneSignalApi.csproj index c4f3299..b5ea36e 100644 --- a/src/OneSignalApi/OneSignalApi.csproj +++ b/src/OneSignalApi/OneSignalApi.csproj @@ -12,7 +12,7 @@ OneSignal is a free push notification service for mobile apps. Integrate OneSignal with your backend events, data, and more. Copyrite 2022 OneSignal OneSignalApi - 2.0.2 + 2.1.0 bin\$(Configuration)\$(TargetFramework)\OneSignalApi.xml https://github.com/OneSignal/onesignal-dotnet-api.git git