|
1 | 1 | lockVersion: 2.0.0 |
2 | 2 | id: ede4f28e-23c0-442d-89ba-baa76ae2da6e |
3 | 3 | management: |
4 | | - docChecksum: 1c413a5d3d57588774d54236c89a147e |
| 4 | + docChecksum: 6b9afa35a1ca4d8a1834643e80dd9a19 |
5 | 5 | docVersion: 3.0.0 |
6 | 6 | speakeasyVersion: internal |
7 | | - generationVersion: 2.257.2 |
8 | | - releaseVersion: 3.3.0 |
9 | | - configChecksum: 784efc81af1d53ff20fe66e5949e3428 |
| 7 | + generationVersion: 2.277.0 |
| 8 | + releaseVersion: 3.4.0 |
| 9 | + configChecksum: 29197c333cff36b846fe087471e16d21 |
10 | 10 | repoURL: https://github.com/codatio/client-sdk-python.git |
11 | 11 | repoSubDirectory: platform |
12 | 12 | installationURL: https://github.com/codatio/client-sdk-python.git#subdirectory=platform |
13 | 13 | published: true |
14 | 14 | features: |
15 | 15 | python: |
16 | | - constsAndDefaults: 0.1.2 |
17 | | - core: 4.4.6 |
| 16 | + constsAndDefaults: 0.1.3 |
| 17 | + core: 4.5.0 |
18 | 18 | deprecations: 2.81.1 |
19 | 19 | examples: 2.81.3 |
20 | | - globalSecurity: 2.83.2 |
| 20 | + globalSecurity: 2.83.4 |
21 | 21 | globalServerURLs: 2.82.1 |
22 | 22 | inputOutputModels: 2.83.1 |
23 | 23 | nameOverrides: 2.81.1 |
24 | 24 | retries: 2.82.1 |
| 25 | + webhooks: 1.0.0 |
25 | 26 | generatedFiles: |
26 | 27 | - src/codatplatform/sdkconfiguration.py |
27 | 28 | - src/codatplatform/settings.py |
@@ -83,8 +84,11 @@ generatedFiles: |
83 | 84 | - src/codatplatform/models/operations/configure_supplemental_data.py |
84 | 85 | - src/codatplatform/models/operations/get_supplemental_data_configuration.py |
85 | 86 | - src/codatplatform/models/operations/create_rule.py |
| 87 | + - src/codatplatform/models/operations/create_webhook_consumer.py |
| 88 | + - src/codatplatform/models/operations/delete_webhook_consumer.py |
86 | 89 | - src/codatplatform/models/operations/get_webhook.py |
87 | 90 | - src/codatplatform/models/operations/list_rules.py |
| 91 | + - src/codatplatform/models/operations/list_webhook_consumers.py |
88 | 92 | - src/codatplatform/models/shared/apikeydetails.py |
89 | 93 | - src/codatplatform/models/shared/errorvalidation.py |
90 | 94 | - src/codatplatform/models/shared/errorvalidationitem.py |
@@ -146,7 +150,10 @@ generatedFiles: |
146 | 150 | - src/codatplatform/models/shared/webhook.py |
147 | 151 | - src/codatplatform/models/shared/webhooknotifier.py |
148 | 152 | - src/codatplatform/models/shared/createrule.py |
| 153 | + - src/codatplatform/models/shared/webhookconsumer.py |
| 154 | + - src/codatplatform/models/shared/webhookconsumerprototype.py |
149 | 155 | - src/codatplatform/models/shared/webhooks.py |
| 156 | + - src/codatplatform/models/shared/webhookconsumers.py |
150 | 157 | - src/codatplatform/models/shared/security.py |
151 | 158 | - src/codatplatform/models/shared/clientratelimitreachedwebhook.py |
152 | 159 | - src/codatplatform/models/shared/clientratelimitreachedwebhookdata.py |
@@ -254,10 +261,14 @@ generatedFiles: |
254 | 261 | - docs/models/operations/getsupplementaldataconfigurationrequest.md |
255 | 262 | - docs/models/operations/getsupplementaldataconfigurationresponse.md |
256 | 263 | - docs/models/operations/createruleresponse.md |
| 264 | + - docs/models/operations/createwebhookconsumerresponse.md |
| 265 | + - docs/models/operations/deletewebhookconsumerrequest.md |
| 266 | + - docs/models/operations/deletewebhookconsumerresponse.md |
257 | 267 | - docs/models/operations/getwebhookrequest.md |
258 | 268 | - docs/models/operations/getwebhookresponse.md |
259 | 269 | - docs/models/operations/listrulesrequest.md |
260 | 270 | - docs/models/operations/listrulesresponse.md |
| 271 | + - docs/models/operations/listwebhookconsumersresponse.md |
261 | 272 | - docs/models/shared/apikeydetails.md |
262 | 273 | - docs/models/shared/errorvalidation.md |
263 | 274 | - docs/models/shared/errorvalidationitem.md |
@@ -324,7 +335,10 @@ generatedFiles: |
324 | 335 | - docs/models/shared/webhook.md |
325 | 336 | - docs/models/shared/webhooknotifier.md |
326 | 337 | - docs/models/shared/createrule.md |
| 338 | + - docs/models/shared/webhookconsumer.md |
| 339 | + - docs/models/shared/webhookconsumerprototype.md |
327 | 340 | - docs/models/shared/webhooks.md |
| 341 | + - docs/models/shared/webhookconsumers.md |
328 | 342 | - docs/models/shared/security.md |
329 | 343 | - docs/models/shared/clientratelimitreachedwebhook.md |
330 | 344 | - docs/models/shared/clientratelimitreachedwebhookdata.md |
@@ -368,3 +382,7 @@ generatedFiles: |
368 | 382 | - docs/sdks/webhooks/README.md |
369 | 383 | - USAGE.md |
370 | 384 | - .gitattributes |
| 385 | + - src/codatplatform/_hooks/registration.py |
| 386 | + - src/codatplatform/_hooks/sdkhooks.py |
| 387 | + - src/codatplatform/_hooks/types.py |
| 388 | + - src/codatplatform/_hooks/__init__.py |
0 commit comments