From 6dd933cbddbf979ea5150f8e3fe8041bb5fc350f Mon Sep 17 00:00:00 2001 From: OneSignal Date: Wed, 29 Jul 2026 18:47:08 +0000 Subject: [PATCH] fix: add v5.11.1 package updates --- README.md | 4 +- composer.json | 2 +- docs/Api/DefaultApi.md | 2 +- docs/Model/BasicNotification.md | 1 + docs/Model/BasicNotificationAllOf.md | 1 + docs/Model/Notification.md | 1 + docs/Model/NotificationWithMeta.md | 1 + lib/ApiException.php | 2 +- lib/Configuration.php | 8 +- lib/HeaderSelector.php | 2 +- lib/ObjectSerializer.php | 2 +- lib/api/DefaultApi.php | 98 +++++++++---------- lib/model/ApiKeyToken.php | 2 +- lib/model/ApiKeyTokensListResponse.php | 2 +- lib/model/App.php | 2 +- lib/model/AuditLogActor.php | 2 +- lib/model/AuditLogContext.php | 2 +- lib/model/AuditLogEvent.php | 2 +- lib/model/AuditLogTarget.php | 2 +- lib/model/BasicNotification.php | 32 +++++- lib/model/BasicNotificationAllOf.php | 32 +++++- ...tificationAllOfAndroidBackgroundLayout.php | 2 +- lib/model/Button.php | 2 +- lib/model/CopyTemplateRequest.php | 2 +- lib/model/CreateApiKeyRequest.php | 2 +- lib/model/CreateApiKeyResponse.php | 2 +- .../CreateNotificationSuccessResponse.php | 2 +- lib/model/CreateSegmentConflictResponse.php | 2 +- lib/model/CreateSegmentSuccessResponse.php | 2 +- lib/model/CreateTemplateRequest.php | 2 +- lib/model/CreateUserConflictResponse.php | 2 +- .../CreateUserConflictResponseErrorsInner.php | 2 +- ...ateUserConflictResponseErrorsItemsMeta.php | 2 +- lib/model/CustomEvent.php | 2 +- lib/model/CustomEventsRequest.php | 2 +- lib/model/DeliveryData.php | 2 +- lib/model/ExportEventsSuccessResponse.php | 2 +- lib/model/ExportSubscriptionsRequestBody.php | 2 +- .../ExportSubscriptionsSuccessResponse.php | 2 +- lib/model/Filter.php | 2 +- lib/model/FilterExpression.php | 2 +- lib/model/GenericError.php | 2 +- lib/model/GenericSuccessBoolResponse.php | 2 +- .../GetNotificationHistoryRequestBody.php | 2 +- lib/model/GetSegmentSuccessResponse.php | 2 +- lib/model/GetSegmentsSuccessResponse.php | 2 +- lib/model/LanguageStringMap.php | 2 +- lib/model/ListAuditLogsSuccessResponse.php | 2 +- lib/model/ModelInterface.php | 2 +- lib/model/Notification.php | 32 +++++- lib/model/NotificationAllOf.php | 2 +- .../NotificationHistorySuccessResponse.php | 2 +- lib/model/NotificationSlice.php | 2 +- lib/model/NotificationTarget.php | 2 +- lib/model/NotificationWithMeta.php | 32 +++++- lib/model/NotificationWithMetaAllOf.php | 2 +- lib/model/Operator.php | 2 +- lib/model/OutcomeData.php | 2 +- lib/model/OutcomesData.php | 2 +- lib/model/PlatformDeliveryData.php | 2 +- lib/model/PlatformDeliveryDataEmailAllOf.php | 2 +- lib/model/PlatformDeliveryDataSmsAllOf.php | 2 +- lib/model/PropertiesBody.php | 2 +- lib/model/PropertiesDeltas.php | 2 +- lib/model/PropertiesObject.php | 2 +- lib/model/Purchase.php | 2 +- lib/model/RateLimitError.php | 2 +- lib/model/Segment.php | 2 +- lib/model/SegmentData.php | 2 +- lib/model/SegmentDetails.php | 2 +- lib/model/SegmentNotificationTarget.php | 2 +- lib/model/StartLiveActivityRequest.php | 2 +- .../StartLiveActivitySuccessResponse.php | 2 +- lib/model/Subscription.php | 2 +- lib/model/SubscriptionBody.php | 2 +- lib/model/SubscriptionNotificationTarget.php | 2 +- lib/model/TemplateResource.php | 2 +- lib/model/TemplatesListResponse.php | 2 +- lib/model/TransferSubscriptionRequestBody.php | 2 +- lib/model/UpdateApiKeyRequest.php | 2 +- lib/model/UpdateLiveActivityRequest.php | 2 +- .../UpdateLiveActivitySuccessResponse.php | 2 +- lib/model/UpdateSegmentRequest.php | 2 +- lib/model/UpdateSegmentSuccessResponse.php | 2 +- lib/model/UpdateTemplateRequest.php | 2 +- lib/model/UpdateUserRequest.php | 2 +- lib/model/User.php | 2 +- lib/model/UserIdentityBody.php | 2 +- lib/model/WebButton.php | 2 +- 89 files changed, 261 insertions(+), 137 deletions(-) diff --git a/README.md b/README.md index ed8cafa..f40c3f7 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ A powerful way to send personalized messages at scale and build effective custom For more information, please visit [https://onesignal.com](https://onesignal.com). -- API version: 5.11.0 -- Package version: 5.11.0 +- API version: 5.11.1 +- Package version: 5.11.1 ## Requirements diff --git a/composer.json b/composer.json index e98f087..ac16e33 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "onesignal/onesignal-php-api", - "version": "5.11.0", + "version": "5.11.1", "description": "A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com", "keywords": [ "onesignal", diff --git a/docs/Api/DefaultApi.md b/docs/Api/DefaultApi.md index 246cd60..d78fe55 100644 --- a/docs/Api/DefaultApi.md +++ b/docs/Api/DefaultApi.md @@ -22,7 +22,7 @@ Method | HTTP request | Description [**deleteSubscription()**](DefaultApi.md#deleteSubscription) | **DELETE** /apps/{app_id}/subscriptions/{subscription_id} | [**deleteTemplate()**](DefaultApi.md#deleteTemplate) | **DELETE** /templates/{template_id} | Delete template [**deleteUser()**](DefaultApi.md#deleteUser) | **DELETE** /apps/{app_id}/users/by/{alias_label}/{alias_id} | -[**exportEvents()**](DefaultApi.md#exportEvents) | **POST** /notifications/{notification_id}/export_events?app_id={app_id} | Export CSV of Events +[**exportEvents()**](DefaultApi.md#exportEvents) | **POST** /notifications/{notification_id}/export_events | Export CSV of Events [**exportSubscriptions()**](DefaultApi.md#exportSubscriptions) | **POST** /players/csv_export?app_id={app_id} | Export CSV of Subscriptions [**getAliases()**](DefaultApi.md#getAliases) | **GET** /apps/{app_id}/users/by/{alias_label}/{alias_id}/identity | [**getAliasesBySubscription()**](DefaultApi.md#getAliasesBySubscription) | **GET** /apps/{app_id}/subscriptions/{subscription_id}/user/identity | diff --git a/docs/Model/BasicNotification.md b/docs/Model/BasicNotification.md index 0ec14f4..73c39ac 100644 --- a/docs/Model/BasicNotification.md +++ b/docs/Model/BasicNotification.md @@ -49,6 +49,7 @@ Name | Type | Description | Notes **mutable_content** | **bool** | Channel: Push Notifications Platform: iOS 10+ Always defaults to true and cannot be turned off. Allows tracking of notification receives and changing of the notification content in your app before it is displayed. Triggers didReceive(_:withContentHandler:) on your UNNotificationServiceExtension. | [optional] **target_content_identifier** | **string** | Channel: Push Notifications Platform: iOS 13+ Use to target a specific experience in your App Clip, or to target your notification to a specific window in a multi-scene App. | [optional] **big_picture** | **string** | Channel: Push Notifications Platform: Android Picture to display in the expanded view. Can be a drawable resource name or a URL. | [optional] +**global_image** | **string** | Channel: Push Notifications Platform: All Picture to display on all platforms that support it. Must be a URL to an image file. Platform-specific picture fields (big_picture, huawei_big_picture, adm_big_picture, chrome_web_image, ios_attachments, firefox_icon) take precedence over this value when set. | [optional] **huawei_big_picture** | **string** | Channel: Push Notifications Platform: Huawei Picture to display in the expanded view. Can be a drawable resource name or a URL. | [optional] **adm_big_picture** | **string** | Channel: Push Notifications Platform: Amazon Picture to display in the expanded view. Can be a drawable resource name or a URL. | [optional] **chrome_big_picture** | **string** | Channel: Push Notifications Platform: ChromeApp Large picture to display below the notification text. Must be a local URL. | [optional] diff --git a/docs/Model/BasicNotificationAllOf.md b/docs/Model/BasicNotificationAllOf.md index 5fa45d7..85ac93c 100644 --- a/docs/Model/BasicNotificationAllOf.md +++ b/docs/Model/BasicNotificationAllOf.md @@ -35,6 +35,7 @@ Name | Type | Description | Notes **mutable_content** | **bool** | Channel: Push Notifications Platform: iOS 10+ Always defaults to true and cannot be turned off. Allows tracking of notification receives and changing of the notification content in your app before it is displayed. Triggers didReceive(_:withContentHandler:) on your UNNotificationServiceExtension. | [optional] **target_content_identifier** | **string** | Channel: Push Notifications Platform: iOS 13+ Use to target a specific experience in your App Clip, or to target your notification to a specific window in a multi-scene App. | [optional] **big_picture** | **string** | Channel: Push Notifications Platform: Android Picture to display in the expanded view. Can be a drawable resource name or a URL. | [optional] +**global_image** | **string** | Channel: Push Notifications Platform: All Picture to display on all platforms that support it. Must be a URL to an image file. Platform-specific picture fields (big_picture, huawei_big_picture, adm_big_picture, chrome_web_image, ios_attachments, firefox_icon) take precedence over this value when set. | [optional] **huawei_big_picture** | **string** | Channel: Push Notifications Platform: Huawei Picture to display in the expanded view. Can be a drawable resource name or a URL. | [optional] **adm_big_picture** | **string** | Channel: Push Notifications Platform: Amazon Picture to display in the expanded view. Can be a drawable resource name or a URL. | [optional] **chrome_big_picture** | **string** | Channel: Push Notifications Platform: ChromeApp Large picture to display below the notification text. Must be a local URL. | [optional] diff --git a/docs/Model/Notification.md b/docs/Model/Notification.md index f80cb4b..7935f67 100644 --- a/docs/Model/Notification.md +++ b/docs/Model/Notification.md @@ -49,6 +49,7 @@ Name | Type | Description | Notes **mutable_content** | **bool** | Channel: Push Notifications Platform: iOS 10+ Always defaults to true and cannot be turned off. Allows tracking of notification receives and changing of the notification content in your app before it is displayed. Triggers didReceive(_:withContentHandler:) on your UNNotificationServiceExtension. | [optional] **target_content_identifier** | **string** | Channel: Push Notifications Platform: iOS 13+ Use to target a specific experience in your App Clip, or to target your notification to a specific window in a multi-scene App. | [optional] **big_picture** | **string** | Channel: Push Notifications Platform: Android Picture to display in the expanded view. Can be a drawable resource name or a URL. | [optional] +**global_image** | **string** | Channel: Push Notifications Platform: All Picture to display on all platforms that support it. Must be a URL to an image file. Platform-specific picture fields (big_picture, huawei_big_picture, adm_big_picture, chrome_web_image, ios_attachments, firefox_icon) take precedence over this value when set. | [optional] **huawei_big_picture** | **string** | Channel: Push Notifications Platform: Huawei Picture to display in the expanded view. Can be a drawable resource name or a URL. | [optional] **adm_big_picture** | **string** | Channel: Push Notifications Platform: Amazon Picture to display in the expanded view. Can be a drawable resource name or a URL. | [optional] **chrome_big_picture** | **string** | Channel: Push Notifications Platform: ChromeApp Large picture to display below the notification text. Must be a local URL. | [optional] diff --git a/docs/Model/NotificationWithMeta.md b/docs/Model/NotificationWithMeta.md index bc26354..724cfa6 100644 --- a/docs/Model/NotificationWithMeta.md +++ b/docs/Model/NotificationWithMeta.md @@ -49,6 +49,7 @@ Name | Type | Description | Notes **mutable_content** | **bool** | Channel: Push Notifications Platform: iOS 10+ Always defaults to true and cannot be turned off. Allows tracking of notification receives and changing of the notification content in your app before it is displayed. Triggers didReceive(_:withContentHandler:) on your UNNotificationServiceExtension. | [optional] **target_content_identifier** | **string** | Channel: Push Notifications Platform: iOS 13+ Use to target a specific experience in your App Clip, or to target your notification to a specific window in a multi-scene App. | [optional] **big_picture** | **string** | Channel: Push Notifications Platform: Android Picture to display in the expanded view. Can be a drawable resource name or a URL. | [optional] +**global_image** | **string** | Channel: Push Notifications Platform: All Picture to display on all platforms that support it. Must be a URL to an image file. Platform-specific picture fields (big_picture, huawei_big_picture, adm_big_picture, chrome_web_image, ios_attachments, firefox_icon) take precedence over this value when set. | [optional] **huawei_big_picture** | **string** | Channel: Push Notifications Platform: Huawei Picture to display in the expanded view. Can be a drawable resource name or a URL. | [optional] **adm_big_picture** | **string** | Channel: Push Notifications Platform: Amazon Picture to display in the expanded view. Can be a drawable resource name or a URL. | [optional] **chrome_big_picture** | **string** | Channel: Push Notifications Platform: ChromeApp Large picture to display below the notification text. Must be a local URL. | [optional] diff --git a/lib/ApiException.php b/lib/ApiException.php index f0125f1..17b3ed8 100644 --- a/lib/ApiException.php +++ b/lib/ApiException.php @@ -14,7 +14,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/Configuration.php b/lib/Configuration.php index 2ab3a40..6877b23 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -14,7 +14,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT @@ -99,7 +99,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/5.11.0/PHP'; + protected $userAgent = 'OpenAPI-Generator/5.11.1/PHP'; /** * Debug switch (default set to false) @@ -430,8 +430,8 @@ public static function toDebugReport() $report = 'PHP SDK (onesignal\client) Debug Report:' . PHP_EOL; $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; - $report .= ' The version of the OpenAPI document: 5.11.0' . PHP_EOL; - $report .= ' SDK Package Version: 5.11.0' . PHP_EOL; + $report .= ' The version of the OpenAPI document: 5.11.1' . PHP_EOL; + $report .= ' SDK Package Version: 5.11.1' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/lib/HeaderSelector.php b/lib/HeaderSelector.php index c1b7616..caf89a1 100644 --- a/lib/HeaderSelector.php +++ b/lib/HeaderSelector.php @@ -14,7 +14,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/ObjectSerializer.php b/lib/ObjectSerializer.php index 154006c..2702e4d 100644 --- a/lib/ObjectSerializer.php +++ b/lib/ObjectSerializer.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/api/DefaultApi.php b/lib/api/DefaultApi.php index b154787..93c0a66 100644 --- a/lib/api/DefaultApi.php +++ b/lib/api/DefaultApi.php @@ -14,7 +14,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT @@ -482,7 +482,7 @@ public function cancelNotificationRequest($app_id, $notification_id) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -836,7 +836,7 @@ public function copyTemplateToAppRequest($template_id, $app_id, $copy_template_r } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -1269,7 +1269,7 @@ public function createAliasRequest($app_id, $alias_label, $alias_id, $user_ident } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -1683,7 +1683,7 @@ public function createAliasBySubscriptionRequest($app_id, $subscription_id, $use } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -2017,7 +2017,7 @@ public function createApiKeyRequest($app_id, $create_api_key_request) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -2355,7 +2355,7 @@ public function createAppRequest($app) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -2735,7 +2735,7 @@ public function createCustomEventsRequest($app_id, $custom_events_request) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -3073,7 +3073,7 @@ public function createNotificationRequest($notification) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -3447,7 +3447,7 @@ public function createSegmentRequest($app_id, $segment = null) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -3903,7 +3903,7 @@ public function createSubscriptionRequest($app_id, $alias_label, $alias_id, $sub } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -4241,7 +4241,7 @@ public function createTemplateRequest($create_template_request) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -4659,7 +4659,7 @@ public function createUserRequest($app_id, $user) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -5094,7 +5094,7 @@ public function deleteAliasRequest($app_id, $alias_label, $alias_id, $alias_labe } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -5430,7 +5430,7 @@ public function deleteApiKeyRequest($app_id, $token_id) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -5812,7 +5812,7 @@ public function deleteSegmentRequest($app_id, $segment_id) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -6095,7 +6095,7 @@ public function deleteSubscriptionRequest($app_id, $subscription_id) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -6455,7 +6455,7 @@ public function deleteTemplateRequest($template_id, $app_id) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -6749,7 +6749,7 @@ public function deleteUserRequest($app_id, $alias_label, $alias_id) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -7058,7 +7058,7 @@ public function exportEventsRequest($notification_id, $app_id) ); } - $resourcePath = '/notifications/{notification_id}/export_events?app_id={app_id}'; + $resourcePath = '/notifications/{notification_id}/export_events'; $formParams = []; $queryParams = []; $headerParams = []; @@ -7132,7 +7132,7 @@ public function exportEventsRequest($notification_id, $app_id) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -7483,7 +7483,7 @@ public function exportSubscriptionsRequest($app_id, $export_subscriptions_reques } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -7876,7 +7876,7 @@ public function getAliasesRequest($app_id, $alias_label, $alias_id) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -8227,7 +8227,7 @@ public function getAliasesBySubscriptionRequest($app_id, $subscription_id) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -8567,7 +8567,7 @@ public function getAppRequest($app_id) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -8888,7 +8888,7 @@ public function getAppsRequest() } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -9271,7 +9271,7 @@ public function getNotificationRequest($app_id, $notification_id) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -9651,7 +9651,7 @@ public function getNotificationHistoryRequest($notification_id, $get_notificatio } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -10048,7 +10048,7 @@ public function getNotificationsRequest($app_id, $limit = null, $offset = null, } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -10464,7 +10464,7 @@ public function getOutcomesRequest($app_id, $outcome_names, $outcome_names2 = nu } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -10860,7 +10860,7 @@ public function getSegmentRequest($app_id, $segment_id, $include_segment_detail } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -11228,7 +11228,7 @@ public function getSegmentsRequest($app_id, $offset = null, $limit = null) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -11621,7 +11621,7 @@ public function getUserRequest($app_id, $alias_label, $alias_id) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -12189,7 +12189,7 @@ public function listAuditLogsRequest($organization_id, $start_time = null, $end_ } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -12525,7 +12525,7 @@ public function rotateApiKeyRequest($app_id, $token_id) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -12901,7 +12901,7 @@ public function startLiveActivityRequest($app_id, $activity_type, $start_live_ac } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -13315,7 +13315,7 @@ public function transferSubscriptionRequest($app_id, $subscription_id, $transfer } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -13694,7 +13694,7 @@ public function unsubscribeEmailWithTokenRequest($app_id, $notification_id, $tok } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -14047,7 +14047,7 @@ public function updateApiKeyRequest($app_id, $token_id, $update_api_key_request) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -14404,7 +14404,7 @@ public function updateAppRequest($app_id, $app) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -14780,7 +14780,7 @@ public function updateLiveActivityRequest($app_id, $activity_id, $update_live_ac } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -15196,7 +15196,7 @@ public function updateSegmentRequest($app_id, $segment_id, $update_segment_reque } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -15496,7 +15496,7 @@ public function updateSubscriptionRequest($app_id, $subscription_id, $subscripti } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -15891,7 +15891,7 @@ public function updateSubscriptionByTokenRequest($app_id, $token_type, $token, $ } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -16245,7 +16245,7 @@ public function updateTemplateRequest($template_id, $app_id, $update_template_re } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -16655,7 +16655,7 @@ public function updateUserRequest($app_id, $alias_label, $alias_id, $update_user } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -16972,7 +16972,7 @@ public function viewApiKeysRequest($app_id) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -17332,7 +17332,7 @@ public function viewTemplateRequest($template_id, $app_id) } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, @@ -17715,7 +17715,7 @@ public function viewTemplatesRequest($app_id, $limit = 50, $offset = 0, $channel } // Adding the telemetry header - $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.0'; + $defaultHeaders['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-php, version=5.11.1'; $headers = array_merge( $defaultHeaders, diff --git a/lib/model/ApiKeyToken.php b/lib/model/ApiKeyToken.php index 9ee2bce..d84a73b 100644 --- a/lib/model/ApiKeyToken.php +++ b/lib/model/ApiKeyToken.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/ApiKeyTokensListResponse.php b/lib/model/ApiKeyTokensListResponse.php index 23cba70..edede64 100644 --- a/lib/model/ApiKeyTokensListResponse.php +++ b/lib/model/ApiKeyTokensListResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/App.php b/lib/model/App.php index 23c16b9..5fa5e01 100644 --- a/lib/model/App.php +++ b/lib/model/App.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/AuditLogActor.php b/lib/model/AuditLogActor.php index 7bf5a33..5541de3 100644 --- a/lib/model/AuditLogActor.php +++ b/lib/model/AuditLogActor.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/AuditLogContext.php b/lib/model/AuditLogContext.php index 32b21aa..9973b3d 100644 --- a/lib/model/AuditLogContext.php +++ b/lib/model/AuditLogContext.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/AuditLogEvent.php b/lib/model/AuditLogEvent.php index 86dffd6..15315fe 100644 --- a/lib/model/AuditLogEvent.php +++ b/lib/model/AuditLogEvent.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/AuditLogTarget.php b/lib/model/AuditLogTarget.php index ffaba4f..9377367 100644 --- a/lib/model/AuditLogTarget.php +++ b/lib/model/AuditLogTarget.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/BasicNotification.php b/lib/model/BasicNotification.php index dc2016f..9464fea 100644 --- a/lib/model/BasicNotification.php +++ b/lib/model/BasicNotification.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT @@ -105,6 +105,7 @@ class BasicNotification implements ModelInterface, ArrayAccess, \JsonSerializabl 'mutable_content' => 'bool', 'target_content_identifier' => 'string', 'big_picture' => 'string', + 'global_image' => 'string', 'huawei_big_picture' => 'string', 'adm_big_picture' => 'string', 'chrome_big_picture' => 'string', @@ -232,6 +233,7 @@ class BasicNotification implements ModelInterface, ArrayAccess, \JsonSerializabl 'mutable_content' => null, 'target_content_identifier' => null, 'big_picture' => null, + 'global_image' => null, 'huawei_big_picture' => null, 'adm_big_picture' => null, 'chrome_big_picture' => null, @@ -378,6 +380,7 @@ public static function openAPIFormats() 'mutable_content' => 'mutable_content', 'target_content_identifier' => 'target_content_identifier', 'big_picture' => 'big_picture', + 'global_image' => 'global_image', 'huawei_big_picture' => 'huawei_big_picture', 'adm_big_picture' => 'adm_big_picture', 'chrome_big_picture' => 'chrome_big_picture', @@ -503,6 +506,7 @@ public static function openAPIFormats() 'mutable_content' => 'setMutableContent', 'target_content_identifier' => 'setTargetContentIdentifier', 'big_picture' => 'setBigPicture', + 'global_image' => 'setGlobalImage', 'huawei_big_picture' => 'setHuaweiBigPicture', 'adm_big_picture' => 'setAdmBigPicture', 'chrome_big_picture' => 'setChromeBigPicture', @@ -628,6 +632,7 @@ public static function openAPIFormats() 'mutable_content' => 'getMutableContent', 'target_content_identifier' => 'getTargetContentIdentifier', 'big_picture' => 'getBigPicture', + 'global_image' => 'getGlobalImage', 'huawei_big_picture' => 'getHuaweiBigPicture', 'adm_big_picture' => 'getAdmBigPicture', 'chrome_big_picture' => 'getChromeBigPicture', @@ -871,6 +876,7 @@ public function __construct(?array $data = null) $this->container['mutable_content'] = $data['mutable_content'] ?? null; $this->container['target_content_identifier'] = $data['target_content_identifier'] ?? null; $this->container['big_picture'] = $data['big_picture'] ?? null; + $this->container['global_image'] = $data['global_image'] ?? null; $this->container['huawei_big_picture'] = $data['huawei_big_picture'] ?? null; $this->container['adm_big_picture'] = $data['adm_big_picture'] ?? null; $this->container['chrome_big_picture'] = $data['chrome_big_picture'] ?? null; @@ -2107,6 +2113,30 @@ public function setBigPicture($big_picture) return $this; } + /** + * Gets global_image + * + * @return string|null + */ + public function getGlobalImage() + { + return $this->container['global_image']; + } + + /** + * Sets global_image + * + * @param string|null $global_image Channel: Push Notifications Platform: All Picture to display on all platforms that support it. Must be a URL to an image file. Platform-specific picture fields (big_picture, huawei_big_picture, adm_big_picture, chrome_web_image, ios_attachments, firefox_icon) take precedence over this value when set. + * + * @return self + */ + public function setGlobalImage($global_image) + { + $this->container['global_image'] = $global_image; + + return $this; + } + /** * Gets huawei_big_picture * diff --git a/lib/model/BasicNotificationAllOf.php b/lib/model/BasicNotificationAllOf.php index 4a5657e..c895050 100644 --- a/lib/model/BasicNotificationAllOf.php +++ b/lib/model/BasicNotificationAllOf.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT @@ -91,6 +91,7 @@ class BasicNotificationAllOf implements ModelInterface, ArrayAccess, \JsonSerial 'mutable_content' => 'bool', 'target_content_identifier' => 'string', 'big_picture' => 'string', + 'global_image' => 'string', 'huawei_big_picture' => 'string', 'adm_big_picture' => 'string', 'chrome_big_picture' => 'string', @@ -204,6 +205,7 @@ class BasicNotificationAllOf implements ModelInterface, ArrayAccess, \JsonSerial 'mutable_content' => null, 'target_content_identifier' => null, 'big_picture' => null, + 'global_image' => null, 'huawei_big_picture' => null, 'adm_big_picture' => null, 'chrome_big_picture' => null, @@ -336,6 +338,7 @@ public static function openAPIFormats() 'mutable_content' => 'mutable_content', 'target_content_identifier' => 'target_content_identifier', 'big_picture' => 'big_picture', + 'global_image' => 'global_image', 'huawei_big_picture' => 'huawei_big_picture', 'adm_big_picture' => 'adm_big_picture', 'chrome_big_picture' => 'chrome_big_picture', @@ -447,6 +450,7 @@ public static function openAPIFormats() 'mutable_content' => 'setMutableContent', 'target_content_identifier' => 'setTargetContentIdentifier', 'big_picture' => 'setBigPicture', + 'global_image' => 'setGlobalImage', 'huawei_big_picture' => 'setHuaweiBigPicture', 'adm_big_picture' => 'setAdmBigPicture', 'chrome_big_picture' => 'setChromeBigPicture', @@ -558,6 +562,7 @@ public static function openAPIFormats() 'mutable_content' => 'getMutableContent', 'target_content_identifier' => 'getTargetContentIdentifier', 'big_picture' => 'getBigPicture', + 'global_image' => 'getGlobalImage', 'huawei_big_picture' => 'getHuaweiBigPicture', 'adm_big_picture' => 'getAdmBigPicture', 'chrome_big_picture' => 'getChromeBigPicture', @@ -770,6 +775,7 @@ public function __construct(?array $data = null) $this->container['mutable_content'] = $data['mutable_content'] ?? null; $this->container['target_content_identifier'] = $data['target_content_identifier'] ?? null; $this->container['big_picture'] = $data['big_picture'] ?? null; + $this->container['global_image'] = $data['global_image'] ?? null; $this->container['huawei_big_picture'] = $data['huawei_big_picture'] ?? null; $this->container['adm_big_picture'] = $data['adm_big_picture'] ?? null; $this->container['chrome_big_picture'] = $data['chrome_big_picture'] ?? null; @@ -1646,6 +1652,30 @@ public function setBigPicture($big_picture) return $this; } + /** + * Gets global_image + * + * @return string|null + */ + public function getGlobalImage() + { + return $this->container['global_image']; + } + + /** + * Sets global_image + * + * @param string|null $global_image Channel: Push Notifications Platform: All Picture to display on all platforms that support it. Must be a URL to an image file. Platform-specific picture fields (big_picture, huawei_big_picture, adm_big_picture, chrome_web_image, ios_attachments, firefox_icon) take precedence over this value when set. + * + * @return self + */ + public function setGlobalImage($global_image) + { + $this->container['global_image'] = $global_image; + + return $this; + } + /** * Gets huawei_big_picture * diff --git a/lib/model/BasicNotificationAllOfAndroidBackgroundLayout.php b/lib/model/BasicNotificationAllOfAndroidBackgroundLayout.php index 438843c..fc14f16 100644 --- a/lib/model/BasicNotificationAllOfAndroidBackgroundLayout.php +++ b/lib/model/BasicNotificationAllOfAndroidBackgroundLayout.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/Button.php b/lib/model/Button.php index 7135948..34f5126 100644 --- a/lib/model/Button.php +++ b/lib/model/Button.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/CopyTemplateRequest.php b/lib/model/CopyTemplateRequest.php index 2507830..bbdab1b 100644 --- a/lib/model/CopyTemplateRequest.php +++ b/lib/model/CopyTemplateRequest.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/CreateApiKeyRequest.php b/lib/model/CreateApiKeyRequest.php index 4c3b54b..0fb42b3 100644 --- a/lib/model/CreateApiKeyRequest.php +++ b/lib/model/CreateApiKeyRequest.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/CreateApiKeyResponse.php b/lib/model/CreateApiKeyResponse.php index d7ddfe6..50c93dd 100644 --- a/lib/model/CreateApiKeyResponse.php +++ b/lib/model/CreateApiKeyResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/CreateNotificationSuccessResponse.php b/lib/model/CreateNotificationSuccessResponse.php index ce5bd22..7be7a2e 100644 --- a/lib/model/CreateNotificationSuccessResponse.php +++ b/lib/model/CreateNotificationSuccessResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/CreateSegmentConflictResponse.php b/lib/model/CreateSegmentConflictResponse.php index a5eef57..92ed963 100644 --- a/lib/model/CreateSegmentConflictResponse.php +++ b/lib/model/CreateSegmentConflictResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/CreateSegmentSuccessResponse.php b/lib/model/CreateSegmentSuccessResponse.php index 60f429f..17b0876 100644 --- a/lib/model/CreateSegmentSuccessResponse.php +++ b/lib/model/CreateSegmentSuccessResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/CreateTemplateRequest.php b/lib/model/CreateTemplateRequest.php index c41cc10..19807a3 100644 --- a/lib/model/CreateTemplateRequest.php +++ b/lib/model/CreateTemplateRequest.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/CreateUserConflictResponse.php b/lib/model/CreateUserConflictResponse.php index 89f0621..091e147 100644 --- a/lib/model/CreateUserConflictResponse.php +++ b/lib/model/CreateUserConflictResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/CreateUserConflictResponseErrorsInner.php b/lib/model/CreateUserConflictResponseErrorsInner.php index 0db25e9..f80f7f3 100644 --- a/lib/model/CreateUserConflictResponseErrorsInner.php +++ b/lib/model/CreateUserConflictResponseErrorsInner.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/CreateUserConflictResponseErrorsItemsMeta.php b/lib/model/CreateUserConflictResponseErrorsItemsMeta.php index e1bfc00..a8c3fe9 100644 --- a/lib/model/CreateUserConflictResponseErrorsItemsMeta.php +++ b/lib/model/CreateUserConflictResponseErrorsItemsMeta.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/CustomEvent.php b/lib/model/CustomEvent.php index 733d803..92014ec 100644 --- a/lib/model/CustomEvent.php +++ b/lib/model/CustomEvent.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/CustomEventsRequest.php b/lib/model/CustomEventsRequest.php index 083aead..ad4d088 100644 --- a/lib/model/CustomEventsRequest.php +++ b/lib/model/CustomEventsRequest.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/DeliveryData.php b/lib/model/DeliveryData.php index bab058b..318d0ae 100644 --- a/lib/model/DeliveryData.php +++ b/lib/model/DeliveryData.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/ExportEventsSuccessResponse.php b/lib/model/ExportEventsSuccessResponse.php index 1087246..e846106 100644 --- a/lib/model/ExportEventsSuccessResponse.php +++ b/lib/model/ExportEventsSuccessResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/ExportSubscriptionsRequestBody.php b/lib/model/ExportSubscriptionsRequestBody.php index 59790ca..bfb80cb 100644 --- a/lib/model/ExportSubscriptionsRequestBody.php +++ b/lib/model/ExportSubscriptionsRequestBody.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/ExportSubscriptionsSuccessResponse.php b/lib/model/ExportSubscriptionsSuccessResponse.php index 02e499a..e212e6a 100644 --- a/lib/model/ExportSubscriptionsSuccessResponse.php +++ b/lib/model/ExportSubscriptionsSuccessResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/Filter.php b/lib/model/Filter.php index 0724cae..9718124 100644 --- a/lib/model/Filter.php +++ b/lib/model/Filter.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/FilterExpression.php b/lib/model/FilterExpression.php index e73b283..96a4e7f 100644 --- a/lib/model/FilterExpression.php +++ b/lib/model/FilterExpression.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/GenericError.php b/lib/model/GenericError.php index c8d743e..80d0864 100644 --- a/lib/model/GenericError.php +++ b/lib/model/GenericError.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/GenericSuccessBoolResponse.php b/lib/model/GenericSuccessBoolResponse.php index f5d0659..6d5d0f1 100644 --- a/lib/model/GenericSuccessBoolResponse.php +++ b/lib/model/GenericSuccessBoolResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/GetNotificationHistoryRequestBody.php b/lib/model/GetNotificationHistoryRequestBody.php index 4fd97ea..35281c9 100644 --- a/lib/model/GetNotificationHistoryRequestBody.php +++ b/lib/model/GetNotificationHistoryRequestBody.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/GetSegmentSuccessResponse.php b/lib/model/GetSegmentSuccessResponse.php index b6b3914..ecddd16 100644 --- a/lib/model/GetSegmentSuccessResponse.php +++ b/lib/model/GetSegmentSuccessResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/GetSegmentsSuccessResponse.php b/lib/model/GetSegmentsSuccessResponse.php index c02b9e1..5f4a198 100644 --- a/lib/model/GetSegmentsSuccessResponse.php +++ b/lib/model/GetSegmentsSuccessResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/LanguageStringMap.php b/lib/model/LanguageStringMap.php index 16c16e7..bb7ce53 100644 --- a/lib/model/LanguageStringMap.php +++ b/lib/model/LanguageStringMap.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/ListAuditLogsSuccessResponse.php b/lib/model/ListAuditLogsSuccessResponse.php index 9252e50..6867a75 100644 --- a/lib/model/ListAuditLogsSuccessResponse.php +++ b/lib/model/ListAuditLogsSuccessResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/ModelInterface.php b/lib/model/ModelInterface.php index b92c257..5318e70 100644 --- a/lib/model/ModelInterface.php +++ b/lib/model/ModelInterface.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/Notification.php b/lib/model/Notification.php index 854d3d4..0da91d4 100644 --- a/lib/model/Notification.php +++ b/lib/model/Notification.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT @@ -105,6 +105,7 @@ class Notification implements ModelInterface, ArrayAccess, \JsonSerializable 'mutable_content' => 'bool', 'target_content_identifier' => 'string', 'big_picture' => 'string', + 'global_image' => 'string', 'huawei_big_picture' => 'string', 'adm_big_picture' => 'string', 'chrome_big_picture' => 'string', @@ -233,6 +234,7 @@ class Notification implements ModelInterface, ArrayAccess, \JsonSerializable 'mutable_content' => null, 'target_content_identifier' => null, 'big_picture' => null, + 'global_image' => null, 'huawei_big_picture' => null, 'adm_big_picture' => null, 'chrome_big_picture' => null, @@ -380,6 +382,7 @@ public static function openAPIFormats() 'mutable_content' => 'mutable_content', 'target_content_identifier' => 'target_content_identifier', 'big_picture' => 'big_picture', + 'global_image' => 'global_image', 'huawei_big_picture' => 'huawei_big_picture', 'adm_big_picture' => 'adm_big_picture', 'chrome_big_picture' => 'chrome_big_picture', @@ -506,6 +509,7 @@ public static function openAPIFormats() 'mutable_content' => 'setMutableContent', 'target_content_identifier' => 'setTargetContentIdentifier', 'big_picture' => 'setBigPicture', + 'global_image' => 'setGlobalImage', 'huawei_big_picture' => 'setHuaweiBigPicture', 'adm_big_picture' => 'setAdmBigPicture', 'chrome_big_picture' => 'setChromeBigPicture', @@ -632,6 +636,7 @@ public static function openAPIFormats() 'mutable_content' => 'getMutableContent', 'target_content_identifier' => 'getTargetContentIdentifier', 'big_picture' => 'getBigPicture', + 'global_image' => 'getGlobalImage', 'huawei_big_picture' => 'getHuaweiBigPicture', 'adm_big_picture' => 'getAdmBigPicture', 'chrome_big_picture' => 'getChromeBigPicture', @@ -876,6 +881,7 @@ public function __construct(?array $data = null) $this->container['mutable_content'] = $data['mutable_content'] ?? null; $this->container['target_content_identifier'] = $data['target_content_identifier'] ?? null; $this->container['big_picture'] = $data['big_picture'] ?? null; + $this->container['global_image'] = $data['global_image'] ?? null; $this->container['huawei_big_picture'] = $data['huawei_big_picture'] ?? null; $this->container['adm_big_picture'] = $data['adm_big_picture'] ?? null; $this->container['chrome_big_picture'] = $data['chrome_big_picture'] ?? null; @@ -2113,6 +2119,30 @@ public function setBigPicture($big_picture) return $this; } + /** + * Gets global_image + * + * @return string|null + */ + public function getGlobalImage() + { + return $this->container['global_image']; + } + + /** + * Sets global_image + * + * @param string|null $global_image Channel: Push Notifications Platform: All Picture to display on all platforms that support it. Must be a URL to an image file. Platform-specific picture fields (big_picture, huawei_big_picture, adm_big_picture, chrome_web_image, ios_attachments, firefox_icon) take precedence over this value when set. + * + * @return self + */ + public function setGlobalImage($global_image) + { + $this->container['global_image'] = $global_image; + + return $this; + } + /** * Gets huawei_big_picture * diff --git a/lib/model/NotificationAllOf.php b/lib/model/NotificationAllOf.php index edbd264..23d650c 100644 --- a/lib/model/NotificationAllOf.php +++ b/lib/model/NotificationAllOf.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/NotificationHistorySuccessResponse.php b/lib/model/NotificationHistorySuccessResponse.php index c3b03df..a4230f7 100644 --- a/lib/model/NotificationHistorySuccessResponse.php +++ b/lib/model/NotificationHistorySuccessResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/NotificationSlice.php b/lib/model/NotificationSlice.php index 6bd65b3..da6861d 100644 --- a/lib/model/NotificationSlice.php +++ b/lib/model/NotificationSlice.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/NotificationTarget.php b/lib/model/NotificationTarget.php index 4917805..dc7e624 100644 --- a/lib/model/NotificationTarget.php +++ b/lib/model/NotificationTarget.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/NotificationWithMeta.php b/lib/model/NotificationWithMeta.php index b5e55c1..79db80a 100644 --- a/lib/model/NotificationWithMeta.php +++ b/lib/model/NotificationWithMeta.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT @@ -105,6 +105,7 @@ class NotificationWithMeta implements ModelInterface, ArrayAccess, \JsonSerializ 'mutable_content' => 'bool', 'target_content_identifier' => 'string', 'big_picture' => 'string', + 'global_image' => 'string', 'huawei_big_picture' => 'string', 'adm_big_picture' => 'string', 'chrome_big_picture' => 'string', @@ -245,6 +246,7 @@ class NotificationWithMeta implements ModelInterface, ArrayAccess, \JsonSerializ 'mutable_content' => null, 'target_content_identifier' => null, 'big_picture' => null, + 'global_image' => null, 'huawei_big_picture' => null, 'adm_big_picture' => null, 'chrome_big_picture' => null, @@ -404,6 +406,7 @@ public static function openAPIFormats() 'mutable_content' => 'mutable_content', 'target_content_identifier' => 'target_content_identifier', 'big_picture' => 'big_picture', + 'global_image' => 'global_image', 'huawei_big_picture' => 'huawei_big_picture', 'adm_big_picture' => 'adm_big_picture', 'chrome_big_picture' => 'chrome_big_picture', @@ -542,6 +545,7 @@ public static function openAPIFormats() 'mutable_content' => 'setMutableContent', 'target_content_identifier' => 'setTargetContentIdentifier', 'big_picture' => 'setBigPicture', + 'global_image' => 'setGlobalImage', 'huawei_big_picture' => 'setHuaweiBigPicture', 'adm_big_picture' => 'setAdmBigPicture', 'chrome_big_picture' => 'setChromeBigPicture', @@ -680,6 +684,7 @@ public static function openAPIFormats() 'mutable_content' => 'getMutableContent', 'target_content_identifier' => 'getTargetContentIdentifier', 'big_picture' => 'getBigPicture', + 'global_image' => 'getGlobalImage', 'huawei_big_picture' => 'getHuaweiBigPicture', 'adm_big_picture' => 'getAdmBigPicture', 'chrome_big_picture' => 'getChromeBigPicture', @@ -936,6 +941,7 @@ public function __construct(?array $data = null) $this->container['mutable_content'] = $data['mutable_content'] ?? null; $this->container['target_content_identifier'] = $data['target_content_identifier'] ?? null; $this->container['big_picture'] = $data['big_picture'] ?? null; + $this->container['global_image'] = $data['global_image'] ?? null; $this->container['huawei_big_picture'] = $data['huawei_big_picture'] ?? null; $this->container['adm_big_picture'] = $data['adm_big_picture'] ?? null; $this->container['chrome_big_picture'] = $data['chrome_big_picture'] ?? null; @@ -2181,6 +2187,30 @@ public function setBigPicture($big_picture) return $this; } + /** + * Gets global_image + * + * @return string|null + */ + public function getGlobalImage() + { + return $this->container['global_image']; + } + + /** + * Sets global_image + * + * @param string|null $global_image Channel: Push Notifications Platform: All Picture to display on all platforms that support it. Must be a URL to an image file. Platform-specific picture fields (big_picture, huawei_big_picture, adm_big_picture, chrome_web_image, ios_attachments, firefox_icon) take precedence over this value when set. + * + * @return self + */ + public function setGlobalImage($global_image) + { + $this->container['global_image'] = $global_image; + + return $this; + } + /** * Gets huawei_big_picture * diff --git a/lib/model/NotificationWithMetaAllOf.php b/lib/model/NotificationWithMetaAllOf.php index f6322e9..e418867 100644 --- a/lib/model/NotificationWithMetaAllOf.php +++ b/lib/model/NotificationWithMetaAllOf.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/Operator.php b/lib/model/Operator.php index 43f5543..1df339b 100644 --- a/lib/model/Operator.php +++ b/lib/model/Operator.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/OutcomeData.php b/lib/model/OutcomeData.php index 0753d18..abc1ce6 100644 --- a/lib/model/OutcomeData.php +++ b/lib/model/OutcomeData.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/OutcomesData.php b/lib/model/OutcomesData.php index f060563..e41a989 100644 --- a/lib/model/OutcomesData.php +++ b/lib/model/OutcomesData.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/PlatformDeliveryData.php b/lib/model/PlatformDeliveryData.php index cd7ff43..72847aa 100644 --- a/lib/model/PlatformDeliveryData.php +++ b/lib/model/PlatformDeliveryData.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/PlatformDeliveryDataEmailAllOf.php b/lib/model/PlatformDeliveryDataEmailAllOf.php index 5173dca..cd54200 100644 --- a/lib/model/PlatformDeliveryDataEmailAllOf.php +++ b/lib/model/PlatformDeliveryDataEmailAllOf.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/PlatformDeliveryDataSmsAllOf.php b/lib/model/PlatformDeliveryDataSmsAllOf.php index 68ffbb5..539c531 100644 --- a/lib/model/PlatformDeliveryDataSmsAllOf.php +++ b/lib/model/PlatformDeliveryDataSmsAllOf.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/PropertiesBody.php b/lib/model/PropertiesBody.php index 89fc855..1315a43 100644 --- a/lib/model/PropertiesBody.php +++ b/lib/model/PropertiesBody.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/PropertiesDeltas.php b/lib/model/PropertiesDeltas.php index 14907ff..4763e13 100644 --- a/lib/model/PropertiesDeltas.php +++ b/lib/model/PropertiesDeltas.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/PropertiesObject.php b/lib/model/PropertiesObject.php index e36dda7..5bc08ac 100644 --- a/lib/model/PropertiesObject.php +++ b/lib/model/PropertiesObject.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/Purchase.php b/lib/model/Purchase.php index 309e789..070aeff 100644 --- a/lib/model/Purchase.php +++ b/lib/model/Purchase.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/RateLimitError.php b/lib/model/RateLimitError.php index 6ccb547..3fee00a 100644 --- a/lib/model/RateLimitError.php +++ b/lib/model/RateLimitError.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/Segment.php b/lib/model/Segment.php index b9f4afd..ae58452 100644 --- a/lib/model/Segment.php +++ b/lib/model/Segment.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/SegmentData.php b/lib/model/SegmentData.php index b6e3aae..84e4746 100644 --- a/lib/model/SegmentData.php +++ b/lib/model/SegmentData.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/SegmentDetails.php b/lib/model/SegmentDetails.php index 68becf2..476dd4d 100644 --- a/lib/model/SegmentDetails.php +++ b/lib/model/SegmentDetails.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/SegmentNotificationTarget.php b/lib/model/SegmentNotificationTarget.php index 7dbb37e..a621dd6 100644 --- a/lib/model/SegmentNotificationTarget.php +++ b/lib/model/SegmentNotificationTarget.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/StartLiveActivityRequest.php b/lib/model/StartLiveActivityRequest.php index 3cc8953..2d95fef 100644 --- a/lib/model/StartLiveActivityRequest.php +++ b/lib/model/StartLiveActivityRequest.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/StartLiveActivitySuccessResponse.php b/lib/model/StartLiveActivitySuccessResponse.php index f384a42..ab62c26 100644 --- a/lib/model/StartLiveActivitySuccessResponse.php +++ b/lib/model/StartLiveActivitySuccessResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/Subscription.php b/lib/model/Subscription.php index be1757d..2a2aa3e 100644 --- a/lib/model/Subscription.php +++ b/lib/model/Subscription.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/SubscriptionBody.php b/lib/model/SubscriptionBody.php index 98e79f0..1c32934 100644 --- a/lib/model/SubscriptionBody.php +++ b/lib/model/SubscriptionBody.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/SubscriptionNotificationTarget.php b/lib/model/SubscriptionNotificationTarget.php index 23f187d..85a3481 100644 --- a/lib/model/SubscriptionNotificationTarget.php +++ b/lib/model/SubscriptionNotificationTarget.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/TemplateResource.php b/lib/model/TemplateResource.php index 5c61b02..32301c7 100644 --- a/lib/model/TemplateResource.php +++ b/lib/model/TemplateResource.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/TemplatesListResponse.php b/lib/model/TemplatesListResponse.php index 0d75b5a..d784b5f 100644 --- a/lib/model/TemplatesListResponse.php +++ b/lib/model/TemplatesListResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/TransferSubscriptionRequestBody.php b/lib/model/TransferSubscriptionRequestBody.php index c60eb10..41922b6 100644 --- a/lib/model/TransferSubscriptionRequestBody.php +++ b/lib/model/TransferSubscriptionRequestBody.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/UpdateApiKeyRequest.php b/lib/model/UpdateApiKeyRequest.php index af32dea..cf4ed85 100644 --- a/lib/model/UpdateApiKeyRequest.php +++ b/lib/model/UpdateApiKeyRequest.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/UpdateLiveActivityRequest.php b/lib/model/UpdateLiveActivityRequest.php index 2863285..65e7ea9 100644 --- a/lib/model/UpdateLiveActivityRequest.php +++ b/lib/model/UpdateLiveActivityRequest.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/UpdateLiveActivitySuccessResponse.php b/lib/model/UpdateLiveActivitySuccessResponse.php index 43c1dfd..2da4e51 100644 --- a/lib/model/UpdateLiveActivitySuccessResponse.php +++ b/lib/model/UpdateLiveActivitySuccessResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/UpdateSegmentRequest.php b/lib/model/UpdateSegmentRequest.php index 754912f..513b56e 100644 --- a/lib/model/UpdateSegmentRequest.php +++ b/lib/model/UpdateSegmentRequest.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/UpdateSegmentSuccessResponse.php b/lib/model/UpdateSegmentSuccessResponse.php index e1abe62..2122088 100644 --- a/lib/model/UpdateSegmentSuccessResponse.php +++ b/lib/model/UpdateSegmentSuccessResponse.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/UpdateTemplateRequest.php b/lib/model/UpdateTemplateRequest.php index 245ed35..1bfe0ec 100644 --- a/lib/model/UpdateTemplateRequest.php +++ b/lib/model/UpdateTemplateRequest.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/UpdateUserRequest.php b/lib/model/UpdateUserRequest.php index 9493e56..9f64a3d 100644 --- a/lib/model/UpdateUserRequest.php +++ b/lib/model/UpdateUserRequest.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/User.php b/lib/model/User.php index 1a8c4e6..14a6aa5 100644 --- a/lib/model/User.php +++ b/lib/model/User.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/UserIdentityBody.php b/lib/model/UserIdentityBody.php index a917055..89a6f38 100644 --- a/lib/model/UserIdentityBody.php +++ b/lib/model/UserIdentityBody.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT diff --git a/lib/model/WebButton.php b/lib/model/WebButton.php index 5418a82..cc6f444 100644 --- a/lib/model/WebButton.php +++ b/lib/model/WebButton.php @@ -15,7 +15,7 @@ * * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com * - * The version of the OpenAPI document: 5.11.0 + * The version of the OpenAPI document: 5.11.1 * Contact: devrel@onesignal.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.0.0-SNAPSHOT