Skip to content

Commit 136210b

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.533.0
1 parent 3c442cc commit 136210b

File tree

59 files changed

+2345
-562
lines changed

Some content is hidden

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

59 files changed

+2345
-562
lines changed

.speakeasy/gen.lock

Lines changed: 68 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 8b5fa338-9106-4734-abf0-e30d67044a90
33
management:
4-
docChecksum: 3aa362e60bfd40fded2c230b83285656
4+
docChecksum: e3c8da4d880f93f1bf483a45d1fe2016
55
docVersion: 1.1.7
6-
speakeasyVersion: 1.531.0
7-
generationVersion: 2.568.2
8-
releaseVersion: 0.32.3
9-
configChecksum: af0d8669486cc7faf305ae45ca484a80
6+
speakeasyVersion: 1.533.0
7+
generationVersion: 2.578.0
8+
releaseVersion: 0.33.0
9+
configChecksum: d3a6fe7f2ae7f430c8fff9c158af4f46
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -16,7 +16,7 @@ features:
1616
acceptHeaders: 3.0.0
1717
additionalDependencies: 1.0.0
1818
constsAndDefaults: 1.0.5
19-
core: 5.12.6
19+
core: 5.14.0
2020
defaultEnabledRetries: 0.2.0
2121
enumUnions: 0.1.0
2222
envVarSecurityUsage: 0.3.2
@@ -46,6 +46,10 @@ generatedFiles:
4646
- docs/models/errors/servererror.md
4747
- docs/models/operations/canceljobrequest.md
4848
- docs/models/operations/canceljobresponse.md
49+
- docs/models/operations/checkconnectionapiv1sourcessourceidconnectioncheckpostrequest.md
50+
- docs/models/operations/checkconnectionapiv1sourcessourceidconnectioncheckpostresponse.md
51+
- docs/models/operations/checkdestinationconnectionapiv1destinationsdestinationidconnectioncheckpostrequest.md
52+
- docs/models/operations/checkdestinationconnectionapiv1destinationsdestinationidconnectioncheckpostresponse.md
4953
- docs/models/operations/createdestinationrequest.md
5054
- docs/models/operations/createdestinationresponse.md
5155
- docs/models/operations/createsourcerequest.md
@@ -60,6 +64,10 @@ generatedFiles:
6064
- docs/models/operations/deleteworkflowresponse.md
6165
- docs/models/operations/downloadjoboutputrequest.md
6266
- docs/models/operations/downloadjoboutputresponse.md
67+
- docs/models/operations/getconnectioncheckapiv1sourcessourceidconnectioncheckgetrequest.md
68+
- docs/models/operations/getconnectioncheckapiv1sourcessourceidconnectioncheckgetresponse.md
69+
- docs/models/operations/getdestinationconnectioncheckapiv1destinationsdestinationidconnectioncheckgetrequest.md
70+
- docs/models/operations/getdestinationconnectioncheckapiv1destinationsdestinationidconnectioncheckgetresponse.md
6371
- docs/models/operations/getdestinationrequest.md
6472
- docs/models/operations/getdestinationresponse.md
6573
- docs/models/operations/getjobrequest.md
@@ -90,8 +98,6 @@ generatedFiles:
9098
- docs/models/shared/astradbconnectorconfiginput.md
9199
- docs/models/shared/azureaisearchconnectorconfig.md
92100
- docs/models/shared/azureaisearchconnectorconfiginput.md
93-
- docs/models/shared/azuredestinationconnectorconfig.md
94-
- docs/models/shared/azuredestinationconnectorconfiginput.md
95101
- docs/models/shared/azuresourceconnectorconfig.md
96102
- docs/models/shared/azuresourceconnectorconfiginput.md
97103
- docs/models/shared/bodyrunworkflow.md
@@ -100,6 +106,7 @@ generatedFiles:
100106
- docs/models/shared/config.md
101107
- docs/models/shared/confluencesourceconnectorconfig.md
102108
- docs/models/shared/confluencesourceconnectorconfiginput.md
109+
- docs/models/shared/connectioncheckstatus.md
103110
- docs/models/shared/couchbasedestinationconnectorconfig.md
104111
- docs/models/shared/couchbasedestinationconnectorconfiginput.md
105112
- docs/models/shared/couchbasesourceconnectorconfig.md
@@ -109,6 +116,7 @@ generatedFiles:
109116
- docs/models/shared/createsourceconnectorconfig.md
110117
- docs/models/shared/createworkflow.md
111118
- docs/models/shared/crontabentry.md
119+
- docs/models/shared/dagnodeconnectioncheck.md
112120
- docs/models/shared/databricksvdtdestinationconnectorconfig.md
113121
- docs/models/shared/databricksvdtdestinationconnectorconfiginput.md
114122
- docs/models/shared/databricksvolumesconnectorconfig.md
@@ -195,7 +203,6 @@ generatedFiles:
195203
- docs/models/shared/weaviatedestinationconnectorconfiginput.md
196204
- docs/models/shared/workflowinformation.md
197205
- docs/models/shared/workflownode.md
198-
- docs/models/shared/workflownodetype.md
199206
- docs/models/shared/workflowschedule.md
200207
- docs/models/shared/workflowstate.md
201208
- docs/models/shared/workflowtype.md
@@ -230,14 +237,18 @@ generatedFiles:
230237
- src/unstructured_client/models/errors/servererror.py
231238
- src/unstructured_client/models/operations/__init__.py
232239
- src/unstructured_client/models/operations/cancel_job.py
240+
- src/unstructured_client/models/operations/check_connection_api_v1_sources_source_id_connection_check_post.py
241+
- src/unstructured_client/models/operations/check_destination_connection_api_v1_destinations_destination_id_connection_check_post.py
233242
- src/unstructured_client/models/operations/create_destination.py
234243
- src/unstructured_client/models/operations/create_source.py
235244
- src/unstructured_client/models/operations/create_workflow.py
236245
- src/unstructured_client/models/operations/delete_destination.py
237246
- src/unstructured_client/models/operations/delete_source.py
238247
- src/unstructured_client/models/operations/delete_workflow.py
239248
- src/unstructured_client/models/operations/download_job_output.py
249+
- src/unstructured_client/models/operations/get_connection_check_api_v1_sources_source_id_connection_check_get.py
240250
- src/unstructured_client/models/operations/get_destination.py
251+
- src/unstructured_client/models/operations/get_destination_connection_check_api_v1_destinations_destination_id_connection_check_get.py
241252
- src/unstructured_client/models/operations/get_job.py
242253
- src/unstructured_client/models/operations/get_source.py
243254
- src/unstructured_client/models/operations/get_workflow.py
@@ -255,15 +266,14 @@ generatedFiles:
255266
- src/unstructured_client/models/shared/astradbconnectorconfiginput.py
256267
- src/unstructured_client/models/shared/azureaisearchconnectorconfig.py
257268
- src/unstructured_client/models/shared/azureaisearchconnectorconfiginput.py
258-
- src/unstructured_client/models/shared/azuredestinationconnectorconfig.py
259-
- src/unstructured_client/models/shared/azuredestinationconnectorconfiginput.py
260269
- src/unstructured_client/models/shared/azuresourceconnectorconfig.py
261270
- src/unstructured_client/models/shared/azuresourceconnectorconfiginput.py
262271
- src/unstructured_client/models/shared/body_run_workflow.py
263272
- src/unstructured_client/models/shared/boxsourceconnectorconfig.py
264273
- src/unstructured_client/models/shared/boxsourceconnectorconfiginput.py
265274
- src/unstructured_client/models/shared/confluencesourceconnectorconfig.py
266275
- src/unstructured_client/models/shared/confluencesourceconnectorconfiginput.py
276+
- src/unstructured_client/models/shared/connectioncheckstatus.py
267277
- src/unstructured_client/models/shared/couchbasedestinationconnectorconfig.py
268278
- src/unstructured_client/models/shared/couchbasedestinationconnectorconfiginput.py
269279
- src/unstructured_client/models/shared/couchbasesourceconnectorconfig.py
@@ -272,6 +282,7 @@ generatedFiles:
272282
- src/unstructured_client/models/shared/createsourceconnector.py
273283
- src/unstructured_client/models/shared/createworkflow.py
274284
- src/unstructured_client/models/shared/crontabentry.py
285+
- src/unstructured_client/models/shared/dagnodeconnectioncheck.py
275286
- src/unstructured_client/models/shared/databricksvdtdestinationconnectorconfig.py
276287
- src/unstructured_client/models/shared/databricksvdtdestinationconnectorconfiginput.py
277288
- src/unstructured_client/models/shared/databricksvolumesconnectorconfig.py
@@ -345,7 +356,6 @@ generatedFiles:
345356
- src/unstructured_client/models/shared/weaviatedestinationconnectorconfiginput.py
346357
- src/unstructured_client/models/shared/workflowinformation.py
347358
- src/unstructured_client/models/shared/workflownode.py
348-
- src/unstructured_client/models/shared/workflownodetype.py
349359
- src/unstructured_client/models/shared/workflowschedule.py
350360
- src/unstructured_client/models/shared/workflowstate.py
351361
- src/unstructured_client/models/shared/workflowtype.py
@@ -377,12 +387,12 @@ examples:
377387
create_destination:
378388
speakeasy-default-create-destination:
379389
requestBody:
380-
application/json: {"config": {"api_endpoint": "<value>", "batch_size": 20, "collection_name": "<value>", "flatten_metadata": false, "token": "<value>"}, "name": "<value>", "type": "azure"}
390+
application/json: {"config": {"api_endpoint": "<value>", "batch_size": 20, "collection_name": "<value>", "flatten_metadata": false, "token": "<value>"}, "name": "<value>", "type": "azure_ai_search"}
381391
responses:
382392
"200":
383393
application/json: {"config": {"api_key": "<value>", "batch_size": 290189, "collection_name": "<value>", "url": "https://gray-rawhide.name/"}, "created_at": "2023-10-16T03:44:52.760Z", "id": "b3cbed99-76f0-4238-9635-119a590e2345", "name": "<value>", "type": "postgres"}
384394
"422":
385-
application/json: {"detail": []}
395+
application/json: {"detail": [{"loc": ["<value>"], "msg": "<value>", "type": "<value>"}, {"loc": [623109], "msg": "<value>", "type": "<value>"}, {"loc": [218326], "msg": "<value>", "type": "<value>"}]}
386396
delete_destination:
387397
speakeasy-default-delete-destination:
388398
parameters:
@@ -592,5 +602,49 @@ examples:
592602
application/json: {"detail": []}
593603
5XX:
594604
application/json: {"detail": "An error occurred"}
605+
check_destination_connection_api_v1_destinations__destination_id__connection_check_post:
606+
speakeasy-default-check-destination-connection-api-v1-destinations-destination-id-connection-check-post:
607+
parameters:
608+
path:
609+
destination_id: "b65169f5-79ba-4464-918f-b0be2c07b962"
610+
header: {}
611+
responses:
612+
"202":
613+
application/json: {"created_at": "2024-12-11T22:17:57.402Z", "id": "337e8f13-6b28-466e-a173-b8a939d2c047", "status": "SUCCESS"}
614+
"422":
615+
application/json: {"detail": [{"loc": [], "msg": "<value>", "type": "<value>"}, {"loc": ["<value>", 580213], "msg": "<value>", "type": "<value>"}]}
616+
get_destination_connection_check_api_v1_destinations__destination_id__connection_check_get:
617+
speakeasy-default-get-destination-connection-check-api-v1-destinations-destination-id-connection-check-get:
618+
parameters:
619+
path:
620+
destination_id: "3c48df35-2b2c-46f2-9aa2-d7eae993797c"
621+
header: {}
622+
responses:
623+
"200":
624+
application/json: {"created_at": "2023-08-18T13:08:22.968Z", "id": "d3ed5db0-557c-45b6-b496-8d8ddcf95c3a", "status": "SCHEDULED"}
625+
"422":
626+
application/json: {"detail": [{"loc": ["<value>"], "msg": "<value>", "type": "<value>"}, {"loc": ["<value>", "<value>"], "msg": "<value>", "type": "<value>"}, {"loc": ["<value>", 661733, "<value>"], "msg": "<value>", "type": "<value>"}]}
627+
check_connection_api_v1_sources__source_id__connection_check_post:
628+
speakeasy-default-check-connection-api-v1-sources-source-id-connection-check-post:
629+
parameters:
630+
path:
631+
source_id: "8cb54f13-5652-423e-889c-1df1f8147126"
632+
header: {}
633+
responses:
634+
"202":
635+
application/json: {"created_at": "2023-08-17T02:17:54.227Z", "id": "12f4c45a-e6b2-4d0f-849d-2ab042bf13d2", "status": "SUCCESS"}
636+
"422":
637+
application/json: {"detail": [{"loc": [], "msg": "<value>", "type": "<value>"}, {"loc": [], "msg": "<value>", "type": "<value>"}]}
638+
get_connection_check_api_v1_sources__source_id__connection_check_get:
639+
speakeasy-default-get-connection-check-api-v1-sources-source-id-connection-check-get:
640+
parameters:
641+
path:
642+
source_id: "d9c3daec-ddf9-4cef-ae8d-3a989813cc7b"
643+
header: {}
644+
responses:
645+
"200":
646+
application/json: {"created_at": "2025-01-25T05:08:46.547Z", "id": "7cc92d68-dc16-49f9-a119-c651a18a978d", "status": "SCHEDULED"}
647+
"422":
648+
application/json: {"detail": [{"loc": [146117], "msg": "<value>", "type": "<value>"}, {"loc": [417709], "msg": "<value>", "type": "<value>"}]}
595649
examplesVersion: 1.0.1
596650
generatedTests: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.531.0
1+
speakeasyVersion: 1.533.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:4103407f55cdd4f14098251bb2a0dd327ad0c64bc84db4f334d9efbe32448a96
6-
sourceBlobDigest: sha256:8fa40f4129f20fa6f9fdb519340a3eb88dbd9c315613d187653ae752c308ebc4
5+
sourceRevisionDigest: sha256:a8e522e14e6e4dcd554243ec05cd244661f123d20a034f554450fde6ac22df5d
6+
sourceBlobDigest: sha256:1549523a97b9ebd09012362367f313beb08069f42290a5186a65854ceff2ecd1
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1744059303
9+
- speakeasy-sdk-regen-1744330218
1010
- 1.1.7
1111
targets:
1212
unstructured-python:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:4103407f55cdd4f14098251bb2a0dd327ad0c64bc84db4f334d9efbe32448a96
16-
sourceBlobDigest: sha256:8fa40f4129f20fa6f9fdb519340a3eb88dbd9c315613d187653ae752c308ebc4
15+
sourceRevisionDigest: sha256:a8e522e14e6e4dcd554243ec05cd244661f123d20a034f554450fde6ac22df5d
16+
sourceBlobDigest: sha256:1549523a97b9ebd09012362367f313beb08069f42290a5186a65854ceff2ecd1
1717
codeSamplesNamespace: my-source-code-samples
18-
codeSamplesRevisionDigest: sha256:a4d79caa739dc0dc37a4a6b1769fb3ab52f4dfd5f5bda7902c777659182be1d7
18+
codeSamplesRevisionDigest: sha256:c2682243f39e191854da0810e5ebd887bb5fd4efc65079432c521644f0ee2945
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

0 commit comments

Comments
 (0)