Skip to content

Commit 088c65d

Browse files
committed
ci: regenerated with OpenAPI Doc prealpha, Speakeay CLI 1.44.2
1 parent 81aaea5 commit 088c65d

6 files changed

Lines changed: 18 additions & 9 deletions

File tree

expenses/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,4 +446,12 @@ Based on:
446446
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
447447
- Speakeasy CLI 1.43.0 (2.35.3) https://github.com/speakeasy-api/speakeasy
448448
### Releases
449-
- [PyPI v0.23.0] https://pypi.org/project/codat-sync-for-expenses/0.23.0 - expenses
449+
- [PyPI v0.23.0] https://pypi.org/project/codat-sync-for-expenses/0.23.0 - expenses
450+
451+
## 2023-06-06 20:45:08
452+
### Changes
453+
Based on:
454+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
455+
- Speakeasy CLI 1.44.2 (2.35.9) https://github.com/speakeasy-api/speakeasy
456+
### Releases
457+
- [PyPI v0.23.1] https://pypi.org/project/codat-sync-for-expenses/0.23.1 - expenses

expenses/docs/codatsyncexpenses/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
The API for Sync for Expenses.
5+
Sync for Expenses API: The API for Sync for Expenses.
66
Sync for Expenses is an API and a set of supporting tools. It has been built to enable corporate card and expense management platforms to provide high-quality integrations with multiple accounting platforms through a standardized API.
77

88
[Read more...](https://docs.codat.io/sync-for-expenses/overview)

expenses/gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ configVersion: 1.0.0
22
management:
33
docChecksum: d1dc5e1387fcc67d7a6d87c4b41f3e1d
44
docVersion: prealpha
5-
speakeasyVersion: 1.43.0
6-
generationVersion: 2.35.3
5+
speakeasyVersion: 1.44.2
6+
generationVersion: 2.35.9
77
generation:
88
sdkClassName: CodatSyncExpenses
99
singleTagPerOp: false
1010
telemetryEnabled: true
1111
python:
12-
version: 0.23.0
12+
version: 0.23.1
1313
author: Speakeasy
1414
description: Python Client SDK Generated by Speakeasy
1515
maxMethodParams: 0

expenses/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="codat-sync-for-expenses",
13-
version="0.23.0",
13+
version="0.23.1",
1414
author="Speakeasy",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

expenses/src/codatsyncexpenses/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from codatsyncexpenses.models import shared
1414

1515
class CodatSyncExpenses:
16-
r"""The API for Sync for Expenses.
16+
r"""Sync for Expenses API: The API for Sync for Expenses.
1717
Sync for Expenses is an API and a set of supporting tools. It has been built to enable corporate card and expense management platforms to provide high-quality integrations with multiple accounting platforms through a standardized API.
1818
1919
[Read more...](https://docs.codat.io/sync-for-expenses/overview)

expenses/src/codatsyncexpenses/sdkconfiguration.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import requests
44
from dataclasses import dataclass
55

6+
67
SERVERS = [
78
'https://api.codat.io',
89
]
@@ -15,8 +16,8 @@ class SDKConfiguration:
1516
server_url: str = ''
1617
server_idx: int = 0
1718
language: str = 'python'
18-
sdk_version: str = '0.23.0'
19-
gen_version: str = '2.35.3'
19+
sdk_version: str = '0.23.1'
20+
gen_version: str = '2.35.9'
2021

2122
def get_server_details(self) -> tuple[str, dict[str, str]]:
2223
if self.server_url:

0 commit comments

Comments
 (0)