Skip to content

Commit d1465f0

Browse files
authored
Merge pull request #37 from OneSignal/player-api-updates
Add v2.2.1 package updates
2 parents bd75fa9 + 6c772d6 commit d1465f0

File tree

80 files changed

+124
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+124
-124
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,5 +551,5 @@ requires app_key and which user_key. You can get the value of these keys from yo
551551
552552

553553

554-
- API version: `1.4.0`
555-
- Package version: `2.2.0`
554+
- API version: `1.4.1`
555+
- Package version: `2.2.1`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "onesignal/onesignal-php-api",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com",
55
"keywords": [
66
"onesignal",

docs/Model/SubscriptionObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**type** | **string** | | [optional]
99
**token** | **string** | | [optional]
1010
**enabled** | **bool** | | [optional]
11-
**notification_types** | **float** | | [optional]
11+
**notification_types** | **int** | | [optional]
1212
**session_time** | **float** | | [optional]
1313
**session_count** | **float** | | [optional]
1414
**sdk** | **string** | | [optional]

lib/ApiException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
1616
*
17-
* The version of the OpenAPI document: 1.4.0
17+
* The version of the OpenAPI document: 1.4.1
1818
* Contact: [email protected]
1919
* Generated by: https://openapi-generator.tech
2020
* OpenAPI Generator version: 6.0.0-SNAPSHOT

lib/Configuration.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
1616
*
17-
* The version of the OpenAPI document: 1.4.0
17+
* The version of the OpenAPI document: 1.4.1
1818
* Contact: [email protected]
1919
* Generated by: https://openapi-generator.tech
2020
* OpenAPI Generator version: 6.0.0-SNAPSHOT
@@ -99,7 +99,7 @@ class Configuration
9999
*
100100
* @var string
101101
*/
102-
protected $userAgent = 'OpenAPI-Generator/2.2.0/PHP';
102+
protected $userAgent = 'OpenAPI-Generator/2.2.1/PHP';
103103

104104
/**
105105
* Debug switch (default set to false)
@@ -430,8 +430,8 @@ public static function toDebugReport()
430430
$report = 'PHP SDK (onesignal\client) Debug Report:' . PHP_EOL;
431431
$report .= ' OS: ' . php_uname() . PHP_EOL;
432432
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
433-
$report .= ' The version of the OpenAPI document: 1.4.0' . PHP_EOL;
434-
$report .= ' SDK Package Version: 2.2.0' . PHP_EOL;
433+
$report .= ' The version of the OpenAPI document: 1.4.1' . PHP_EOL;
434+
$report .= ' SDK Package Version: 2.2.1' . PHP_EOL;
435435
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
436436

437437
return $report;

lib/HeaderSelector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
1616
*
17-
* The version of the OpenAPI document: 1.4.0
17+
* The version of the OpenAPI document: 1.4.1
1818
* Contact: [email protected]
1919
* Generated by: https://openapi-generator.tech
2020
* OpenAPI Generator version: 6.0.0-SNAPSHOT

lib/ObjectSerializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
1717
*
18-
* The version of the OpenAPI document: 1.4.0
18+
* The version of the OpenAPI document: 1.4.1
1919
* Contact: [email protected]
2020
* Generated by: https://openapi-generator.tech
2121
* OpenAPI Generator version: 6.0.0-SNAPSHOT

0 commit comments

Comments
 (0)