Skip to content

Commit e6a94dc

Browse files
committed
Merged branch feature/document-sharing into develop
1 parent 9535c1d commit e6a94dc

537 files changed

Lines changed: 16744 additions & 3350 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

gen/py/webapi-client/jupiter_webapi_client/api/home/home_tab_remove.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ def sync_detailed(
105105
client: AuthenticatedClient,
106106
body: HomeTabRemoveArgs | Unset = UNSET,
107107
) -> Response[Any | ErrorResponse]:
108-
"""The command for archiving a home tab.
108+
"""The command for removing a home tab.
109109
110110
Args:
111-
body (HomeTabRemoveArgs | Unset): The arguments for archiving a home tab.
111+
body (HomeTabRemoveArgs | Unset): The arguments for removing a home tab.
112112
113113
Raises:
114114
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -134,10 +134,10 @@ def sync(
134134
client: AuthenticatedClient,
135135
body: HomeTabRemoveArgs | Unset = UNSET,
136136
) -> Any | ErrorResponse | None:
137-
"""The command for archiving a home tab.
137+
"""The command for removing a home tab.
138138
139139
Args:
140-
body (HomeTabRemoveArgs | Unset): The arguments for archiving a home tab.
140+
body (HomeTabRemoveArgs | Unset): The arguments for removing a home tab.
141141
142142
Raises:
143143
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -158,10 +158,10 @@ async def asyncio_detailed(
158158
client: AuthenticatedClient,
159159
body: HomeTabRemoveArgs | Unset = UNSET,
160160
) -> Response[Any | ErrorResponse]:
161-
"""The command for archiving a home tab.
161+
"""The command for removing a home tab.
162162
163163
Args:
164-
body (HomeTabRemoveArgs | Unset): The arguments for archiving a home tab.
164+
body (HomeTabRemoveArgs | Unset): The arguments for removing a home tab.
165165
166166
Raises:
167167
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -185,10 +185,10 @@ async def asyncio(
185185
client: AuthenticatedClient,
186186
body: HomeTabRemoveArgs | Unset = UNSET,
187187
) -> Any | ErrorResponse | None:
188-
"""The command for archiving a home tab.
188+
"""The command for removing a home tab.
189189
190190
Args:
191-
body (HomeTabRemoveArgs | Unset): The arguments for archiving a home tab.
191+
body (HomeTabRemoveArgs | Unset): The arguments for removing a home tab.
192192
193193
Raises:
194194
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

gen/py/webapi-client/jupiter_webapi_client/api/journals/journal_archive.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def sync_detailed(
108108
"""Use case for archiving a journal.
109109
110110
Args:
111-
body (JournalArchiveArgs | Unset): Args.
111+
body (JournalArchiveArgs | Unset): JournalArchive args.
112112
113113
Raises:
114114
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -137,7 +137,7 @@ def sync(
137137
"""Use case for archiving a journal.
138138
139139
Args:
140-
body (JournalArchiveArgs | Unset): Args.
140+
body (JournalArchiveArgs | Unset): JournalArchive args.
141141
142142
Raises:
143143
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -161,7 +161,7 @@ async def asyncio_detailed(
161161
"""Use case for archiving a journal.
162162
163163
Args:
164-
body (JournalArchiveArgs | Unset): Args.
164+
body (JournalArchiveArgs | Unset): JournalArchive args.
165165
166166
Raises:
167167
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -188,7 +188,7 @@ async def asyncio(
188188
"""Use case for archiving a journal.
189189
190190
Args:
191-
body (JournalArchiveArgs | Unset): Args.
191+
body (JournalArchiveArgs | Unset): JournalArchive args.
192192
193193
Raises:
194194
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

gen/py/webapi-client/jupiter_webapi_client/api/journals/journal_change_time_config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def sync_detailed(
108108
"""Command for updating the time configuration of a journal.
109109
110110
Args:
111-
body (JournalChangeTimeConfigArgs | Unset): Args.
111+
body (JournalChangeTimeConfigArgs | Unset): JournalChangeTimeConfig args.
112112
113113
Raises:
114114
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -137,7 +137,7 @@ def sync(
137137
"""Command for updating the time configuration of a journal.
138138
139139
Args:
140-
body (JournalChangeTimeConfigArgs | Unset): Args.
140+
body (JournalChangeTimeConfigArgs | Unset): JournalChangeTimeConfig args.
141141
142142
Raises:
143143
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -161,7 +161,7 @@ async def asyncio_detailed(
161161
"""Command for updating the time configuration of a journal.
162162
163163
Args:
164-
body (JournalChangeTimeConfigArgs | Unset): Args.
164+
body (JournalChangeTimeConfigArgs | Unset): JournalChangeTimeConfig args.
165165
166166
Raises:
167167
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -188,7 +188,7 @@ async def asyncio(
188188
"""Command for updating the time configuration of a journal.
189189
190190
Args:
191-
body (JournalChangeTimeConfigArgs | Unset): Args.
191+
body (JournalChangeTimeConfigArgs | Unset): JournalChangeTimeConfig args.
192192
193193
Raises:
194194
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

gen/py/webapi-client/jupiter_webapi_client/api/journals/journal_create.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def sync_detailed(
114114
"""Use case for creating a journal.
115115
116116
Args:
117-
body (JournalCreateArgs | Unset): Args.
117+
body (JournalCreateArgs | Unset): JournalCreate args.
118118
119119
Raises:
120120
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -143,7 +143,7 @@ def sync(
143143
"""Use case for creating a journal.
144144
145145
Args:
146-
body (JournalCreateArgs | Unset): Args.
146+
body (JournalCreateArgs | Unset): JournalCreate args.
147147
148148
Raises:
149149
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -167,7 +167,7 @@ async def asyncio_detailed(
167167
"""Use case for creating a journal.
168168
169169
Args:
170-
body (JournalCreateArgs | Unset): Args.
170+
body (JournalCreateArgs | Unset): JournalCreate args.
171171
172172
Raises:
173173
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -194,7 +194,7 @@ async def asyncio(
194194
"""Use case for creating a journal.
195195
196196
Args:
197-
body (JournalCreateArgs | Unset): Args.
197+
body (JournalCreateArgs | Unset): JournalCreate args.
198198
199199
Raises:
200200
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

gen/py/webapi-client/jupiter_webapi_client/api/journals/journal_load.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def sync_detailed(
114114
"""The command for loading details about a journal.
115115
116116
Args:
117-
body (JournalLoadArgs | Unset): Args.
117+
body (JournalLoadArgs | Unset): JournalLoad args.
118118
119119
Raises:
120120
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -143,7 +143,7 @@ def sync(
143143
"""The command for loading details about a journal.
144144
145145
Args:
146-
body (JournalLoadArgs | Unset): Args.
146+
body (JournalLoadArgs | Unset): JournalLoad args.
147147
148148
Raises:
149149
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -167,7 +167,7 @@ async def asyncio_detailed(
167167
"""The command for loading details about a journal.
168168
169169
Args:
170-
body (JournalLoadArgs | Unset): Args.
170+
body (JournalLoadArgs | Unset): JournalLoad args.
171171
172172
Raises:
173173
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -194,7 +194,7 @@ async def asyncio(
194194
"""The command for loading details about a journal.
195195
196196
Args:
197-
body (JournalLoadArgs | Unset): Args.
197+
body (JournalLoadArgs | Unset): JournalLoad args.
198198
199199
Raises:
200200
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

gen/py/webapi-client/jupiter_webapi_client/api/journals/journal_refresh_stats.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def sync_detailed(
108108
"""Use case for refreshing stats for a journal.
109109
110110
Args:
111-
body (JournalRefreshStatsArgs | Unset): Args.
111+
body (JournalRefreshStatsArgs | Unset): JournalRefreshStats args.
112112
113113
Raises:
114114
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -137,7 +137,7 @@ def sync(
137137
"""Use case for refreshing stats for a journal.
138138
139139
Args:
140-
body (JournalRefreshStatsArgs | Unset): Args.
140+
body (JournalRefreshStatsArgs | Unset): JournalRefreshStats args.
141141
142142
Raises:
143143
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -161,7 +161,7 @@ async def asyncio_detailed(
161161
"""Use case for refreshing stats for a journal.
162162
163163
Args:
164-
body (JournalRefreshStatsArgs | Unset): Args.
164+
body (JournalRefreshStatsArgs | Unset): JournalRefreshStats args.
165165
166166
Raises:
167167
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -188,7 +188,7 @@ async def asyncio(
188188
"""Use case for refreshing stats for a journal.
189189
190190
Args:
191-
body (JournalRefreshStatsArgs | Unset): Args.
191+
body (JournalRefreshStatsArgs | Unset): JournalRefreshStats args.
192192
193193
Raises:
194194
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

gen/py/webapi-client/jupiter_webapi_client/api/journals/journal_remove.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def sync_detailed(
108108
"""Use case for removing a journal.
109109
110110
Args:
111-
body (JournalRemoveArgs | Unset): Args.
111+
body (JournalRemoveArgs | Unset): JournalRemove args.
112112
113113
Raises:
114114
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -137,7 +137,7 @@ def sync(
137137
"""Use case for removing a journal.
138138
139139
Args:
140-
body (JournalRemoveArgs | Unset): Args.
140+
body (JournalRemoveArgs | Unset): JournalRemove args.
141141
142142
Raises:
143143
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -161,7 +161,7 @@ async def asyncio_detailed(
161161
"""Use case for removing a journal.
162162
163163
Args:
164-
body (JournalRemoveArgs | Unset): Args.
164+
body (JournalRemoveArgs | Unset): JournalRemove args.
165165
166166
Raises:
167167
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -188,7 +188,7 @@ async def asyncio(
188188
"""Use case for removing a journal.
189189
190190
Args:
191-
body (JournalRemoveArgs | Unset): Args.
191+
body (JournalRemoveArgs | Unset): JournalRemove args.
192192
193193
Raises:
194194
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

gen/py/webapi-client/jupiter_webapi_client/api/metrics/metric_archive.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def sync_detailed(
108108
"""The command for archiving a metric.
109109
110110
Args:
111-
body (MetricArchiveArgs | Unset): PersonFindArgs.
111+
body (MetricArchiveArgs | Unset): MetricArchive args.
112112
113113
Raises:
114114
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -137,7 +137,7 @@ def sync(
137137
"""The command for archiving a metric.
138138
139139
Args:
140-
body (MetricArchiveArgs | Unset): PersonFindArgs.
140+
body (MetricArchiveArgs | Unset): MetricArchive args.
141141
142142
Raises:
143143
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -161,7 +161,7 @@ async def asyncio_detailed(
161161
"""The command for archiving a metric.
162162
163163
Args:
164-
body (MetricArchiveArgs | Unset): PersonFindArgs.
164+
body (MetricArchiveArgs | Unset): MetricArchive args.
165165
166166
Raises:
167167
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -188,7 +188,7 @@ async def asyncio(
188188
"""The command for archiving a metric.
189189
190190
Args:
191-
body (MetricArchiveArgs | Unset): PersonFindArgs.
191+
body (MetricArchiveArgs | Unset): MetricArchive args.
192192
193193
Raises:
194194
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

gen/py/webapi-client/jupiter_webapi_client/api/metrics/metric_create.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def sync_detailed(
114114
"""The command for creating a metric.
115115
116116
Args:
117-
body (MetricCreateArgs | Unset): PersonFindArgs.
117+
body (MetricCreateArgs | Unset): MetricCreate args.
118118
119119
Raises:
120120
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -143,7 +143,7 @@ def sync(
143143
"""The command for creating a metric.
144144
145145
Args:
146-
body (MetricCreateArgs | Unset): PersonFindArgs.
146+
body (MetricCreateArgs | Unset): MetricCreate args.
147147
148148
Raises:
149149
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -167,7 +167,7 @@ async def asyncio_detailed(
167167
"""The command for creating a metric.
168168
169169
Args:
170-
body (MetricCreateArgs | Unset): PersonFindArgs.
170+
body (MetricCreateArgs | Unset): MetricCreate args.
171171
172172
Raises:
173173
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -194,7 +194,7 @@ async def asyncio(
194194
"""The command for creating a metric.
195195
196196
Args:
197-
body (MetricCreateArgs | Unset): PersonFindArgs.
197+
body (MetricCreateArgs | Unset): MetricCreate args.
198198
199199
Raises:
200200
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

gen/py/webapi-client/jupiter_webapi_client/api/metrics/metric_entry_archive.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def sync_detailed(
108108
"""The command for archiving a metric entry.
109109
110110
Args:
111-
body (MetricEntryArchiveArgs | Unset): PersonFindArgs.
111+
body (MetricEntryArchiveArgs | Unset): MetricEntryArchive args.
112112
113113
Raises:
114114
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -137,7 +137,7 @@ def sync(
137137
"""The command for archiving a metric entry.
138138
139139
Args:
140-
body (MetricEntryArchiveArgs | Unset): PersonFindArgs.
140+
body (MetricEntryArchiveArgs | Unset): MetricEntryArchive args.
141141
142142
Raises:
143143
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -161,7 +161,7 @@ async def asyncio_detailed(
161161
"""The command for archiving a metric entry.
162162
163163
Args:
164-
body (MetricEntryArchiveArgs | Unset): PersonFindArgs.
164+
body (MetricEntryArchiveArgs | Unset): MetricEntryArchive args.
165165
166166
Raises:
167167
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
@@ -188,7 +188,7 @@ async def asyncio(
188188
"""The command for archiving a metric entry.
189189
190190
Args:
191-
body (MetricEntryArchiveArgs | Unset): PersonFindArgs.
191+
body (MetricEntryArchiveArgs | Unset): MetricEntryArchive args.
192192
193193
Raises:
194194
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.

0 commit comments

Comments
 (0)