Skip to content

Commit b96ccbd

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

Some content is hidden

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

42 files changed

+10457
-9521
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: 15 additions & 12 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.665.0
7+
generationVersion: 2.767.2
8+
releaseVersion: 0.6.0
9+
configChecksum: 5d9e8084c65afaf3fc5afef74021e85a
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.13
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
28-
retries: 3.0.2
29-
sdkHooks: 1.1.0
30-
unions: 3.0.5
30+
retries: 3.0.3
31+
sdkHooks: 1.2.0
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,9 +364,11 @@ 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
371+
- src/bolt_api_sdk/_hooks/oauth2scopes.py
369372
- src/bolt_api_sdk/_hooks/sdkhooks.py
370373
- src/bolt_api_sdk/_hooks/types.py
371374
- src/bolt_api_sdk/_version.py
@@ -897,7 +900,7 @@ examples:
897900
OAuthToken:
898901
authorization_code_request:
899902
requestBody:
900-
application/x-www-form-urlencoded: {"client_id": "<id>", "client_secret": "<value>", "code": "<value>", "grant_type": "authorization_code", "scope": "bolt.account.view"}
903+
application/x-www-form-urlencoded: {"client_id": "PUBLISHABLE_KEY_PLACEHOLDER", "client_secret": "API_KEY_PLACEHOLDER", "code": "AUTH_CODE_PLACEHOLDER", "grant_type": "authorization_code", "scope": "bolt.account.view"}
901904
responses:
902905
"200":
903906
application/json: {}

.speakeasy/gen.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,17 @@ generation:
2121
oAuth2PasswordEnabled: false
2222
hoistGlobalSecurity: true
2323
sdkHooksConfigAccess: true
24+
schemas:
25+
allOfMergeStrategy: shallowMerge
26+
requestBodyFieldName: ""
2427
tests:
2528
generateTests: false
2629
generateNewTests: true
2730
skipResponseBodyAssertions: false
2831
compile:
2932
enabled: false
3033
python:
31-
version: 0.5.6
34+
version: 0.6.0
3235
additionalDependencies:
3336
dev: {}
3437
main: {}
@@ -60,11 +63,14 @@ python:
6063
operations: ""
6164
shared: ""
6265
webhooks: ""
66+
inferUnionDiscriminators: true
6367
inputModelSuffix: input
6468
legacyPyright: false
69+
license: ""
6570
maxMethodParams: 999
6671
methodArguments: infer-optional-args
6772
moduleName: ""
73+
multipartArrayFormat: legacy
6874
outputModelSuffix: output
6975
packageManager: poetry
7076
packageName: bolt-api-sdk

0 commit comments

Comments
 (0)