@@ -47,6 +47,8 @@ def test_method_create_with_all_params(self, client: PostForMe) -> None:
4747 "caption" : {},
4848 "disclose_branded_content" : True ,
4949 "disclose_your_brand" : True ,
50+ "is_ai_generated" : True ,
51+ "is_draft" : True ,
5052 "link" : "link" ,
5153 "media" : ["string" ],
5254 "placement" : "reels" ,
@@ -104,6 +106,7 @@ def test_method_create_with_all_params(self, client: PostForMe) -> None:
104106 "disclose_branded_content" : True ,
105107 "disclose_your_brand" : True ,
106108 "is_ai_generated" : True ,
109+ "is_draft" : True ,
107110 "media" : ["string" ],
108111 "privacy_status" : "privacy_status" ,
109112 "title" : "title" ,
@@ -116,6 +119,7 @@ def test_method_create_with_all_params(self, client: PostForMe) -> None:
116119 "disclose_branded_content" : True ,
117120 "disclose_your_brand" : True ,
118121 "is_ai_generated" : True ,
122+ "is_draft" : True ,
119123 "media" : ["string" ],
120124 "privacy_status" : "privacy_status" ,
121125 "title" : "title" ,
@@ -231,6 +235,8 @@ def test_method_update_with_all_params(self, client: PostForMe) -> None:
231235 "caption" : {},
232236 "disclose_branded_content" : True ,
233237 "disclose_your_brand" : True ,
238+ "is_ai_generated" : True ,
239+ "is_draft" : True ,
234240 "link" : "link" ,
235241 "media" : ["string" ],
236242 "placement" : "reels" ,
@@ -288,6 +294,7 @@ def test_method_update_with_all_params(self, client: PostForMe) -> None:
288294 "disclose_branded_content" : True ,
289295 "disclose_your_brand" : True ,
290296 "is_ai_generated" : True ,
297+ "is_draft" : True ,
291298 "media" : ["string" ],
292299 "privacy_status" : "privacy_status" ,
293300 "title" : "title" ,
@@ -300,6 +307,7 @@ def test_method_update_with_all_params(self, client: PostForMe) -> None:
300307 "disclose_branded_content" : True ,
301308 "disclose_your_brand" : True ,
302309 "is_ai_generated" : True ,
310+ "is_draft" : True ,
303311 "media" : ["string" ],
304312 "privacy_status" : "privacy_status" ,
305313 "title" : "title" ,
@@ -471,6 +479,8 @@ async def test_method_create_with_all_params(self, async_client: AsyncPostForMe)
471479 "caption" : {},
472480 "disclose_branded_content" : True ,
473481 "disclose_your_brand" : True ,
482+ "is_ai_generated" : True ,
483+ "is_draft" : True ,
474484 "link" : "link" ,
475485 "media" : ["string" ],
476486 "placement" : "reels" ,
@@ -528,6 +538,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncPostForMe)
528538 "disclose_branded_content" : True ,
529539 "disclose_your_brand" : True ,
530540 "is_ai_generated" : True ,
541+ "is_draft" : True ,
531542 "media" : ["string" ],
532543 "privacy_status" : "privacy_status" ,
533544 "title" : "title" ,
@@ -540,6 +551,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncPostForMe)
540551 "disclose_branded_content" : True ,
541552 "disclose_your_brand" : True ,
542553 "is_ai_generated" : True ,
554+ "is_draft" : True ,
543555 "media" : ["string" ],
544556 "privacy_status" : "privacy_status" ,
545557 "title" : "title" ,
@@ -655,6 +667,8 @@ async def test_method_update_with_all_params(self, async_client: AsyncPostForMe)
655667 "caption" : {},
656668 "disclose_branded_content" : True ,
657669 "disclose_your_brand" : True ,
670+ "is_ai_generated" : True ,
671+ "is_draft" : True ,
658672 "link" : "link" ,
659673 "media" : ["string" ],
660674 "placement" : "reels" ,
@@ -712,6 +726,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncPostForMe)
712726 "disclose_branded_content" : True ,
713727 "disclose_your_brand" : True ,
714728 "is_ai_generated" : True ,
729+ "is_draft" : True ,
715730 "media" : ["string" ],
716731 "privacy_status" : "privacy_status" ,
717732 "title" : "title" ,
@@ -724,6 +739,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncPostForMe)
724739 "disclose_branded_content" : True ,
725740 "disclose_your_brand" : True ,
726741 "is_ai_generated" : True ,
742+ "is_draft" : True ,
727743 "media" : ["string" ],
728744 "privacy_status" : "privacy_status" ,
729745 "title" : "title" ,
0 commit comments