Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Api/DefaultApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
1 change: 1 addition & 0 deletions docs/Model/BasicNotification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/BasicNotificationAllOf.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/Notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions docs/Model/NotificationWithMeta.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion lib/api/DefaultApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down
30 changes: 30 additions & 0 deletions lib/model/BasicNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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
*
Expand Down
30 changes: 30 additions & 0 deletions lib/model/BasicNotificationAllOf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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
*
Expand Down
30 changes: 30 additions & 0 deletions lib/model/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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
*
Expand Down
Loading