This repository was archived by the owner on Jun 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +3698
-1971
lines changed
src/apideck_accounting_unify Expand file tree Collapse file tree 10 files changed +3698
-1971
lines changed Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.548.4
1
+ speakeasyVersion: 1.551.0
2
2
sources:
3
3
accounting:
4
4
sourceNamespace: apideck-accounting-only-oas
5
- sourceRevisionDigest: sha256:9219307046c32aa474a28ab827a725703c83b3852b7f5d79aa2156544c104cb5
6
- sourceBlobDigest: sha256:ae4f43cc5a5d7370a036d74356c761eb977126b548877d7b9f1e4e3c50ee7a55
5
+ sourceRevisionDigest: sha256:4e15a2f624a591c164d04f53055f3dabac3c4261cfc9c8589c46ce8e60ece11f
6
+ sourceBlobDigest: sha256:5892930aa87b7e7b8c81797872017a46a55ba92a11cfdf4559031adbba3f97dc
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1747353922
10
- - 10.16.7
9
+ - speakeasy-sdk-regen-1748045101
10
+ - 10.16.8
11
11
lending:
12
12
sourceNamespace: lending
13
13
sourceRevisionDigest: sha256:178885971cf1c04155e742359cad4b10d0eba3a8d7de8e7a64d2e33a0678995d
@@ -19,10 +19,10 @@ targets:
19
19
accounting-py:
20
20
source: accounting
21
21
sourceNamespace: apideck-accounting-only-oas
22
- sourceRevisionDigest: sha256:9219307046c32aa474a28ab827a725703c83b3852b7f5d79aa2156544c104cb5
23
- sourceBlobDigest: sha256:ae4f43cc5a5d7370a036d74356c761eb977126b548877d7b9f1e4e3c50ee7a55
22
+ sourceRevisionDigest: sha256:4e15a2f624a591c164d04f53055f3dabac3c4261cfc9c8589c46ce8e60ece11f
23
+ sourceBlobDigest: sha256:5892930aa87b7e7b8c81797872017a46a55ba92a11cfdf4559031adbba3f97dc
24
24
codeSamplesNamespace: apideck-accounting-only-oas-python-code-samples
25
- codeSamplesRevisionDigest: sha256:de8cbdb37a091410efe8fc8de0e6a752cca315510f40d77fce980fcf17dc7c2b
25
+ codeSamplesRevisionDigest: sha256:ec1f3d7a162cc6a10003636b9d0c8e953027fa3581bd476f812ed5ae4f1b9be0
26
26
accounting-ts:
27
27
source: accounting
28
28
sourceNamespace: accounting
Original file line number Diff line number Diff line change 1
1
lockVersion: 2.0.0
2
2
id: 7d6df67c-ae69-48d7-917a-ebe77fda919e
3
3
management:
4
- docChecksum: b905bba09afb5b28d51beb0618341b24
5
- docVersion: 10.16.7
6
- speakeasyVersion: 1.548.4
7
- generationVersion: 2.605.6
8
- releaseVersion: 0.14.1
9
- configChecksum: 61a70c5a662c8bcae056ee52cac05d6a
4
+ docChecksum: a8b80922c0290f9e9eee2f0dd3131ae2
5
+ docVersion: 10.16.8
6
+ speakeasyVersion: 1.551.0
7
+ generationVersion: 2.610.0
8
+ releaseVersion: 0.15.0
9
+ configChecksum: 3c676c3cb70a2235a6d4698052a4e04e
10
10
repoURL: https://github.com/apideck-libraries/sdk-python-pack.git
11
11
repoSubDirectory: accounting
12
12
installationURL: https://github.com/apideck-libraries/sdk-python-pack.git#subdirectory=accounting
@@ -16,7 +16,7 @@ features:
16
16
acceptHeaders: 3.0.0
17
17
additionalDependencies: 1.0.0
18
18
constsAndDefaults: 1.0.5
19
- core: 5.18.1
19
+ core: 5.19.0
20
20
defaultEnabledRetries: 0.2.0
21
21
deprecations: 3.0.2
22
22
downloadStreams: 1.0.1
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ generation:
19
19
oAuth2ClientCredentialsEnabled : true
20
20
oAuth2PasswordEnabled : true
21
21
python :
22
- version : 0.14.1
22
+ version : 0.15.0
23
23
additionalDependencies :
24
24
dev : {}
25
25
main : {}
Original file line number Diff line number Diff line change @@ -78,4 +78,14 @@ Based on:
78
78
### Generated
79
79
- [ python v0.14.1] accounting
80
80
### Releases
81
- - [ PyPI v0.14.1] https://pypi.org/project/apideck-accounting-unify/0.14.1 - accounting
81
+ - [ PyPI v0.14.1] https://pypi.org/project/apideck-accounting-unify/0.14.1 - accounting
82
+
83
+ ## 2025-05-26 00:05:20
84
+ ### Changes
85
+ Based on:
86
+ - OpenAPI Doc
87
+ - Speakeasy CLI 1.551.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
88
+ ### Generated
89
+ - [ python v0.15.0] accounting
90
+ ### Releases
91
+ - [ PyPI v0.15.0] https://pypi.org/project/apideck-accounting-unify/0.15.0 - accounting
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " apideck-accounting-unify"
3
- version = " 0.14.1 "
3
+ version = " 0.15.0 "
4
4
description = " Python Client SDK Generated by Speakeasy."
5
5
authors = [{ name = " Speakeasy" },]
6
6
readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 3
3
import importlib .metadata
4
4
5
5
__title__ : str = "apideck-accounting-unify"
6
- __version__ : str = "0.14.1 "
7
- __openapi_doc_version__ : str = "10.16.7 "
8
- __gen_version__ : str = "2.605.6 "
6
+ __version__ : str = "0.15.0 "
7
+ __openapi_doc_version__ : str = "10.16.8 "
8
+ __gen_version__ : str = "2.610.0 "
9
9
__user_agent__ : str = (
10
- "speakeasy-sdk/python 0.14.1 2.605.6 10.16.7 apideck-accounting-unify"
10
+ "speakeasy-sdk/python 0.15.0 2.610.0 10.16.8 apideck-accounting-unify"
11
11
)
12
12
13
13
try :
You can’t perform that action at this time.
0 commit comments