onesignal 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +8 -6
- data/docs/DefaultApi.md +111 -37
- data/docs/SubscriptionObject.md +1 -1
- data/lib/onesignal/api/default_api.rb +1 -1
- data/lib/onesignal/api_client.rb +2 -2
- data/lib/onesignal/api_error.rb +1 -1
- data/lib/onesignal/configuration.rb +3 -3
- data/lib/onesignal/models/app.rb +1 -1
- data/lib/onesignal/models/basic_notification.rb +1 -1
- data/lib/onesignal/models/basic_notification_all_of.rb +1 -1
- data/lib/onesignal/models/basic_notification_all_of_android_background_layout.rb +1 -1
- data/lib/onesignal/models/begin_live_activity_request.rb +1 -1
- data/lib/onesignal/models/button.rb +1 -1
- data/lib/onesignal/models/cancel_notification_success_response.rb +1 -1
- data/lib/onesignal/models/create_notification_success_response.rb +1 -1
- data/lib/onesignal/models/create_player_success_response.rb +1 -1
- data/lib/onesignal/models/create_segment_conflict_response.rb +1 -1
- data/lib/onesignal/models/create_segment_success_response.rb +1 -1
- data/lib/onesignal/models/create_subscription_request_body.rb +1 -1
- data/lib/onesignal/models/create_user_conflict_response.rb +1 -1
- data/lib/onesignal/models/create_user_conflict_response_errors_inner.rb +1 -1
- data/lib/onesignal/models/create_user_conflict_response_errors_items_meta.rb +1 -1
- data/lib/onesignal/models/delete_player_not_found_response.rb +1 -1
- data/lib/onesignal/models/delete_player_success_response.rb +1 -1
- data/lib/onesignal/models/delete_segment_not_found_response.rb +1 -1
- data/lib/onesignal/models/delete_segment_success_response.rb +1 -1
- data/lib/onesignal/models/delivery_data.rb +1 -1
- data/lib/onesignal/models/export_events_success_response.rb +1 -1
- data/lib/onesignal/models/export_players_request_body.rb +1 -1
- data/lib/onesignal/models/export_players_success_response.rb +1 -1
- data/lib/onesignal/models/filter.rb +1 -1
- data/lib/onesignal/models/filter_expressions.rb +1 -1
- data/lib/onesignal/models/generic_error.rb +1 -1
- data/lib/onesignal/models/generic_error_errors_inner.rb +1 -1
- data/lib/onesignal/models/get_notification_request_body.rb +1 -1
- data/lib/onesignal/models/inline_response200.rb +1 -1
- data/lib/onesignal/models/inline_response2003.rb +1 -1
- data/lib/onesignal/models/inline_response201.rb +1 -1
- data/lib/onesignal/models/inline_response202.rb +1 -1
- data/lib/onesignal/models/invalid_identifier_error.rb +1 -1
- data/lib/onesignal/models/notification.rb +1 -1
- data/lib/onesignal/models/notification200_errors.rb +1 -1
- data/lib/onesignal/models/notification_all_of.rb +1 -1
- data/lib/onesignal/models/notification_history_success_response.rb +1 -1
- data/lib/onesignal/models/notification_slice.rb +1 -1
- data/lib/onesignal/models/notification_target.rb +1 -1
- data/lib/onesignal/models/notification_with_meta.rb +1 -1
- data/lib/onesignal/models/notification_with_meta_all_of.rb +1 -1
- data/lib/onesignal/models/operator.rb +1 -1
- data/lib/onesignal/models/outcome_data.rb +1 -1
- data/lib/onesignal/models/outcomes_data.rb +1 -1
- data/lib/onesignal/models/platform_delivery_data.rb +1 -1
- data/lib/onesignal/models/platform_delivery_data_email_all_of.rb +1 -1
- data/lib/onesignal/models/platform_delivery_data_sms_all_of.rb +1 -1
- data/lib/onesignal/models/player.rb +1 -1
- data/lib/onesignal/models/player_notification_target.rb +1 -1
- data/lib/onesignal/models/player_notification_target_include_aliases.rb +1 -1
- data/lib/onesignal/models/player_slice.rb +1 -1
- data/lib/onesignal/models/properties_deltas.rb +1 -1
- data/lib/onesignal/models/properties_object.rb +1 -1
- data/lib/onesignal/models/purchase.rb +1 -1
- data/lib/onesignal/models/rate_limiter_error.rb +1 -1
- data/lib/onesignal/models/segment.rb +1 -1
- data/lib/onesignal/models/segment_notification_target.rb +1 -1
- data/lib/onesignal/models/string_map.rb +1 -1
- data/lib/onesignal/models/subscription_object.rb +2 -2
- data/lib/onesignal/models/transfer_subscription_request_body.rb +1 -1
- data/lib/onesignal/models/update_live_activity_request.rb +1 -1
- data/lib/onesignal/models/update_live_activity_success_response.rb +1 -1
- data/lib/onesignal/models/update_player_success_response.rb +1 -1
- data/lib/onesignal/models/update_player_tags_request_body.rb +1 -1
- data/lib/onesignal/models/update_player_tags_success_response.rb +1 -1
- data/lib/onesignal/models/update_subscription_request_body.rb +1 -1
- data/lib/onesignal/models/update_user_request.rb +1 -1
- data/lib/onesignal/models/user.rb +1 -1
- data/lib/onesignal/models/user_identity_request_body.rb +1 -1
- data/lib/onesignal/models/user_identity_response.rb +1 -1
- data/lib/onesignal/models/user_subscription_options.rb +1 -1
- data/lib/onesignal/version.rb +2 -2
- data/lib/onesignal.rb +1 -1
- data/onesignal.gemspec +1 -1
- data/spec/api/default_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/app_spec.rb +1 -1
- data/spec/models/basic_notification_all_of_android_background_layout_spec.rb +1 -1
- data/spec/models/basic_notification_all_of_spec.rb +1 -1
- data/spec/models/basic_notification_spec.rb +1 -1
- data/spec/models/begin_live_activity_request_spec.rb +1 -1
- data/spec/models/button_spec.rb +1 -1
- data/spec/models/cancel_notification_success_response_spec.rb +1 -1
- data/spec/models/create_notification_success_response_spec.rb +1 -1
- data/spec/models/create_player_success_response_spec.rb +1 -1
- data/spec/models/create_segment_conflict_response_spec.rb +1 -1
- data/spec/models/create_segment_success_response_spec.rb +1 -1
- data/spec/models/create_subscription_request_body_spec.rb +1 -1
- data/spec/models/create_user_conflict_response_errors_inner_spec.rb +1 -1
- data/spec/models/create_user_conflict_response_errors_items_meta_spec.rb +1 -1
- data/spec/models/create_user_conflict_response_spec.rb +1 -1
- data/spec/models/delete_player_not_found_response_spec.rb +1 -1
- data/spec/models/delete_player_success_response_spec.rb +1 -1
- data/spec/models/delete_segment_not_found_response_spec.rb +1 -1
- data/spec/models/delete_segment_success_response_spec.rb +1 -1
- data/spec/models/delivery_data_spec.rb +1 -1
- data/spec/models/export_events_success_response_spec.rb +1 -1
- data/spec/models/export_players_request_body_spec.rb +1 -1
- data/spec/models/export_players_success_response_spec.rb +1 -1
- data/spec/models/filter_expressions_spec.rb +1 -1
- data/spec/models/filter_spec.rb +1 -1
- data/spec/models/generic_error_errors_inner_spec.rb +1 -1
- data/spec/models/generic_error_spec.rb +1 -1
- data/spec/models/get_notification_request_body_spec.rb +1 -1
- data/spec/models/inline_response2003_spec.rb +1 -1
- data/spec/models/inline_response200_spec.rb +1 -1
- data/spec/models/inline_response201_spec.rb +1 -1
- data/spec/models/inline_response202_spec.rb +1 -1
- data/spec/models/invalid_identifier_error_spec.rb +1 -1
- data/spec/models/notification200_errors_spec.rb +1 -1
- data/spec/models/notification_all_of_spec.rb +1 -1
- data/spec/models/notification_history_success_response_spec.rb +1 -1
- data/spec/models/notification_slice_spec.rb +1 -1
- data/spec/models/notification_spec.rb +1 -1
- data/spec/models/notification_target_spec.rb +1 -1
- data/spec/models/notification_with_meta_all_of_spec.rb +1 -1
- data/spec/models/notification_with_meta_spec.rb +1 -1
- data/spec/models/operator_spec.rb +1 -1
- data/spec/models/outcome_data_spec.rb +1 -1
- data/spec/models/outcomes_data_spec.rb +1 -1
- data/spec/models/platform_delivery_data_email_all_of_spec.rb +1 -1
- data/spec/models/platform_delivery_data_sms_all_of_spec.rb +1 -1
- data/spec/models/platform_delivery_data_spec.rb +1 -1
- data/spec/models/player_notification_target_include_aliases_spec.rb +1 -1
- data/spec/models/player_notification_target_spec.rb +1 -1
- data/spec/models/player_slice_spec.rb +1 -1
- data/spec/models/player_spec.rb +1 -1
- data/spec/models/properties_deltas_spec.rb +1 -1
- data/spec/models/properties_object_spec.rb +1 -1
- data/spec/models/purchase_spec.rb +1 -1
- data/spec/models/rate_limiter_error_spec.rb +1 -1
- data/spec/models/segment_notification_target_spec.rb +1 -1
- data/spec/models/segment_spec.rb +1 -1
- data/spec/models/string_map_spec.rb +1 -1
- data/spec/models/subscription_object_spec.rb +1 -1
- data/spec/models/transfer_subscription_request_body_spec.rb +1 -1
- data/spec/models/update_live_activity_request_spec.rb +1 -1
- data/spec/models/update_live_activity_success_response_spec.rb +1 -1
- data/spec/models/update_player_success_response_spec.rb +1 -1
- data/spec/models/update_player_tags_request_body_spec.rb +1 -1
- data/spec/models/update_player_tags_success_response_spec.rb +1 -1
- data/spec/models/update_subscription_request_body_spec.rb +1 -1
- data/spec/models/update_user_request_spec.rb +1 -1
- data/spec/models/user_identity_request_body_spec.rb +1 -1
- data/spec/models/user_identity_response_spec.rb +1 -1
- data/spec/models/user_spec.rb +1 -1
- data/spec/models/user_subscription_options_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +67 -71
- data/Gemfile.lock +0 -74
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
data/spec/models/segment_spec.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
data/spec/models/user_spec.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
data/spec/spec_helper.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.4.
|
6
|
+
The version of the OpenAPI document: 1.4.1
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: onesignal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OneSignal
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: typhoeus
|
@@ -34,22 +33,22 @@ dependencies:
|
|
34
33
|
name: rspec
|
35
34
|
requirement: !ruby/object:Gem::Requirement
|
36
35
|
requirements:
|
37
|
-
- - ">="
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
version: 3.6.0
|
40
36
|
- - "~>"
|
41
37
|
- !ruby/object:Gem::Version
|
42
38
|
version: '3.6'
|
39
|
+
- - ">="
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: 3.6.0
|
43
42
|
type: :development
|
44
43
|
prerelease: false
|
45
44
|
version_requirements: !ruby/object:Gem::Requirement
|
46
45
|
requirements:
|
47
|
-
- - ">="
|
48
|
-
- !ruby/object:Gem::Version
|
49
|
-
version: 3.6.0
|
50
46
|
- - "~>"
|
51
47
|
- !ruby/object:Gem::Version
|
52
48
|
version: '3.6'
|
49
|
+
- - ">="
|
50
|
+
- !ruby/object:Gem::Version
|
51
|
+
version: 3.6.0
|
53
52
|
description: OneSignal
|
54
53
|
email:
|
55
54
|
- devrel@onesignal.com
|
@@ -59,7 +58,6 @@ extra_rdoc_files: []
|
|
59
58
|
files:
|
60
59
|
- CHANGELOG.md
|
61
60
|
- Gemfile
|
62
|
-
- Gemfile.lock
|
63
61
|
- LICENSE
|
64
62
|
- README.md
|
65
63
|
- RELEASE_INSTRUCTIONS.md
|
@@ -293,7 +291,6 @@ homepage: https://onesignal.com/
|
|
293
291
|
licenses:
|
294
292
|
- Modified MIT
|
295
293
|
metadata: {}
|
296
|
-
post_install_message:
|
297
294
|
rdoc_options: []
|
298
295
|
require_paths:
|
299
296
|
- lib
|
@@ -308,83 +305,82 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
308
305
|
- !ruby/object:Gem::Version
|
309
306
|
version: '0'
|
310
307
|
requirements: []
|
311
|
-
rubygems_version: 3.
|
312
|
-
signing_key:
|
308
|
+
rubygems_version: 3.6.8
|
313
309
|
specification_version: 4
|
314
310
|
summary: OneSignal
|
315
311
|
test_files:
|
316
312
|
- spec/api/default_api_spec.rb
|
317
313
|
- spec/api_client_spec.rb
|
318
314
|
- spec/configuration_spec.rb
|
319
|
-
- spec/models/
|
320
|
-
- spec/models/rate_limiter_error_spec.rb
|
321
|
-
- spec/models/notification_target_spec.rb
|
315
|
+
- spec/models/app_spec.rb
|
322
316
|
- spec/models/basic_notification_all_of_android_background_layout_spec.rb
|
323
|
-
- spec/models/
|
324
|
-
- spec/models/platform_delivery_data_email_all_of_spec.rb
|
325
|
-
- spec/models/generic_error_spec.rb
|
317
|
+
- spec/models/basic_notification_all_of_spec.rb
|
326
318
|
- spec/models/basic_notification_spec.rb
|
327
|
-
- spec/models/
|
328
|
-
- spec/models/
|
329
|
-
- spec/models/update_player_tags_request_body_spec.rb
|
330
|
-
- spec/models/update_subscription_request_body_spec.rb
|
331
|
-
- spec/models/create_user_conflict_response_spec.rb
|
332
|
-
- spec/models/update_live_activity_success_response_spec.rb
|
333
|
-
- spec/models/create_user_conflict_response_errors_items_meta_spec.rb
|
334
|
-
- spec/models/segment_spec.rb
|
335
|
-
- spec/models/delivery_data_spec.rb
|
336
|
-
- spec/models/inline_response2003_spec.rb
|
337
|
-
- spec/models/update_player_success_response_spec.rb
|
338
|
-
- spec/models/export_events_success_response_spec.rb
|
319
|
+
- spec/models/begin_live_activity_request_spec.rb
|
320
|
+
- spec/models/button_spec.rb
|
339
321
|
- spec/models/cancel_notification_success_response_spec.rb
|
340
|
-
- spec/models/
|
341
|
-
- spec/models/
|
322
|
+
- spec/models/create_notification_success_response_spec.rb
|
323
|
+
- spec/models/create_player_success_response_spec.rb
|
324
|
+
- spec/models/create_segment_conflict_response_spec.rb
|
342
325
|
- spec/models/create_segment_success_response_spec.rb
|
343
|
-
- spec/models/
|
344
|
-
- spec/models/
|
345
|
-
- spec/models/
|
346
|
-
- spec/models/
|
347
|
-
- spec/models/
|
348
|
-
- spec/models/player_notification_target_spec.rb
|
349
|
-
- spec/models/filter_expressions_spec.rb
|
350
|
-
- spec/models/update_player_tags_success_response_spec.rb
|
351
|
-
- spec/models/user_subscription_options_spec.rb
|
352
|
-
- spec/models/button_spec.rb
|
326
|
+
- spec/models/create_subscription_request_body_spec.rb
|
327
|
+
- spec/models/create_user_conflict_response_errors_inner_spec.rb
|
328
|
+
- spec/models/create_user_conflict_response_errors_items_meta_spec.rb
|
329
|
+
- spec/models/create_user_conflict_response_spec.rb
|
330
|
+
- spec/models/delete_player_not_found_response_spec.rb
|
353
331
|
- spec/models/delete_player_success_response_spec.rb
|
354
|
-
- spec/models/transfer_subscription_request_body_spec.rb
|
355
|
-
- spec/models/operator_spec.rb
|
356
|
-
- spec/models/create_segment_conflict_response_spec.rb
|
357
|
-
- spec/models/create_player_success_response_spec.rb
|
358
|
-
- spec/models/export_players_success_response_spec.rb
|
359
|
-
- spec/models/export_players_request_body_spec.rb
|
360
|
-
- spec/models/properties_object_spec.rb
|
361
|
-
- spec/models/notification_with_meta_spec.rb
|
362
|
-
- spec/models/notification_slice_spec.rb
|
363
|
-
- spec/models/update_user_request_spec.rb
|
364
|
-
- spec/models/delete_segment_success_response_spec.rb
|
365
|
-
- spec/models/inline_response202_spec.rb
|
366
|
-
- spec/models/notification_all_of_spec.rb
|
367
|
-
- spec/models/subscription_object_spec.rb
|
368
332
|
- spec/models/delete_segment_not_found_response_spec.rb
|
369
|
-
- spec/models/
|
370
|
-
- spec/models/
|
333
|
+
- spec/models/delete_segment_success_response_spec.rb
|
334
|
+
- spec/models/delivery_data_spec.rb
|
335
|
+
- spec/models/export_events_success_response_spec.rb
|
336
|
+
- spec/models/export_players_request_body_spec.rb
|
337
|
+
- spec/models/export_players_success_response_spec.rb
|
338
|
+
- spec/models/filter_expressions_spec.rb
|
339
|
+
- spec/models/filter_spec.rb
|
371
340
|
- spec/models/generic_error_errors_inner_spec.rb
|
372
|
-
- spec/models/
|
373
|
-
- spec/models/
|
374
|
-
- spec/models/
|
375
|
-
- spec/models/notification200_errors_spec.rb
|
341
|
+
- spec/models/generic_error_spec.rb
|
342
|
+
- spec/models/get_notification_request_body_spec.rb
|
343
|
+
- spec/models/inline_response2003_spec.rb
|
376
344
|
- spec/models/inline_response200_spec.rb
|
377
|
-
- spec/models/create_notification_success_response_spec.rb
|
378
|
-
- spec/models/user_spec.rb
|
379
345
|
- spec/models/inline_response201_spec.rb
|
380
|
-
- spec/models/
|
346
|
+
- spec/models/inline_response202_spec.rb
|
381
347
|
- spec/models/invalid_identifier_error_spec.rb
|
348
|
+
- spec/models/notification200_errors_spec.rb
|
349
|
+
- spec/models/notification_all_of_spec.rb
|
350
|
+
- spec/models/notification_history_success_response_spec.rb
|
351
|
+
- spec/models/notification_slice_spec.rb
|
352
|
+
- spec/models/notification_spec.rb
|
353
|
+
- spec/models/notification_target_spec.rb
|
382
354
|
- spec/models/notification_with_meta_all_of_spec.rb
|
383
|
-
- spec/models/
|
384
|
-
- spec/models/
|
385
|
-
- spec/models/
|
355
|
+
- spec/models/notification_with_meta_spec.rb
|
356
|
+
- spec/models/operator_spec.rb
|
357
|
+
- spec/models/outcome_data_spec.rb
|
358
|
+
- spec/models/outcomes_data_spec.rb
|
359
|
+
- spec/models/platform_delivery_data_email_all_of_spec.rb
|
360
|
+
- spec/models/platform_delivery_data_sms_all_of_spec.rb
|
386
361
|
- spec/models/platform_delivery_data_spec.rb
|
362
|
+
- spec/models/player_notification_target_include_aliases_spec.rb
|
363
|
+
- spec/models/player_notification_target_spec.rb
|
364
|
+
- spec/models/player_slice_spec.rb
|
365
|
+
- spec/models/player_spec.rb
|
366
|
+
- spec/models/properties_deltas_spec.rb
|
367
|
+
- spec/models/properties_object_spec.rb
|
368
|
+
- spec/models/purchase_spec.rb
|
369
|
+
- spec/models/rate_limiter_error_spec.rb
|
370
|
+
- spec/models/segment_notification_target_spec.rb
|
371
|
+
- spec/models/segment_spec.rb
|
372
|
+
- spec/models/string_map_spec.rb
|
373
|
+
- spec/models/subscription_object_spec.rb
|
374
|
+
- spec/models/transfer_subscription_request_body_spec.rb
|
387
375
|
- spec/models/update_live_activity_request_spec.rb
|
388
|
-
- spec/models/
|
389
|
-
- spec/models/
|
376
|
+
- spec/models/update_live_activity_success_response_spec.rb
|
377
|
+
- spec/models/update_player_success_response_spec.rb
|
378
|
+
- spec/models/update_player_tags_request_body_spec.rb
|
379
|
+
- spec/models/update_player_tags_success_response_spec.rb
|
380
|
+
- spec/models/update_subscription_request_body_spec.rb
|
381
|
+
- spec/models/update_user_request_spec.rb
|
382
|
+
- spec/models/user_identity_request_body_spec.rb
|
383
|
+
- spec/models/user_identity_response_spec.rb
|
384
|
+
- spec/models/user_spec.rb
|
385
|
+
- spec/models/user_subscription_options_spec.rb
|
390
386
|
- spec/spec_helper.rb
|
data/Gemfile.lock
DELETED
@@ -1,74 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
onesignal (2.2.0)
|
5
|
-
typhoeus (~> 1.0, >= 1.0.1)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
ast (2.4.3)
|
11
|
-
byebug (11.1.3)
|
12
|
-
coderay (1.1.3)
|
13
|
-
date (3.4.1)
|
14
|
-
diff-lcs (1.6.1)
|
15
|
-
ethon (0.16.0)
|
16
|
-
ffi (>= 1.15.0)
|
17
|
-
ffi (1.17.1)
|
18
|
-
jaro_winkler (1.5.6)
|
19
|
-
method_source (1.1.0)
|
20
|
-
parallel (1.24.0)
|
21
|
-
parser (3.3.7.4)
|
22
|
-
ast (~> 2.4.1)
|
23
|
-
racc
|
24
|
-
pry (0.13.1)
|
25
|
-
coderay (~> 1.1)
|
26
|
-
method_source (~> 1.0)
|
27
|
-
pry-byebug (3.9.0)
|
28
|
-
byebug (~> 11.0)
|
29
|
-
pry (~> 0.13.0)
|
30
|
-
psych (5.2.3)
|
31
|
-
date
|
32
|
-
stringio
|
33
|
-
racc (1.8.1)
|
34
|
-
rainbow (3.1.1)
|
35
|
-
rake (13.0.6)
|
36
|
-
rspec (3.13.0)
|
37
|
-
rspec-core (~> 3.13.0)
|
38
|
-
rspec-expectations (~> 3.13.0)
|
39
|
-
rspec-mocks (~> 3.13.0)
|
40
|
-
rspec-core (3.13.3)
|
41
|
-
rspec-support (~> 3.13.0)
|
42
|
-
rspec-expectations (3.13.3)
|
43
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
44
|
-
rspec-support (~> 3.13.0)
|
45
|
-
rspec-mocks (3.13.2)
|
46
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
47
|
-
rspec-support (~> 3.13.0)
|
48
|
-
rspec-support (3.13.2)
|
49
|
-
rubocop (0.66.0)
|
50
|
-
jaro_winkler (~> 1.5.1)
|
51
|
-
parallel (~> 1.10)
|
52
|
-
parser (>= 2.5, != 2.5.1.1)
|
53
|
-
psych (>= 3.1.0)
|
54
|
-
rainbow (>= 2.2.2, < 4.0)
|
55
|
-
ruby-progressbar (~> 1.7)
|
56
|
-
unicode-display_width (>= 1.4.0, < 1.6)
|
57
|
-
ruby-progressbar (1.13.0)
|
58
|
-
stringio (3.0.6)
|
59
|
-
typhoeus (1.4.1)
|
60
|
-
ethon (>= 0.9.0)
|
61
|
-
unicode-display_width (1.5.0)
|
62
|
-
|
63
|
-
PLATFORMS
|
64
|
-
ruby
|
65
|
-
|
66
|
-
DEPENDENCIES
|
67
|
-
onesignal!
|
68
|
-
pry-byebug
|
69
|
-
rake (~> 13.0.1)
|
70
|
-
rspec (~> 3.6, >= 3.6.0)
|
71
|
-
rubocop (~> 0.66.0)
|
72
|
-
|
73
|
-
BUNDLED WITH
|
74
|
-
1.17.2
|