From cb1ca1a1345efe7fd2adc06d5c603e90720ebc4a Mon Sep 17 00:00:00 2001 From: OneSignal Date: Fri, 30 May 2025 03:49:47 +0000 Subject: [PATCH] feat: add v2.2.1 package updates --- README.md | 4 +- include/CppRestOneSignalAPIClient/ApiClient.h | 2 +- .../ApiConfiguration.h | 2 +- .../CppRestOneSignalAPIClient/ApiException.h | 2 +- .../CppRestOneSignalAPIClient/HttpContent.h | 2 +- include/CppRestOneSignalAPIClient/IHttpBody.h | 2 +- include/CppRestOneSignalAPIClient/JsonBody.h | 2 +- include/CppRestOneSignalAPIClient/ModelBase.h | 2 +- .../MultipartFormData.h | 2 +- include/CppRestOneSignalAPIClient/Object.h | 2 +- .../api/DefaultApi.h | 2 +- include/CppRestOneSignalAPIClient/model/App.h | 2 +- .../model/BasicNotification.h | 2 +- .../model/BasicNotification_allOf.h | 2 +- ...fication_allOf_android_background_layout.h | 2 +- .../model/BeginLiveActivityRequest.h | 2 +- .../CppRestOneSignalAPIClient/model/Button.h | 2 +- .../model/CancelNotificationSuccessResponse.h | 2 +- .../model/CreateNotificationSuccessResponse.h | 2 +- .../model/CreatePlayerSuccessResponse.h | 2 +- .../model/CreateSegmentConflictResponse.h | 2 +- .../model/CreateSegmentSuccessResponse.h | 2 +- .../model/CreateSubscriptionRequestBody.h | 2 +- .../model/CreateUserConflictResponse.h | 2 +- ...ateUserConflictResponse_errorsItems_meta.h | 2 +- .../CreateUserConflictResponse_errors_inner.h | 2 +- .../model/DeletePlayerNotFoundResponse.h | 2 +- .../model/DeletePlayerSuccessResponse.h | 2 +- .../model/DeleteSegmentNotFoundResponse.h | 2 +- .../model/DeleteSegmentSuccessResponse.h | 2 +- .../model/DeliveryData.h | 2 +- .../model/ExportEventsSuccessResponse.h | 2 +- .../model/ExportPlayersSuccessResponse.h | 2 +- .../model/Export_players_request_body.h | 2 +- .../CppRestOneSignalAPIClient/model/Filter.h | 2 +- .../model/FilterExpressions.h | 2 +- .../model/GenericError.h | 2 +- .../model/GenericError_errors_inner.h | 2 +- .../model/Get_notification_request_body.h | 2 +- .../model/Inline_response_200.h | 2 +- .../model/Inline_response_200_3.h | 2 +- .../model/Inline_response_201.h | 2 +- .../model/Inline_response_202.h | 2 +- .../model/InvalidIdentifierError.h | 2 +- .../model/Notification.h | 2 +- .../model/Notification200Errors.h | 2 +- .../NotificationHistorySuccessResponse.h | 2 +- .../model/NotificationSlice.h | 2 +- .../model/NotificationTarget.h | 2 +- .../model/NotificationWithMeta.h | 2 +- .../model/NotificationWithMeta_allOf.h | 2 +- .../model/Notification_allOf.h | 2 +- .../model/Operator.h | 2 +- .../model/OutcomeData.h | 2 +- .../model/OutcomesData.h | 2 +- .../model/PlatformDeliveryData.h | 2 +- .../model/PlatformDeliveryData_email_allOf.h | 2 +- .../model/PlatformDeliveryData_sms_allOf.h | 2 +- .../CppRestOneSignalAPIClient/model/Player.h | 2 +- .../model/PlayerNotificationTarget.h | 2 +- ...PlayerNotificationTarget_include_aliases.h | 2 +- .../model/PlayerSlice.h | 2 +- .../model/PropertiesDeltas.h | 2 +- .../model/PropertiesObject.h | 2 +- .../model/Purchase.h | 2 +- .../model/RateLimiterError.h | 2 +- .../CppRestOneSignalAPIClient/model/Segment.h | 2 +- .../model/SegmentNotificationTarget.h | 2 +- .../model/StringMap.h | 2 +- .../model/SubscriptionObject.h | 8 +- .../model/TransferSubscriptionRequestBody.h | 2 +- .../model/UpdateLiveActivityRequest.h | 2 +- .../model/UpdateLiveActivitySuccessResponse.h | 2 +- .../model/UpdatePlayerSuccessResponse.h | 2 +- .../model/UpdatePlayerTagsSuccessResponse.h | 2 +- .../model/UpdateSubscriptionRequestBody.h | 2 +- .../model/UpdateUserRequest.h | 2 +- .../model/Update_player_tags_request_body.h | 2 +- .../CppRestOneSignalAPIClient/model/User.h | 2 +- .../model/UserIdentityRequestBody.h | 2 +- .../model/UserIdentityResponse.h | 2 +- .../model/User_subscription_options.h | 2 +- src/ApiClient.cpp | 2 +- src/ApiConfiguration.cpp | 2 +- src/ApiException.cpp | 2 +- src/HttpContent.cpp | 2 +- src/JsonBody.cpp | 2 +- src/ModelBase.cpp | 2 +- src/MultipartFormData.cpp | 2 +- src/Object.cpp | 2 +- src/api/DefaultApi.cpp | 76 +++++++++---------- src/api/DefaultApiGMock.h | 2 +- src/model/App.cpp | 2 +- src/model/BasicNotification.cpp | 2 +- src/model/BasicNotification_allOf.cpp | 2 +- ...cation_allOf_android_background_layout.cpp | 2 +- src/model/BeginLiveActivityRequest.cpp | 2 +- src/model/Button.cpp | 2 +- .../CancelNotificationSuccessResponse.cpp | 2 +- .../CreateNotificationSuccessResponse.cpp | 2 +- src/model/CreatePlayerSuccessResponse.cpp | 2 +- src/model/CreateSegmentConflictResponse.cpp | 2 +- src/model/CreateSegmentSuccessResponse.cpp | 2 +- src/model/CreateSubscriptionRequestBody.cpp | 2 +- src/model/CreateUserConflictResponse.cpp | 2 +- ...eUserConflictResponse_errorsItems_meta.cpp | 2 +- ...reateUserConflictResponse_errors_inner.cpp | 2 +- src/model/DeletePlayerNotFoundResponse.cpp | 2 +- src/model/DeletePlayerSuccessResponse.cpp | 2 +- src/model/DeleteSegmentNotFoundResponse.cpp | 2 +- src/model/DeleteSegmentSuccessResponse.cpp | 2 +- src/model/DeliveryData.cpp | 2 +- src/model/ExportEventsSuccessResponse.cpp | 2 +- src/model/ExportPlayersSuccessResponse.cpp | 2 +- src/model/Export_players_request_body.cpp | 2 +- src/model/Filter.cpp | 2 +- src/model/FilterExpressions.cpp | 2 +- src/model/GenericError.cpp | 2 +- src/model/GenericError_errors_inner.cpp | 2 +- src/model/Get_notification_request_body.cpp | 2 +- src/model/Inline_response_200.cpp | 2 +- src/model/Inline_response_200_3.cpp | 2 +- src/model/Inline_response_201.cpp | 2 +- src/model/Inline_response_202.cpp | 2 +- src/model/InvalidIdentifierError.cpp | 2 +- src/model/Notification.cpp | 2 +- src/model/Notification200Errors.cpp | 2 +- .../NotificationHistorySuccessResponse.cpp | 2 +- src/model/NotificationSlice.cpp | 2 +- src/model/NotificationTarget.cpp | 2 +- src/model/NotificationWithMeta.cpp | 2 +- src/model/NotificationWithMeta_allOf.cpp | 2 +- src/model/Notification_allOf.cpp | 2 +- src/model/Operator.cpp | 2 +- src/model/OutcomeData.cpp | 2 +- src/model/OutcomesData.cpp | 2 +- src/model/PlatformDeliveryData.cpp | 2 +- .../PlatformDeliveryData_email_allOf.cpp | 2 +- src/model/PlatformDeliveryData_sms_allOf.cpp | 2 +- src/model/Player.cpp | 2 +- src/model/PlayerNotificationTarget.cpp | 2 +- ...ayerNotificationTarget_include_aliases.cpp | 2 +- src/model/PlayerSlice.cpp | 2 +- src/model/PropertiesDeltas.cpp | 2 +- src/model/PropertiesObject.cpp | 2 +- src/model/Purchase.cpp | 2 +- src/model/RateLimiterError.cpp | 2 +- src/model/Segment.cpp | 2 +- src/model/SegmentNotificationTarget.cpp | 2 +- src/model/StringMap.cpp | 2 +- src/model/SubscriptionObject.cpp | 12 +-- src/model/TransferSubscriptionRequestBody.cpp | 2 +- src/model/UpdateLiveActivityRequest.cpp | 2 +- .../UpdateLiveActivitySuccessResponse.cpp | 2 +- src/model/UpdatePlayerSuccessResponse.cpp | 2 +- src/model/UpdatePlayerTagsSuccessResponse.cpp | 2 +- src/model/UpdateSubscriptionRequestBody.cpp | 2 +- src/model/UpdateUserRequest.cpp | 2 +- src/model/Update_player_tags_request_body.cpp | 2 +- src/model/User.cpp | 2 +- src/model/UserIdentityRequestBody.cpp | 2 +- src/model/UserIdentityResponse.cpp | 2 +- src/model/User_subscription_options.cpp | 2 +- 163 files changed, 209 insertions(+), 209 deletions(-) diff --git a/README.md b/README.md index 84335b2..c8a29bc 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ A powerful way to send personalized messages at scale and build effective custom ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI spec](https://openapis.org) from a remote server, you can easily generate an API client. -- API version: 1.4.0 -- Package version: 2.2.0 +- API version: 1.4.1 +- Package version: 2.2.1 - Build package: org.openapitools.codegen.languages.CppRestSdkClientCodegen For more information, please visit [https://onesignal.com](https://onesignal.com) diff --git a/include/CppRestOneSignalAPIClient/ApiClient.h b/include/CppRestOneSignalAPIClient/ApiClient.h index 2406a42..4426fba 100644 --- a/include/CppRestOneSignalAPIClient/ApiClient.h +++ b/include/CppRestOneSignalAPIClient/ApiClient.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/ApiConfiguration.h b/include/CppRestOneSignalAPIClient/ApiConfiguration.h index 01503cc..7e503cc 100644 --- a/include/CppRestOneSignalAPIClient/ApiConfiguration.h +++ b/include/CppRestOneSignalAPIClient/ApiConfiguration.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/ApiException.h b/include/CppRestOneSignalAPIClient/ApiException.h index 2c7faeb..a2f3757 100644 --- a/include/CppRestOneSignalAPIClient/ApiException.h +++ b/include/CppRestOneSignalAPIClient/ApiException.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/HttpContent.h b/include/CppRestOneSignalAPIClient/HttpContent.h index 4667d99..2825e28 100644 --- a/include/CppRestOneSignalAPIClient/HttpContent.h +++ b/include/CppRestOneSignalAPIClient/HttpContent.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/IHttpBody.h b/include/CppRestOneSignalAPIClient/IHttpBody.h index 15728c8..5007606 100644 --- a/include/CppRestOneSignalAPIClient/IHttpBody.h +++ b/include/CppRestOneSignalAPIClient/IHttpBody.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/JsonBody.h b/include/CppRestOneSignalAPIClient/JsonBody.h index e360766..0e61aa9 100644 --- a/include/CppRestOneSignalAPIClient/JsonBody.h +++ b/include/CppRestOneSignalAPIClient/JsonBody.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/ModelBase.h b/include/CppRestOneSignalAPIClient/ModelBase.h index 61ffdb0..eb17e2e 100644 --- a/include/CppRestOneSignalAPIClient/ModelBase.h +++ b/include/CppRestOneSignalAPIClient/ModelBase.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/MultipartFormData.h b/include/CppRestOneSignalAPIClient/MultipartFormData.h index 1f94f1a..290ad99 100644 --- a/include/CppRestOneSignalAPIClient/MultipartFormData.h +++ b/include/CppRestOneSignalAPIClient/MultipartFormData.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/Object.h b/include/CppRestOneSignalAPIClient/Object.h index 5cd00b4..69b48b3 100644 --- a/include/CppRestOneSignalAPIClient/Object.h +++ b/include/CppRestOneSignalAPIClient/Object.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/api/DefaultApi.h b/include/CppRestOneSignalAPIClient/api/DefaultApi.h index f92b99f..f862f3f 100644 --- a/include/CppRestOneSignalAPIClient/api/DefaultApi.h +++ b/include/CppRestOneSignalAPIClient/api/DefaultApi.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/App.h b/include/CppRestOneSignalAPIClient/model/App.h index 83317dd..683891c 100644 --- a/include/CppRestOneSignalAPIClient/model/App.h +++ b/include/CppRestOneSignalAPIClient/model/App.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/BasicNotification.h b/include/CppRestOneSignalAPIClient/model/BasicNotification.h index 1786d03..8524dba 100644 --- a/include/CppRestOneSignalAPIClient/model/BasicNotification.h +++ b/include/CppRestOneSignalAPIClient/model/BasicNotification.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/BasicNotification_allOf.h b/include/CppRestOneSignalAPIClient/model/BasicNotification_allOf.h index e38493a..ec0cacb 100644 --- a/include/CppRestOneSignalAPIClient/model/BasicNotification_allOf.h +++ b/include/CppRestOneSignalAPIClient/model/BasicNotification_allOf.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/BasicNotification_allOf_android_background_layout.h b/include/CppRestOneSignalAPIClient/model/BasicNotification_allOf_android_background_layout.h index 4ee9206..8706cf9 100644 --- a/include/CppRestOneSignalAPIClient/model/BasicNotification_allOf_android_background_layout.h +++ b/include/CppRestOneSignalAPIClient/model/BasicNotification_allOf_android_background_layout.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/BeginLiveActivityRequest.h b/include/CppRestOneSignalAPIClient/model/BeginLiveActivityRequest.h index cab11da..9f5282e 100644 --- a/include/CppRestOneSignalAPIClient/model/BeginLiveActivityRequest.h +++ b/include/CppRestOneSignalAPIClient/model/BeginLiveActivityRequest.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/Button.h b/include/CppRestOneSignalAPIClient/model/Button.h index 978889a..68b8085 100644 --- a/include/CppRestOneSignalAPIClient/model/Button.h +++ b/include/CppRestOneSignalAPIClient/model/Button.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/CancelNotificationSuccessResponse.h b/include/CppRestOneSignalAPIClient/model/CancelNotificationSuccessResponse.h index d36c5a4..24b937c 100644 --- a/include/CppRestOneSignalAPIClient/model/CancelNotificationSuccessResponse.h +++ b/include/CppRestOneSignalAPIClient/model/CancelNotificationSuccessResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/CreateNotificationSuccessResponse.h b/include/CppRestOneSignalAPIClient/model/CreateNotificationSuccessResponse.h index 59f5eb9..4259ca8 100644 --- a/include/CppRestOneSignalAPIClient/model/CreateNotificationSuccessResponse.h +++ b/include/CppRestOneSignalAPIClient/model/CreateNotificationSuccessResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/CreatePlayerSuccessResponse.h b/include/CppRestOneSignalAPIClient/model/CreatePlayerSuccessResponse.h index d976fca..11adcd0 100644 --- a/include/CppRestOneSignalAPIClient/model/CreatePlayerSuccessResponse.h +++ b/include/CppRestOneSignalAPIClient/model/CreatePlayerSuccessResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/CreateSegmentConflictResponse.h b/include/CppRestOneSignalAPIClient/model/CreateSegmentConflictResponse.h index 613813a..180a1ab 100644 --- a/include/CppRestOneSignalAPIClient/model/CreateSegmentConflictResponse.h +++ b/include/CppRestOneSignalAPIClient/model/CreateSegmentConflictResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/CreateSegmentSuccessResponse.h b/include/CppRestOneSignalAPIClient/model/CreateSegmentSuccessResponse.h index 682d9bf..e9693c6 100644 --- a/include/CppRestOneSignalAPIClient/model/CreateSegmentSuccessResponse.h +++ b/include/CppRestOneSignalAPIClient/model/CreateSegmentSuccessResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/CreateSubscriptionRequestBody.h b/include/CppRestOneSignalAPIClient/model/CreateSubscriptionRequestBody.h index bddbff8..14224b5 100644 --- a/include/CppRestOneSignalAPIClient/model/CreateSubscriptionRequestBody.h +++ b/include/CppRestOneSignalAPIClient/model/CreateSubscriptionRequestBody.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/CreateUserConflictResponse.h b/include/CppRestOneSignalAPIClient/model/CreateUserConflictResponse.h index 8831ff2..7fca204 100644 --- a/include/CppRestOneSignalAPIClient/model/CreateUserConflictResponse.h +++ b/include/CppRestOneSignalAPIClient/model/CreateUserConflictResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/CreateUserConflictResponse_errorsItems_meta.h b/include/CppRestOneSignalAPIClient/model/CreateUserConflictResponse_errorsItems_meta.h index 6bc76ff..d62b51d 100644 --- a/include/CppRestOneSignalAPIClient/model/CreateUserConflictResponse_errorsItems_meta.h +++ b/include/CppRestOneSignalAPIClient/model/CreateUserConflictResponse_errorsItems_meta.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/CreateUserConflictResponse_errors_inner.h b/include/CppRestOneSignalAPIClient/model/CreateUserConflictResponse_errors_inner.h index 02d91f0..beb677f 100644 --- a/include/CppRestOneSignalAPIClient/model/CreateUserConflictResponse_errors_inner.h +++ b/include/CppRestOneSignalAPIClient/model/CreateUserConflictResponse_errors_inner.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/DeletePlayerNotFoundResponse.h b/include/CppRestOneSignalAPIClient/model/DeletePlayerNotFoundResponse.h index 277287a..77b376d 100644 --- a/include/CppRestOneSignalAPIClient/model/DeletePlayerNotFoundResponse.h +++ b/include/CppRestOneSignalAPIClient/model/DeletePlayerNotFoundResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/DeletePlayerSuccessResponse.h b/include/CppRestOneSignalAPIClient/model/DeletePlayerSuccessResponse.h index 6c4d1de..583d34c 100644 --- a/include/CppRestOneSignalAPIClient/model/DeletePlayerSuccessResponse.h +++ b/include/CppRestOneSignalAPIClient/model/DeletePlayerSuccessResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/DeleteSegmentNotFoundResponse.h b/include/CppRestOneSignalAPIClient/model/DeleteSegmentNotFoundResponse.h index c8cc9fc..8686af3 100644 --- a/include/CppRestOneSignalAPIClient/model/DeleteSegmentNotFoundResponse.h +++ b/include/CppRestOneSignalAPIClient/model/DeleteSegmentNotFoundResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/DeleteSegmentSuccessResponse.h b/include/CppRestOneSignalAPIClient/model/DeleteSegmentSuccessResponse.h index 03442f0..8b4627b 100644 --- a/include/CppRestOneSignalAPIClient/model/DeleteSegmentSuccessResponse.h +++ b/include/CppRestOneSignalAPIClient/model/DeleteSegmentSuccessResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/DeliveryData.h b/include/CppRestOneSignalAPIClient/model/DeliveryData.h index 8312fd3..392a854 100644 --- a/include/CppRestOneSignalAPIClient/model/DeliveryData.h +++ b/include/CppRestOneSignalAPIClient/model/DeliveryData.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/ExportEventsSuccessResponse.h b/include/CppRestOneSignalAPIClient/model/ExportEventsSuccessResponse.h index 6be6333..b494fbe 100644 --- a/include/CppRestOneSignalAPIClient/model/ExportEventsSuccessResponse.h +++ b/include/CppRestOneSignalAPIClient/model/ExportEventsSuccessResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/ExportPlayersSuccessResponse.h b/include/CppRestOneSignalAPIClient/model/ExportPlayersSuccessResponse.h index 55b1af3..bf048de 100644 --- a/include/CppRestOneSignalAPIClient/model/ExportPlayersSuccessResponse.h +++ b/include/CppRestOneSignalAPIClient/model/ExportPlayersSuccessResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/Export_players_request_body.h b/include/CppRestOneSignalAPIClient/model/Export_players_request_body.h index c36d029..7d0305e 100644 --- a/include/CppRestOneSignalAPIClient/model/Export_players_request_body.h +++ b/include/CppRestOneSignalAPIClient/model/Export_players_request_body.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/Filter.h b/include/CppRestOneSignalAPIClient/model/Filter.h index 86e6f4f..049d0c6 100644 --- a/include/CppRestOneSignalAPIClient/model/Filter.h +++ b/include/CppRestOneSignalAPIClient/model/Filter.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/FilterExpressions.h b/include/CppRestOneSignalAPIClient/model/FilterExpressions.h index 3f469f5..4288936 100644 --- a/include/CppRestOneSignalAPIClient/model/FilterExpressions.h +++ b/include/CppRestOneSignalAPIClient/model/FilterExpressions.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/GenericError.h b/include/CppRestOneSignalAPIClient/model/GenericError.h index bc389b5..9189307 100644 --- a/include/CppRestOneSignalAPIClient/model/GenericError.h +++ b/include/CppRestOneSignalAPIClient/model/GenericError.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/GenericError_errors_inner.h b/include/CppRestOneSignalAPIClient/model/GenericError_errors_inner.h index 2811b81..19713ef 100644 --- a/include/CppRestOneSignalAPIClient/model/GenericError_errors_inner.h +++ b/include/CppRestOneSignalAPIClient/model/GenericError_errors_inner.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/Get_notification_request_body.h b/include/CppRestOneSignalAPIClient/model/Get_notification_request_body.h index 21eeed1..3d73840 100644 --- a/include/CppRestOneSignalAPIClient/model/Get_notification_request_body.h +++ b/include/CppRestOneSignalAPIClient/model/Get_notification_request_body.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/Inline_response_200.h b/include/CppRestOneSignalAPIClient/model/Inline_response_200.h index b9fb642..6d79d40 100644 --- a/include/CppRestOneSignalAPIClient/model/Inline_response_200.h +++ b/include/CppRestOneSignalAPIClient/model/Inline_response_200.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/Inline_response_200_3.h b/include/CppRestOneSignalAPIClient/model/Inline_response_200_3.h index d3a8ebb..e1bebc2 100644 --- a/include/CppRestOneSignalAPIClient/model/Inline_response_200_3.h +++ b/include/CppRestOneSignalAPIClient/model/Inline_response_200_3.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/Inline_response_201.h b/include/CppRestOneSignalAPIClient/model/Inline_response_201.h index d184a90..72c101b 100644 --- a/include/CppRestOneSignalAPIClient/model/Inline_response_201.h +++ b/include/CppRestOneSignalAPIClient/model/Inline_response_201.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/Inline_response_202.h b/include/CppRestOneSignalAPIClient/model/Inline_response_202.h index 966260f..71ed745 100644 --- a/include/CppRestOneSignalAPIClient/model/Inline_response_202.h +++ b/include/CppRestOneSignalAPIClient/model/Inline_response_202.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/InvalidIdentifierError.h b/include/CppRestOneSignalAPIClient/model/InvalidIdentifierError.h index 7c9d45e..6188881 100644 --- a/include/CppRestOneSignalAPIClient/model/InvalidIdentifierError.h +++ b/include/CppRestOneSignalAPIClient/model/InvalidIdentifierError.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/Notification.h b/include/CppRestOneSignalAPIClient/model/Notification.h index ef55bc0..a79419d 100644 --- a/include/CppRestOneSignalAPIClient/model/Notification.h +++ b/include/CppRestOneSignalAPIClient/model/Notification.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/Notification200Errors.h b/include/CppRestOneSignalAPIClient/model/Notification200Errors.h index ccf8f26..6d7be88 100644 --- a/include/CppRestOneSignalAPIClient/model/Notification200Errors.h +++ b/include/CppRestOneSignalAPIClient/model/Notification200Errors.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/NotificationHistorySuccessResponse.h b/include/CppRestOneSignalAPIClient/model/NotificationHistorySuccessResponse.h index 5d62d7e..77b8311 100644 --- a/include/CppRestOneSignalAPIClient/model/NotificationHistorySuccessResponse.h +++ b/include/CppRestOneSignalAPIClient/model/NotificationHistorySuccessResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/NotificationSlice.h b/include/CppRestOneSignalAPIClient/model/NotificationSlice.h index 791b950..07fb6f3 100644 --- a/include/CppRestOneSignalAPIClient/model/NotificationSlice.h +++ b/include/CppRestOneSignalAPIClient/model/NotificationSlice.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/NotificationTarget.h b/include/CppRestOneSignalAPIClient/model/NotificationTarget.h index 174373e..54b8d74 100644 --- a/include/CppRestOneSignalAPIClient/model/NotificationTarget.h +++ b/include/CppRestOneSignalAPIClient/model/NotificationTarget.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/NotificationWithMeta.h b/include/CppRestOneSignalAPIClient/model/NotificationWithMeta.h index 0326269..50934ac 100644 --- a/include/CppRestOneSignalAPIClient/model/NotificationWithMeta.h +++ b/include/CppRestOneSignalAPIClient/model/NotificationWithMeta.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/NotificationWithMeta_allOf.h b/include/CppRestOneSignalAPIClient/model/NotificationWithMeta_allOf.h index 642bafe..810ddff 100644 --- a/include/CppRestOneSignalAPIClient/model/NotificationWithMeta_allOf.h +++ b/include/CppRestOneSignalAPIClient/model/NotificationWithMeta_allOf.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/Notification_allOf.h b/include/CppRestOneSignalAPIClient/model/Notification_allOf.h index be7fb17..00fc68a 100644 --- a/include/CppRestOneSignalAPIClient/model/Notification_allOf.h +++ b/include/CppRestOneSignalAPIClient/model/Notification_allOf.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/Operator.h b/include/CppRestOneSignalAPIClient/model/Operator.h index 836ea27..808f348 100644 --- a/include/CppRestOneSignalAPIClient/model/Operator.h +++ b/include/CppRestOneSignalAPIClient/model/Operator.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/OutcomeData.h b/include/CppRestOneSignalAPIClient/model/OutcomeData.h index b31c6ff..be7cc06 100644 --- a/include/CppRestOneSignalAPIClient/model/OutcomeData.h +++ b/include/CppRestOneSignalAPIClient/model/OutcomeData.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/OutcomesData.h b/include/CppRestOneSignalAPIClient/model/OutcomesData.h index dac17fa..d02b0f8 100644 --- a/include/CppRestOneSignalAPIClient/model/OutcomesData.h +++ b/include/CppRestOneSignalAPIClient/model/OutcomesData.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/PlatformDeliveryData.h b/include/CppRestOneSignalAPIClient/model/PlatformDeliveryData.h index d5bd8fb..4b179fd 100644 --- a/include/CppRestOneSignalAPIClient/model/PlatformDeliveryData.h +++ b/include/CppRestOneSignalAPIClient/model/PlatformDeliveryData.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/PlatformDeliveryData_email_allOf.h b/include/CppRestOneSignalAPIClient/model/PlatformDeliveryData_email_allOf.h index 8ad1617..e8e9f31 100644 --- a/include/CppRestOneSignalAPIClient/model/PlatformDeliveryData_email_allOf.h +++ b/include/CppRestOneSignalAPIClient/model/PlatformDeliveryData_email_allOf.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/PlatformDeliveryData_sms_allOf.h b/include/CppRestOneSignalAPIClient/model/PlatformDeliveryData_sms_allOf.h index 966cd44..24ed886 100644 --- a/include/CppRestOneSignalAPIClient/model/PlatformDeliveryData_sms_allOf.h +++ b/include/CppRestOneSignalAPIClient/model/PlatformDeliveryData_sms_allOf.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/Player.h b/include/CppRestOneSignalAPIClient/model/Player.h index dff6ea3..1aeef89 100644 --- a/include/CppRestOneSignalAPIClient/model/Player.h +++ b/include/CppRestOneSignalAPIClient/model/Player.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/PlayerNotificationTarget.h b/include/CppRestOneSignalAPIClient/model/PlayerNotificationTarget.h index 4ed929d..179076b 100644 --- a/include/CppRestOneSignalAPIClient/model/PlayerNotificationTarget.h +++ b/include/CppRestOneSignalAPIClient/model/PlayerNotificationTarget.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/PlayerNotificationTarget_include_aliases.h b/include/CppRestOneSignalAPIClient/model/PlayerNotificationTarget_include_aliases.h index 70d9561..2ac4a5f 100644 --- a/include/CppRestOneSignalAPIClient/model/PlayerNotificationTarget_include_aliases.h +++ b/include/CppRestOneSignalAPIClient/model/PlayerNotificationTarget_include_aliases.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/PlayerSlice.h b/include/CppRestOneSignalAPIClient/model/PlayerSlice.h index 840c22d..c1d88b0 100644 --- a/include/CppRestOneSignalAPIClient/model/PlayerSlice.h +++ b/include/CppRestOneSignalAPIClient/model/PlayerSlice.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/PropertiesDeltas.h b/include/CppRestOneSignalAPIClient/model/PropertiesDeltas.h index 964c5af..03b38e4 100644 --- a/include/CppRestOneSignalAPIClient/model/PropertiesDeltas.h +++ b/include/CppRestOneSignalAPIClient/model/PropertiesDeltas.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/PropertiesObject.h b/include/CppRestOneSignalAPIClient/model/PropertiesObject.h index 325e5ae..f49095a 100644 --- a/include/CppRestOneSignalAPIClient/model/PropertiesObject.h +++ b/include/CppRestOneSignalAPIClient/model/PropertiesObject.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/Purchase.h b/include/CppRestOneSignalAPIClient/model/Purchase.h index f47703f..30d57af 100644 --- a/include/CppRestOneSignalAPIClient/model/Purchase.h +++ b/include/CppRestOneSignalAPIClient/model/Purchase.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/RateLimiterError.h b/include/CppRestOneSignalAPIClient/model/RateLimiterError.h index ca7a55f..6e3d230 100644 --- a/include/CppRestOneSignalAPIClient/model/RateLimiterError.h +++ b/include/CppRestOneSignalAPIClient/model/RateLimiterError.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/Segment.h b/include/CppRestOneSignalAPIClient/model/Segment.h index 37a52cd..3648ed0 100644 --- a/include/CppRestOneSignalAPIClient/model/Segment.h +++ b/include/CppRestOneSignalAPIClient/model/Segment.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/SegmentNotificationTarget.h b/include/CppRestOneSignalAPIClient/model/SegmentNotificationTarget.h index 00ff72c..1b7a933 100644 --- a/include/CppRestOneSignalAPIClient/model/SegmentNotificationTarget.h +++ b/include/CppRestOneSignalAPIClient/model/SegmentNotificationTarget.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/StringMap.h b/include/CppRestOneSignalAPIClient/model/StringMap.h index 233ea83..b1f2734 100644 --- a/include/CppRestOneSignalAPIClient/model/StringMap.h +++ b/include/CppRestOneSignalAPIClient/model/StringMap.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/SubscriptionObject.h b/include/CppRestOneSignalAPIClient/model/SubscriptionObject.h index 01c7bdc..e77c5be 100644 --- a/include/CppRestOneSignalAPIClient/model/SubscriptionObject.h +++ b/include/CppRestOneSignalAPIClient/model/SubscriptionObject.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. @@ -93,11 +93,11 @@ class SubscriptionObject /// /// /// - double getNotificationTypes() const; + int32_t getNotificationTypes() const; bool notificationTypesIsSet() const; void unsetNotification_types(); - void setNotificationTypes(double value); + void setNotificationTypes(int32_t value); /// /// @@ -217,7 +217,7 @@ class SubscriptionObject bool m_TokenIsSet; bool m_Enabled; bool m_EnabledIsSet; - double m_Notification_types; + int32_t m_Notification_types; bool m_Notification_typesIsSet; double m_Session_time; bool m_Session_timeIsSet; diff --git a/include/CppRestOneSignalAPIClient/model/TransferSubscriptionRequestBody.h b/include/CppRestOneSignalAPIClient/model/TransferSubscriptionRequestBody.h index 63019ef..00635af 100644 --- a/include/CppRestOneSignalAPIClient/model/TransferSubscriptionRequestBody.h +++ b/include/CppRestOneSignalAPIClient/model/TransferSubscriptionRequestBody.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/UpdateLiveActivityRequest.h b/include/CppRestOneSignalAPIClient/model/UpdateLiveActivityRequest.h index b6a5cdd..2eea7c1 100644 --- a/include/CppRestOneSignalAPIClient/model/UpdateLiveActivityRequest.h +++ b/include/CppRestOneSignalAPIClient/model/UpdateLiveActivityRequest.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/UpdateLiveActivitySuccessResponse.h b/include/CppRestOneSignalAPIClient/model/UpdateLiveActivitySuccessResponse.h index d3b1e12..0d8c422 100644 --- a/include/CppRestOneSignalAPIClient/model/UpdateLiveActivitySuccessResponse.h +++ b/include/CppRestOneSignalAPIClient/model/UpdateLiveActivitySuccessResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/UpdatePlayerSuccessResponse.h b/include/CppRestOneSignalAPIClient/model/UpdatePlayerSuccessResponse.h index 79e5bc2..609edb7 100644 --- a/include/CppRestOneSignalAPIClient/model/UpdatePlayerSuccessResponse.h +++ b/include/CppRestOneSignalAPIClient/model/UpdatePlayerSuccessResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/UpdatePlayerTagsSuccessResponse.h b/include/CppRestOneSignalAPIClient/model/UpdatePlayerTagsSuccessResponse.h index 8c99b4b..ded94b0 100644 --- a/include/CppRestOneSignalAPIClient/model/UpdatePlayerTagsSuccessResponse.h +++ b/include/CppRestOneSignalAPIClient/model/UpdatePlayerTagsSuccessResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/UpdateSubscriptionRequestBody.h b/include/CppRestOneSignalAPIClient/model/UpdateSubscriptionRequestBody.h index 34b78a8..9eb219b 100644 --- a/include/CppRestOneSignalAPIClient/model/UpdateSubscriptionRequestBody.h +++ b/include/CppRestOneSignalAPIClient/model/UpdateSubscriptionRequestBody.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/UpdateUserRequest.h b/include/CppRestOneSignalAPIClient/model/UpdateUserRequest.h index 65918f7..5034658 100644 --- a/include/CppRestOneSignalAPIClient/model/UpdateUserRequest.h +++ b/include/CppRestOneSignalAPIClient/model/UpdateUserRequest.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/Update_player_tags_request_body.h b/include/CppRestOneSignalAPIClient/model/Update_player_tags_request_body.h index 1e5560c..36e8c21 100644 --- a/include/CppRestOneSignalAPIClient/model/Update_player_tags_request_body.h +++ b/include/CppRestOneSignalAPIClient/model/Update_player_tags_request_body.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/User.h b/include/CppRestOneSignalAPIClient/model/User.h index 28a5928..064df42 100644 --- a/include/CppRestOneSignalAPIClient/model/User.h +++ b/include/CppRestOneSignalAPIClient/model/User.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/UserIdentityRequestBody.h b/include/CppRestOneSignalAPIClient/model/UserIdentityRequestBody.h index cd27874..c5148d4 100644 --- a/include/CppRestOneSignalAPIClient/model/UserIdentityRequestBody.h +++ b/include/CppRestOneSignalAPIClient/model/UserIdentityRequestBody.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/UserIdentityResponse.h b/include/CppRestOneSignalAPIClient/model/UserIdentityResponse.h index 1f576a7..aa6110e 100644 --- a/include/CppRestOneSignalAPIClient/model/UserIdentityResponse.h +++ b/include/CppRestOneSignalAPIClient/model/UserIdentityResponse.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/include/CppRestOneSignalAPIClient/model/User_subscription_options.h b/include/CppRestOneSignalAPIClient/model/User_subscription_options.h index 72fc628..5a724a0 100644 --- a/include/CppRestOneSignalAPIClient/model/User_subscription_options.h +++ b/include/CppRestOneSignalAPIClient/model/User_subscription_options.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/ApiClient.cpp b/src/ApiClient.cpp index 33e0217..7a269c0 100644 --- a/src/ApiClient.cpp +++ b/src/ApiClient.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/ApiConfiguration.cpp b/src/ApiConfiguration.cpp index ec2c446..5ecd001 100644 --- a/src/ApiConfiguration.cpp +++ b/src/ApiConfiguration.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/ApiException.cpp b/src/ApiException.cpp index 453fb3d..e4789fc 100644 --- a/src/ApiException.cpp +++ b/src/ApiException.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/HttpContent.cpp b/src/HttpContent.cpp index fa40af4..9b08217 100644 --- a/src/HttpContent.cpp +++ b/src/HttpContent.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/JsonBody.cpp b/src/JsonBody.cpp index 6087d46..439fc03 100644 --- a/src/JsonBody.cpp +++ b/src/JsonBody.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/ModelBase.cpp b/src/ModelBase.cpp index ed9d5f3..c722a68 100644 --- a/src/ModelBase.cpp +++ b/src/ModelBase.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/MultipartFormData.cpp b/src/MultipartFormData.cpp index 25798ae..ae81c00 100644 --- a/src/MultipartFormData.cpp +++ b/src/MultipartFormData.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/Object.cpp b/src/Object.cpp index 360ea0b..806cffb 100644 --- a/src/Object.cpp +++ b/src/Object.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/api/DefaultApi.cpp b/src/api/DefaultApi.cpp index 4458307..8c57d2d 100644 --- a/src/api/DefaultApi.cpp +++ b/src/api/DefaultApi.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. @@ -136,7 +136,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("POST"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -256,7 +256,7 @@ pplx::task> DefaultApi::cance // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("DELETE"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -413,7 +413,7 @@ pplx::task> DefaultApi::createApp(std::shared_ptr app) // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("POST"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -570,7 +570,7 @@ pplx::task> DefaultApi::creat // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("POST"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -727,7 +727,7 @@ pplx::task> DefaultApi::createPlaye // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("POST"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -879,7 +879,7 @@ pplx::task> DefaultApi::createSegm // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("POST"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -1039,7 +1039,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("POST"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -1197,7 +1197,7 @@ pplx::task> DefaultApi::createUser(utility::string_t appId // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("POST"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -1335,7 +1335,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("DELETE"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -1473,7 +1473,7 @@ pplx::task> DefaultApi::deletePlaye // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("DELETE"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -1609,7 +1609,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("DELETE"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -1745,7 +1745,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("DELETE"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -1864,7 +1864,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("DELETE"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -1983,7 +1983,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("DELETE"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -2103,7 +2103,7 @@ pplx::task> DefaultApi::exportEvent // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("POST"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -2255,7 +2255,7 @@ pplx::task> DefaultApi::exportPlay // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("POST"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -2391,7 +2391,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("GET"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -2528,7 +2528,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("GET"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -2665,7 +2665,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("GET"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -2800,7 +2800,7 @@ pplx::task> DefaultApi::getApp(utility::string_t appId) con // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("GET"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -2934,7 +2934,7 @@ pplx::task>> DefaultApi::getApps() const // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("GET"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -3074,7 +3074,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("GET"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -3212,7 +3212,7 @@ pplx::task> DefaultApi::getNotification(ut // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("GET"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -3370,7 +3370,7 @@ pplx::task> DefaultApi::getN // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("POST"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -3519,7 +3519,7 @@ pplx::task> DefaultApi::getNotifications(util // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("GET"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -3673,7 +3673,7 @@ pplx::task> DefaultApi::getOutcomes(utility::strin // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("GET"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -3815,7 +3815,7 @@ pplx::task> DefaultApi::getPlayer(utility::string_t appI // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("GET"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -3960,7 +3960,7 @@ pplx::task> DefaultApi::getPlayers(utility::string_ // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("GET"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -4120,7 +4120,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("PATCH"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -4279,7 +4279,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("PATCH"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -4438,7 +4438,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("PATCH"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -4596,7 +4596,7 @@ pplx::task> DefaultApi::updateApp(utility::string_t appId, // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("PUT"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -4755,7 +4755,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("POST"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -4913,7 +4913,7 @@ pplx::task> DefaultApi::updatePlaye // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("PUT"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -5066,7 +5066,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("PUT"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -5225,7 +5225,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("PATCH"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) @@ -5367,7 +5367,7 @@ boost::replace_all(localVarPath, utility::conversions::to_string_t("{") + utilit // Adds a telemetry header localVarHeaderParams[utility::conversions::to_string_t("OS-Usage-Data")] = - utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.0"); + utility::conversions::to_string_t("kind=sdk, sdk-name=onesignal-cpp, version=2.2.1"); return m_ApiClient->callApi(localVarPath, utility::conversions::to_string_t("PATCH"), localVarQueryParams, localVarHttpBody, localVarHeaderParams, localVarFormParams, localVarFileParams, localVarRequestHttpContentType) .then([=](web::http::http_response localVarResponse) diff --git a/src/api/DefaultApiGMock.h b/src/api/DefaultApiGMock.h index 59032ca..244e7c6 100644 --- a/src/api/DefaultApiGMock.h +++ b/src/api/DefaultApiGMock.h @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/App.cpp b/src/model/App.cpp index 192a2a9..898b940 100644 --- a/src/model/App.cpp +++ b/src/model/App.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/BasicNotification.cpp b/src/model/BasicNotification.cpp index fb3ebda..0dc0764 100644 --- a/src/model/BasicNotification.cpp +++ b/src/model/BasicNotification.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/BasicNotification_allOf.cpp b/src/model/BasicNotification_allOf.cpp index 5bb688f..1476acb 100644 --- a/src/model/BasicNotification_allOf.cpp +++ b/src/model/BasicNotification_allOf.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/BasicNotification_allOf_android_background_layout.cpp b/src/model/BasicNotification_allOf_android_background_layout.cpp index c7ab5a0..3bc7fe5 100644 --- a/src/model/BasicNotification_allOf_android_background_layout.cpp +++ b/src/model/BasicNotification_allOf_android_background_layout.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/BeginLiveActivityRequest.cpp b/src/model/BeginLiveActivityRequest.cpp index c26998c..8884c28 100644 --- a/src/model/BeginLiveActivityRequest.cpp +++ b/src/model/BeginLiveActivityRequest.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/Button.cpp b/src/model/Button.cpp index f1c1535..85aeedd 100644 --- a/src/model/Button.cpp +++ b/src/model/Button.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/CancelNotificationSuccessResponse.cpp b/src/model/CancelNotificationSuccessResponse.cpp index 19dcab4..c825df4 100644 --- a/src/model/CancelNotificationSuccessResponse.cpp +++ b/src/model/CancelNotificationSuccessResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/CreateNotificationSuccessResponse.cpp b/src/model/CreateNotificationSuccessResponse.cpp index 19b95ec..4bc1bad 100644 --- a/src/model/CreateNotificationSuccessResponse.cpp +++ b/src/model/CreateNotificationSuccessResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/CreatePlayerSuccessResponse.cpp b/src/model/CreatePlayerSuccessResponse.cpp index 58ca66f..1cb944f 100644 --- a/src/model/CreatePlayerSuccessResponse.cpp +++ b/src/model/CreatePlayerSuccessResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/CreateSegmentConflictResponse.cpp b/src/model/CreateSegmentConflictResponse.cpp index 04f548d..9cce3af 100644 --- a/src/model/CreateSegmentConflictResponse.cpp +++ b/src/model/CreateSegmentConflictResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/CreateSegmentSuccessResponse.cpp b/src/model/CreateSegmentSuccessResponse.cpp index 52851c4..7d7ce80 100644 --- a/src/model/CreateSegmentSuccessResponse.cpp +++ b/src/model/CreateSegmentSuccessResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/CreateSubscriptionRequestBody.cpp b/src/model/CreateSubscriptionRequestBody.cpp index d16b927..29c238e 100644 --- a/src/model/CreateSubscriptionRequestBody.cpp +++ b/src/model/CreateSubscriptionRequestBody.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/CreateUserConflictResponse.cpp b/src/model/CreateUserConflictResponse.cpp index f5ceaa3..4d00cf1 100644 --- a/src/model/CreateUserConflictResponse.cpp +++ b/src/model/CreateUserConflictResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/CreateUserConflictResponse_errorsItems_meta.cpp b/src/model/CreateUserConflictResponse_errorsItems_meta.cpp index a41e5cb..efc08bf 100644 --- a/src/model/CreateUserConflictResponse_errorsItems_meta.cpp +++ b/src/model/CreateUserConflictResponse_errorsItems_meta.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/CreateUserConflictResponse_errors_inner.cpp b/src/model/CreateUserConflictResponse_errors_inner.cpp index dcf2672..7982504 100644 --- a/src/model/CreateUserConflictResponse_errors_inner.cpp +++ b/src/model/CreateUserConflictResponse_errors_inner.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/DeletePlayerNotFoundResponse.cpp b/src/model/DeletePlayerNotFoundResponse.cpp index cde61c1..24a6efe 100644 --- a/src/model/DeletePlayerNotFoundResponse.cpp +++ b/src/model/DeletePlayerNotFoundResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/DeletePlayerSuccessResponse.cpp b/src/model/DeletePlayerSuccessResponse.cpp index 75a341f..3266164 100644 --- a/src/model/DeletePlayerSuccessResponse.cpp +++ b/src/model/DeletePlayerSuccessResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/DeleteSegmentNotFoundResponse.cpp b/src/model/DeleteSegmentNotFoundResponse.cpp index 0eaafe3..a2128bd 100644 --- a/src/model/DeleteSegmentNotFoundResponse.cpp +++ b/src/model/DeleteSegmentNotFoundResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/DeleteSegmentSuccessResponse.cpp b/src/model/DeleteSegmentSuccessResponse.cpp index 8a070d1..d7df659 100644 --- a/src/model/DeleteSegmentSuccessResponse.cpp +++ b/src/model/DeleteSegmentSuccessResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/DeliveryData.cpp b/src/model/DeliveryData.cpp index adce327..59ff02c 100644 --- a/src/model/DeliveryData.cpp +++ b/src/model/DeliveryData.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/ExportEventsSuccessResponse.cpp b/src/model/ExportEventsSuccessResponse.cpp index f24fe96..8414e3b 100644 --- a/src/model/ExportEventsSuccessResponse.cpp +++ b/src/model/ExportEventsSuccessResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/ExportPlayersSuccessResponse.cpp b/src/model/ExportPlayersSuccessResponse.cpp index 9aabe93..3f838f9 100644 --- a/src/model/ExportPlayersSuccessResponse.cpp +++ b/src/model/ExportPlayersSuccessResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/Export_players_request_body.cpp b/src/model/Export_players_request_body.cpp index 83495f1..e60723e 100644 --- a/src/model/Export_players_request_body.cpp +++ b/src/model/Export_players_request_body.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/Filter.cpp b/src/model/Filter.cpp index 233d91a..45bd12c 100644 --- a/src/model/Filter.cpp +++ b/src/model/Filter.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/FilterExpressions.cpp b/src/model/FilterExpressions.cpp index 6437384..f67b095 100644 --- a/src/model/FilterExpressions.cpp +++ b/src/model/FilterExpressions.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/GenericError.cpp b/src/model/GenericError.cpp index 17695cb..168850f 100644 --- a/src/model/GenericError.cpp +++ b/src/model/GenericError.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/GenericError_errors_inner.cpp b/src/model/GenericError_errors_inner.cpp index c74e7f2..edc4d49 100644 --- a/src/model/GenericError_errors_inner.cpp +++ b/src/model/GenericError_errors_inner.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/Get_notification_request_body.cpp b/src/model/Get_notification_request_body.cpp index a8e8705..f71ee62 100644 --- a/src/model/Get_notification_request_body.cpp +++ b/src/model/Get_notification_request_body.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/Inline_response_200.cpp b/src/model/Inline_response_200.cpp index 8ed2b13..12c97ee 100644 --- a/src/model/Inline_response_200.cpp +++ b/src/model/Inline_response_200.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/Inline_response_200_3.cpp b/src/model/Inline_response_200_3.cpp index 931d4d8..eae2c35 100644 --- a/src/model/Inline_response_200_3.cpp +++ b/src/model/Inline_response_200_3.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/Inline_response_201.cpp b/src/model/Inline_response_201.cpp index 6ce001d..67a161d 100644 --- a/src/model/Inline_response_201.cpp +++ b/src/model/Inline_response_201.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/Inline_response_202.cpp b/src/model/Inline_response_202.cpp index 034ccfc..f3d9d63 100644 --- a/src/model/Inline_response_202.cpp +++ b/src/model/Inline_response_202.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/InvalidIdentifierError.cpp b/src/model/InvalidIdentifierError.cpp index 0ead081..a381bb0 100644 --- a/src/model/InvalidIdentifierError.cpp +++ b/src/model/InvalidIdentifierError.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/Notification.cpp b/src/model/Notification.cpp index 786b666..310755d 100644 --- a/src/model/Notification.cpp +++ b/src/model/Notification.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/Notification200Errors.cpp b/src/model/Notification200Errors.cpp index 75c10fd..742dbd2 100644 --- a/src/model/Notification200Errors.cpp +++ b/src/model/Notification200Errors.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/NotificationHistorySuccessResponse.cpp b/src/model/NotificationHistorySuccessResponse.cpp index ac6b8d7..070c136 100644 --- a/src/model/NotificationHistorySuccessResponse.cpp +++ b/src/model/NotificationHistorySuccessResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/NotificationSlice.cpp b/src/model/NotificationSlice.cpp index e6fd51b..1abb6f8 100644 --- a/src/model/NotificationSlice.cpp +++ b/src/model/NotificationSlice.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/NotificationTarget.cpp b/src/model/NotificationTarget.cpp index 6ad18c4..51e764a 100644 --- a/src/model/NotificationTarget.cpp +++ b/src/model/NotificationTarget.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/NotificationWithMeta.cpp b/src/model/NotificationWithMeta.cpp index fc5cbd0..5cfbea1 100644 --- a/src/model/NotificationWithMeta.cpp +++ b/src/model/NotificationWithMeta.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/NotificationWithMeta_allOf.cpp b/src/model/NotificationWithMeta_allOf.cpp index d8d7d60..66fc62f 100644 --- a/src/model/NotificationWithMeta_allOf.cpp +++ b/src/model/NotificationWithMeta_allOf.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/Notification_allOf.cpp b/src/model/Notification_allOf.cpp index f05d53d..1de3441 100644 --- a/src/model/Notification_allOf.cpp +++ b/src/model/Notification_allOf.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/Operator.cpp b/src/model/Operator.cpp index 07c5aff..a7153fd 100644 --- a/src/model/Operator.cpp +++ b/src/model/Operator.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/OutcomeData.cpp b/src/model/OutcomeData.cpp index 654f9e6..96e138e 100644 --- a/src/model/OutcomeData.cpp +++ b/src/model/OutcomeData.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/OutcomesData.cpp b/src/model/OutcomesData.cpp index 3c0b46c..b16466a 100644 --- a/src/model/OutcomesData.cpp +++ b/src/model/OutcomesData.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/PlatformDeliveryData.cpp b/src/model/PlatformDeliveryData.cpp index 08ca068..cd6909c 100644 --- a/src/model/PlatformDeliveryData.cpp +++ b/src/model/PlatformDeliveryData.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/PlatformDeliveryData_email_allOf.cpp b/src/model/PlatformDeliveryData_email_allOf.cpp index 8c8dbb3..bf42d92 100644 --- a/src/model/PlatformDeliveryData_email_allOf.cpp +++ b/src/model/PlatformDeliveryData_email_allOf.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/PlatformDeliveryData_sms_allOf.cpp b/src/model/PlatformDeliveryData_sms_allOf.cpp index 59a2987..e0ead57 100644 --- a/src/model/PlatformDeliveryData_sms_allOf.cpp +++ b/src/model/PlatformDeliveryData_sms_allOf.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/Player.cpp b/src/model/Player.cpp index 473107f..a7a1bbc 100644 --- a/src/model/Player.cpp +++ b/src/model/Player.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/PlayerNotificationTarget.cpp b/src/model/PlayerNotificationTarget.cpp index 9614a88..6ef91fd 100644 --- a/src/model/PlayerNotificationTarget.cpp +++ b/src/model/PlayerNotificationTarget.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/PlayerNotificationTarget_include_aliases.cpp b/src/model/PlayerNotificationTarget_include_aliases.cpp index 65747b0..138e310 100644 --- a/src/model/PlayerNotificationTarget_include_aliases.cpp +++ b/src/model/PlayerNotificationTarget_include_aliases.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/PlayerSlice.cpp b/src/model/PlayerSlice.cpp index baf2158..bac27ac 100644 --- a/src/model/PlayerSlice.cpp +++ b/src/model/PlayerSlice.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/PropertiesDeltas.cpp b/src/model/PropertiesDeltas.cpp index d83b9da..4da9b73 100644 --- a/src/model/PropertiesDeltas.cpp +++ b/src/model/PropertiesDeltas.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/PropertiesObject.cpp b/src/model/PropertiesObject.cpp index 82c8508..7e79eb0 100644 --- a/src/model/PropertiesObject.cpp +++ b/src/model/PropertiesObject.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/Purchase.cpp b/src/model/Purchase.cpp index 843ecbc..029758f 100644 --- a/src/model/Purchase.cpp +++ b/src/model/Purchase.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/RateLimiterError.cpp b/src/model/RateLimiterError.cpp index e969205..2e34ab3 100644 --- a/src/model/RateLimiterError.cpp +++ b/src/model/RateLimiterError.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/Segment.cpp b/src/model/Segment.cpp index 40be2a5..e246337 100644 --- a/src/model/Segment.cpp +++ b/src/model/Segment.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/SegmentNotificationTarget.cpp b/src/model/SegmentNotificationTarget.cpp index 011ac5d..35bc698 100644 --- a/src/model/SegmentNotificationTarget.cpp +++ b/src/model/SegmentNotificationTarget.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/StringMap.cpp b/src/model/StringMap.cpp index 2c3bd80..d680df5 100644 --- a/src/model/StringMap.cpp +++ b/src/model/StringMap.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/SubscriptionObject.cpp b/src/model/SubscriptionObject.cpp index 4db4fd2..1a71c35 100644 --- a/src/model/SubscriptionObject.cpp +++ b/src/model/SubscriptionObject.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. @@ -31,7 +31,7 @@ SubscriptionObject::SubscriptionObject() m_TokenIsSet = false; m_Enabled = false; m_EnabledIsSet = false; - m_Notification_types = 0.0; + m_Notification_types = 0; m_Notification_typesIsSet = false; m_Session_time = 0.0; m_Session_timeIsSet = false; @@ -194,7 +194,7 @@ bool SubscriptionObject::fromJson(const web::json::value& val) const web::json::value& fieldValue = val.at(utility::conversions::to_string_t(U("notification_types"))); if(!fieldValue.is_null()) { - double refVal_setNotificationTypes; + int32_t refVal_setNotificationTypes; ok &= ModelBase::fromJson(fieldValue, refVal_setNotificationTypes); setNotificationTypes(refVal_setNotificationTypes); } @@ -434,7 +434,7 @@ bool SubscriptionObject::fromMultiPart(std::shared_ptr multip } if(multipart->hasContent(utility::conversions::to_string_t(U("notification_types")))) { - double refVal_setNotificationTypes; + int32_t refVal_setNotificationTypes; ok &= ModelBase::fromHttpContent(multipart->getContent(utility::conversions::to_string_t(U("notification_types"))), refVal_setNotificationTypes ); setNotificationTypes(refVal_setNotificationTypes); } @@ -593,12 +593,12 @@ void SubscriptionObject::unsetEnabled() { m_EnabledIsSet = false; } -double SubscriptionObject::getNotificationTypes() const +int32_t SubscriptionObject::getNotificationTypes() const { return m_Notification_types; } -void SubscriptionObject::setNotificationTypes(double value) +void SubscriptionObject::setNotificationTypes(int32_t value) { m_Notification_types = value; m_Notification_typesIsSet = true; diff --git a/src/model/TransferSubscriptionRequestBody.cpp b/src/model/TransferSubscriptionRequestBody.cpp index 0cb73de..9ad7f69 100644 --- a/src/model/TransferSubscriptionRequestBody.cpp +++ b/src/model/TransferSubscriptionRequestBody.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/UpdateLiveActivityRequest.cpp b/src/model/UpdateLiveActivityRequest.cpp index f33f08c..6df3cef 100644 --- a/src/model/UpdateLiveActivityRequest.cpp +++ b/src/model/UpdateLiveActivityRequest.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/UpdateLiveActivitySuccessResponse.cpp b/src/model/UpdateLiveActivitySuccessResponse.cpp index 2b513bc..d11365a 100644 --- a/src/model/UpdateLiveActivitySuccessResponse.cpp +++ b/src/model/UpdateLiveActivitySuccessResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/UpdatePlayerSuccessResponse.cpp b/src/model/UpdatePlayerSuccessResponse.cpp index 3a71cad..2dc1b71 100644 --- a/src/model/UpdatePlayerSuccessResponse.cpp +++ b/src/model/UpdatePlayerSuccessResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/UpdatePlayerTagsSuccessResponse.cpp b/src/model/UpdatePlayerTagsSuccessResponse.cpp index 567ab67..72b9646 100644 --- a/src/model/UpdatePlayerTagsSuccessResponse.cpp +++ b/src/model/UpdatePlayerTagsSuccessResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/UpdateSubscriptionRequestBody.cpp b/src/model/UpdateSubscriptionRequestBody.cpp index ab4f190..8365591 100644 --- a/src/model/UpdateSubscriptionRequestBody.cpp +++ b/src/model/UpdateSubscriptionRequestBody.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/UpdateUserRequest.cpp b/src/model/UpdateUserRequest.cpp index 5afa60d..93453c2 100644 --- a/src/model/UpdateUserRequest.cpp +++ b/src/model/UpdateUserRequest.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/Update_player_tags_request_body.cpp b/src/model/Update_player_tags_request_body.cpp index b0c50dd..83b1d3b 100644 --- a/src/model/Update_player_tags_request_body.cpp +++ b/src/model/Update_player_tags_request_body.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/User.cpp b/src/model/User.cpp index 52090b0..9afe1f5 100644 --- a/src/model/User.cpp +++ b/src/model/User.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/UserIdentityRequestBody.cpp b/src/model/UserIdentityRequestBody.cpp index 564f204..3a3f11b 100644 --- a/src/model/UserIdentityRequestBody.cpp +++ b/src/model/UserIdentityRequestBody.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/UserIdentityResponse.cpp b/src/model/UserIdentityResponse.cpp index 09276d0..cd1dcef 100644 --- a/src/model/UserIdentityResponse.cpp +++ b/src/model/UserIdentityResponse.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT. diff --git a/src/model/User_subscription_options.cpp b/src/model/User_subscription_options.cpp index 7ae7759..bcfba92 100644 --- a/src/model/User_subscription_options.cpp +++ b/src/model/User_subscription_options.cpp @@ -2,7 +2,7 @@ * OneSignal * 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.4.0 + * The version of the OpenAPI document: 1.4.1 * Contact: devrel@onesignal.com * * NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.