Skip to content

Commit 1ba942d

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.645.1
1 parent d2b838a commit 1ba942d

33 files changed

+10188
-9482
lines changed

.devcontainer/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
<div align="center">
3+
<a href="https://codespaces.new/BoltApp/Bolt-Python-SDK.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
4+
</div>
5+
<br>
6+
27
> **Remember to shutdown a GitHub Codespace when it is not in use!**
38
49
# Dev Containers Quick Start

.speakeasy/gen.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
lockVersion: 2.0.0
22
id: 59dcfa56-8330-4162-8246-092811fc63e8
33
management:
4-
docChecksum: eb9c846a65c4ee77004d8294d5b023b0
4+
docChecksum: e4e324e012554274042fefddab9462cf
55
docVersion: 1.0.1
6-
speakeasyVersion: 1.631.4
7-
generationVersion: 2.716.16
8-
releaseVersion: 0.5.6
9-
configChecksum: 5c3946002697625b2cb1ae3a4dfce9af
6+
speakeasyVersion: 1.645.1
7+
generationVersion: 2.735.1
8+
releaseVersion: 0.6.0
9+
configChecksum: 051faa66d281de891a6e5d781bdb1903
10+
repoURL: https://github.com/BoltApp/Bolt-Python-SDK.git
11+
installationURL: https://github.com/BoltApp/Bolt-Python-SDK.git
1012
published: true
1113
features:
1214
python:
1315
additionalDependencies: 1.0.0
14-
core: 5.22.0
16+
core: 5.23.2
1517
defaultEnabledRetries: 0.2.0
1618
devContainers: 3.0.0
1719
enumUnions: 0.1.0
@@ -20,14 +22,14 @@ features:
2022
flattening: 3.1.1
2123
globalSecurity: 3.0.4
2224
globalSecurityCallbacks: 1.0.0
23-
globalServerURLs: 3.1.1
25+
globalServerURLs: 3.2.0
2426
methodArguments: 1.0.2
2527
methodSecurity: 3.0.1
2628
nullables: 1.0.1
2729
responseFormat: 1.0.1
2830
retries: 3.0.2
2931
sdkHooks: 1.1.0
30-
unions: 3.0.5
32+
unions: 3.1.0
3133
generatedFiles:
3234
- .devcontainer/README.md
3335
- .devcontainer/devcontainer.json
@@ -351,7 +353,6 @@ generatedFiles:
351353
- docs/models/webhookeventgroup.md
352354
- docs/models/webhookstype.md
353355
- docs/sdks/account/README.md
354-
- docs/sdks/bolt/README.md
355356
- docs/sdks/configuration/README.md
356357
- docs/sdks/oauth/README.md
357358
- docs/sdks/orders/README.md
@@ -363,6 +364,7 @@ generatedFiles:
363364
- py.typed
364365
- pylintrc
365366
- pyproject.toml
367+
- scripts/prepare_readme.py
366368
- scripts/publish.sh
367369
- src/bolt_api_sdk/__init__.py
368370
- src/bolt_api_sdk/_hooks/__init__.py

.speakeasy/gen.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ generation:
2121
oAuth2PasswordEnabled: false
2222
hoistGlobalSecurity: true
2323
sdkHooksConfigAccess: true
24+
schemas:
25+
allOfMergeStrategy: shallowMerge
2426
tests:
2527
generateTests: false
2628
generateNewTests: true
2729
skipResponseBodyAssertions: false
2830
compile:
2931
enabled: false
3032
python:
31-
version: 0.5.6
33+
version: 0.6.0
3234
additionalDependencies:
3335
dev: {}
3436
main: {}

0 commit comments

Comments
 (0)