Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .speakeasy/logs/changes/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<body><h2 id="typescript-sdk-changes">Typescript SDK Changes:</h2>

<ul>
<li><code>codatsyncpayables.bills.update()</code>: <strong>Added</strong></li>
<li><code>codatlending.banking.categorizedStatement.get()</code>: <code>response.reportItems[].transactions[].isRecurring</code> <strong>Added</strong></li>
</ul>
</body>
Expand Down
1 change: 1 addition & 0 deletions .speakeasy/logs/changes/changes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
## Typescript SDK Changes:
* `codatsyncpayables.bills.update()`: **Added**
* `codatlending.banking.categorizedStatement.get()`: `response.reportItems[].transactions[].isRecurring` **Added**
1,676 changes: 1,676 additions & 0 deletions .speakeasy/logs/changes/new.openapi.yaml

Large diffs are not rendered by default.

1,417 changes: 1,417 additions & 0 deletions .speakeasy/logs/changes/old.openapi.yaml

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
speakeasyVersion: 1.709.1
speakeasyVersion: 1.701.0
sources:
bank-feeds-source:
Expand Down Expand Up @@ -42,11 +43,11 @@ sources:
- prealpha
sync-for-payables-source:
sourceNamespace: sync-for-payables-source
sourceRevisionDigest: sha256:f70dfe42888a956f70c0e7cecc46b1c38d2bcc3fdd8256037ef65f9c1e302042
sourceBlobDigest: sha256:a1a7a05293d9dcd7b726bb27b3ba0589ba9cbbd462641608615bb200c3239ffe
sourceRevisionDigest: sha256:9bd9e36fdb60e3d73fe7cc209c24ce0325919a523acec3edd84ee2f26420bedc
sourceBlobDigest: sha256:59b5c9d3aa1a43fa4186c6ae1bf1108bf40d44d22f65ed6118b763574e0cf669
tags:
- latest
- speakeasy-sdk-regen-1767965617
- speakeasy-sdk-regen-1770645512
- 3.0.0
sync-for-payables-version-1-source:
sourceNamespace: sync-for-payables-version-1-source
Expand Down Expand Up @@ -102,10 +103,10 @@ targets:
sync-for-payables-library:
source: sync-for-payables-source
sourceNamespace: sync-for-payables-source
sourceRevisionDigest: sha256:f70dfe42888a956f70c0e7cecc46b1c38d2bcc3fdd8256037ef65f9c1e302042
sourceBlobDigest: sha256:a1a7a05293d9dcd7b726bb27b3ba0589ba9cbbd462641608615bb200c3239ffe
sourceRevisionDigest: sha256:9bd9e36fdb60e3d73fe7cc209c24ce0325919a523acec3edd84ee2f26420bedc
sourceBlobDigest: sha256:59b5c9d3aa1a43fa4186c6ae1bf1108bf40d44d22f65ed6118b763574e0cf669
codeSamplesNamespace: sync-for-payables-source-typescript-code-samples
codeSamplesRevisionDigest: sha256:7ae61273e83f23daa74a3016db35fa2dbfc8fdeb5bdff893b50bf2394560535a
codeSamplesRevisionDigest: sha256:5f88c2c6b5a989b240bab7291806e7cfa89761bf865becebb0412b83bbe74909
sync-for-payables-version-1-library:
source: sync-for-payables-version-1-source
sourceNamespace: sync-for-payables-version-1-source
Expand Down
297 changes: 218 additions & 79 deletions sync-for-payables/.speakeasy/gen.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion sync-for-payables/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,23 @@ generation:
requestResponseComponentNamesFeb2024: true
securityFeb2025: false
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
hoistGlobalSecurity: true
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
versioningStrategy: automatic
persistentEdits: {}
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
telemetryEnabled: true
typescript:
version: 9.2.0
version: 9.3.0
acceptHeaderEnum: true
additionalDependencies:
dependencies: {}
Expand Down Expand Up @@ -66,6 +68,7 @@ typescript:
inputModelSuffix: input
jsonpath: legacy
laxMode: strict
legacyFileNaming: true
maxMethodParams: 0
methodArguments: infer-optional-args
modelPropertyCasing: camel
Expand Down
2 changes: 2 additions & 0 deletions sync-for-payables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ run();
* [getBillOptions](docs/sdks/bills/README.md#getbilloptions) - Get bill mapping options
* [list](docs/sdks/bills/README.md#list) - List bills
* [create](docs/sdks/bills/README.md#create) - Create bill
* [update](docs/sdks/bills/README.md#update) - Update bill
* [uploadAttachment](docs/sdks/bills/README.md#uploadattachment) - Upload bill attachment
* [listAttachments](docs/sdks/bills/README.md#listattachments) - List bill attachments
* [downloadAttachment](docs/sdks/bills/README.md#downloadattachment) - Download bill attachment
Expand Down Expand Up @@ -203,6 +204,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`billsGetBillOptions`](docs/sdks/bills/README.md#getbilloptions) - Get bill mapping options
- [`billsList`](docs/sdks/bills/README.md#list) - List bills
- [`billsListAttachments`](docs/sdks/bills/README.md#listattachments) - List bill attachments
- [`billsUpdate`](docs/sdks/bills/README.md#update) - Update bill
- [`billsUploadAttachment`](docs/sdks/bills/README.md#uploadattachment) - Upload bill attachment
- [`companiesCreate`](docs/sdks/companies/README.md#create) - Create company
- [`companiesDelete`](docs/sdks/companies/README.md#delete) - Delete a company
Expand Down
12 changes: 11 additions & 1 deletion sync-for-payables/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,14 @@ Based on:
### Generated
- [typescript v9.2.0] sync-for-payables
### Releases
- [NPM v9.2.0] https://www.npmjs.com/package/@codat/sync-for-payables/v/9.2.0 - sync-for-payables
- [NPM v9.2.0] https://www.npmjs.com/package/@codat/sync-for-payables/v/9.2.0 - sync-for-payables

## 2026-02-09 13:58:05
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.709.1 (2.812.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v9.3.0] sync-for-payables
### Releases
- [NPM v9.3.0] https://www.npmjs.com/package/@codat/sync-for-payables/v/9.3.0 - sync-for-payables
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ let value: CreateBillPaymentRequest = {

## Fields

| Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| `companyId` | *string* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
| `connectionId` | *string* | :heavy_check_mark: | Unique identifier for a connection. | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
| `billId` | *string* | :heavy_check_mark: | Unique identifier for a bill. | 13d946f0-c5d5-42bc-b092-97ece17923ab |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A unique identifier to ensure idempotent behaviour for subsequent requests. | |
| `billPaymentPrototype` | [shared.BillPaymentPrototype](../../../sdk/models/shared/billpaymentprototype.md) | :heavy_minus_sign: | N/A | |
| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `companyId` | *string* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
| `connectionId` | *string* | :heavy_check_mark: | Unique identifier for a connection. | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
| `billId` | *string* | :heavy_check_mark: | Unique identifier for a bill. | **Example 1:** 13d946f0-c5d5-42bc-b092-97ece17923ab<br/>**Example 2:** 9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2<br/>**Example 3:** 7110701885<br/>**Example 4:** EILBDVJVNUAGVKRQ |
| `idempotencyKey` | *string* | :heavy_minus_sign: | A unique identifier to ensure idempotent behaviour for subsequent requests. | |
| `billPaymentPrototype` | [shared.BillPaymentPrototype](../../../sdk/models/shared/billpaymentprototype.md) | :heavy_minus_sign: | N/A | |
Loading