Skip to content
Open
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
150 changes: 127 additions & 23 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 0.19.6
version: 0.20.0
additionalDependencies: []
additionalPlugins: []
artifactID: unify
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.606.4
speakeasyVersion: 1.606.10
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:078e68a8cec3da1e448d7bc55dd01b005f0098ef6b50595d24b7ebc9c07f4b89
sourceBlobDigest: sha256:124328f4c187b9316e99832028dd5a8473d10f603564cf1bd2bfdbad33f8fb66
sourceRevisionDigest: sha256:59a8e443d61cbc1358326cd38e3e3109bf72bab686ab46244d3aebe95b8661d0
sourceBlobDigest: sha256:d20ed491005c881eae8b5ea446ffe377a9902c34355b9de7ae0769e253b71199
tags:
- latest
- speakeasy-sdk-regen-1755873448
- 10.20.11
- speakeasy-sdk-regen-1756222557
- 10.20.13
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:078e68a8cec3da1e448d7bc55dd01b005f0098ef6b50595d24b7ebc9c07f4b89
sourceBlobDigest: sha256:124328f4c187b9316e99832028dd5a8473d10f603564cf1bd2bfdbad33f8fb66
sourceRevisionDigest: sha256:59a8e443d61cbc1358326cd38e3e3109bf72bab686ab46244d3aebe95b8661d0
sourceBlobDigest: sha256:d20ed491005c881eae8b5ea446ffe377a9902c34355b9de7ae0769e253b71199
codeSamplesNamespace: apideck-oas-java-code-samples
codeSamplesRevisionDigest: sha256:ea92545e2dff7135fd738b339b446c1d7c8523e0474e42ce69ba8f42dfaf5344
codeSamplesRevisionDigest: sha256:7a7dd00bfc916b35add6713764c4b5b20657fee93724f39fb879c0201258ad89
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.apideck:unify:0.19.6'
implementation 'com.apideck:unify:0.20.0'
```

Maven:
```xml
<dependency>
<groupId>com.apideck</groupId>
<artifactId>unify</artifactId>
<version>0.19.6</version>
<version>0.20.0</version>
</dependency>
```

Expand Down Expand Up @@ -637,6 +637,14 @@ public class Application {
### [vault()](docs/sdks/vault/README.md)


#### [vault().connectionConsent()](docs/sdks/connectionconsent/README.md)

* [update](docs/sdks/connectionconsent/README.md#update) - Update consent state

#### [vault().connectionConsents()](docs/sdks/connectionconsents/README.md)

* [list](docs/sdks/connectionconsents/README.md#list) - Get consent records

#### [vault().connectionCustomMappings()](docs/sdks/connectioncustommappings/README.md)

* [list](docs/sdks/connectioncustommappings/README.md#list) - List connection custom mappings
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,4 +458,14 @@ Based on:
### Generated
- [java v0.19.6] .
### Releases
- [Maven Central v0.19.6] https://central.sonatype.com/artifact/com.apideck/unify/0.19.6 - .
- [Maven Central v0.19.6] https://central.sonatype.com/artifact/com.apideck/unify/0.19.6 - .

## 2025-09-02 11:01:10
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.606.10 (2.687.13) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.20.0] .
### Releases
- [Maven Central v0.20.0] https://central.sonatype.com/artifact/com.apideck/unify/0.20.0 - .
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ publishing {
// https://github.com/gradle/gradle/issues/18619
groupId = "com.apideck"
artifactId = "unify"
version = "0.19.6"
version = "0.20.0"

from components.java

Expand Down
4 changes: 4 additions & 0 deletions docs/models/components/Connection.md

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion docs/models/components/ConnectionInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
| `settings` | Map\<String, *Object*> | :heavy_minus_sign: | Connection settings. Values will persist to `form_fields` with corresponding id | {<br/>"instance_url": "https://eu28.salesforce.com",<br/>"api_key": "12345xxxxxx"<br/>} |
| `metadata` | Map\<String, *Object*> | :heavy_minus_sign: | Attach your own consumer specific metadata | {<br/>"account": {<br/>"name": "My Company",<br/>"id": "c01458a5-7276-41ce-bc19-639906b0450a"<br/>},<br/>"plan": "enterprise"<br/>} |
| `configuration` | List\<[ConnectionConfiguration](../../models/components/ConnectionConfiguration.md)> | :heavy_minus_sign: | N/A | |
| `customMappings` | List\<[CustomMappingInput](../../models/components/CustomMappingInput.md)> | :heavy_minus_sign: | List of custom mappings configured for this connection | |
| `customMappings` | List\<[CustomMappingInput](../../models/components/CustomMappingInput.md)> | :heavy_minus_sign: | List of custom mappings configured for this connection | |
| `consentState` | [Optional\<ConsentState>](../../models/components/ConsentState.md) | :heavy_minus_sign: | The current consent state of the connection | granted |
| `latestConsent` | [Optional\<ConsentRecordInput>](../../models/components/ConsentRecordInput.md) | :heavy_minus_sign: | N/A | |
| `applicationDataScopes` | [Optional\<DataScopesInput>](../../models/components/DataScopesInput.md) | :heavy_minus_sign: | N/A | |
Loading