Skip to content

Commit 4d8b09b

Browse files
committed
regenerated from latest branch
1 parent 4fe1580 commit 4d8b09b

9 files changed

Lines changed: 175 additions & 175 deletions

File tree

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -424,15 +424,15 @@ klaviyo.Catalogs.create_catalog_category(body)
424424

425425

426426

427-
#### [Create Catalog Category Relationships Item](https://developers.klaviyo.com/en/v2023-02-22/reference/create_catalog_category_relationships_item)
427+
#### [Create Catalog Category Relationships Items](https://developers.klaviyo.com/en/v2023-02-22/reference/create_catalog_category_relationships_items)
428428

429429
```python
430430
## Positional Arguments
431431

432432
# id | str
433433
# body | dict
434434

435-
klaviyo.Catalogs.create_catalog_category_relationships_item(id, body)
435+
klaviyo.Catalogs.create_catalog_category_relationships_items(id, body)
436436
```
437437

438438

@@ -451,15 +451,15 @@ klaviyo.Catalogs.create_catalog_item(body)
451451

452452

453453

454-
#### [Create Catalog Item Relationships Category](https://developers.klaviyo.com/en/v2023-02-22/reference/create_catalog_item_relationships_category)
454+
#### [Create Catalog Item Relationships Categories](https://developers.klaviyo.com/en/v2023-02-22/reference/create_catalog_item_relationships_categories)
455455

456456
```python
457457
## Positional Arguments
458458

459459
# id | str
460460
# body | dict
461461

462-
klaviyo.Catalogs.create_catalog_item_relationships_category(id, body)
462+
klaviyo.Catalogs.create_catalog_item_relationships_categories(id, body)
463463
```
464464

465465

@@ -1504,6 +1504,19 @@ klaviyo.Flows.get_flow_action_messages(action_id, fields_flow_message=fields_flo
15041504

15051505

15061506

1507+
#### [Get Flow Action Relationships Flow](https://developers.klaviyo.com/en/v2023-02-22/reference/get_flow_action_relationships_flow)
1508+
1509+
```python
1510+
## Positional Arguments
1511+
1512+
# id | str
1513+
1514+
klaviyo.Flows.get_flow_action_relationships_flow(id)
1515+
```
1516+
1517+
1518+
1519+
15071520
#### [Get Flow Action Relationships Messages](https://developers.klaviyo.com/en/v2023-02-22/reference/get_flow_action_relationships_messages)
15081521

15091522
```python
@@ -1543,19 +1556,6 @@ klaviyo.Flows.get_flow_flow_actions(flow_id, fields_flow_action=fields_flow_acti
15431556

15441557

15451558

1546-
#### [Get Flow For Flow Action](https://developers.klaviyo.com/en/v2023-02-22/reference/get_flow_for_flow_action)
1547-
1548-
```python
1549-
## Positional Arguments
1550-
1551-
# id | str
1552-
1553-
klaviyo.Flows.get_flow_for_flow_action(id)
1554-
```
1555-
1556-
1557-
1558-
15591559
#### [Get Flow Message](https://developers.klaviyo.com/en/v2023-02-22/reference/get_flow_message)
15601560

15611561
```python
@@ -1782,7 +1782,7 @@ klaviyo.Lists.get_list_profiles(list_id, additional_fields_profile=additional_fi
17821782

17831783

17841784

1785-
#### [Get List Relationships](https://developers.klaviyo.com/en/v2023-02-22/reference/get_list_relationships)
1785+
#### [Get List Relationships Profiles](https://developers.klaviyo.com/en/v2023-02-22/reference/get_list_relationships_profiles)
17861786

17871787
```python
17881788
## Positional Arguments
@@ -1793,7 +1793,7 @@ klaviyo.Lists.get_list_profiles(list_id, additional_fields_profile=additional_fi
17931793

17941794
# page_cursor | str
17951795

1796-
klaviyo.Lists.get_list_relationships(id, page_cursor=page_cursor)
1796+
klaviyo.Lists.get_list_relationships_profiles(id, page_cursor=page_cursor)
17971797
```
17981798

17991799

@@ -2249,57 +2249,57 @@ klaviyo.Tags.create_tag_group(body)
22492249

22502250

22512251

2252-
#### [Create Tag Relationships Campaign](https://developers.klaviyo.com/en/v2023-02-22/reference/create_tag_relationships_campaign)
2252+
#### [Create Tag Relationships Campaigns](https://developers.klaviyo.com/en/v2023-02-22/reference/create_tag_relationships_campaigns)
22532253

22542254
```python
22552255
## Positional Arguments
22562256

22572257
# id | str
22582258
# body | dict
22592259

2260-
klaviyo.Tags.create_tag_relationships_campaign(id, body)
2260+
klaviyo.Tags.create_tag_relationships_campaigns(id, body)
22612261
```
22622262

22632263

22642264

22652265

2266-
#### [Create Tag Relationships Flow](https://developers.klaviyo.com/en/v2023-02-22/reference/create_tag_relationships_flow)
2266+
#### [Create Tag Relationships Flows](https://developers.klaviyo.com/en/v2023-02-22/reference/create_tag_relationships_flows)
22672267

22682268
```python
22692269
## Positional Arguments
22702270

22712271
# id | str
22722272
# body | dict
22732273

2274-
klaviyo.Tags.create_tag_relationships_flow(id, body)
2274+
klaviyo.Tags.create_tag_relationships_flows(id, body)
22752275
```
22762276

22772277

22782278

22792279

2280-
#### [Create Tag Relationships List](https://developers.klaviyo.com/en/v2023-02-22/reference/create_tag_relationships_list)
2280+
#### [Create Tag Relationships Lists](https://developers.klaviyo.com/en/v2023-02-22/reference/create_tag_relationships_lists)
22812281

22822282
```python
22832283
## Positional Arguments
22842284

22852285
# id | str
22862286
# body | dict
22872287

2288-
klaviyo.Tags.create_tag_relationships_list(id, body)
2288+
klaviyo.Tags.create_tag_relationships_lists(id, body)
22892289
```
22902290

22912291

22922292

22932293

2294-
#### [Create Tag Relationships Segment](https://developers.klaviyo.com/en/v2023-02-22/reference/create_tag_relationships_segment)
2294+
#### [Create Tag Relationships Segments](https://developers.klaviyo.com/en/v2023-02-22/reference/create_tag_relationships_segments)
22952295

22962296
```python
22972297
## Positional Arguments
22982298

22992299
# id | str
23002300
# body | dict
23012301

2302-
klaviyo.Tags.create_tag_relationships_segment(id, body)
2302+
klaviyo.Tags.create_tag_relationships_segments(id, body)
23032303
```
23042304

23052305

klaviyo_api/wrapper.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ def __post_init__(self):
101101

102102
## Applying tenacity retry decorator to each endpoint in Catalogs
103103
self.Catalogs.create_catalog_category=self._page_cursor_update(self.retry_logic(self.Catalogs.create_catalog_category))
104-
self.Catalogs.create_catalog_category_relationships_item=self._page_cursor_update(self.retry_logic(self.Catalogs.create_catalog_category_relationships_item))
104+
self.Catalogs.create_catalog_category_relationships_items=self._page_cursor_update(self.retry_logic(self.Catalogs.create_catalog_category_relationships_items))
105105
self.Catalogs.create_catalog_item=self._page_cursor_update(self.retry_logic(self.Catalogs.create_catalog_item))
106-
self.Catalogs.create_catalog_item_relationships_category=self._page_cursor_update(self.retry_logic(self.Catalogs.create_catalog_item_relationships_category))
106+
self.Catalogs.create_catalog_item_relationships_categories=self._page_cursor_update(self.retry_logic(self.Catalogs.create_catalog_item_relationships_categories))
107107
self.Catalogs.create_catalog_variant=self._page_cursor_update(self.retry_logic(self.Catalogs.create_catalog_variant))
108108
self.Catalogs.delete_catalog_category=self._page_cursor_update(self.retry_logic(self.Catalogs.delete_catalog_category))
109109
self.Catalogs.delete_catalog_category_relationships_items=self._page_cursor_update(self.retry_logic(self.Catalogs.delete_catalog_category_relationships_items))
@@ -192,9 +192,9 @@ def __post_init__(self):
192192
self.Flows.get_flow_action=self._page_cursor_update(self.retry_logic(self.Flows.get_flow_action))
193193
self.Flows.get_flow_action_flow=self._page_cursor_update(self.retry_logic(self.Flows.get_flow_action_flow))
194194
self.Flows.get_flow_action_messages=self._page_cursor_update(self.retry_logic(self.Flows.get_flow_action_messages))
195+
self.Flows.get_flow_action_relationships_flow=self._page_cursor_update(self.retry_logic(self.Flows.get_flow_action_relationships_flow))
195196
self.Flows.get_flow_action_relationships_messages=self._page_cursor_update(self.retry_logic(self.Flows.get_flow_action_relationships_messages))
196197
self.Flows.get_flow_flow_actions=self._page_cursor_update(self.retry_logic(self.Flows.get_flow_flow_actions))
197-
self.Flows.get_flow_for_flow_action=self._page_cursor_update(self.retry_logic(self.Flows.get_flow_for_flow_action))
198198
self.Flows.get_flow_message=self._page_cursor_update(self.retry_logic(self.Flows.get_flow_message))
199199
self.Flows.get_flow_message_action=self._page_cursor_update(self.retry_logic(self.Flows.get_flow_message_action))
200200
self.Flows.get_flow_message_relationships_action=self._page_cursor_update(self.retry_logic(self.Flows.get_flow_message_relationships_action))
@@ -215,7 +215,7 @@ def __post_init__(self):
215215
self.Lists.delete_list_relationships=self._page_cursor_update(self.retry_logic(self.Lists.delete_list_relationships))
216216
self.Lists.get_list=self._page_cursor_update(self.retry_logic(self.Lists.get_list))
217217
self.Lists.get_list_profiles=self._page_cursor_update(self.retry_logic(self.Lists.get_list_profiles))
218-
self.Lists.get_list_relationships=self._page_cursor_update(self.retry_logic(self.Lists.get_list_relationships))
218+
self.Lists.get_list_relationships_profiles=self._page_cursor_update(self.retry_logic(self.Lists.get_list_relationships_profiles))
219219
self.Lists.get_list_relationships_tags=self._page_cursor_update(self.retry_logic(self.Lists.get_list_relationships_tags))
220220
self.Lists.get_list_tags=self._page_cursor_update(self.retry_logic(self.Lists.get_list_tags))
221221
self.Lists.get_lists=self._page_cursor_update(self.retry_logic(self.Lists.get_lists))
@@ -268,10 +268,10 @@ def __post_init__(self):
268268
## Applying tenacity retry decorator to each endpoint in Tags
269269
self.Tags.create_tag=self._page_cursor_update(self.retry_logic(self.Tags.create_tag))
270270
self.Tags.create_tag_group=self._page_cursor_update(self.retry_logic(self.Tags.create_tag_group))
271-
self.Tags.create_tag_relationships_campaign=self._page_cursor_update(self.retry_logic(self.Tags.create_tag_relationships_campaign))
272-
self.Tags.create_tag_relationships_flow=self._page_cursor_update(self.retry_logic(self.Tags.create_tag_relationships_flow))
273-
self.Tags.create_tag_relationships_list=self._page_cursor_update(self.retry_logic(self.Tags.create_tag_relationships_list))
274-
self.Tags.create_tag_relationships_segment=self._page_cursor_update(self.retry_logic(self.Tags.create_tag_relationships_segment))
271+
self.Tags.create_tag_relationships_campaigns=self._page_cursor_update(self.retry_logic(self.Tags.create_tag_relationships_campaigns))
272+
self.Tags.create_tag_relationships_flows=self._page_cursor_update(self.retry_logic(self.Tags.create_tag_relationships_flows))
273+
self.Tags.create_tag_relationships_lists=self._page_cursor_update(self.retry_logic(self.Tags.create_tag_relationships_lists))
274+
self.Tags.create_tag_relationships_segments=self._page_cursor_update(self.retry_logic(self.Tags.create_tag_relationships_segments))
275275
self.Tags.delete_tag=self._page_cursor_update(self.retry_logic(self.Tags.delete_tag))
276276
self.Tags.delete_tag_group=self._page_cursor_update(self.retry_logic(self.Tags.delete_tag_group))
277277
self.Tags.delete_tag_relationships_campaigns=self._page_cursor_update(self.retry_logic(self.Tags.delete_tag_relationships_campaigns))

openapi_client/api/campaigns_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,7 @@ def get_campaign_relationships_tags(
19941994
):
19951995
"""Get Campaign Relationships Tags # noqa: E501
19961996
1997-
If the `related_resource` is `tags`, returns the IDs of all tags associated with the given campaign.<br><br>*Rate limits*:<br>Burst: `3/s`<br>Steady: `60/m` **Scopes:** `Campaigns Read` `Tags Read` # noqa: E501
1997+
Returns the IDs of all tags associated with the given campaign.<br><br>*Rate limits*:<br>Burst: `3/s`<br>Steady: `60/m` **Scopes:** `Campaigns Read` `Tags Read` # noqa: E501
19981998
This method makes a synchronous HTTP request by default. To make an
19991999
asynchronous HTTP request, please pass async_req=True
20002000

openapi_client/api/catalogs_api.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ def __init__(self, api_client=None):
105105
},
106106
api_client=api_client
107107
)
108-
self.create_catalog_category_relationships_item_endpoint = _Endpoint(
108+
self.create_catalog_category_relationships_items_endpoint = _Endpoint(
109109
settings={
110110
'response_type': None,
111111
'auth': [
112112
'Klaviyo-API-Key'
113113
],
114114
'endpoint_path': '/api/catalog-categories/{id}/relationships/items/',
115-
'operation_id': 'create_catalog_category_relationships_item',
115+
'operation_id': 'create_catalog_category_relationships_items',
116116
'http_method': 'POST',
117117
'servers': None,
118118
},
@@ -215,14 +215,14 @@ def __init__(self, api_client=None):
215215
},
216216
api_client=api_client
217217
)
218-
self.create_catalog_item_relationships_category_endpoint = _Endpoint(
218+
self.create_catalog_item_relationships_categories_endpoint = _Endpoint(
219219
settings={
220220
'response_type': None,
221221
'auth': [
222222
'Klaviyo-API-Key'
223223
],
224224
'endpoint_path': '/api/catalog-items/{id}/relationships/categories/',
225-
'operation_id': 'create_catalog_item_relationships_category',
225+
'operation_id': 'create_catalog_item_relationships_categories',
226226
'http_method': 'POST',
227227
'servers': None,
228228
},
@@ -3873,19 +3873,19 @@ def create_catalog_category(
38733873
catalog_category_create_query
38743874
return self.create_catalog_category_endpoint.call_with_http_info(**kwargs)
38753875

3876-
def create_catalog_category_relationships_item(
3876+
def create_catalog_category_relationships_items(
38773877
self,
38783878
id,
38793879
catalog_category_item_op,
38803880
**kwargs
38813881
):
3882-
"""Create Catalog Category Relationships Item # noqa: E501
3882+
"""Create Catalog Category Relationships Items # noqa: E501
38833883
38843884
Create a new item relationship for the given category ID.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `Catalogs Write` # noqa: E501
38853885
This method makes a synchronous HTTP request by default. To make an
38863886
asynchronous HTTP request, please pass async_req=True
38873887
3888-
>>> thread = api.create_catalog_category_relationships_item(id, catalog_category_item_op, async_req=True)
3888+
>>> thread = api.create_catalog_category_relationships_items(id, catalog_category_item_op, async_req=True)
38893889
>>> result = thread.get()
38903890
38913891
Args:
@@ -3958,7 +3958,7 @@ def create_catalog_category_relationships_item(
39583958
id
39593959
kwargs['catalog_category_item_op'] = \
39603960
catalog_category_item_op
3961-
return self.create_catalog_category_relationships_item_endpoint.call_with_http_info(**kwargs)
3961+
return self.create_catalog_category_relationships_items_endpoint.call_with_http_info(**kwargs)
39623962

39633963
def create_catalog_item(
39643964
self,
@@ -4043,19 +4043,19 @@ def create_catalog_item(
40434043
catalog_item_create_query
40444044
return self.create_catalog_item_endpoint.call_with_http_info(**kwargs)
40454045

4046-
def create_catalog_item_relationships_category(
4046+
def create_catalog_item_relationships_categories(
40474047
self,
40484048
id,
40494049
catalog_item_category_op,
40504050
**kwargs
40514051
):
4052-
"""Create Catalog Item Relationships Category # noqa: E501
4052+
"""Create Catalog Item Relationships Categories # noqa: E501
40534053
40544054
Create a new catalog category relationship for the given item ID.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `Catalogs Write` # noqa: E501
40554055
This method makes a synchronous HTTP request by default. To make an
40564056
asynchronous HTTP request, please pass async_req=True
40574057
4058-
>>> thread = api.create_catalog_item_relationships_category(id, catalog_item_category_op, async_req=True)
4058+
>>> thread = api.create_catalog_item_relationships_categories(id, catalog_item_category_op, async_req=True)
40594059
>>> result = thread.get()
40604060
40614061
Args:
@@ -4128,7 +4128,7 @@ def create_catalog_item_relationships_category(
41284128
id
41294129
kwargs['catalog_item_category_op'] = \
41304130
catalog_item_category_op
4131-
return self.create_catalog_item_relationships_category_endpoint.call_with_http_info(**kwargs)
4131+
return self.create_catalog_item_relationships_categories_endpoint.call_with_http_info(**kwargs)
41324132

41334133
def create_catalog_variant(
41344134
self,

openapi_client/api/events_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ def get_event_relationships_profiles(
11221122
):
11231123
"""Get Event Relationships Profiles # noqa: E501
11241124
1125-
Get metrics or profile [relationships](https://developers.klaviyo.com/en/reference/api_overview#relationships) for an event with the given event ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `Events Read` `Profiles Read` # noqa: E501
1125+
Get profile [relationships](https://developers.klaviyo.com/en/reference/api_overview#relationships) for an event with the given event ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `Events Read` `Profiles Read` # noqa: E501
11261126
This method makes a synchronous HTTP request by default. To make an
11271127
asynchronous HTTP request, please pass async_req=True
11281128

0 commit comments

Comments
 (0)