Skip to content

Commit 113b02b

Browse files
committed
Regenerate to remove operation level server url
1 parent 1222290 commit 113b02b

36 files changed

+268
-395
lines changed

docs/sdks/destinations/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ with UnstructuredClient() as uc_client:
4242
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
4343
| `request` | [operations.CreateConnectionCheckDestinationsRequest](../../models/operations/createconnectioncheckdestinationsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
4444
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
45-
| `server_url` | *Optional[str]* | :heavy_minus_sign: | An optional server URL to use. |
4645

4746
### Response
4847

@@ -95,7 +94,6 @@ with UnstructuredClient() as uc_client:
9594
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
9695
| `request` | [operations.CreateDestinationRequest](../../models/operations/createdestinationrequest.md) | :heavy_check_mark: | The request object to use for the request. |
9796
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
98-
| `server_url` | *Optional[str]* | :heavy_minus_sign: | An optional server URL to use. |
9997

10098
### Response
10199

@@ -137,7 +135,6 @@ with UnstructuredClient() as uc_client:
137135
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
138136
| `request` | [operations.DeleteDestinationRequest](../../models/operations/deletedestinationrequest.md) | :heavy_check_mark: | The request object to use for the request. |
139137
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
140-
| `server_url` | *Optional[str]* | :heavy_minus_sign: | An optional server URL to use. |
141138

142139
### Response
143140

@@ -179,7 +176,6 @@ with UnstructuredClient() as uc_client:
179176
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
180177
| `request` | [operations.GetConnectionCheckDestinationsRequest](../../models/operations/getconnectioncheckdestinationsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
181178
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
182-
| `server_url` | *Optional[str]* | :heavy_minus_sign: | An optional server URL to use. |
183179

184180
### Response
185181

@@ -221,7 +217,6 @@ with UnstructuredClient() as uc_client:
221217
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
222218
| `request` | [operations.GetDestinationRequest](../../models/operations/getdestinationrequest.md) | :heavy_check_mark: | The request object to use for the request. |
223219
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
224-
| `server_url` | *Optional[str]* | :heavy_minus_sign: | An optional server URL to use. |
225220

226221
### Response
227222

@@ -261,7 +256,6 @@ with UnstructuredClient() as uc_client:
261256
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
262257
| `request` | [operations.ListDestinationsRequest](../../models/operations/listdestinationsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
263258
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
264-
| `server_url` | *Optional[str]* | :heavy_minus_sign: | An optional server URL to use. |
265259

266260
### Response
267261

@@ -314,7 +308,6 @@ with UnstructuredClient() as uc_client:
314308
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
315309
| `request` | [operations.UpdateDestinationRequest](../../models/operations/updatedestinationrequest.md) | :heavy_check_mark: | The request object to use for the request. |
316310
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
317-
| `server_url` | *Optional[str]* | :heavy_minus_sign: | An optional server URL to use. |
318311

319312
### Response
320313

docs/sdks/general/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ with UnstructuredClient() as uc_client:
4848
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
4949
| `request` | [operations.PartitionRequest](../../models/operations/partitionrequest.md) | :heavy_check_mark: | The request object to use for the request. |
5050
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
51-
| `server_url` | *Optional[str]* | :heavy_minus_sign: | An optional server URL to use. |
5251

5352
### Response
5453

docs/sdks/jobs/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ with UnstructuredClient() as uc_client:
3939
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
4040
| `request` | [operations.CancelJobRequest](../../models/operations/canceljobrequest.md) | :heavy_check_mark: | The request object to use for the request. |
4141
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
42-
| `server_url` | *Optional[str]* | :heavy_minus_sign: | An optional server URL to use. |
4342

4443
### Response
4544

@@ -83,7 +82,6 @@ with UnstructuredClient() as uc_client:
8382
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
8483
| `request` | [operations.DownloadJobOutputRequest](../../models/operations/downloadjoboutputrequest.md) | :heavy_check_mark: | The request object to use for the request. |
8584
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
86-
| `server_url` | *Optional[str]* | :heavy_minus_sign: | An optional server URL to use. |
8785

8886
### Response
8987

@@ -125,7 +123,6 @@ with UnstructuredClient() as uc_client:
125123
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
126124
| `request` | [operations.GetJobRequest](../../models/operations/getjobrequest.md) | :heavy_check_mark: | The request object to use for the request. |
127125
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
128-
| `server_url` | *Optional[str]* | :heavy_minus_sign: | An optional server URL to use. |
129126

130127
### Response
131128

@@ -165,7 +162,6 @@ with UnstructuredClient() as uc_client:
165162
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
166163
| `request` | [operations.ListJobsRequest](../../models/operations/listjobsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
167164
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
168-
| `server_url` | *Optional[str]* | :heavy_minus_sign: | An optional server URL to use. |
169165

170166
### Response
171167

0 commit comments

Comments
 (0)