Skip to content

Commit f7397ca

Browse files
committed
feat: update to open api version 225.16.0
1 parent b5347ae commit f7397ca

File tree

3 files changed

+180
-28
lines changed

3 files changed

+180
-28
lines changed

src/gen/feeds/FeedsApi.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,12 +1506,14 @@ export class FeedsApi {
15061506
feed_id: request?.feed_id,
15071507
};
15081508
const body = {
1509+
clear_location: request?.clear_location,
15091510
created_by_id: request?.created_by_id,
15101511
description: request?.description,
15111512
enrich_own_fields: request?.enrich_own_fields,
15121513
name: request?.name,
15131514
filter_tags: request?.filter_tags,
15141515
custom: request?.custom,
1516+
location: request?.location,
15151517
};
15161518

15171519
const response = await this.apiClient.sendRequest<

0 commit comments

Comments
 (0)