From dce27e096c746a526b3edf238363b5b59f21ff1e Mon Sep 17 00:00:00 2001 From: OneSignal Date: Tue, 11 Aug 2026 21:11:11 +0000 Subject: [PATCH] feat: add v5.12.2 package updates --- README.md | 4 ++-- docs/DefaultApi.md | 2 +- src/OneSignalApi/Api/DefaultApi.cs | 6 +++--- src/OneSignalApi/Client/ApiClient.cs | 4 ++-- src/OneSignalApi/Client/ApiException.cs | 2 +- src/OneSignalApi/Client/ApiResponse.cs | 2 +- src/OneSignalApi/Client/ClientUtils.cs | 2 +- src/OneSignalApi/Client/Configuration.cs | 10 +++++----- src/OneSignalApi/Client/ExceptionFactory.cs | 2 +- src/OneSignalApi/Client/GlobalConfiguration.cs | 2 +- src/OneSignalApi/Client/HttpMethod.cs | 2 +- src/OneSignalApi/Client/IApiAccessor.cs | 2 +- src/OneSignalApi/Client/IAsynchronousClient.cs | 2 +- src/OneSignalApi/Client/IReadableConfiguration.cs | 2 +- src/OneSignalApi/Client/ISynchronousClient.cs | 2 +- src/OneSignalApi/Client/Multimap.cs | 2 +- src/OneSignalApi/Client/OpenAPIDateConverter.cs | 2 +- src/OneSignalApi/Client/RequestOptions.cs | 2 +- src/OneSignalApi/Client/RetryConfiguration.cs | 2 +- src/OneSignalApi/Model/AbstractOpenAPISchema.cs | 2 +- src/OneSignalApi/Model/ApiKeyToken.cs | 2 +- src/OneSignalApi/Model/ApiKeyTokensListResponse.cs | 2 +- src/OneSignalApi/Model/App.cs | 2 +- src/OneSignalApi/Model/AuditLogActor.cs | 2 +- src/OneSignalApi/Model/AuditLogContext.cs | 2 +- src/OneSignalApi/Model/AuditLogEvent.cs | 2 +- src/OneSignalApi/Model/AuditLogTarget.cs | 2 +- src/OneSignalApi/Model/BasicNotification.cs | 2 +- src/OneSignalApi/Model/BasicNotificationAllOf.cs | 2 +- .../BasicNotificationAllOfAndroidBackgroundLayout.cs | 2 +- src/OneSignalApi/Model/Button.cs | 2 +- src/OneSignalApi/Model/CopyTemplateRequest.cs | 2 +- src/OneSignalApi/Model/CreateApiKeyRequest.cs | 2 +- src/OneSignalApi/Model/CreateApiKeyResponse.cs | 2 +- .../Model/CreateNotificationSuccessResponse.cs | 2 +- .../Model/CreateSegmentConflictResponse.cs | 2 +- src/OneSignalApi/Model/CreateSegmentSuccessResponse.cs | 2 +- src/OneSignalApi/Model/CreateTemplateRequest.cs | 2 +- src/OneSignalApi/Model/CreateUserConflictResponse.cs | 2 +- .../Model/CreateUserConflictResponseErrorsInner.cs | 2 +- .../Model/CreateUserConflictResponseErrorsItemsMeta.cs | 2 +- src/OneSignalApi/Model/CustomEvent.cs | 2 +- src/OneSignalApi/Model/CustomEventsRequest.cs | 2 +- src/OneSignalApi/Model/DeliveryData.cs | 2 +- src/OneSignalApi/Model/ExportEventsSuccessResponse.cs | 2 +- .../Model/ExportSubscriptionsRequestBody.cs | 2 +- .../Model/ExportSubscriptionsSuccessResponse.cs | 2 +- src/OneSignalApi/Model/Filter.cs | 2 +- src/OneSignalApi/Model/FilterExpression.cs | 2 +- src/OneSignalApi/Model/GenericError.cs | 2 +- src/OneSignalApi/Model/GenericSuccessBoolResponse.cs | 2 +- .../Model/GetNotificationHistoryRequestBody.cs | 2 +- src/OneSignalApi/Model/GetSegmentSuccessResponse.cs | 2 +- src/OneSignalApi/Model/GetSegmentsSuccessResponse.cs | 2 +- src/OneSignalApi/Model/LanguageStringMap.cs | 2 +- src/OneSignalApi/Model/ListAuditLogsSuccessResponse.cs | 2 +- src/OneSignalApi/Model/Notification.cs | 2 +- src/OneSignalApi/Model/NotificationAllOf.cs | 2 +- .../Model/NotificationHistorySuccessResponse.cs | 2 +- src/OneSignalApi/Model/NotificationSlice.cs | 2 +- src/OneSignalApi/Model/NotificationTarget.cs | 2 +- src/OneSignalApi/Model/NotificationWithMeta.cs | 2 +- src/OneSignalApi/Model/NotificationWithMetaAllOf.cs | 2 +- src/OneSignalApi/Model/Operator.cs | 2 +- src/OneSignalApi/Model/OutcomeData.cs | 2 +- src/OneSignalApi/Model/OutcomesData.cs | 2 +- src/OneSignalApi/Model/PlatformDeliveryData.cs | 2 +- .../Model/PlatformDeliveryDataEmailAllOf.cs | 2 +- src/OneSignalApi/Model/PlatformDeliveryDataSmsAllOf.cs | 2 +- src/OneSignalApi/Model/PropertiesBody.cs | 2 +- src/OneSignalApi/Model/PropertiesDeltas.cs | 2 +- src/OneSignalApi/Model/PropertiesObject.cs | 2 +- src/OneSignalApi/Model/Purchase.cs | 2 +- src/OneSignalApi/Model/RateLimitError.cs | 2 +- src/OneSignalApi/Model/Segment.cs | 2 +- src/OneSignalApi/Model/SegmentData.cs | 2 +- src/OneSignalApi/Model/SegmentDetails.cs | 2 +- src/OneSignalApi/Model/SegmentNotificationTarget.cs | 2 +- src/OneSignalApi/Model/StartLiveActivityRequest.cs | 2 +- .../Model/StartLiveActivitySuccessResponse.cs | 2 +- src/OneSignalApi/Model/Subscription.cs | 2 +- src/OneSignalApi/Model/SubscriptionBody.cs | 2 +- .../Model/SubscriptionNotificationTarget.cs | 2 +- src/OneSignalApi/Model/TemplateResource.cs | 2 +- src/OneSignalApi/Model/TemplatesListResponse.cs | 2 +- .../Model/TransferSubscriptionRequestBody.cs | 2 +- src/OneSignalApi/Model/UpdateApiKeyRequest.cs | 2 +- src/OneSignalApi/Model/UpdateLiveActivityRequest.cs | 2 +- .../Model/UpdateLiveActivitySuccessResponse.cs | 2 +- src/OneSignalApi/Model/UpdateSegmentRequest.cs | 2 +- src/OneSignalApi/Model/UpdateSegmentSuccessResponse.cs | 2 +- src/OneSignalApi/Model/UpdateTemplateRequest.cs | 2 +- src/OneSignalApi/Model/UpdateUserRequest.cs | 2 +- src/OneSignalApi/Model/User.cs | 2 +- src/OneSignalApi/Model/UserIdentityBody.cs | 2 +- src/OneSignalApi/Model/WebButton.cs | 2 +- src/OneSignalApi/OneSignalApi.csproj | 2 +- 97 files changed, 105 insertions(+), 105 deletions(-) diff --git a/README.md b/README.md index 816873a..a82bb6e 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com -- API version: 5.11.1 -- SDK version: 5.12.1 +- API version: 5.11.2 +- SDK version: 5.12.2 ## Installation diff --git a/docs/DefaultApi.md b/docs/DefaultApi.md index 40a2db5..83f3530 100644 --- a/docs/DefaultApi.md +++ b/docs/DefaultApi.md @@ -10,7 +10,7 @@ Method | HTTP request | Description [**CreateAliasBySubscription**](DefaultApi.md#createaliasbysubscription) | **PATCH** /apps/{app_id}/subscriptions/{subscription_id}/user/identity | [**CreateApiKey**](DefaultApi.md#createapikey) | **POST** /apps/{app_id}/auth/tokens | Create API key [**CreateApp**](DefaultApi.md#createapp) | **POST** /apps | Create an app -[**CreateCustomEvents**](DefaultApi.md#createcustomevents) | **POST** /apps/{app_id}/integrations/custom_events | Create custom events +[**CreateCustomEvents**](DefaultApi.md#createcustomevents) | **POST** /apps/{app_id}/custom_events | Create custom events [**CreateNotification**](DefaultApi.md#createnotification) | **POST** /notifications | Create notification [**CreateSegment**](DefaultApi.md#createsegment) | **POST** /apps/{app_id}/segments | Create Segment [**CreateSubscription**](DefaultApi.md#createsubscription) | **POST** /apps/{app_id}/users/by/{alias_label}/{alias_id}/subscriptions | diff --git a/src/OneSignalApi/Api/DefaultApi.cs b/src/OneSignalApi/Api/DefaultApi.cs index 42e2817..4049378 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -3929,7 +3929,7 @@ public OneSignalApi.Client.ApiResponse CreateCustomEventsWithHttpInfo(st } // make the HTTP request - var localVarResponse = this.Client.Post("/apps/{app_id}/integrations/custom_events", localVarRequestOptions, this.Configuration); + var localVarResponse = this.Client.Post("/apps/{app_id}/custom_events", localVarRequestOptions, this.Configuration); if (this.ExceptionFactory != null) { Exception _exception = this.ExceptionFactory("CreateCustomEvents", localVarResponse); @@ -4018,7 +4018,7 @@ public OneSignalApi.Client.ApiResponse CreateCustomEventsWithHttpInfo(st } // make the HTTP request - var localVarResponse = await this.AsynchronousClient.PostAsync("/apps/{app_id}/integrations/custom_events", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false); + var localVarResponse = await this.AsynchronousClient.PostAsync("/apps/{app_id}/custom_events", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false); if (this.ExceptionFactory != null) { diff --git a/src/OneSignalApi/Client/ApiClient.cs b/src/OneSignalApi/Client/ApiClient.cs index f5a977e..71018a2 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -157,7 +157,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=5.12.1"); + request.AddHeader("OS-Usage-Data", "kind=sdk, sdk-name=onesignal-dotnet, version=5.12.2"); if (configuration.DefaultHeaders != null) { diff --git a/src/OneSignalApi/Client/ApiException.cs b/src/OneSignalApi/Client/ApiException.cs index 12a5621..1d164f8 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 1923f86..e3b825b 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 c15812c..d3b6506 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 be4aeb8..e2c6c91 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 = "5.12.1"; + public const string Version = "5.12.2"; /// /// Identifier for ISO 8601 DateTime Format @@ -109,7 +109,7 @@ public class Configuration : IReadableConfiguration public Configuration() { Proxy = null; - UserAgent = "OpenAPI-Generator-5.12.1-csharp"; + UserAgent = "OpenAPI-Generator-5.12.2-csharp"; BasePath = "https://api.onesignal.com"; DefaultHeaders = new ConcurrentDictionary(); ApiKey = new ConcurrentDictionary(); @@ -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: 5.11.1\n"; - report += " SDK Package Version: 5.12.1\n"; + report += " Version of the API: 5.11.2\n"; + report += " SDK Package Version: 5.12.2\n"; return report; } diff --git a/src/OneSignalApi/Client/ExceptionFactory.cs b/src/OneSignalApi/Client/ExceptionFactory.cs index d27d173..d71d859 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 faa1342..4086b0a 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 8609465..4bb2022 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 4514fbb..6b89ca0 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 0058750..a0a3f88 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 bd2e61b..d6a7ee9 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 c6a86ef..412b9ff 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 8b0ecd6..24b6cf9 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 aec55a6..29e93ab 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 cde383c..0ea035d 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 dbd6444..ef67fa4 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 37e63e3..42a30eb 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/ApiKeyToken.cs b/src/OneSignalApi/Model/ApiKeyToken.cs index 558f235..38377f3 100644 --- a/src/OneSignalApi/Model/ApiKeyToken.cs +++ b/src/OneSignalApi/Model/ApiKeyToken.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/ApiKeyTokensListResponse.cs b/src/OneSignalApi/Model/ApiKeyTokensListResponse.cs index 702b453..d25d96c 100644 --- a/src/OneSignalApi/Model/ApiKeyTokensListResponse.cs +++ b/src/OneSignalApi/Model/ApiKeyTokensListResponse.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 09e38ba..1c937d3 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/AuditLogActor.cs b/src/OneSignalApi/Model/AuditLogActor.cs index 1d16dd2..b045f02 100644 --- a/src/OneSignalApi/Model/AuditLogActor.cs +++ b/src/OneSignalApi/Model/AuditLogActor.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/AuditLogContext.cs b/src/OneSignalApi/Model/AuditLogContext.cs index 504051c..119af37 100644 --- a/src/OneSignalApi/Model/AuditLogContext.cs +++ b/src/OneSignalApi/Model/AuditLogContext.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/AuditLogEvent.cs b/src/OneSignalApi/Model/AuditLogEvent.cs index 11189b5..e0b5069 100644 --- a/src/OneSignalApi/Model/AuditLogEvent.cs +++ b/src/OneSignalApi/Model/AuditLogEvent.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/AuditLogTarget.cs b/src/OneSignalApi/Model/AuditLogTarget.cs index efaebbd..c0ef02f 100644 --- a/src/OneSignalApi/Model/AuditLogTarget.cs +++ b/src/OneSignalApi/Model/AuditLogTarget.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 b1308d3..dd51c47 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 fa64105..6a1f468 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 f904095..51a708a 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 3299c30..2d72b93 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/CopyTemplateRequest.cs b/src/OneSignalApi/Model/CopyTemplateRequest.cs index 3b586e4..d316b97 100644 --- a/src/OneSignalApi/Model/CopyTemplateRequest.cs +++ b/src/OneSignalApi/Model/CopyTemplateRequest.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/CreateApiKeyRequest.cs b/src/OneSignalApi/Model/CreateApiKeyRequest.cs index cab194f..0173921 100644 --- a/src/OneSignalApi/Model/CreateApiKeyRequest.cs +++ b/src/OneSignalApi/Model/CreateApiKeyRequest.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/CreateApiKeyResponse.cs b/src/OneSignalApi/Model/CreateApiKeyResponse.cs index 463cb8b..ba0e6fe 100644 --- a/src/OneSignalApi/Model/CreateApiKeyResponse.cs +++ b/src/OneSignalApi/Model/CreateApiKeyResponse.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 b21b983..9b92c1a 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 014da08..9bfb3bc 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 827089f..4b4a140 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/CreateTemplateRequest.cs b/src/OneSignalApi/Model/CreateTemplateRequest.cs index 6dcf13e..1deefc6 100644 --- a/src/OneSignalApi/Model/CreateTemplateRequest.cs +++ b/src/OneSignalApi/Model/CreateTemplateRequest.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 de6b7bf..9884157 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 83651d1..3e8a95f 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 c9c17f3..000fe13 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/CustomEvent.cs b/src/OneSignalApi/Model/CustomEvent.cs index 9b4632f..7d15923 100644 --- a/src/OneSignalApi/Model/CustomEvent.cs +++ b/src/OneSignalApi/Model/CustomEvent.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/CustomEventsRequest.cs b/src/OneSignalApi/Model/CustomEventsRequest.cs index df85bce..0459472 100644 --- a/src/OneSignalApi/Model/CustomEventsRequest.cs +++ b/src/OneSignalApi/Model/CustomEventsRequest.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 bc8f1ab..7bc7c67 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 edce1cf..2cb2d9d 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/ExportSubscriptionsRequestBody.cs b/src/OneSignalApi/Model/ExportSubscriptionsRequestBody.cs index 9470264..1547954 100644 --- a/src/OneSignalApi/Model/ExportSubscriptionsRequestBody.cs +++ b/src/OneSignalApi/Model/ExportSubscriptionsRequestBody.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/ExportSubscriptionsSuccessResponse.cs b/src/OneSignalApi/Model/ExportSubscriptionsSuccessResponse.cs index 877546d..47bc036 100644 --- a/src/OneSignalApi/Model/ExportSubscriptionsSuccessResponse.cs +++ b/src/OneSignalApi/Model/ExportSubscriptionsSuccessResponse.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 cca1bb6..073eba3 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/FilterExpression.cs b/src/OneSignalApi/Model/FilterExpression.cs index ad0023f..25aa3ca 100644 --- a/src/OneSignalApi/Model/FilterExpression.cs +++ b/src/OneSignalApi/Model/FilterExpression.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 85d9a9d..aed7b8d 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/GenericSuccessBoolResponse.cs b/src/OneSignalApi/Model/GenericSuccessBoolResponse.cs index 2f5de1c..1fed804 100644 --- a/src/OneSignalApi/Model/GenericSuccessBoolResponse.cs +++ b/src/OneSignalApi/Model/GenericSuccessBoolResponse.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/GetNotificationHistoryRequestBody.cs b/src/OneSignalApi/Model/GetNotificationHistoryRequestBody.cs index 8eaf753..a18e2e9 100644 --- a/src/OneSignalApi/Model/GetNotificationHistoryRequestBody.cs +++ b/src/OneSignalApi/Model/GetNotificationHistoryRequestBody.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/GetSegmentSuccessResponse.cs b/src/OneSignalApi/Model/GetSegmentSuccessResponse.cs index b1406e0..8d99acc 100644 --- a/src/OneSignalApi/Model/GetSegmentSuccessResponse.cs +++ b/src/OneSignalApi/Model/GetSegmentSuccessResponse.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/GetSegmentsSuccessResponse.cs b/src/OneSignalApi/Model/GetSegmentsSuccessResponse.cs index d7ce1db..01efb7f 100644 --- a/src/OneSignalApi/Model/GetSegmentsSuccessResponse.cs +++ b/src/OneSignalApi/Model/GetSegmentsSuccessResponse.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/LanguageStringMap.cs b/src/OneSignalApi/Model/LanguageStringMap.cs index 525cc8d..81078ae 100644 --- a/src/OneSignalApi/Model/LanguageStringMap.cs +++ b/src/OneSignalApi/Model/LanguageStringMap.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/ListAuditLogsSuccessResponse.cs b/src/OneSignalApi/Model/ListAuditLogsSuccessResponse.cs index 29fb337..9a528c6 100644 --- a/src/OneSignalApi/Model/ListAuditLogsSuccessResponse.cs +++ b/src/OneSignalApi/Model/ListAuditLogsSuccessResponse.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 aca5070..15ac24b 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 308ae66..a77a8c4 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 aa036aa..4bd8dcb 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 a65f72d..6d3b3d8 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 c64fdfc..2ab0c76 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 edfbf74..33845f5 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 f7ceaae..a246c89 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 1b51dc9..d0224b5 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 08fa72f..6d0a29c 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 ba262f7..0b11207 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 1cdaa59..7369a70 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 3490142..60b36c7 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 847b663..8e1fa5b 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/PropertiesBody.cs b/src/OneSignalApi/Model/PropertiesBody.cs index 34efec1..9e8571c 100644 --- a/src/OneSignalApi/Model/PropertiesBody.cs +++ b/src/OneSignalApi/Model/PropertiesBody.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 97029a5..a9baefc 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 4ac84c8..ea1ebb9 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 cd10efd..28711f7 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/RateLimitError.cs b/src/OneSignalApi/Model/RateLimitError.cs index 2239d28..fe8905a 100644 --- a/src/OneSignalApi/Model/RateLimitError.cs +++ b/src/OneSignalApi/Model/RateLimitError.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 9bbeee3..5eebc60 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/SegmentData.cs b/src/OneSignalApi/Model/SegmentData.cs index 1e6bfd4..e5f8fb6 100644 --- a/src/OneSignalApi/Model/SegmentData.cs +++ b/src/OneSignalApi/Model/SegmentData.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/SegmentDetails.cs b/src/OneSignalApi/Model/SegmentDetails.cs index 80e6193..1f8f85b 100644 --- a/src/OneSignalApi/Model/SegmentDetails.cs +++ b/src/OneSignalApi/Model/SegmentDetails.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 6784cb4..810efaa 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/StartLiveActivityRequest.cs b/src/OneSignalApi/Model/StartLiveActivityRequest.cs index af701a8..0626abd 100644 --- a/src/OneSignalApi/Model/StartLiveActivityRequest.cs +++ b/src/OneSignalApi/Model/StartLiveActivityRequest.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/StartLiveActivitySuccessResponse.cs b/src/OneSignalApi/Model/StartLiveActivitySuccessResponse.cs index f3e48b0..9d09eb9 100644 --- a/src/OneSignalApi/Model/StartLiveActivitySuccessResponse.cs +++ b/src/OneSignalApi/Model/StartLiveActivitySuccessResponse.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/Subscription.cs b/src/OneSignalApi/Model/Subscription.cs index cd004f8..72f131f 100644 --- a/src/OneSignalApi/Model/Subscription.cs +++ b/src/OneSignalApi/Model/Subscription.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/SubscriptionBody.cs b/src/OneSignalApi/Model/SubscriptionBody.cs index 90328eb..2254401 100644 --- a/src/OneSignalApi/Model/SubscriptionBody.cs +++ b/src/OneSignalApi/Model/SubscriptionBody.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/SubscriptionNotificationTarget.cs b/src/OneSignalApi/Model/SubscriptionNotificationTarget.cs index 1af776e..6e86780 100644 --- a/src/OneSignalApi/Model/SubscriptionNotificationTarget.cs +++ b/src/OneSignalApi/Model/SubscriptionNotificationTarget.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/TemplateResource.cs b/src/OneSignalApi/Model/TemplateResource.cs index 0c008fe..38a55fe 100644 --- a/src/OneSignalApi/Model/TemplateResource.cs +++ b/src/OneSignalApi/Model/TemplateResource.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/TemplatesListResponse.cs b/src/OneSignalApi/Model/TemplatesListResponse.cs index a26a3bc..3d5122e 100644 --- a/src/OneSignalApi/Model/TemplatesListResponse.cs +++ b/src/OneSignalApi/Model/TemplatesListResponse.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 3bc1152..b8b942f 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/UpdateApiKeyRequest.cs b/src/OneSignalApi/Model/UpdateApiKeyRequest.cs index 2bbc498..915a864 100644 --- a/src/OneSignalApi/Model/UpdateApiKeyRequest.cs +++ b/src/OneSignalApi/Model/UpdateApiKeyRequest.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 d5da647..b45fb61 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 f8a93b4..c32eb15 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/UpdateSegmentRequest.cs b/src/OneSignalApi/Model/UpdateSegmentRequest.cs index e7bfffb..28967cc 100644 --- a/src/OneSignalApi/Model/UpdateSegmentRequest.cs +++ b/src/OneSignalApi/Model/UpdateSegmentRequest.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/UpdateSegmentSuccessResponse.cs b/src/OneSignalApi/Model/UpdateSegmentSuccessResponse.cs index 8d28d0b..7fbc27c 100644 --- a/src/OneSignalApi/Model/UpdateSegmentSuccessResponse.cs +++ b/src/OneSignalApi/Model/UpdateSegmentSuccessResponse.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/UpdateTemplateRequest.cs b/src/OneSignalApi/Model/UpdateTemplateRequest.cs index 8a1b2d7..7fb5a02 100644 --- a/src/OneSignalApi/Model/UpdateTemplateRequest.cs +++ b/src/OneSignalApi/Model/UpdateTemplateRequest.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 66b0d19..bd2911c 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 2772bfc..b8931c1 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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/UserIdentityBody.cs b/src/OneSignalApi/Model/UserIdentityBody.cs index c1d50e8..07bd0e2 100644 --- a/src/OneSignalApi/Model/UserIdentityBody.cs +++ b/src/OneSignalApi/Model/UserIdentityBody.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * Contact: devrel@onesignal.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/OneSignalApi/Model/WebButton.cs b/src/OneSignalApi/Model/WebButton.cs index 9f907e9..165f708 100644 --- a/src/OneSignalApi/Model/WebButton.cs +++ b/src/OneSignalApi/Model/WebButton.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: 5.11.1 + * The version of the OpenAPI document: 5.11.2 * 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 e55740e..f89ff0e 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 - 5.12.1 + 5.12.2 bin\$(Configuration)\$(TargetFramework)\OneSignalApi.xml https://github.com/OneSignal/onesignal-dotnet-api.git git