From 6bdf6e3d431f60fd80144f61cbe0148705ef9c96 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 28 May 2025 19:10:07 +0530 Subject: [PATCH] adding a .p8 file for APNS Push Configuration --- .../model/add_apns_push_configuration_data.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/sendbird_platform_sdk/model/add_apns_push_configuration_data.py b/sendbird_platform_sdk/model/add_apns_push_configuration_data.py index 15f5c78..9c7402b 100644 --- a/sendbird_platform_sdk/model/add_apns_push_configuration_data.py +++ b/sendbird_platform_sdk/model/add_apns_push_configuration_data.py @@ -89,7 +89,12 @@ def openapi_types(): 'content_available': (bool,), # noqa: E501 'mutable_content': (bool,), # noqa: E501 'push_sound': (str,), # noqa: E501 - 'apns_type': (str,), # noqa: E501 + 'apns_type': (str,), # noqa: E501 + # NEW: Add these for .p8 support + 'apns_p8': (file_type,), # noqa: E501 + 'apns_key_id': (str,), # noqa: E501 + 'apns_team_id': (str,), # noqa: E501 + 'apns_bundle_id': (str,), # noqa: E501 } @cached_property @@ -105,7 +110,11 @@ def discriminator(): 'content_available': 'content_available', # noqa: E501 'mutable_content': 'mutable_content', # noqa: E501 'push_sound': 'push_sound', # noqa: E501 - 'apns_type': 'apns_type', # noqa: E501 + 'apns_type': 'apns_type', # noqa: E501 + 'apns_p8': 'apns_p8', + 'apns_key_id': 'apns_key_id', + 'apns_team_id': 'apns_team_id', + 'apns_bundle_id': 'apns_bundle_id', } read_only_vars = {