onesignal 5.2.1.pre.beta1 → 5.3.0
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/CHANGELOG.md +8 -0
- data/README.md +33 -5
- data/docs/ApiKeyToken.md +28 -0
- data/docs/ApiKeyTokensListResponse.md +18 -0
- data/docs/BasicNotification.md +13 -1
- data/docs/BasicNotificationAllOf.md +13 -1
- data/docs/CopyTemplateRequest.md +18 -0
- data/docs/CreateApiKeyRequest.md +22 -0
- data/docs/CreateApiKeyResponse.md +20 -0
- data/docs/CreateTemplateRequest.md +32 -0
- data/docs/CustomEvent.md +26 -0
- data/docs/CustomEventsRequest.md +18 -0
- data/docs/DefaultApi.md +1132 -110
- data/docs/Notification.md +12 -0
- data/docs/NotificationWithMeta.md +12 -0
- data/docs/StartLiveActivityRequest.md +48 -0
- data/docs/StartLiveActivitySuccessResponse.md +18 -0
- data/docs/TemplateResource.md +28 -0
- data/docs/TemplatesListResponse.md +18 -0
- data/docs/UpdateApiKeyRequest.md +22 -0
- data/docs/UpdateTemplateRequest.md +30 -0
- data/lib/onesignal/api/default_api.rb +1043 -1
- data/lib/onesignal/api_client.rb +2 -2
- data/lib/onesignal/api_error.rb +1 -1
- data/lib/onesignal/configuration.rb +1 -1
- data/lib/onesignal/models/api_key_token.rb +300 -0
- data/lib/onesignal/models/api_key_tokens_list_response.rb +221 -0
- data/lib/onesignal/models/app.rb +1 -1
- data/lib/onesignal/models/basic_notification.rb +84 -6
- data/lib/onesignal/models/basic_notification_all_of.rb +84 -6
- data/lib/onesignal/models/basic_notification_all_of_android_background_layout.rb +1 -1
- data/lib/onesignal/models/button.rb +1 -1
- data/lib/onesignal/models/copy_template_request.rb +225 -0
- data/lib/onesignal/models/create_api_key_request.rb +273 -0
- data/lib/onesignal/models/create_api_key_response.rb +228 -0
- data/lib/onesignal/models/create_notification_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_template_request.rb +307 -0
- 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/custom_event.rb +269 -0
- data/lib/onesignal/models/custom_events_request.rb +226 -0
- 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_subscriptions_request_body.rb +1 -1
- data/lib/onesignal/models/export_subscriptions_success_response.rb +1 -1
- data/lib/onesignal/models/filter.rb +1 -1
- data/lib/onesignal/models/filter_expression.rb +1 -1
- data/lib/onesignal/models/generic_error.rb +1 -1
- data/lib/onesignal/models/generic_success_bool_response.rb +1 -1
- data/lib/onesignal/models/get_notification_history_request_body.rb +1 -1
- data/lib/onesignal/models/get_segments_success_response.rb +1 -1
- data/lib/onesignal/models/language_string_map.rb +1 -1
- data/lib/onesignal/models/notification.rb +80 -2
- 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 +80 -2
- 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/properties_body.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_limit_error.rb +1 -1
- data/lib/onesignal/models/segment.rb +1 -1
- data/lib/onesignal/models/segment_data.rb +1 -1
- data/lib/onesignal/models/segment_notification_target.rb +1 -1
- data/lib/onesignal/models/start_live_activity_request.rb +454 -0
- data/lib/onesignal/models/start_live_activity_success_response.rb +219 -0
- data/lib/onesignal/models/subscription.rb +1 -1
- data/lib/onesignal/models/subscription_body.rb +1 -1
- data/lib/onesignal/models/subscription_notification_target.rb +1 -1
- data/lib/onesignal/models/template_resource.rb +302 -0
- data/lib/onesignal/models/templates_list_response.rb +221 -0
- data/lib/onesignal/models/transfer_subscription_request_body.rb +1 -1
- data/lib/onesignal/models/update_api_key_request.rb +273 -0
- 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_template_request.rb +282 -0
- data/lib/onesignal/models/update_user_request.rb +1 -1
- data/lib/onesignal/models/user.rb +1 -1
- data/lib/onesignal/models/user_identity_body.rb +1 -1
- data/lib/onesignal/models/web_button.rb +1 -1
- data/lib/onesignal/version.rb +2 -2
- data/lib/onesignal.rb +15 -1
- data/onesignal.gemspec +1 -1
- data/spec/api/default_api_spec.rb +189 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/api_key_token_spec.rb +68 -0
- data/spec/models/api_key_tokens_list_response_spec.rb +34 -0
- 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 +41 -1
- data/spec/models/basic_notification_spec.rb +41 -1
- data/spec/models/button_spec.rb +1 -1
- data/spec/models/copy_template_request_spec.rb +34 -0
- data/spec/models/create_api_key_request_spec.rb +50 -0
- data/spec/models/create_api_key_response_spec.rb +40 -0
- data/spec/models/create_notification_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_template_request_spec.rb +76 -0
- 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/custom_event_spec.rb +58 -0
- data/spec/models/custom_events_request_spec.rb +34 -0
- data/spec/models/delivery_data_spec.rb +1 -1
- data/spec/models/export_events_success_response_spec.rb +1 -1
- data/spec/models/export_subscriptions_request_body_spec.rb +1 -1
- data/spec/models/export_subscriptions_success_response_spec.rb +1 -1
- data/spec/models/filter_expression_spec.rb +1 -1
- data/spec/models/filter_spec.rb +1 -1
- data/spec/models/generic_error_spec.rb +1 -1
- data/spec/models/generic_success_bool_response_spec.rb +1 -1
- data/spec/models/get_notification_history_request_body_spec.rb +1 -1
- data/spec/models/get_segments_success_response_spec.rb +1 -1
- data/spec/models/language_string_map_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 +41 -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 +41 -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/properties_body_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_limit_error_spec.rb +1 -1
- data/spec/models/segment_data_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/start_live_activity_request_spec.rb +128 -0
- data/spec/models/start_live_activity_success_response_spec.rb +34 -0
- data/spec/models/subscription_body_spec.rb +1 -1
- data/spec/models/subscription_notification_target_spec.rb +1 -1
- data/spec/models/subscription_spec.rb +1 -1
- data/spec/models/template_resource_spec.rb +68 -0
- data/spec/models/templates_list_response_spec.rb +34 -0
- data/spec/models/transfer_subscription_request_body_spec.rb +1 -1
- data/spec/models/update_api_key_request_spec.rb +50 -0
- 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_template_request_spec.rb +70 -0
- data/spec/models/update_user_request_spec.rb +1 -1
- data/spec/models/user_identity_body_spec.rb +1 -1
- data/spec/models/user_spec.rb +1 -1
- data/spec/models/web_button_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +58 -2
|
@@ -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.
|
|
6
|
+
The version of the OpenAPI document: 5.3.0
|
|
7
7
|
Contact: devrel@onesignal.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
|
@@ -310,6 +310,9 @@ module OneSignal
|
|
|
310
310
|
# Channel: Email The email address the email is from. If not specified, will default to \"from email\" set in the OneSignal Dashboard Email Settings.
|
|
311
311
|
attr_accessor :email_from_address
|
|
312
312
|
|
|
313
|
+
# Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address.
|
|
314
|
+
attr_accessor :email_reply_to_address
|
|
315
|
+
|
|
313
316
|
# Channel: Email The preheader text of the email. Preheader is the preview text displayed immediately after an email subject that provides additional context about the email content. If not specified, will default to null.
|
|
314
317
|
attr_accessor :email_preheader
|
|
315
318
|
|
|
@@ -330,6 +333,21 @@ module OneSignal
|
|
|
330
333
|
# Channel: All JSON object that can be used as a source of message personalization data for fields that support tag variable substitution. Push, SMS: Can accept up to 2048 bytes of valid JSON. Email: Can accept up to 10000 bytes of valid JSON. Example: {\"order_id\": 123, \"currency\": \"USD\", \"amount\": 25}
|
|
331
334
|
attr_accessor :custom_data
|
|
332
335
|
|
|
336
|
+
# Channel: Push Notifications Platform: Huawei Full path of the app entry activity class
|
|
337
|
+
attr_accessor :huawei_badge_class
|
|
338
|
+
|
|
339
|
+
# Channel: Push Notifications Platform: Huawei Accumulative badge number, which is an integer ranging from 1 to 99
|
|
340
|
+
attr_accessor :huawei_badge_add_num
|
|
341
|
+
|
|
342
|
+
# Channel: Push Notifications Platform: Huawei Badge number, which is an integer ranging from 0 to 99
|
|
343
|
+
attr_accessor :huawei_badge_set_num
|
|
344
|
+
|
|
345
|
+
# Channel: Push Notifications Platform: Huawei Category of the push notification for HMS classification.
|
|
346
|
+
attr_accessor :huawei_category
|
|
347
|
+
|
|
348
|
+
# Channel: Push Notifications Platform: Huawei A tag used for Huawei business intelligence and analytics.
|
|
349
|
+
attr_accessor :huawei_bi_tag
|
|
350
|
+
|
|
333
351
|
# Number of notifications that were successfully delivered.
|
|
334
352
|
attr_accessor :successful
|
|
335
353
|
|
|
@@ -490,6 +508,7 @@ module OneSignal
|
|
|
490
508
|
:'email_body' => :'email_body',
|
|
491
509
|
:'email_from_name' => :'email_from_name',
|
|
492
510
|
:'email_from_address' => :'email_from_address',
|
|
511
|
+
:'email_reply_to_address' => :'email_reply_to_address',
|
|
493
512
|
:'email_preheader' => :'email_preheader',
|
|
494
513
|
:'disable_email_click_tracking' => :'disable_email_click_tracking',
|
|
495
514
|
:'include_unsubscribed' => :'include_unsubscribed',
|
|
@@ -497,6 +516,11 @@ module OneSignal
|
|
|
497
516
|
:'sms_media_urls' => :'sms_media_urls',
|
|
498
517
|
:'filters' => :'filters',
|
|
499
518
|
:'custom_data' => :'custom_data',
|
|
519
|
+
:'huawei_badge_class' => :'huawei_badge_class',
|
|
520
|
+
:'huawei_badge_add_num' => :'huawei_badge_add_num',
|
|
521
|
+
:'huawei_badge_set_num' => :'huawei_badge_set_num',
|
|
522
|
+
:'huawei_category' => :'huawei_category',
|
|
523
|
+
:'huawei_bi_tag' => :'huawei_bi_tag',
|
|
500
524
|
:'successful' => :'successful',
|
|
501
525
|
:'failed' => :'failed',
|
|
502
526
|
:'errored' => :'errored',
|
|
@@ -621,6 +645,7 @@ module OneSignal
|
|
|
621
645
|
:'email_body' => :'String',
|
|
622
646
|
:'email_from_name' => :'String',
|
|
623
647
|
:'email_from_address' => :'String',
|
|
648
|
+
:'email_reply_to_address' => :'String',
|
|
624
649
|
:'email_preheader' => :'String',
|
|
625
650
|
:'disable_email_click_tracking' => :'Boolean',
|
|
626
651
|
:'include_unsubscribed' => :'Boolean',
|
|
@@ -628,6 +653,11 @@ module OneSignal
|
|
|
628
653
|
:'sms_media_urls' => :'Array<String>',
|
|
629
654
|
:'filters' => :'Array<FilterExpression>',
|
|
630
655
|
:'custom_data' => :'Object',
|
|
656
|
+
:'huawei_badge_class' => :'String',
|
|
657
|
+
:'huawei_badge_add_num' => :'Integer',
|
|
658
|
+
:'huawei_badge_set_num' => :'Integer',
|
|
659
|
+
:'huawei_category' => :'String',
|
|
660
|
+
:'huawei_bi_tag' => :'String',
|
|
631
661
|
:'successful' => :'Integer',
|
|
632
662
|
:'failed' => :'Integer',
|
|
633
663
|
:'errored' => :'Integer',
|
|
@@ -723,12 +753,18 @@ module OneSignal
|
|
|
723
753
|
:'email_subject',
|
|
724
754
|
:'email_from_name',
|
|
725
755
|
:'email_from_address',
|
|
756
|
+
:'email_reply_to_address',
|
|
726
757
|
:'email_preheader',
|
|
727
758
|
:'disable_email_click_tracking',
|
|
728
759
|
:'sms_from',
|
|
729
760
|
:'sms_media_urls',
|
|
730
761
|
:'filters',
|
|
731
762
|
:'custom_data',
|
|
763
|
+
:'huawei_badge_class',
|
|
764
|
+
:'huawei_badge_add_num',
|
|
765
|
+
:'huawei_badge_set_num',
|
|
766
|
+
:'huawei_category',
|
|
767
|
+
:'huawei_bi_tag',
|
|
732
768
|
:'received',
|
|
733
769
|
:'send_after',
|
|
734
770
|
:'completed_at',
|
|
@@ -1192,6 +1228,10 @@ module OneSignal
|
|
|
1192
1228
|
self.email_from_address = attributes[:'email_from_address']
|
|
1193
1229
|
end
|
|
1194
1230
|
|
|
1231
|
+
if attributes.key?(:'email_reply_to_address')
|
|
1232
|
+
self.email_reply_to_address = attributes[:'email_reply_to_address']
|
|
1233
|
+
end
|
|
1234
|
+
|
|
1195
1235
|
if attributes.key?(:'email_preheader')
|
|
1196
1236
|
self.email_preheader = attributes[:'email_preheader']
|
|
1197
1237
|
end
|
|
@@ -1224,6 +1264,26 @@ module OneSignal
|
|
|
1224
1264
|
self.custom_data = attributes[:'custom_data']
|
|
1225
1265
|
end
|
|
1226
1266
|
|
|
1267
|
+
if attributes.key?(:'huawei_badge_class')
|
|
1268
|
+
self.huawei_badge_class = attributes[:'huawei_badge_class']
|
|
1269
|
+
end
|
|
1270
|
+
|
|
1271
|
+
if attributes.key?(:'huawei_badge_add_num')
|
|
1272
|
+
self.huawei_badge_add_num = attributes[:'huawei_badge_add_num']
|
|
1273
|
+
end
|
|
1274
|
+
|
|
1275
|
+
if attributes.key?(:'huawei_badge_set_num')
|
|
1276
|
+
self.huawei_badge_set_num = attributes[:'huawei_badge_set_num']
|
|
1277
|
+
end
|
|
1278
|
+
|
|
1279
|
+
if attributes.key?(:'huawei_category')
|
|
1280
|
+
self.huawei_category = attributes[:'huawei_category']
|
|
1281
|
+
end
|
|
1282
|
+
|
|
1283
|
+
if attributes.key?(:'huawei_bi_tag')
|
|
1284
|
+
self.huawei_bi_tag = attributes[:'huawei_bi_tag']
|
|
1285
|
+
end
|
|
1286
|
+
|
|
1227
1287
|
if attributes.key?(:'successful')
|
|
1228
1288
|
self.successful = attributes[:'successful']
|
|
1229
1289
|
end
|
|
@@ -1294,6 +1354,8 @@ module OneSignal
|
|
|
1294
1354
|
aggregation_validator = EnumAttributeValidator.new('String', ["sum", "count"])
|
|
1295
1355
|
return false unless aggregation_validator.valid?(@aggregation)
|
|
1296
1356
|
return false if @app_id.nil?
|
|
1357
|
+
huawei_category_validator = EnumAttributeValidator.new('String', ["IM", "VOIP", "SUBSCRIPTION", "TRAVEL", "HEALTH", "WORK", "ACCOUNT", "EXPRESS", "FINANCE", "DEVICE_REMINDER", "MAIL", "MARKETING"])
|
|
1358
|
+
return false unless huawei_category_validator.valid?(@huawei_category)
|
|
1297
1359
|
true
|
|
1298
1360
|
end
|
|
1299
1361
|
|
|
@@ -1317,6 +1379,16 @@ module OneSignal
|
|
|
1317
1379
|
@aggregation = aggregation
|
|
1318
1380
|
end
|
|
1319
1381
|
|
|
1382
|
+
# Custom attribute writer method checking allowed values (enum).
|
|
1383
|
+
# @param [Object] huawei_category Object to be assigned
|
|
1384
|
+
def huawei_category=(huawei_category)
|
|
1385
|
+
validator = EnumAttributeValidator.new('String', ["IM", "VOIP", "SUBSCRIPTION", "TRAVEL", "HEALTH", "WORK", "ACCOUNT", "EXPRESS", "FINANCE", "DEVICE_REMINDER", "MAIL", "MARKETING"])
|
|
1386
|
+
unless validator.valid?(huawei_category)
|
|
1387
|
+
fail ArgumentError, "invalid value for \"huawei_category\", must be one of #{validator.allowable_values}."
|
|
1388
|
+
end
|
|
1389
|
+
@huawei_category = huawei_category
|
|
1390
|
+
end
|
|
1391
|
+
|
|
1320
1392
|
# Checks equality by comparing each attribute.
|
|
1321
1393
|
# @param [Object] Object to be compared
|
|
1322
1394
|
def ==(o)
|
|
@@ -1423,6 +1495,7 @@ module OneSignal
|
|
|
1423
1495
|
email_body == o.email_body &&
|
|
1424
1496
|
email_from_name == o.email_from_name &&
|
|
1425
1497
|
email_from_address == o.email_from_address &&
|
|
1498
|
+
email_reply_to_address == o.email_reply_to_address &&
|
|
1426
1499
|
email_preheader == o.email_preheader &&
|
|
1427
1500
|
disable_email_click_tracking == o.disable_email_click_tracking &&
|
|
1428
1501
|
include_unsubscribed == o.include_unsubscribed &&
|
|
@@ -1430,6 +1503,11 @@ module OneSignal
|
|
|
1430
1503
|
sms_media_urls == o.sms_media_urls &&
|
|
1431
1504
|
filters == o.filters &&
|
|
1432
1505
|
custom_data == o.custom_data &&
|
|
1506
|
+
huawei_badge_class == o.huawei_badge_class &&
|
|
1507
|
+
huawei_badge_add_num == o.huawei_badge_add_num &&
|
|
1508
|
+
huawei_badge_set_num == o.huawei_badge_set_num &&
|
|
1509
|
+
huawei_category == o.huawei_category &&
|
|
1510
|
+
huawei_bi_tag == o.huawei_bi_tag &&
|
|
1433
1511
|
successful == o.successful &&
|
|
1434
1512
|
failed == o.failed &&
|
|
1435
1513
|
errored == o.errored &&
|
|
@@ -1453,7 +1531,7 @@ module OneSignal
|
|
|
1453
1531
|
# Calculates hash code according to all attributes.
|
|
1454
1532
|
# @return [Integer] Hash code
|
|
1455
1533
|
def hash
|
|
1456
|
-
[included_segments, excluded_segments, include_subscription_ids, include_email_tokens, include_phone_numbers, include_ios_tokens, include_wp_wns_uris, include_amazon_reg_ids, include_chrome_reg_ids, include_chrome_web_reg_ids, include_android_reg_ids, include_aliases, target_channel, id, value, name, aggregation, is_ios, is_android, is_huawei, is_any_web, is_chrome_web, is_firefox, is_safari, is_wp_wns, is_adm, is_chrome, app_id, external_id, idempotency_key, contents, headings, subtitle, data, huawei_msg_type, url, web_url, app_url, ios_attachments, template_id, content_available, mutable_content, target_content_identifier, big_picture, huawei_big_picture, adm_big_picture, chrome_big_picture, chrome_web_image, buttons, web_buttons, ios_category, android_channel_id, huawei_channel_id, existing_android_channel_id, huawei_existing_channel_id, android_background_layout, small_icon, huawei_small_icon, large_icon, huawei_large_icon, adm_small_icon, adm_large_icon, chrome_web_icon, chrome_web_badge, firefox_icon, chrome_icon, ios_sound, android_sound, huawei_sound, adm_sound, wp_wns_sound, android_led_color, huawei_led_color, android_accent_color, huawei_accent_color, android_visibility, huawei_visibility, ios_badge_type, ios_badge_count, collapse_id, web_push_topic, apns_alert, delayed_option, delivery_time_of_day, ttl, priority, apns_push_type_override, throttle_rate_per_minute, android_group, android_group_message, adm_group, adm_group_message, thread_id, summary_arg, summary_arg_count, ios_relevance_score, ios_interruption_level, email_subject, email_body, email_from_name, email_from_address, email_preheader, disable_email_click_tracking, include_unsubscribed, sms_from, sms_media_urls, filters, custom_data, successful, failed, errored, converted, received, outcomes, remaining, queued_at, send_after, completed_at, platform_delivery_stats, canceled].hash
|
|
1534
|
+
[included_segments, excluded_segments, include_subscription_ids, include_email_tokens, include_phone_numbers, include_ios_tokens, include_wp_wns_uris, include_amazon_reg_ids, include_chrome_reg_ids, include_chrome_web_reg_ids, include_android_reg_ids, include_aliases, target_channel, id, value, name, aggregation, is_ios, is_android, is_huawei, is_any_web, is_chrome_web, is_firefox, is_safari, is_wp_wns, is_adm, is_chrome, app_id, external_id, idempotency_key, contents, headings, subtitle, data, huawei_msg_type, url, web_url, app_url, ios_attachments, template_id, content_available, mutable_content, target_content_identifier, big_picture, huawei_big_picture, adm_big_picture, chrome_big_picture, chrome_web_image, buttons, web_buttons, ios_category, android_channel_id, huawei_channel_id, existing_android_channel_id, huawei_existing_channel_id, android_background_layout, small_icon, huawei_small_icon, large_icon, huawei_large_icon, adm_small_icon, adm_large_icon, chrome_web_icon, chrome_web_badge, firefox_icon, chrome_icon, ios_sound, android_sound, huawei_sound, adm_sound, wp_wns_sound, android_led_color, huawei_led_color, android_accent_color, huawei_accent_color, android_visibility, huawei_visibility, ios_badge_type, ios_badge_count, collapse_id, web_push_topic, apns_alert, delayed_option, delivery_time_of_day, ttl, priority, apns_push_type_override, throttle_rate_per_minute, android_group, android_group_message, adm_group, adm_group_message, thread_id, summary_arg, summary_arg_count, ios_relevance_score, ios_interruption_level, email_subject, email_body, email_from_name, email_from_address, email_reply_to_address, email_preheader, disable_email_click_tracking, include_unsubscribed, sms_from, sms_media_urls, filters, custom_data, huawei_badge_class, huawei_badge_add_num, huawei_badge_set_num, huawei_category, huawei_bi_tag, successful, failed, errored, converted, received, outcomes, remaining, queued_at, send_after, completed_at, platform_delivery_stats, canceled].hash
|
|
1457
1535
|
end
|
|
1458
1536
|
|
|
1459
1537
|
# Builds the object from hash
|
|
@@ -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.
|
|
6
|
+
The version of the OpenAPI document: 5.3.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.
|
|
6
|
+
The version of the OpenAPI document: 5.3.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.
|
|
6
|
+
The version of the OpenAPI document: 5.3.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.
|
|
6
|
+
The version of the OpenAPI document: 5.3.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.
|
|
6
|
+
The version of the OpenAPI document: 5.3.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.
|
|
6
|
+
The version of the OpenAPI document: 5.3.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.
|
|
6
|
+
The version of the OpenAPI document: 5.3.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.
|
|
6
|
+
The version of the OpenAPI document: 5.3.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.
|
|
6
|
+
The version of the OpenAPI document: 5.3.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.
|
|
6
|
+
The version of the OpenAPI document: 5.3.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.
|
|
6
|
+
The version of the OpenAPI document: 5.3.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.
|
|
6
|
+
The version of the OpenAPI document: 5.3.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.
|
|
6
|
+
The version of the OpenAPI document: 5.3.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.
|
|
6
|
+
The version of the OpenAPI document: 5.3.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.
|
|
6
|
+
The version of the OpenAPI document: 5.3.0
|
|
7
7
|
Contact: devrel@onesignal.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|