Skip to content

Commit a13fe12

Browse files
author
OneSignal
committed
feat: add v5.11.2 package updates
1 parent 8e0b05b commit a13fe12

81 files changed

Lines changed: 132 additions & 132 deletions

File tree

Some content is hidden

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "onesignal-rust-api"
3-
version = "5.11.1"
3+
version = "5.11.2"
44
authors = ["devrel@onesignal.com"]
55
edition = "2018"
66
description = "A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com"

README.md

Lines changed: 3 additions & 3 deletions

docs/DefaultApi.md

Lines changed: 1 addition & 1 deletion

src/apis/configuration.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
55
*
6-
* The version of the OpenAPI document: 5.11.1
6+
* The version of the OpenAPI document: 5.11.2
77
* Contact: devrel@onesignal.com
88
* Generated by: https://openapi-generator.tech
99
*/
@@ -45,7 +45,7 @@ impl Default for Configuration {
4545
fn default() -> Self {
4646
Configuration {
4747
base_path: "https://api.onesignal.com".to_owned(),
48-
user_agent: Some("OpenAPI-Generator/5.11.1/rust".to_owned()),
48+
user_agent: Some("OpenAPI-Generator/5.11.2/rust".to_owned()),
4949
client: reqwest::Client::new(),
5050
basic_auth: None,
5151
oauth_access_token: None,

src/apis/default_api.rs

Lines changed: 49 additions & 49 deletions
Large diffs are not rendered by default.

src/models/api_key_token.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
55
*
6-
* The version of the OpenAPI document: 5.11.1
6+
* The version of the OpenAPI document: 5.11.2
77
* Contact: devrel@onesignal.com
88
* Generated by: https://openapi-generator.tech
99
*/

src/models/api_key_tokens_list_response.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
55
*
6-
* The version of the OpenAPI document: 5.11.1
6+
* The version of the OpenAPI document: 5.11.2
77
* Contact: devrel@onesignal.com
88
* Generated by: https://openapi-generator.tech
99
*/

src/models/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
55
*
6-
* The version of the OpenAPI document: 5.11.1
6+
* The version of the OpenAPI document: 5.11.2
77
* Contact: devrel@onesignal.com
88
* Generated by: https://openapi-generator.tech
99
*/

src/models/audit_log_actor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
55
*
6-
* The version of the OpenAPI document: 5.11.1
6+
* The version of the OpenAPI document: 5.11.2
77
* Contact: devrel@onesignal.com
88
* Generated by: https://openapi-generator.tech
99
*/

src/models/audit_log_context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
55
*
6-
* The version of the OpenAPI document: 5.11.1
6+
* The version of the OpenAPI document: 5.11.2
77
* Contact: devrel@onesignal.com
88
* Generated by: https://openapi-generator.tech
99
*/

0 commit comments

Comments
 (0)