onesignal 5.1.0.pre.beta1 → 5.2.0.pre.beta1

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.
Files changed (126) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/docs/BasicNotification.md +2 -0
  4. data/docs/BasicNotificationAllOf.md +2 -0
  5. data/docs/Notification.md +2 -0
  6. data/docs/NotificationWithMeta.md +2 -0
  7. data/lib/onesignal/api/default_api.rb +1 -1
  8. data/lib/onesignal/api_client.rb +2 -2
  9. data/lib/onesignal/api_error.rb +1 -1
  10. data/lib/onesignal/configuration.rb +1 -1
  11. data/lib/onesignal/models/app.rb +1 -1
  12. data/lib/onesignal/models/basic_notification.rb +13 -2
  13. data/lib/onesignal/models/basic_notification_all_of.rb +13 -2
  14. data/lib/onesignal/models/basic_notification_all_of_android_background_layout.rb +1 -1
  15. data/lib/onesignal/models/button.rb +1 -1
  16. data/lib/onesignal/models/create_notification_success_response.rb +1 -1
  17. data/lib/onesignal/models/create_segment_conflict_response.rb +1 -1
  18. data/lib/onesignal/models/create_segment_success_response.rb +1 -1
  19. data/lib/onesignal/models/create_user_conflict_response.rb +1 -1
  20. data/lib/onesignal/models/create_user_conflict_response_errors_inner.rb +1 -1
  21. data/lib/onesignal/models/create_user_conflict_response_errors_items_meta.rb +1 -1
  22. data/lib/onesignal/models/delivery_data.rb +1 -1
  23. data/lib/onesignal/models/export_events_success_response.rb +1 -1
  24. data/lib/onesignal/models/export_subscriptions_request_body.rb +1 -1
  25. data/lib/onesignal/models/export_subscriptions_success_response.rb +1 -1
  26. data/lib/onesignal/models/filter.rb +1 -1
  27. data/lib/onesignal/models/filter_expression.rb +1 -1
  28. data/lib/onesignal/models/generic_error.rb +1 -1
  29. data/lib/onesignal/models/generic_success_bool_response.rb +1 -1
  30. data/lib/onesignal/models/get_notification_history_request_body.rb +1 -1
  31. data/lib/onesignal/models/get_segments_success_response.rb +1 -1
  32. data/lib/onesignal/models/language_string_map.rb +1 -1
  33. data/lib/onesignal/models/notification.rb +13 -2
  34. data/lib/onesignal/models/notification_all_of.rb +1 -1
  35. data/lib/onesignal/models/notification_history_success_response.rb +1 -1
  36. data/lib/onesignal/models/notification_slice.rb +1 -1
  37. data/lib/onesignal/models/notification_target.rb +1 -1
  38. data/lib/onesignal/models/notification_with_meta.rb +13 -2
  39. data/lib/onesignal/models/notification_with_meta_all_of.rb +1 -1
  40. data/lib/onesignal/models/operator.rb +1 -1
  41. data/lib/onesignal/models/outcome_data.rb +1 -1
  42. data/lib/onesignal/models/outcomes_data.rb +1 -1
  43. data/lib/onesignal/models/platform_delivery_data.rb +1 -1
  44. data/lib/onesignal/models/platform_delivery_data_email_all_of.rb +1 -1
  45. data/lib/onesignal/models/platform_delivery_data_sms_all_of.rb +1 -1
  46. data/lib/onesignal/models/properties_body.rb +1 -1
  47. data/lib/onesignal/models/properties_deltas.rb +1 -1
  48. data/lib/onesignal/models/properties_object.rb +1 -1
  49. data/lib/onesignal/models/purchase.rb +1 -1
  50. data/lib/onesignal/models/rate_limit_error.rb +1 -1
  51. data/lib/onesignal/models/segment.rb +1 -1
  52. data/lib/onesignal/models/segment_data.rb +1 -1
  53. data/lib/onesignal/models/segment_notification_target.rb +1 -1
  54. data/lib/onesignal/models/subscription.rb +1 -1
  55. data/lib/onesignal/models/subscription_body.rb +1 -1
  56. data/lib/onesignal/models/subscription_notification_target.rb +1 -1
  57. data/lib/onesignal/models/transfer_subscription_request_body.rb +1 -1
  58. data/lib/onesignal/models/update_live_activity_request.rb +1 -1
  59. data/lib/onesignal/models/update_live_activity_success_response.rb +1 -1
  60. data/lib/onesignal/models/update_user_request.rb +1 -1
  61. data/lib/onesignal/models/user.rb +1 -1
  62. data/lib/onesignal/models/user_identity_body.rb +1 -1
  63. data/lib/onesignal/models/web_button.rb +1 -1
  64. data/lib/onesignal/version.rb +2 -2
  65. data/lib/onesignal.rb +1 -1
  66. data/onesignal.gemspec +1 -1
  67. data/spec/api/default_api_spec.rb +1 -1
  68. data/spec/api_client_spec.rb +1 -1
  69. data/spec/configuration_spec.rb +1 -1
  70. data/spec/models/app_spec.rb +1 -1
  71. data/spec/models/basic_notification_all_of_android_background_layout_spec.rb +1 -1
  72. data/spec/models/basic_notification_all_of_spec.rb +7 -1
  73. data/spec/models/basic_notification_spec.rb +7 -1
  74. data/spec/models/button_spec.rb +1 -1
  75. data/spec/models/create_notification_success_response_spec.rb +1 -1
  76. data/spec/models/create_segment_conflict_response_spec.rb +1 -1
  77. data/spec/models/create_segment_success_response_spec.rb +1 -1
  78. data/spec/models/create_user_conflict_response_errors_inner_spec.rb +1 -1
  79. data/spec/models/create_user_conflict_response_errors_items_meta_spec.rb +1 -1
  80. data/spec/models/create_user_conflict_response_spec.rb +1 -1
  81. data/spec/models/delivery_data_spec.rb +1 -1
  82. data/spec/models/export_events_success_response_spec.rb +1 -1
  83. data/spec/models/export_subscriptions_request_body_spec.rb +1 -1
  84. data/spec/models/export_subscriptions_success_response_spec.rb +1 -1
  85. data/spec/models/filter_expression_spec.rb +1 -1
  86. data/spec/models/filter_spec.rb +1 -1
  87. data/spec/models/generic_error_spec.rb +1 -1
  88. data/spec/models/generic_success_bool_response_spec.rb +1 -1
  89. data/spec/models/get_notification_history_request_body_spec.rb +1 -1
  90. data/spec/models/get_segments_success_response_spec.rb +1 -1
  91. data/spec/models/language_string_map_spec.rb +1 -1
  92. data/spec/models/notification_all_of_spec.rb +1 -1
  93. data/spec/models/notification_history_success_response_spec.rb +1 -1
  94. data/spec/models/notification_slice_spec.rb +1 -1
  95. data/spec/models/notification_spec.rb +7 -1
  96. data/spec/models/notification_target_spec.rb +1 -1
  97. data/spec/models/notification_with_meta_all_of_spec.rb +1 -1
  98. data/spec/models/notification_with_meta_spec.rb +7 -1
  99. data/spec/models/operator_spec.rb +1 -1
  100. data/spec/models/outcome_data_spec.rb +1 -1
  101. data/spec/models/outcomes_data_spec.rb +1 -1
  102. data/spec/models/platform_delivery_data_email_all_of_spec.rb +1 -1
  103. data/spec/models/platform_delivery_data_sms_all_of_spec.rb +1 -1
  104. data/spec/models/platform_delivery_data_spec.rb +1 -1
  105. data/spec/models/properties_body_spec.rb +1 -1
  106. data/spec/models/properties_deltas_spec.rb +1 -1
  107. data/spec/models/properties_object_spec.rb +1 -1
  108. data/spec/models/purchase_spec.rb +1 -1
  109. data/spec/models/rate_limit_error_spec.rb +1 -1
  110. data/spec/models/segment_data_spec.rb +1 -1
  111. data/spec/models/segment_notification_target_spec.rb +1 -1
  112. data/spec/models/segment_spec.rb +1 -1
  113. data/spec/models/subscription_body_spec.rb +1 -1
  114. data/spec/models/subscription_notification_target_spec.rb +1 -1
  115. data/spec/models/subscription_spec.rb +1 -1
  116. data/spec/models/transfer_subscription_request_body_spec.rb +1 -1
  117. data/spec/models/update_live_activity_request_spec.rb +1 -1
  118. data/spec/models/update_live_activity_success_response_spec.rb +1 -1
  119. data/spec/models/update_user_request_spec.rb +1 -1
  120. data/spec/models/user_identity_body_spec.rb +1 -1
  121. data/spec/models/user_spec.rb +1 -1
  122. data/spec/models/web_button_spec.rb +1 -1
  123. data/spec/spec_helper.rb +1 -1
  124. metadata +1 -3
  125. data/docs/GenericErrorErrorsInner.md +0 -20
  126. data/docs/RateLimiterError.md +0 -18
@@ -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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
7
7
  Contact: devrel@onesignal.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.0-SNAPSHOT
@@ -645,6 +645,12 @@ describe OneSignal::Notification do
645
645
  end
646
646
  end
647
647
 
648
+ describe 'test attribute "disable_email_click_tracking"' do
649
+ it 'should work' do
650
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
651
+ end
652
+ end
653
+
648
654
  describe 'test attribute "include_unsubscribed"' do
649
655
  it 'should work' do
650
656
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
7
7
  Contact: devrel@onesignal.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.0-SNAPSHOT
@@ -645,6 +645,12 @@ describe OneSignal::NotificationWithMeta do
645
645
  end
646
646
  end
647
647
 
648
+ describe 'test attribute "disable_email_click_tracking"' do
649
+ it 'should work' do
650
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
651
+ end
652
+ end
653
+
648
654
  describe 'test attribute "include_unsubscribed"' do
649
655
  it 'should work' do
650
656
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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: 5.1.0
6
+ The version of the OpenAPI document: 5.2.0
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onesignal
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0.pre.beta1
4
+ version: 5.2.0.pre.beta1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OneSignal
@@ -81,7 +81,6 @@ files:
81
81
  - docs/Filter.md
82
82
  - docs/FilterExpression.md
83
83
  - docs/GenericError.md
84
- - docs/GenericErrorErrorsInner.md
85
84
  - docs/GenericSuccessBoolResponse.md
86
85
  - docs/GetNotificationHistoryRequestBody.md
87
86
  - docs/GetSegmentsSuccessResponse.md
@@ -104,7 +103,6 @@ files:
104
103
  - docs/PropertiesObject.md
105
104
  - docs/Purchase.md
106
105
  - docs/RateLimitError.md
107
- - docs/RateLimiterError.md
108
106
  - docs/Segment.md
109
107
  - docs/SegmentData.md
110
108
  - docs/SegmentNotificationTarget.md
@@ -1,20 +0,0 @@
1
- # OneSignal::GenericErrorErrorsInner
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **code** | **String** | | [optional] |
8
- | **title** | **String** | | [optional] |
9
-
10
- ## Example
11
-
12
- ```ruby
13
- require 'onesignal'
14
-
15
- instance = OneSignal::GenericErrorErrorsInner.new(
16
- code: null,
17
- title: null
18
- )
19
- ```
20
-
@@ -1,18 +0,0 @@
1
- # OneSignal::RateLimiterError
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **errors** | [**Array<GenericErrorErrorsInner>**](GenericErrorErrorsInner.md) | | [optional] |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'onesignal'
13
-
14
- instance = OneSignal::RateLimiterError.new(
15
- errors: null
16
- )
17
- ```
18
-