diff --git a/README.md b/README.md index 696a03f..4d6e5b9 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com -- API version: 5.8.0 -- Package version: 5.8.0 +- API version: 5.9.0 +- Package version: 5.9.0 ## Requirements diff --git a/docs/BasicNotification.md b/docs/BasicNotification.md index 99e857a..c243c23 100644 --- a/docs/BasicNotification.md +++ b/docs/BasicNotification.md @@ -109,7 +109,7 @@ Name | Type | Description | Notes **email_reply_to_address** | **str, none_type** | Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address. | [optional] **email_preheader** | **str, none_type** | 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. | [optional] **disable_email_click_tracking** | **bool, none_type** | Channel: Email Default is `false`. If set to `true`, the URLs sent within the email will not include link tracking and will be the same as originally set; otherwise, all the URLs in the email will be tracked. | [optional] -**include_unsubscribed** | **bool** | Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared. | [optional] +**include_unsubscribed** | **bool, none_type** | Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared. | [optional] **email_bcc** | **[str], none_type** | Channel: Email BCC recipients for the email. Maximum 5 addresses. Only supported when the email service provider is OneSignal Email. | [optional] **email_sender_domain** | **str, none_type** | Channel: Email Sender domain to use for the email message. Overrides the default sender domain configured for the app. Only supported when the email service provider is OneSignal Email. | [optional] **sms_from** | **str, none_type** | Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. | [optional] diff --git a/docs/BasicNotificationAllOf.md b/docs/BasicNotificationAllOf.md index 57de187..fa13e78 100644 --- a/docs/BasicNotificationAllOf.md +++ b/docs/BasicNotificationAllOf.md @@ -95,7 +95,7 @@ Name | Type | Description | Notes **email_reply_to_address** | **str, none_type** | Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address. | [optional] **email_preheader** | **str, none_type** | 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. | [optional] **disable_email_click_tracking** | **bool, none_type** | Channel: Email Default is `false`. If set to `true`, the URLs sent within the email will not include link tracking and will be the same as originally set; otherwise, all the URLs in the email will be tracked. | [optional] -**include_unsubscribed** | **bool** | Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared. | [optional] +**include_unsubscribed** | **bool, none_type** | Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared. | [optional] **email_bcc** | **[str], none_type** | Channel: Email BCC recipients for the email. Maximum 5 addresses. Only supported when the email service provider is OneSignal Email. | [optional] **email_sender_domain** | **str, none_type** | Channel: Email Sender domain to use for the email message. Overrides the default sender domain configured for the app. Only supported when the email service provider is OneSignal Email. | [optional] **sms_from** | **str, none_type** | Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. | [optional] diff --git a/docs/DefaultApi.md b/docs/DefaultApi.md index 5e4b529..17e0c0d 100644 --- a/docs/DefaultApi.md +++ b/docs/DefaultApi.md @@ -115,7 +115,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" notification_id = "b3a0c8bd-3a4c-4b22-9a73-3f1a8c2d1b88" try: @@ -193,7 +193,7 @@ with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) template_id = "e4d3c2b1-a09f-4f1e-8d7c-6b5a4f3e2d1c" - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" copy_template_request = CopyTemplateRequest( target_app_id="target_app_id_example", ) @@ -271,7 +271,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" alias_label = "external_id" alias_id = "YOUR_USER_EXTERNAL_ID" user_identity_body = UserIdentityBody( @@ -356,7 +356,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" subscription_id = "7e4c5b9a-1f60-4d07-9b1a-2e8c8d2cae51" user_identity_body = UserIdentityBody( identity=IdentityObject( @@ -439,7 +439,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" create_api_key_request = CreateApiKeyRequest( name="name_example", ip_allowlist_mode="disabled", @@ -601,6 +601,7 @@ The Custom Events API allows you to record user events. Custom events can repres import onesignal from onesignal.api import default_api from onesignal.models import * +# python-dateutil is installed automatically as a dependency of this SDK. from dateutil.parser import parse as dateutil_parser from pprint import pprint @@ -617,7 +618,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" # Your OneSignal App ID in UUID v4 format. + app_id = "YOUR_APP_ID" # Your OneSignal App ID in UUID v4 format. custom_events_request = CustomEventsRequest( events=[ CustomEvent( @@ -706,6 +707,7 @@ with onesignal.ApiClient(configuration) as api_client: notification = Notification( app_id='YOUR_APP_ID', contents=LanguageStringMap(en='Hello from OneSignal!'), + headings=LanguageStringMap(en='Push Notification'), include_aliases={'external_id': ['YOUR_USER_EXTERNAL_ID']}, target_channel='push', # Idempotency key: a client-generated UUID that lets you safely retry on network @@ -767,6 +769,7 @@ with onesignal.ApiClient(configuration) as api_client: notification = Notification( app_id='YOUR_APP_ID', contents=LanguageStringMap(en='Hello from OneSignal!'), + headings=LanguageStringMap(en='Push Notification'), include_aliases={'external_id': ['YOUR_USER_EXTERNAL_ID']}, target_channel='push', # No idempotency_key set: the helper generates a UUIDv4 and reuses it across retries. @@ -844,16 +847,16 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" # The OneSignal App ID for your app. Available in Keys & IDs. + app_id = "YOUR_APP_ID" # The OneSignal App ID for your app. Available in Keys & IDs. segment = Segment( - id="id_example", - name="name_example", + id="d5d4d1a8-1c9e-42fb-b3f2-56d3a5a9a8b7", + name="Inactive 30 days", filters=[ Filter( - field="field_example", - key="key_example", - value="value_example", - hours_ago="hours_ago_example", + field="tag", + key="level", + value="10", + hours_ago="24", radius=3.14, lat=3.14, long=3.14, @@ -936,28 +939,28 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" alias_label = "external_id" alias_id = "YOUR_USER_EXTERNAL_ID" subscription_body = SubscriptionBody( subscription=Subscription( - id="id_example", + id="e4e87830-b954-4363-b7bc-1f01dbaee5c8", type="iOSPush", - token="token_example", + token="d5d4d1a8-1c9e-42fb-b3f2-56d3a5a9a8b7", enabled=True, notification_types=1, - session_time=1, + session_time=60, session_count=1, - sdk="sdk_example", - device_model="device_model_example", - device_os="device_os_example", + sdk="5.2.0", + device_model="iPhone14,2", + device_os="17.1", rooted=True, test_type=1, - app_version="app_version_example", + app_version="1.0.0", net_type=1, - carrier="carrier_example", - web_auth="web_auth_example", - web_p256="web_p256_example", + carrier="Verizon", + web_auth="5DUmpGmLuTxWCLj5lJpwLQ", + web_p256="BM5-r8DauQXOb2E-3PgLPjSvjT0Ao9v5oJhw8bZ0cW7Vh6BbmPYcqbbCEJ1P2sK0hZ7HxSh9zGyU5pQk1jJmZ8A", ), ) @@ -1258,50 +1261,50 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" user = User( properties=PropertiesObject( tags={}, - language="language_example", - timezone_id="timezone_id_example", + language="en", + timezone_id="America/Los_Angeles", lat=3.14, long=3.14, - country="country_example", + country="US", first_active=1, last_active=1, amount_spent=3.14, purchases=[ Purchase( - sku="sku_example", - amount="amount_example", - iso="iso_example", + sku="com.example.coins100", + amount="0.99", + iso="USD", count=1, ), ], - ip="ip_example", + ip="203.0.113.10", ), identity=IdentityObject( key="key_example", ), subscriptions=[ Subscription( - id="id_example", + id="e4e87830-b954-4363-b7bc-1f01dbaee5c8", type="iOSPush", - token="token_example", + token="d5d4d1a8-1c9e-42fb-b3f2-56d3a5a9a8b7", enabled=True, notification_types=1, - session_time=1, + session_time=60, session_count=1, - sdk="sdk_example", - device_model="device_model_example", - device_os="device_os_example", + sdk="5.2.0", + device_model="iPhone14,2", + device_os="17.1", rooted=True, test_type=1, - app_version="app_version_example", + app_version="1.0.0", net_type=1, - carrier="carrier_example", - web_auth="web_auth_example", - web_p256="web_p256_example", + carrier="Verizon", + web_auth="5DUmpGmLuTxWCLj5lJpwLQ", + web_p256="BM5-r8DauQXOb2E-3PgLPjSvjT0Ao9v5oJhw8bZ0cW7Vh6BbmPYcqbbCEJ1P2sK0hZ7HxSh9zGyU5pQk1jJmZ8A", ), ], ) @@ -1393,7 +1396,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" alias_label = "external_id" alias_id = "YOUR_USER_EXTERNAL_ID" alias_label_to_delete = "external_id" @@ -1474,7 +1477,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" token_id = "0aa1b2c3-d4e5-46f7-8899-aabbccddeeff" try: @@ -1549,7 +1552,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" # The OneSignal App ID for your app. Available in Keys & IDs. + app_id = "YOUR_APP_ID" # The OneSignal App ID for your app. Available in Keys & IDs. segment_id = "d6c5a3e1-9f17-44a1-9d10-7c0e4a2b1c8e" # The segment_id can be found in the URL of the segment when viewing it in the dashboard. try: @@ -1626,7 +1629,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" subscription_id = "7e4c5b9a-1f60-4d07-9b1a-2e8c8d2cae51" try: @@ -1703,7 +1706,7 @@ with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) template_id = "e4d3c2b1-a09f-4f1e-8d7c-6b5a4f3e2d1c" - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" try: # Delete template @@ -1778,7 +1781,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" alias_label = "external_id" alias_id = "YOUR_USER_EXTERNAL_ID" @@ -1856,7 +1859,7 @@ with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) notification_id = "b3a0c8bd-3a4c-4b22-9a73-3f1a8c2d1b88" # The ID of the notification to export events from. - app_id = "00000000-0000-0000-0000-000000000000" # The ID of the app that the notification belongs to. + app_id = "YOUR_APP_ID" # The ID of the app that the notification belongs to. try: # Export CSV of Events @@ -1932,7 +1935,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" # The app ID that you want to export devices from + app_id = "YOUR_APP_ID" # The app ID that you want to export devices from export_subscriptions_request_body = ExportSubscriptionsRequestBody( extra_fields=[ "extra_fields_example", @@ -2014,7 +2017,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" alias_label = "external_id" alias_id = "YOUR_USER_EXTERNAL_ID" @@ -2092,7 +2095,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" subscription_id = "7e4c5b9a-1f60-4d07-9b1a-2e8c8d2cae51" try: @@ -2167,7 +2170,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" # An app id + app_id = "YOUR_APP_ID" # An app id try: # View an app @@ -2312,7 +2315,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" notification_id = "b3a0c8bd-3a4c-4b22-9a73-3f1a8c2d1b88" try: @@ -2470,7 +2473,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" # The app ID that you want to view notifications from + app_id = "YOUR_APP_ID" # The app ID that you want to view notifications from limit = 10 # How many notifications to return. Max is 50. Default is 50. (optional) offset = 0 # Page offset. Default is 0. Results are sorted by queued_at in descending order. queued_at is a representation of the time that the notification was queued at. (optional) kind = 0 # Kind of notifications returned: * unset - All notification types (default) * `0` - Dashboard only * `1` - API only * `3` - Automated only (optional) @@ -2552,7 +2555,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" # The OneSignal App ID for your app. Available in Keys & IDs. + app_id = "YOUR_APP_ID" # The OneSignal App ID for your app. Available in Keys & IDs. outcome_names = "os__session_duration.count,os__click.count" # Required Comma-separated list of names and the value (sum/count) for the returned outcome data. Note: Clicks only support count aggregation. For out-of-the-box OneSignal outcomes such as click and session duration, please use the \"os\" prefix with two underscores. For other outcomes, please use the name specified by the user. Example:os__session_duration.count,os__click.count,CustomOutcomeName.sum outcome_names2 = "os__session_duration.count" # Optional If outcome names contain any commas, then please specify only one value at a time. Example: outcome_names[]=os__click.count&outcome_names[]=Sales, Purchase.count where \"Sales, Purchase\" is the custom outcomes with a comma in the name. (optional) outcome_time_range = "1d" # Optional Time range for the returned data. The values can be 1h (for the last 1 hour data), 1d (for the last 1 day data), or 1mo (for the last 1 month data). Default is 1h if the parameter is omitted. (optional) @@ -2636,7 +2639,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" # The OneSignal App ID for your app. Available in Keys & IDs. + app_id = "YOUR_APP_ID" # The OneSignal App ID for your app. Available in Keys & IDs. offset = 0 # Segments are listed in ascending order of created_at date. offset will omit that number of segments from the beginning of the list. Eg offset 5, will remove the 5 earliest created Segments. (optional) limit = 10 # The amount of Segments in the response. Maximum 300. (optional) @@ -2714,7 +2717,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" alias_label = "external_id" alias_id = "YOUR_USER_EXTERNAL_ID" @@ -2792,7 +2795,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" token_id = "0aa1b2c3-d4e5-46f7-8899-aabbccddeeff" try: @@ -2867,7 +2870,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" # Your OneSignal App ID in UUID v4 format. + app_id = "YOUR_APP_ID" # Your OneSignal App ID in UUID v4 format. activity_type = "order_status" # The name of the Live Activity defined in your app. This should match the attributes struct used in your app's Live Activity implementation. start_live_activity_request = StartLiveActivityRequest( name="name_example", @@ -2985,10 +2988,10 @@ with onesignal.ApiClient(configuration) as api_client: ], filters=[ Filter( - field="field_example", - key="key_example", - value="value_example", - hours_ago="hours_ago_example", + field="tag", + key="level", + value="10", + hours_ago="24", radius=3.14, lat=3.14, long=3.14, @@ -3071,7 +3074,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" subscription_id = "7e4c5b9a-1f60-4d07-9b1a-2e8c8d2cae51" transfer_subscription_request_body = TransferSubscriptionRequestBody( identity={ @@ -3154,7 +3157,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" # The OneSignal App ID for your app. Available in Keys & IDs. + app_id = "YOUR_APP_ID" # The OneSignal App ID for your app. Available in Keys & IDs. notification_id = "b3a0c8bd-3a4c-4b22-9a73-3f1a8c2d1b88" # The id of the message found in the creation notification POST response, View Notifications GET response, or URL within the Message Report. token = "YOUR_TOKEN_ID" # The unsubscribe token that is generated via liquid syntax in {{subscription.unsubscribe_token}} when personalizing an email. @@ -3232,7 +3235,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" token_id = "0aa1b2c3-d4e5-46f7-8899-aabbccddeeff" update_api_key_request = UpdateApiKeyRequest( name="name_example", @@ -3315,7 +3318,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" # An app id + app_id = "YOUR_APP_ID" # An app id app = App( name="name_example", android_gcm_sender_id="android_gcm_sender_id_example", @@ -3413,7 +3416,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" # The OneSignal App ID for your app. Available in Keys & IDs. + app_id = "YOUR_APP_ID" # The OneSignal App ID for your app. Available in Keys & IDs. activity_id = "12345" # Live Activity record ID update_live_activity_request = UpdateLiveActivityRequest( name="name_example", @@ -3589,27 +3592,27 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" subscription_id = "7e4c5b9a-1f60-4d07-9b1a-2e8c8d2cae51" subscription_body = SubscriptionBody( subscription=Subscription( - id="id_example", + id="e4e87830-b954-4363-b7bc-1f01dbaee5c8", type="iOSPush", - token="token_example", + token="d5d4d1a8-1c9e-42fb-b3f2-56d3a5a9a8b7", enabled=True, notification_types=1, - session_time=1, + session_time=60, session_count=1, - sdk="sdk_example", - device_model="device_model_example", - device_os="device_os_example", + sdk="5.2.0", + device_model="iPhone14,2", + device_os="17.1", rooted=True, test_type=1, - app_version="app_version_example", + app_version="1.0.0", net_type=1, - carrier="carrier_example", - web_auth="web_auth_example", - web_p256="web_p256_example", + carrier="Verizon", + web_auth="5DUmpGmLuTxWCLj5lJpwLQ", + web_p256="BM5-r8DauQXOb2E-3PgLPjSvjT0Ao9v5oJhw8bZ0cW7Vh6BbmPYcqbbCEJ1P2sK0hZ7HxSh9zGyU5pQk1jJmZ8A", ), ) @@ -3687,28 +3690,28 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" # Your OneSignal App ID in UUID v4 format. + app_id = "YOUR_APP_ID" # Your OneSignal App ID in UUID v4 format. token_type = "Email" # The type of token to use when looking up the subscription. See Subscription Types. token = "user@example.com" # The value of the token to lookup by (e.g., email address, phone number). subscription_body = SubscriptionBody( subscription=Subscription( - id="id_example", + id="e4e87830-b954-4363-b7bc-1f01dbaee5c8", type="iOSPush", - token="token_example", + token="d5d4d1a8-1c9e-42fb-b3f2-56d3a5a9a8b7", enabled=True, notification_types=1, - session_time=1, + session_time=60, session_count=1, - sdk="sdk_example", - device_model="device_model_example", - device_os="device_os_example", + sdk="5.2.0", + device_model="iPhone14,2", + device_os="17.1", rooted=True, test_type=1, - app_version="app_version_example", + app_version="1.0.0", net_type=1, - carrier="carrier_example", - web_auth="web_auth_example", - web_p256="web_p256_example", + carrier="Verizon", + web_auth="5DUmpGmLuTxWCLj5lJpwLQ", + web_p256="BM5-r8DauQXOb2E-3PgLPjSvjT0Ao9v5oJhw8bZ0cW7Vh6BbmPYcqbbCEJ1P2sK0hZ7HxSh9zGyU5pQk1jJmZ8A", ), ) @@ -3788,7 +3791,7 @@ with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) template_id = "e4d3c2b1-a09f-4f1e-8d7c-6b5a4f3e2d1c" - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" update_template_request = UpdateTemplateRequest( name="name_example", contents=LanguageStringMap( @@ -4009,29 +4012,29 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" alias_label = "external_id" alias_id = "YOUR_USER_EXTERNAL_ID" update_user_request = UpdateUserRequest( properties=PropertiesObject( tags={}, - language="language_example", - timezone_id="timezone_id_example", + language="en", + timezone_id="America/Los_Angeles", lat=3.14, long=3.14, - country="country_example", + country="US", first_active=1, last_active=1, amount_spent=3.14, purchases=[ Purchase( - sku="sku_example", - amount="amount_example", - iso="iso_example", + sku="com.example.coins100", + amount="0.99", + iso="USD", count=1, ), ], - ip="ip_example", + ip="203.0.113.10", ), refresh_device_metadata=False, deltas=PropertiesDeltas( @@ -4039,9 +4042,9 @@ with onesignal.ApiClient(configuration) as api_client: session_count=1, purchases=[ Purchase( - sku="sku_example", - amount="amount_example", - iso="iso_example", + sku="com.example.coins100", + amount="0.99", + iso="USD", count=1, ), ], @@ -4123,7 +4126,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" try: # View API keys @@ -4197,7 +4200,7 @@ with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) template_id = "e4d3c2b1-a09f-4f1e-8d7c-6b5a4f3e2d1c" - app_id = "00000000-0000-0000-0000-000000000000" + app_id = "YOUR_APP_ID" try: # View template @@ -4272,7 +4275,7 @@ configuration = onesignal.Configuration( with onesignal.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = default_api.DefaultApi(api_client) - app_id = "00000000-0000-0000-0000-000000000000" # Your OneSignal App ID in UUID v4 format. + app_id = "YOUR_APP_ID" # Your OneSignal App ID in UUID v4 format. limit = 10 # Maximum number of templates. Default and max is 50. (optional) offset = 0 # Pagination offset. (optional) channel = "push" # Filter by delivery channel. (optional) diff --git a/docs/Notification.md b/docs/Notification.md index f880338..a8be973 100644 --- a/docs/Notification.md +++ b/docs/Notification.md @@ -109,7 +109,7 @@ Name | Type | Description | Notes **email_reply_to_address** | **str, none_type** | Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address. | [optional] **email_preheader** | **str, none_type** | 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. | [optional] **disable_email_click_tracking** | **bool, none_type** | Channel: Email Default is `false`. If set to `true`, the URLs sent within the email will not include link tracking and will be the same as originally set; otherwise, all the URLs in the email will be tracked. | [optional] -**include_unsubscribed** | **bool** | Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared. | [optional] +**include_unsubscribed** | **bool, none_type** | Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared. | [optional] **email_bcc** | **[str], none_type** | Channel: Email BCC recipients for the email. Maximum 5 addresses. Only supported when the email service provider is OneSignal Email. | [optional] **email_sender_domain** | **str, none_type** | Channel: Email Sender domain to use for the email message. Overrides the default sender domain configured for the app. Only supported when the email service provider is OneSignal Email. | [optional] **sms_from** | **str, none_type** | Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. | [optional] diff --git a/docs/NotificationWithMeta.md b/docs/NotificationWithMeta.md index 5e0ecc1..4c9922b 100644 --- a/docs/NotificationWithMeta.md +++ b/docs/NotificationWithMeta.md @@ -109,7 +109,7 @@ Name | Type | Description | Notes **email_reply_to_address** | **str, none_type** | Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address. | [optional] **email_preheader** | **str, none_type** | 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. | [optional] **disable_email_click_tracking** | **bool, none_type** | Channel: Email Default is `false`. If set to `true`, the URLs sent within the email will not include link tracking and will be the same as originally set; otherwise, all the URLs in the email will be tracked. | [optional] -**include_unsubscribed** | **bool** | Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared. | [optional] +**include_unsubscribed** | **bool, none_type** | Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared. | [optional] **email_bcc** | **[str], none_type** | BCC recipients that were set on this email notification. | [optional] **email_sender_domain** | **str, none_type** | Channel: Email Sender domain to use for the email message. Overrides the default sender domain configured for the app. Only supported when the email service provider is OneSignal Email. | [optional] **sms_from** | **str, none_type** | Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. | [optional] diff --git a/onesignal/__init__.py b/onesignal/__init__.py index ab9a648..556c261 100644 --- a/onesignal/__init__.py +++ b/onesignal/__init__.py @@ -5,13 +5,13 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ -__version__ = "5.8.0" +__version__ = "5.9.0" # import ApiClient from onesignal.api_client import ApiClient diff --git a/onesignal/api/default_api.py b/onesignal/api/default_api.py index a72398d..8bf5274 100644 --- a/onesignal/api/default_api.py +++ b/onesignal/api/default_api.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/api_client.py b/onesignal/api_client.py index 02bb610..63ac48c 100644 --- a/onesignal/api_client.py +++ b/onesignal/api_client.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ @@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/5.8.0/python' + self.user_agent = 'OpenAPI-Generator/5.9.0/python' def __enter__(self): return self @@ -142,7 +142,7 @@ def __call_api( # header parameters header_params = header_params or {} header_params.update(self.default_headers) - header_params['OS-Usage-Data'] = "kind=sdk, sdk-name=onesignal-python, version=5.8.0" + header_params['OS-Usage-Data'] = "kind=sdk, sdk-name=onesignal-python, version=5.9.0" if self.cookie: header_params['Cookie'] = self.cookie if header_params: diff --git a/onesignal/configuration.py b/onesignal/configuration.py index d781e4e..8eeb38c 100644 --- a/onesignal/configuration.py +++ b/onesignal/configuration.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ @@ -399,8 +399,8 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 5.8.0\n"\ - "SDK Package Version: 5.8.0".\ + "Version of the API: 5.9.0\n"\ + "SDK Package Version: 5.9.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/onesignal/exceptions.py b/onesignal/exceptions.py index 1f07a5e..81cb9ea 100644 --- a/onesignal/exceptions.py +++ b/onesignal/exceptions.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/api_key_token.py b/onesignal/model/api_key_token.py index b21fe37..9fd448f 100644 --- a/onesignal/model/api_key_token.py +++ b/onesignal/model/api_key_token.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/api_key_tokens_list_response.py b/onesignal/model/api_key_tokens_list_response.py index f222724..4e99e52 100644 --- a/onesignal/model/api_key_tokens_list_response.py +++ b/onesignal/model/api_key_tokens_list_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/app.py b/onesignal/model/app.py index a9a8e17..dcf7610 100644 --- a/onesignal/model/app.py +++ b/onesignal/model/app.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/apps.py b/onesignal/model/apps.py index a626a9c..c36f194 100644 --- a/onesignal/model/apps.py +++ b/onesignal/model/apps.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/basic_notification.py b/onesignal/model/basic_notification.py index bc5e65c..6d45bc5 100644 --- a/onesignal/model/basic_notification.py +++ b/onesignal/model/basic_notification.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ @@ -234,7 +234,7 @@ def openapi_types(): 'email_reply_to_address': (str, none_type,), # noqa: E501 'email_preheader': (str, none_type,), # noqa: E501 'disable_email_click_tracking': (bool, none_type,), # noqa: E501 - 'include_unsubscribed': (bool,), # noqa: E501 + 'include_unsubscribed': (bool, none_type,), # noqa: E501 'email_bcc': ([str], none_type,), # noqa: E501 'email_sender_domain': (str, none_type,), # noqa: E501 'sms_from': (str, none_type,), # noqa: E501 @@ -519,7 +519,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 email_reply_to_address (str, none_type): Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address. . [optional] # noqa: E501 email_preheader (str, none_type): 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. . [optional] # noqa: E501 disable_email_click_tracking (bool, none_type): Channel: Email Default is `false`. If set to `true`, the URLs sent within the email will not include link tracking and will be the same as originally set; otherwise, all the URLs in the email will be tracked.. [optional] # noqa: E501 - include_unsubscribed (bool): Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared.. [optional] # noqa: E501 + include_unsubscribed (bool, none_type): Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared.. [optional] # noqa: E501 email_bcc ([str], none_type): Channel: Email BCC recipients for the email. Maximum 5 addresses. Only supported when the email service provider is OneSignal Email. . [optional] # noqa: E501 email_sender_domain (str, none_type): Channel: Email Sender domain to use for the email message. Overrides the default sender domain configured for the app. Only supported when the email service provider is OneSignal Email. . [optional] # noqa: E501 sms_from (str, none_type): Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. . [optional] # noqa: E501 @@ -739,7 +739,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 email_reply_to_address (str, none_type): Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address. . [optional] # noqa: E501 email_preheader (str, none_type): 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. . [optional] # noqa: E501 disable_email_click_tracking (bool, none_type): Channel: Email Default is `false`. If set to `true`, the URLs sent within the email will not include link tracking and will be the same as originally set; otherwise, all the URLs in the email will be tracked.. [optional] # noqa: E501 - include_unsubscribed (bool): Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared.. [optional] # noqa: E501 + include_unsubscribed (bool, none_type): Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared.. [optional] # noqa: E501 email_bcc ([str], none_type): Channel: Email BCC recipients for the email. Maximum 5 addresses. Only supported when the email service provider is OneSignal Email. . [optional] # noqa: E501 email_sender_domain (str, none_type): Channel: Email Sender domain to use for the email message. Overrides the default sender domain configured for the app. Only supported when the email service provider is OneSignal Email. . [optional] # noqa: E501 sms_from (str, none_type): Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. . [optional] # noqa: E501 diff --git a/onesignal/model/basic_notification_all_of.py b/onesignal/model/basic_notification_all_of.py index dff315e..7be5a13 100644 --- a/onesignal/model/basic_notification_all_of.py +++ b/onesignal/model/basic_notification_all_of.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ @@ -209,7 +209,7 @@ def openapi_types(): 'email_reply_to_address': (str, none_type,), # noqa: E501 'email_preheader': (str, none_type,), # noqa: E501 'disable_email_click_tracking': (bool, none_type,), # noqa: E501 - 'include_unsubscribed': (bool,), # noqa: E501 + 'include_unsubscribed': (bool, none_type,), # noqa: E501 'email_bcc': ([str], none_type,), # noqa: E501 'email_sender_domain': (str, none_type,), # noqa: E501 'sms_from': (str, none_type,), # noqa: E501 @@ -468,7 +468,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 email_reply_to_address (str, none_type): Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address. . [optional] # noqa: E501 email_preheader (str, none_type): 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. . [optional] # noqa: E501 disable_email_click_tracking (bool, none_type): Channel: Email Default is `false`. If set to `true`, the URLs sent within the email will not include link tracking and will be the same as originally set; otherwise, all the URLs in the email will be tracked.. [optional] # noqa: E501 - include_unsubscribed (bool): Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared.. [optional] # noqa: E501 + include_unsubscribed (bool, none_type): Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared.. [optional] # noqa: E501 email_bcc ([str], none_type): Channel: Email BCC recipients for the email. Maximum 5 addresses. Only supported when the email service provider is OneSignal Email. . [optional] # noqa: E501 email_sender_domain (str, none_type): Channel: Email Sender domain to use for the email message. Overrides the default sender domain configured for the app. Only supported when the email service provider is OneSignal Email. . [optional] # noqa: E501 sms_from (str, none_type): Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. . [optional] # noqa: E501 @@ -656,7 +656,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 email_reply_to_address (str, none_type): Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address. . [optional] # noqa: E501 email_preheader (str, none_type): 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. . [optional] # noqa: E501 disable_email_click_tracking (bool, none_type): Channel: Email Default is `false`. If set to `true`, the URLs sent within the email will not include link tracking and will be the same as originally set; otherwise, all the URLs in the email will be tracked.. [optional] # noqa: E501 - include_unsubscribed (bool): Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared.. [optional] # noqa: E501 + include_unsubscribed (bool, none_type): Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared.. [optional] # noqa: E501 email_bcc ([str], none_type): Channel: Email BCC recipients for the email. Maximum 5 addresses. Only supported when the email service provider is OneSignal Email. . [optional] # noqa: E501 email_sender_domain (str, none_type): Channel: Email Sender domain to use for the email message. Overrides the default sender domain configured for the app. Only supported when the email service provider is OneSignal Email. . [optional] # noqa: E501 sms_from (str, none_type): Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. . [optional] # noqa: E501 diff --git a/onesignal/model/basic_notification_all_of_android_background_layout.py b/onesignal/model/basic_notification_all_of_android_background_layout.py index 38e8c85..80e35cd 100644 --- a/onesignal/model/basic_notification_all_of_android_background_layout.py +++ b/onesignal/model/basic_notification_all_of_android_background_layout.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/button.py b/onesignal/model/button.py index ae1397d..69cc414 100644 --- a/onesignal/model/button.py +++ b/onesignal/model/button.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/copy_template_request.py b/onesignal/model/copy_template_request.py index a7505f1..5b16383 100644 --- a/onesignal/model/copy_template_request.py +++ b/onesignal/model/copy_template_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/create_api_key_request.py b/onesignal/model/create_api_key_request.py index 07c3bb6..7e7085d 100644 --- a/onesignal/model/create_api_key_request.py +++ b/onesignal/model/create_api_key_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/create_api_key_response.py b/onesignal/model/create_api_key_response.py index caaf71b..27aa8bc 100644 --- a/onesignal/model/create_api_key_response.py +++ b/onesignal/model/create_api_key_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/create_notification_success_response.py b/onesignal/model/create_notification_success_response.py index b4152e1..f8b1af9 100644 --- a/onesignal/model/create_notification_success_response.py +++ b/onesignal/model/create_notification_success_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/create_segment_conflict_response.py b/onesignal/model/create_segment_conflict_response.py index fdbf421..87a2c27 100644 --- a/onesignal/model/create_segment_conflict_response.py +++ b/onesignal/model/create_segment_conflict_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/create_segment_success_response.py b/onesignal/model/create_segment_success_response.py index 6a63bd4..171298b 100644 --- a/onesignal/model/create_segment_success_response.py +++ b/onesignal/model/create_segment_success_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/create_template_request.py b/onesignal/model/create_template_request.py index 38ea7fd..168f9af 100644 --- a/onesignal/model/create_template_request.py +++ b/onesignal/model/create_template_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/create_user_conflict_response.py b/onesignal/model/create_user_conflict_response.py index 0d02aac..5f84c91 100644 --- a/onesignal/model/create_user_conflict_response.py +++ b/onesignal/model/create_user_conflict_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/create_user_conflict_response_errors_inner.py b/onesignal/model/create_user_conflict_response_errors_inner.py index 4ac40a1..3af2fbc 100644 --- a/onesignal/model/create_user_conflict_response_errors_inner.py +++ b/onesignal/model/create_user_conflict_response_errors_inner.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/create_user_conflict_response_errors_items_meta.py b/onesignal/model/create_user_conflict_response_errors_items_meta.py index 76f3375..cc3db6a 100644 --- a/onesignal/model/create_user_conflict_response_errors_items_meta.py +++ b/onesignal/model/create_user_conflict_response_errors_items_meta.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/custom_event.py b/onesignal/model/custom_event.py index 60c838a..3ce96bd 100644 --- a/onesignal/model/custom_event.py +++ b/onesignal/model/custom_event.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/custom_events_request.py b/onesignal/model/custom_events_request.py index 4b256d7..975e5a2 100644 --- a/onesignal/model/custom_events_request.py +++ b/onesignal/model/custom_events_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/delivery_data.py b/onesignal/model/delivery_data.py index dca1c5e..495b053 100644 --- a/onesignal/model/delivery_data.py +++ b/onesignal/model/delivery_data.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/export_events_success_response.py b/onesignal/model/export_events_success_response.py index e9f6cd9..1c4220c 100644 --- a/onesignal/model/export_events_success_response.py +++ b/onesignal/model/export_events_success_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/export_subscriptions_request_body.py b/onesignal/model/export_subscriptions_request_body.py index 0a4f0d4..b44e90b 100644 --- a/onesignal/model/export_subscriptions_request_body.py +++ b/onesignal/model/export_subscriptions_request_body.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/export_subscriptions_success_response.py b/onesignal/model/export_subscriptions_success_response.py index 0ed258c..8ca7ff3 100644 --- a/onesignal/model/export_subscriptions_success_response.py +++ b/onesignal/model/export_subscriptions_success_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/filter.py b/onesignal/model/filter.py index ee2aee9..aea6025 100644 --- a/onesignal/model/filter.py +++ b/onesignal/model/filter.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/filter_expression.py b/onesignal/model/filter_expression.py index ba23779..2ecd081 100644 --- a/onesignal/model/filter_expression.py +++ b/onesignal/model/filter_expression.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/generic_error.py b/onesignal/model/generic_error.py index 5a338a4..6fe469f 100644 --- a/onesignal/model/generic_error.py +++ b/onesignal/model/generic_error.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/generic_success_bool_response.py b/onesignal/model/generic_success_bool_response.py index 777883b..2bce5c3 100644 --- a/onesignal/model/generic_success_bool_response.py +++ b/onesignal/model/generic_success_bool_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/get_notification_history_request_body.py b/onesignal/model/get_notification_history_request_body.py index feaa6b0..20e305f 100644 --- a/onesignal/model/get_notification_history_request_body.py +++ b/onesignal/model/get_notification_history_request_body.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/get_segments_success_response.py b/onesignal/model/get_segments_success_response.py index d326d4c..d289e9c 100644 --- a/onesignal/model/get_segments_success_response.py +++ b/onesignal/model/get_segments_success_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/identity_object.py b/onesignal/model/identity_object.py index 953b14e..06f244b 100644 --- a/onesignal/model/identity_object.py +++ b/onesignal/model/identity_object.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/include_aliases.py b/onesignal/model/include_aliases.py index 3e22b0f..61231e5 100644 --- a/onesignal/model/include_aliases.py +++ b/onesignal/model/include_aliases.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/language_string_map.py b/onesignal/model/language_string_map.py index f4f2542..34eebd5 100644 --- a/onesignal/model/language_string_map.py +++ b/onesignal/model/language_string_map.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/notification.py b/onesignal/model/notification.py index 99faa83..da40b0c 100644 --- a/onesignal/model/notification.py +++ b/onesignal/model/notification.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ @@ -234,7 +234,7 @@ def openapi_types(): 'email_reply_to_address': (str, none_type,), # noqa: E501 'email_preheader': (str, none_type,), # noqa: E501 'disable_email_click_tracking': (bool, none_type,), # noqa: E501 - 'include_unsubscribed': (bool,), # noqa: E501 + 'include_unsubscribed': (bool, none_type,), # noqa: E501 'email_bcc': ([str], none_type,), # noqa: E501 'email_sender_domain': (str, none_type,), # noqa: E501 'sms_from': (str, none_type,), # noqa: E501 @@ -521,7 +521,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 email_reply_to_address (str, none_type): Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address. . [optional] # noqa: E501 email_preheader (str, none_type): 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. . [optional] # noqa: E501 disable_email_click_tracking (bool, none_type): Channel: Email Default is `false`. If set to `true`, the URLs sent within the email will not include link tracking and will be the same as originally set; otherwise, all the URLs in the email will be tracked.. [optional] # noqa: E501 - include_unsubscribed (bool): Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared.. [optional] # noqa: E501 + include_unsubscribed (bool, none_type): Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared.. [optional] # noqa: E501 email_bcc ([str], none_type): Channel: Email BCC recipients for the email. Maximum 5 addresses. Only supported when the email service provider is OneSignal Email. . [optional] # noqa: E501 email_sender_domain (str, none_type): Channel: Email Sender domain to use for the email message. Overrides the default sender domain configured for the app. Only supported when the email service provider is OneSignal Email. . [optional] # noqa: E501 sms_from (str, none_type): Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. . [optional] # noqa: E501 @@ -742,7 +742,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 email_reply_to_address (str, none_type): Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address. . [optional] # noqa: E501 email_preheader (str, none_type): 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. . [optional] # noqa: E501 disable_email_click_tracking (bool, none_type): Channel: Email Default is `false`. If set to `true`, the URLs sent within the email will not include link tracking and will be the same as originally set; otherwise, all the URLs in the email will be tracked.. [optional] # noqa: E501 - include_unsubscribed (bool): Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared.. [optional] # noqa: E501 + include_unsubscribed (bool, none_type): Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared.. [optional] # noqa: E501 email_bcc ([str], none_type): Channel: Email BCC recipients for the email. Maximum 5 addresses. Only supported when the email service provider is OneSignal Email. . [optional] # noqa: E501 email_sender_domain (str, none_type): Channel: Email Sender domain to use for the email message. Overrides the default sender domain configured for the app. Only supported when the email service provider is OneSignal Email. . [optional] # noqa: E501 sms_from (str, none_type): Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. . [optional] # noqa: E501 diff --git a/onesignal/model/notification_all_of.py b/onesignal/model/notification_all_of.py index f23097e..e24d891 100644 --- a/onesignal/model/notification_all_of.py +++ b/onesignal/model/notification_all_of.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/notification_history_success_response.py b/onesignal/model/notification_history_success_response.py index b938383..7324fed 100644 --- a/onesignal/model/notification_history_success_response.py +++ b/onesignal/model/notification_history_success_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/notification_slice.py b/onesignal/model/notification_slice.py index d1fc921..c4320c1 100644 --- a/onesignal/model/notification_slice.py +++ b/onesignal/model/notification_slice.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/notification_target.py b/onesignal/model/notification_target.py index 70050b3..6e29d9f 100644 --- a/onesignal/model/notification_target.py +++ b/onesignal/model/notification_target.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/notification_with_meta.py b/onesignal/model/notification_with_meta.py index ee79fae..f60836d 100644 --- a/onesignal/model/notification_with_meta.py +++ b/onesignal/model/notification_with_meta.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ @@ -239,7 +239,7 @@ def openapi_types(): 'email_reply_to_address': (str, none_type,), # noqa: E501 'email_preheader': (str, none_type,), # noqa: E501 'disable_email_click_tracking': (bool, none_type,), # noqa: E501 - 'include_unsubscribed': (bool,), # noqa: E501 + 'include_unsubscribed': (bool, none_type,), # noqa: E501 'email_bcc': ([str], none_type,), # noqa: E501 'email_sender_domain': (str, none_type,), # noqa: E501 'sms_from': (str, none_type,), # noqa: E501 @@ -550,7 +550,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 email_reply_to_address (str, none_type): Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address. . [optional] # noqa: E501 email_preheader (str, none_type): 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. . [optional] # noqa: E501 disable_email_click_tracking (bool, none_type): Channel: Email Default is `false`. If set to `true`, the URLs sent within the email will not include link tracking and will be the same as originally set; otherwise, all the URLs in the email will be tracked.. [optional] # noqa: E501 - include_unsubscribed (bool): Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared.. [optional] # noqa: E501 + include_unsubscribed (bool, none_type): Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared.. [optional] # noqa: E501 email_bcc ([str], none_type): BCC recipients that were set on this email notification.. [optional] # noqa: E501 email_sender_domain (str, none_type): Channel: Email Sender domain to use for the email message. Overrides the default sender domain configured for the app. Only supported when the email service provider is OneSignal Email. . [optional] # noqa: E501 sms_from (str, none_type): Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. . [optional] # noqa: E501 @@ -783,7 +783,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 email_reply_to_address (str, none_type): Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address. . [optional] # noqa: E501 email_preheader (str, none_type): 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. . [optional] # noqa: E501 disable_email_click_tracking (bool, none_type): Channel: Email Default is `false`. If set to `true`, the URLs sent within the email will not include link tracking and will be the same as originally set; otherwise, all the URLs in the email will be tracked.. [optional] # noqa: E501 - include_unsubscribed (bool): Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared.. [optional] # noqa: E501 + include_unsubscribed (bool, none_type): Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared.. [optional] # noqa: E501 email_bcc ([str], none_type): BCC recipients that were set on this email notification.. [optional] # noqa: E501 email_sender_domain (str, none_type): Channel: Email Sender domain to use for the email message. Overrides the default sender domain configured for the app. Only supported when the email service provider is OneSignal Email. . [optional] # noqa: E501 sms_from (str, none_type): Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. . [optional] # noqa: E501 diff --git a/onesignal/model/notification_with_meta_all_of.py b/onesignal/model/notification_with_meta_all_of.py index e71a597..0156b67 100644 --- a/onesignal/model/notification_with_meta_all_of.py +++ b/onesignal/model/notification_with_meta_all_of.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/operator.py b/onesignal/model/operator.py index bd1710a..af580e5 100644 --- a/onesignal/model/operator.py +++ b/onesignal/model/operator.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/outcome_data.py b/onesignal/model/outcome_data.py index 5d198d7..a26f47c 100644 --- a/onesignal/model/outcome_data.py +++ b/onesignal/model/outcome_data.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/outcomes_data.py b/onesignal/model/outcomes_data.py index aa76fd5..d059c1b 100644 --- a/onesignal/model/outcomes_data.py +++ b/onesignal/model/outcomes_data.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/platform_delivery_data.py b/onesignal/model/platform_delivery_data.py index 54eece2..1336fb2 100644 --- a/onesignal/model/platform_delivery_data.py +++ b/onesignal/model/platform_delivery_data.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/platform_delivery_data_email_all_of.py b/onesignal/model/platform_delivery_data_email_all_of.py index 733756b..6f9747d 100644 --- a/onesignal/model/platform_delivery_data_email_all_of.py +++ b/onesignal/model/platform_delivery_data_email_all_of.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/platform_delivery_data_sms_all_of.py b/onesignal/model/platform_delivery_data_sms_all_of.py index 9ecc3dc..b140c93 100644 --- a/onesignal/model/platform_delivery_data_sms_all_of.py +++ b/onesignal/model/platform_delivery_data_sms_all_of.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/properties_body.py b/onesignal/model/properties_body.py index 4a9daec..b83d6e9 100644 --- a/onesignal/model/properties_body.py +++ b/onesignal/model/properties_body.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/properties_deltas.py b/onesignal/model/properties_deltas.py index ffad08e..a00c741 100644 --- a/onesignal/model/properties_deltas.py +++ b/onesignal/model/properties_deltas.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/properties_object.py b/onesignal/model/properties_object.py index 8ff98ff..96212b7 100644 --- a/onesignal/model/properties_object.py +++ b/onesignal/model/properties_object.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/purchase.py b/onesignal/model/purchase.py index 6683633..850dbd8 100644 --- a/onesignal/model/purchase.py +++ b/onesignal/model/purchase.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/rate_limit_error.py b/onesignal/model/rate_limit_error.py index 03dc2f8..348760a 100644 --- a/onesignal/model/rate_limit_error.py +++ b/onesignal/model/rate_limit_error.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/segment.py b/onesignal/model/segment.py index e4a0ecd..b191afd 100644 --- a/onesignal/model/segment.py +++ b/onesignal/model/segment.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/segment_data.py b/onesignal/model/segment_data.py index ea984a7..37b7784 100644 --- a/onesignal/model/segment_data.py +++ b/onesignal/model/segment_data.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/segment_notification_target.py b/onesignal/model/segment_notification_target.py index 0b2d70e..bdb8f63 100644 --- a/onesignal/model/segment_notification_target.py +++ b/onesignal/model/segment_notification_target.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/start_live_activity_request.py b/onesignal/model/start_live_activity_request.py index 652b877..1919973 100644 --- a/onesignal/model/start_live_activity_request.py +++ b/onesignal/model/start_live_activity_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/start_live_activity_success_response.py b/onesignal/model/start_live_activity_success_response.py index 654ef78..9c138d1 100644 --- a/onesignal/model/start_live_activity_success_response.py +++ b/onesignal/model/start_live_activity_success_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/subscription.py b/onesignal/model/subscription.py index d76318a..ebc9c0c 100644 --- a/onesignal/model/subscription.py +++ b/onesignal/model/subscription.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/subscription_body.py b/onesignal/model/subscription_body.py index f008730..e45b730 100644 --- a/onesignal/model/subscription_body.py +++ b/onesignal/model/subscription_body.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/subscription_notification_target.py b/onesignal/model/subscription_notification_target.py index 586f7f8..07130f6 100644 --- a/onesignal/model/subscription_notification_target.py +++ b/onesignal/model/subscription_notification_target.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/template_resource.py b/onesignal/model/template_resource.py index 9966c54..5cc0831 100644 --- a/onesignal/model/template_resource.py +++ b/onesignal/model/template_resource.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/templates_list_response.py b/onesignal/model/templates_list_response.py index 279efda..ea0e8fd 100644 --- a/onesignal/model/templates_list_response.py +++ b/onesignal/model/templates_list_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/transfer_subscription_request_body.py b/onesignal/model/transfer_subscription_request_body.py index 30c5f01..c9bec6a 100644 --- a/onesignal/model/transfer_subscription_request_body.py +++ b/onesignal/model/transfer_subscription_request_body.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/update_api_key_request.py b/onesignal/model/update_api_key_request.py index 9b8cb39..ff0a49b 100644 --- a/onesignal/model/update_api_key_request.py +++ b/onesignal/model/update_api_key_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/update_live_activity_request.py b/onesignal/model/update_live_activity_request.py index 5c4a579..958aae8 100644 --- a/onesignal/model/update_live_activity_request.py +++ b/onesignal/model/update_live_activity_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/update_live_activity_success_response.py b/onesignal/model/update_live_activity_success_response.py index a0e1473..48aff7d 100644 --- a/onesignal/model/update_live_activity_success_response.py +++ b/onesignal/model/update_live_activity_success_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/update_template_request.py b/onesignal/model/update_template_request.py index 3a67fef..1273e27 100644 --- a/onesignal/model/update_template_request.py +++ b/onesignal/model/update_template_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/update_user_request.py b/onesignal/model/update_user_request.py index 984be9c..b08e836 100644 --- a/onesignal/model/update_user_request.py +++ b/onesignal/model/update_user_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/user.py b/onesignal/model/user.py index de66d96..8073466 100644 --- a/onesignal/model/user.py +++ b/onesignal/model/user.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/user_identity_body.py b/onesignal/model/user_identity_body.py index 74da98a..01b30c2 100644 --- a/onesignal/model/user_identity_body.py +++ b/onesignal/model/user_identity_body.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model/web_button.py b/onesignal/model/web_button.py index a4c4e45..fce1af3 100644 --- a/onesignal/model/web_button.py +++ b/onesignal/model/web_button.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/model_utils.py b/onesignal/model_utils.py index af3931b..518a8d4 100644 --- a/onesignal/model_utils.py +++ b/onesignal/model_utils.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/onesignal/rest.py b/onesignal/rest.py index 85e4873..69fc8c9 100644 --- a/onesignal/rest.py +++ b/onesignal/rest.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/setup.py b/setup.py index 4cd94cc..a8ae9b8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ @@ -12,7 +12,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "onesignal_python_api" -VERSION = "5.8.0" +VERSION = "5.9.0" # To install the library, run the following # # python setup.py install diff --git a/test/test_api_key_token.py b/test/test_api_key_token.py index 0b892bf..5661d73 100644 --- a/test/test_api_key_token.py +++ b/test/test_api_key_token.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_api_key_tokens_list_response.py b/test/test_api_key_tokens_list_response.py index ce4816b..f62794d 100644 --- a/test/test_api_key_tokens_list_response.py +++ b/test/test_api_key_tokens_list_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_app.py b/test/test_app.py index 222cad2..e304832 100644 --- a/test/test_app.py +++ b/test/test_app.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_apps.py b/test/test_apps.py index c5c7920..aeae475 100644 --- a/test/test_apps.py +++ b/test/test_apps.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_basic_notification.py b/test/test_basic_notification.py index 373317f..14f6c01 100644 --- a/test/test_basic_notification.py +++ b/test/test_basic_notification.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_basic_notification_all_of.py b/test/test_basic_notification_all_of.py index 516e52b..558fea2 100644 --- a/test/test_basic_notification_all_of.py +++ b/test/test_basic_notification_all_of.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_basic_notification_all_of_android_background_layout.py b/test/test_basic_notification_all_of_android_background_layout.py index 94ae8c7..0233856 100644 --- a/test/test_basic_notification_all_of_android_background_layout.py +++ b/test/test_basic_notification_all_of_android_background_layout.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_button.py b/test/test_button.py index cf4a093..004a62f 100644 --- a/test/test_button.py +++ b/test/test_button.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_copy_template_request.py b/test/test_copy_template_request.py index ba17139..6f39799 100644 --- a/test/test_copy_template_request.py +++ b/test/test_copy_template_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_create_api_key_request.py b/test/test_create_api_key_request.py index 98aa640..3f4d44c 100644 --- a/test/test_create_api_key_request.py +++ b/test/test_create_api_key_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_create_api_key_response.py b/test/test_create_api_key_response.py index ff67e5b..5ab0055 100644 --- a/test/test_create_api_key_response.py +++ b/test/test_create_api_key_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_create_notification_success_response.py b/test/test_create_notification_success_response.py index dda438a..30f4dac 100644 --- a/test/test_create_notification_success_response.py +++ b/test/test_create_notification_success_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_create_segment_conflict_response.py b/test/test_create_segment_conflict_response.py index f144237..8c0f534 100644 --- a/test/test_create_segment_conflict_response.py +++ b/test/test_create_segment_conflict_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_create_segment_success_response.py b/test/test_create_segment_success_response.py index f286e99..8e4974f 100644 --- a/test/test_create_segment_success_response.py +++ b/test/test_create_segment_success_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_create_template_request.py b/test/test_create_template_request.py index 200c863..5be7190 100644 --- a/test/test_create_template_request.py +++ b/test/test_create_template_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_create_user_conflict_response.py b/test/test_create_user_conflict_response.py index 1df919e..e299e43 100644 --- a/test/test_create_user_conflict_response.py +++ b/test/test_create_user_conflict_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_create_user_conflict_response_errors_inner.py b/test/test_create_user_conflict_response_errors_inner.py index 4b0da88..a8a97f7 100644 --- a/test/test_create_user_conflict_response_errors_inner.py +++ b/test/test_create_user_conflict_response_errors_inner.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_create_user_conflict_response_errors_items_meta.py b/test/test_create_user_conflict_response_errors_items_meta.py index 423fc6c..5eb665d 100644 --- a/test/test_create_user_conflict_response_errors_items_meta.py +++ b/test/test_create_user_conflict_response_errors_items_meta.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_custom_event.py b/test/test_custom_event.py index 10a4247..404f35e 100644 --- a/test/test_custom_event.py +++ b/test/test_custom_event.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_custom_events_request.py b/test/test_custom_events_request.py index 388c881..bf02151 100644 --- a/test/test_custom_events_request.py +++ b/test/test_custom_events_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_default_api.py b/test/test_default_api.py index 9584bd3..5cc6d4b 100644 --- a/test/test_default_api.py +++ b/test/test_default_api.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_delivery_data.py b/test/test_delivery_data.py index 435fc52..8dbdbcd 100644 --- a/test/test_delivery_data.py +++ b/test/test_delivery_data.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_export_events_success_response.py b/test/test_export_events_success_response.py index 48e651a..dbba855 100644 --- a/test/test_export_events_success_response.py +++ b/test/test_export_events_success_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_export_subscriptions_request_body.py b/test/test_export_subscriptions_request_body.py index e27bf94..5b19f63 100644 --- a/test/test_export_subscriptions_request_body.py +++ b/test/test_export_subscriptions_request_body.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_export_subscriptions_success_response.py b/test/test_export_subscriptions_success_response.py index afb4328..7457851 100644 --- a/test/test_export_subscriptions_success_response.py +++ b/test/test_export_subscriptions_success_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_filter.py b/test/test_filter.py index e24a849..879bf20 100644 --- a/test/test_filter.py +++ b/test/test_filter.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_filter_expression.py b/test/test_filter_expression.py index cebaf24..6c66a10 100644 --- a/test/test_filter_expression.py +++ b/test/test_filter_expression.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_generic_error.py b/test/test_generic_error.py index 3c0af5a..9cc0758 100644 --- a/test/test_generic_error.py +++ b/test/test_generic_error.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_generic_success_bool_response.py b/test/test_generic_success_bool_response.py index 69589a6..493a4f9 100644 --- a/test/test_generic_success_bool_response.py +++ b/test/test_generic_success_bool_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_get_notification_history_request_body.py b/test/test_get_notification_history_request_body.py index 997d3ee..f79cef6 100644 --- a/test/test_get_notification_history_request_body.py +++ b/test/test_get_notification_history_request_body.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_get_segments_success_response.py b/test/test_get_segments_success_response.py index 957a7b9..25902f1 100644 --- a/test/test_get_segments_success_response.py +++ b/test/test_get_segments_success_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_identity_object.py b/test/test_identity_object.py index 6cd53ee..b7253d3 100644 --- a/test/test_identity_object.py +++ b/test/test_identity_object.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_include_aliases.py b/test/test_include_aliases.py index af2ce75..ed4f525 100644 --- a/test/test_include_aliases.py +++ b/test/test_include_aliases.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_language_string_map.py b/test/test_language_string_map.py index d31c891..52503eb 100644 --- a/test/test_language_string_map.py +++ b/test/test_language_string_map.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_notification.py b/test/test_notification.py index 7e05596..c0e2b19 100644 --- a/test/test_notification.py +++ b/test/test_notification.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_notification_all_of.py b/test/test_notification_all_of.py index 3684501..91f0592 100644 --- a/test/test_notification_all_of.py +++ b/test/test_notification_all_of.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_notification_history_success_response.py b/test/test_notification_history_success_response.py index b7d7ab0..a6c515d 100644 --- a/test/test_notification_history_success_response.py +++ b/test/test_notification_history_success_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_notification_slice.py b/test/test_notification_slice.py index 609d552..ca77a8c 100644 --- a/test/test_notification_slice.py +++ b/test/test_notification_slice.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_notification_target.py b/test/test_notification_target.py index 22d5a83..3c6b14a 100644 --- a/test/test_notification_target.py +++ b/test/test_notification_target.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_notification_with_meta.py b/test/test_notification_with_meta.py index 132b2ae..f8d8241 100644 --- a/test/test_notification_with_meta.py +++ b/test/test_notification_with_meta.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_notification_with_meta_all_of.py b/test/test_notification_with_meta_all_of.py index c6e7f6f..78dcf7c 100644 --- a/test/test_notification_with_meta_all_of.py +++ b/test/test_notification_with_meta_all_of.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_operator.py b/test/test_operator.py index 59899f2..3059c2b 100644 --- a/test/test_operator.py +++ b/test/test_operator.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_outcome_data.py b/test/test_outcome_data.py index 4893fcc..c7e3bfc 100644 --- a/test/test_outcome_data.py +++ b/test/test_outcome_data.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_outcomes_data.py b/test/test_outcomes_data.py index c5a6daf..30855ea 100644 --- a/test/test_outcomes_data.py +++ b/test/test_outcomes_data.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_platform_delivery_data.py b/test/test_platform_delivery_data.py index 228b226..1b2f871 100644 --- a/test/test_platform_delivery_data.py +++ b/test/test_platform_delivery_data.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_platform_delivery_data_email_all_of.py b/test/test_platform_delivery_data_email_all_of.py index e171435..f9ec3a0 100644 --- a/test/test_platform_delivery_data_email_all_of.py +++ b/test/test_platform_delivery_data_email_all_of.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_platform_delivery_data_sms_all_of.py b/test/test_platform_delivery_data_sms_all_of.py index 782d586..3ca2c7a 100644 --- a/test/test_platform_delivery_data_sms_all_of.py +++ b/test/test_platform_delivery_data_sms_all_of.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_properties_body.py b/test/test_properties_body.py index 6075757..62a848c 100644 --- a/test/test_properties_body.py +++ b/test/test_properties_body.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_properties_deltas.py b/test/test_properties_deltas.py index 6a3975d..946b7e3 100644 --- a/test/test_properties_deltas.py +++ b/test/test_properties_deltas.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_properties_object.py b/test/test_properties_object.py index 76dd19f..5b73347 100644 --- a/test/test_properties_object.py +++ b/test/test_properties_object.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_purchase.py b/test/test_purchase.py index bb97765..0858981 100644 --- a/test/test_purchase.py +++ b/test/test_purchase.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_rate_limit_error.py b/test/test_rate_limit_error.py index a37b09b..2051ae2 100644 --- a/test/test_rate_limit_error.py +++ b/test/test_rate_limit_error.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_segment.py b/test/test_segment.py index bb9a056..fffc58b 100644 --- a/test/test_segment.py +++ b/test/test_segment.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_segment_data.py b/test/test_segment_data.py index bc4a360..6983fca 100644 --- a/test/test_segment_data.py +++ b/test/test_segment_data.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_segment_notification_target.py b/test/test_segment_notification_target.py index 305747e..2d02613 100644 --- a/test/test_segment_notification_target.py +++ b/test/test_segment_notification_target.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_start_live_activity_request.py b/test/test_start_live_activity_request.py index 066d8e6..576b7cb 100644 --- a/test/test_start_live_activity_request.py +++ b/test/test_start_live_activity_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_start_live_activity_success_response.py b/test/test_start_live_activity_success_response.py index 3552ecb..3e8ef29 100644 --- a/test/test_start_live_activity_success_response.py +++ b/test/test_start_live_activity_success_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_subscription.py b/test/test_subscription.py index 8bbea20..166ad60 100644 --- a/test/test_subscription.py +++ b/test/test_subscription.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_subscription_body.py b/test/test_subscription_body.py index c5b3964..e2f996e 100644 --- a/test/test_subscription_body.py +++ b/test/test_subscription_body.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_subscription_notification_target.py b/test/test_subscription_notification_target.py index 1864fea..228d2c5 100644 --- a/test/test_subscription_notification_target.py +++ b/test/test_subscription_notification_target.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_template_resource.py b/test/test_template_resource.py index d4d7d7f..59a10c2 100644 --- a/test/test_template_resource.py +++ b/test/test_template_resource.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_templates_list_response.py b/test/test_templates_list_response.py index e2cd20b..f02b400 100644 --- a/test/test_templates_list_response.py +++ b/test/test_templates_list_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_transfer_subscription_request_body.py b/test/test_transfer_subscription_request_body.py index eea129d..023d14e 100644 --- a/test/test_transfer_subscription_request_body.py +++ b/test/test_transfer_subscription_request_body.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_update_api_key_request.py b/test/test_update_api_key_request.py index 8e5e6ce..9ccd5ed 100644 --- a/test/test_update_api_key_request.py +++ b/test/test_update_api_key_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_update_live_activity_request.py b/test/test_update_live_activity_request.py index 9b72629..92ed975 100644 --- a/test/test_update_live_activity_request.py +++ b/test/test_update_live_activity_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_update_live_activity_success_response.py b/test/test_update_live_activity_success_response.py index 67df28b..9811ce6 100644 --- a/test/test_update_live_activity_success_response.py +++ b/test/test_update_live_activity_success_response.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_update_template_request.py b/test/test_update_template_request.py index 3e5ba80..79a3040 100644 --- a/test/test_update_template_request.py +++ b/test/test_update_template_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_update_user_request.py b/test/test_update_user_request.py index 2d4b8f2..2a75d21 100644 --- a/test/test_update_user_request.py +++ b/test/test_update_user_request.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_user.py b/test/test_user.py index 693f76b..82db0ea 100644 --- a/test/test_user.py +++ b/test/test_user.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_user_identity_body.py b/test/test_user_identity_body.py index c4076d4..b32d943 100644 --- a/test/test_user_identity_body.py +++ b/test/test_user_identity_body.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """ diff --git a/test/test_web_button.py b/test/test_web_button.py index 36ff79c..f3e9ab1 100644 --- a/test/test_web_button.py +++ b/test/test_web_button.py @@ -3,7 +3,7 @@ A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com # noqa: E501 - The version of the OpenAPI document: 5.8.0 + The version of the OpenAPI document: 5.9.0 Contact: devrel@onesignal.com Generated by: https://openapi-generator.tech """