@@ -178,7 +178,7 @@ def create_campaign_with_http_info(self, campaign_create_query : Annotated[Campa
178
178
_header_params ['Content-Type' ] = _content_types_list
179
179
180
180
# authentication setting
181
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
181
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
182
182
183
183
_response_types_map = {
184
184
'201' : "Dict[str, object]" ,
@@ -326,7 +326,7 @@ def create_campaign_clone_with_http_info(self, campaign_clone_query : Annotated[
326
326
_header_params ['Content-Type' ] = _content_types_list
327
327
328
328
# authentication setting
329
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
329
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
330
330
331
331
_response_types_map = {
332
332
'201' : "Dict[str, object]" ,
@@ -474,7 +474,7 @@ def create_campaign_message_assign_template_with_http_info(self, campaign_messag
474
474
_header_params ['Content-Type' ] = _content_types_list
475
475
476
476
# authentication setting
477
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
477
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
478
478
479
479
_response_types_map = {
480
480
'201' : "Dict[str, object]" ,
@@ -622,7 +622,7 @@ def create_campaign_recipient_estimation_job_with_http_info(self, campaign_recip
622
622
_header_params ['Content-Type' ] = _content_types_list
623
623
624
624
# authentication setting
625
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
625
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
626
626
627
627
_response_types_map = {
628
628
'202' : "Dict[str, object]" ,
@@ -770,7 +770,7 @@ def create_campaign_send_job_with_http_info(self, campaign_send_job_create_query
770
770
_header_params ['Content-Type' ] = _content_types_list
771
771
772
772
# authentication setting
773
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
773
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
774
774
775
775
_response_types_map = {
776
776
'202' : "Dict[str, object]" ,
@@ -911,7 +911,7 @@ def delete_campaign_with_http_info(self, id : Annotated[StrictStr, Field(..., de
911
911
['application/json' ]) # noqa: E501
912
912
913
913
# authentication setting
914
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
914
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
915
915
916
916
_response_types_map = {}
917
917
@@ -1096,7 +1096,7 @@ def get_campaign_with_http_info(self, id : Annotated[StrictStr, Field(..., descr
1096
1096
['application/json' ]) # noqa: E501
1097
1097
1098
1098
# authentication setting
1099
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
1099
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
1100
1100
1101
1101
_response_types_map = {
1102
1102
'200' : "Dict[str, object]" ,
@@ -1285,7 +1285,7 @@ def get_campaign_campaign_messages_with_http_info(self, id : StrictStr, fields_c
1285
1285
['application/json' ]) # noqa: E501
1286
1286
1287
1287
# authentication setting
1288
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
1288
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
1289
1289
1290
1290
_response_types_map = {
1291
1291
'200' : "Dict[str, object]" ,
@@ -1474,7 +1474,7 @@ def get_campaign_message_with_http_info(self, id : Annotated[StrictStr, Field(..
1474
1474
['application/json' ]) # noqa: E501
1475
1475
1476
1476
# authentication setting
1477
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
1477
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
1478
1478
1479
1479
_response_types_map = {
1480
1480
'200' : "Dict[str, object]" ,
@@ -1627,7 +1627,7 @@ def get_campaign_message_campaign_with_http_info(self, id : StrictStr, fields_ca
1627
1627
['application/json' ]) # noqa: E501
1628
1628
1629
1629
# authentication setting
1630
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
1630
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
1631
1631
1632
1632
_response_types_map = {
1633
1633
'200' : "Dict[str, object]" ,
@@ -1768,7 +1768,7 @@ def get_campaign_message_relationships_campaign_with_http_info(self, id : Strict
1768
1768
['application/json' ]) # noqa: E501
1769
1769
1770
1770
# authentication setting
1771
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
1771
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
1772
1772
1773
1773
_response_types_map = {
1774
1774
'200' : "Dict[str, object]" ,
@@ -1909,7 +1909,7 @@ def get_campaign_message_relationships_template_with_http_info(self, id : Strict
1909
1909
['application/json' ]) # noqa: E501
1910
1910
1911
1911
# authentication setting
1912
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
1912
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
1913
1913
1914
1914
_response_types_map = {
1915
1915
'200' : "Dict[str, object]" ,
@@ -2062,7 +2062,7 @@ def get_campaign_message_template_with_http_info(self, id : StrictStr, fields_te
2062
2062
['application/json' ]) # noqa: E501
2063
2063
2064
2064
# authentication setting
2065
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
2065
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
2066
2066
2067
2067
_response_types_map = {
2068
2068
'200' : "Dict[str, object]" ,
@@ -2215,7 +2215,7 @@ def get_campaign_recipient_estimation_with_http_info(self, id : Annotated[Strict
2215
2215
['application/json' ]) # noqa: E501
2216
2216
2217
2217
# authentication setting
2218
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
2218
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
2219
2219
2220
2220
_response_types_map = {
2221
2221
'200' : "Dict[str, object]" ,
@@ -2368,7 +2368,7 @@ def get_campaign_recipient_estimation_job_with_http_info(self, id : Annotated[St
2368
2368
['application/json' ]) # noqa: E501
2369
2369
2370
2370
# authentication setting
2371
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
2371
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
2372
2372
2373
2373
_response_types_map = {
2374
2374
'200' : "Dict[str, object]" ,
@@ -2509,7 +2509,7 @@ def get_campaign_relationships_campaign_messages_with_http_info(self, id : Stric
2509
2509
['application/json' ]) # noqa: E501
2510
2510
2511
2511
# authentication setting
2512
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
2512
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
2513
2513
2514
2514
_response_types_map = {
2515
2515
'200' : "Dict[str, object]" ,
@@ -2650,7 +2650,7 @@ def get_campaign_relationships_tags_with_http_info(self, id : StrictStr, **kwarg
2650
2650
['application/json' ]) # noqa: E501
2651
2651
2652
2652
# authentication setting
2653
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
2653
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
2654
2654
2655
2655
_response_types_map = {
2656
2656
'200' : "Dict[str, object]" ,
@@ -2803,7 +2803,7 @@ def get_campaign_send_job_with_http_info(self, id : Annotated[StrictStr, Field(.
2803
2803
['application/json' ]) # noqa: E501
2804
2804
2805
2805
# authentication setting
2806
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
2806
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
2807
2807
2808
2808
_response_types_map = {
2809
2809
'200' : "Dict[str, object]" ,
@@ -2956,7 +2956,7 @@ def get_campaign_tags_with_http_info(self, id : StrictStr, fields_tag : Annotate
2956
2956
['application/json' ]) # noqa: E501
2957
2957
2958
2958
# authentication setting
2959
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
2959
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
2960
2960
2961
2961
_response_types_map = {
2962
2962
'200' : "Dict[str, object]" ,
@@ -3170,7 +3170,7 @@ def get_campaigns_with_http_info(self, filter : Annotated[StrictStr, Field(...,
3170
3170
['application/json' ]) # noqa: E501
3171
3171
3172
3172
# authentication setting
3173
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
3173
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
3174
3174
3175
3175
_response_types_map = {
3176
3176
'200' : "Dict[str, object]" ,
@@ -3326,7 +3326,7 @@ def update_campaign_with_http_info(self, id : Annotated[StrictStr, Field(..., de
3326
3326
_header_params ['Content-Type' ] = _content_types_list
3327
3327
3328
3328
# authentication setting
3329
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
3329
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
3330
3330
3331
3331
_response_types_map = {
3332
3332
'200' : "Dict[str, object]" ,
@@ -3482,7 +3482,7 @@ def update_campaign_message_with_http_info(self, id : Annotated[StrictStr, Field
3482
3482
_header_params ['Content-Type' ] = _content_types_list
3483
3483
3484
3484
# authentication setting
3485
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
3485
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
3486
3486
3487
3487
_response_types_map = {
3488
3488
'200' : "Dict[str, object]" ,
@@ -3638,7 +3638,7 @@ def update_campaign_send_job_with_http_info(self, id : Annotated[StrictStr, Fiel
3638
3638
_header_params ['Content-Type' ] = _content_types_list
3639
3639
3640
3640
# authentication setting
3641
- _auth_settings = ['Klaviyo-API-Key' ] # noqa: E501
3641
+ _auth_settings = ['Klaviyo-API-Key' , 'OAuth' ] # noqa: E501
3642
3642
3643
3643
_response_types_map = {}
3644
3644
0 commit comments