Skip to content

Commit

Permalink
Merge pull request #32 from apideck-libraries/speakeasy-sdk-regen-174…
Browse files Browse the repository at this point in the history
…0649263

chore: 🐝 Update SDK - Generate 0.8.2
  • Loading branch information
Amzani authored Mar 5, 2025
2 parents 57765f7 + 85c2aa3 commit 884c7f6
Show file tree
Hide file tree
Showing 1,285 changed files with 1,469 additions and 3,834 deletions.
14 changes: 7 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 38254260-287a-40b6-9ac5-c2fcb654c9cc
management:
docChecksum: 1b699953c6695d1307d5ba6eeb4cfd5f
docChecksum: d7135fd6bec8d864fcc4b9f14f36dfd2
docVersion: 10.11.5
speakeasyVersion: 1.501.1
generationVersion: 2.522.5
releaseVersion: 0.8.1
configChecksum: 3895777b7976130ae49b35e1755e10b8
speakeasyVersion: 1.509.1
generationVersion: 2.539.1
releaseVersion: 0.8.2
configChecksum: b66b1f2bc8eb29d8d1e074bf54efdc83
repoURL: https://github.com/apideck-libraries/sdk-java.git
published: true
features:
Expand Down Expand Up @@ -56,6 +56,7 @@ generatedFiles:
- docs/models/components/ActivityInput.md
- docs/models/components/ActivityType.md
- docs/models/components/Address.md
- docs/models/components/AddressType.md
- docs/models/components/Addresses.md
- docs/models/components/AgedDebtors.md
- docs/models/components/AgedReportFilter.md
Expand Down Expand Up @@ -162,7 +163,6 @@ generatedFiles:
- docs/models/components/Contact.md
- docs/models/components/ContactGender.md
- docs/models/components/ContactInput.md
- docs/models/components/ContactType.md
- docs/models/components/ContactsFilter.md
- docs/models/components/ContactsSort.md
- docs/models/components/ContactsSortBy.md
Expand Down Expand Up @@ -1490,6 +1490,7 @@ generatedFiles:
- src/main/java/com/apideck/unify/models/components/ActivityInput.java
- src/main/java/com/apideck/unify/models/components/ActivityType.java
- src/main/java/com/apideck/unify/models/components/Address.java
- src/main/java/com/apideck/unify/models/components/AddressType.java
- src/main/java/com/apideck/unify/models/components/Addresses.java
- src/main/java/com/apideck/unify/models/components/AgedDebtors.java
- src/main/java/com/apideck/unify/models/components/AgedReportFilter.java
Expand Down Expand Up @@ -1596,7 +1597,6 @@ generatedFiles:
- src/main/java/com/apideck/unify/models/components/Contact.java
- src/main/java/com/apideck/unify/models/components/ContactGender.java
- src/main/java/com/apideck/unify/models/components/ContactInput.java
- src/main/java/com/apideck/unify/models/components/ContactType.java
- src/main/java/com/apideck/unify/models/components/ContactsFilter.java
- src/main/java/com/apideck/unify/models/components/ContactsSort.java
- src/main/java/com/apideck/unify/models/components/ContactsSortBy.java
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
java:
version: 0.8.1
version: 0.8.2
additionalDependencies: []
additionalPlugins: []
artifactID: unify
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.501.1
speakeasyVersion: 1.509.1
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:06d754cc039278fb33930915da4ca110ea91bd7eeaafd87bb8d2b34b6c4b60a3
sourceBlobDigest: sha256:b96eb1adb2e0afddb033eb59630a5dff50e1eae4fe2f96fbe67600a69be4ed2c
sourceRevisionDigest: sha256:3d1d89c6df5324f02daac02af9eb3b3382e9eb44e44664e381cb3433c54326c1
sourceBlobDigest: sha256:bcc9052e5d994235fbc82c15690f4d19964df7f8c003a1012a6aefe37ab6f71a
tags:
- latest
- speakeasy-sdk-regen-1740396664
- speakeasy-sdk-regen-1740649263
- 10.11.5
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:06d754cc039278fb33930915da4ca110ea91bd7eeaafd87bb8d2b34b6c4b60a3
sourceBlobDigest: sha256:b96eb1adb2e0afddb033eb59630a5dff50e1eae4fe2f96fbe67600a69be4ed2c
sourceRevisionDigest: sha256:3d1d89c6df5324f02daac02af9eb3b3382e9eb44e44664e381cb3433c54326c1
sourceBlobDigest: sha256:bcc9052e5d994235fbc82c15690f4d19964df7f8c003a1012a6aefe37ab6f71a
codeSamplesNamespace: apideck-oas-java-code-samples
codeSamplesRevisionDigest: sha256:653caf7846d2cfb8dd8065d0ee38563f9eb0b388ee2f53edaf1a932d36fe15f7
codeSamplesRevisionDigest: sha256:1dea270b545d7efb499a323edd8dfc1a4f3128e93d7f1f7eec006908378ebca7
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.apideck:unify:0.8.1'
implementation 'com.apideck:unify:0.8.2'
```

Maven:
```xml
<dependency>
<groupId>com.apideck</groupId>
<artifactId>unify</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,14 @@ Based on:
### Generated
- [java v0.8.1] .
### Releases
- [Maven Central v0.8.1] https://central.sonatype.com/artifact/com.apideck/unify/0.8.1 - .
- [Maven Central v0.8.1] https://central.sonatype.com/artifact/com.apideck/unify/0.8.1 - .

## 2025-03-05 00:11:43
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.509.1 (2.539.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.8.2] .
### Releases
- [Maven Central v0.8.2] https://central.sonatype.com/artifact/com.apideck/unify/0.8.2 - .
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
}

group = "com.apideck"
version = "0.8.1"
version = "0.8.2"

sourcesJar {
archiveBaseName = "unify"
Expand Down Expand Up @@ -101,7 +101,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.apideck'
artifactId = 'unify'
version = '0.8.1'
version = '0.8.2'

from components.java

Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/Address.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
| `id` | *JsonNullable\<String>* | :heavy_minus_sign: | Unique identifier for the address. | 123 |
| `type` | [JsonNullable\<Type>](../../models/components/Type.md) | :heavy_minus_sign: | The type of address. | primary |
| `type` | [JsonNullable\<AddressType>](../../models/components/AddressType.md) | :heavy_minus_sign: | The type of address. | primary |
| `string` | *JsonNullable\<String>* | :heavy_minus_sign: | The address string. Some APIs don't provide structured address data. | 25 Spring Street, Blackburn, VIC 3130 |
| `name` | *JsonNullable\<String>* | :heavy_minus_sign: | The name of the address. | HQ US |
| `line1` | *JsonNullable\<String>* | :heavy_minus_sign: | Line 1 of the address e.g. number, street, suite, apt #, etc. | Main street |
Expand Down
16 changes: 16 additions & 0 deletions docs/models/components/AddressType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# AddressType

The type of address.


## Values

| Name | Value |
| ----------- | ----------- |
| `PRIMARY` | primary |
| `SECONDARY` | secondary |
| `HOME` | home |
| `OFFICE` | office |
| `SHIPPING` | shipping |
| `BILLING` | billing |
| `OTHER` | other |
2 changes: 1 addition & 1 deletion docs/models/components/Contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| `id` | *Optional\<String>* | :heavy_minus_sign: | Unique identifier for the contact. | 12345 |
| `name` | *Optional\<String>* | :heavy_check_mark: | Full name of the contact. | Elon Musk |
| `ownerId` | *JsonNullable\<String>* | :heavy_minus_sign: | The owner of the contact. | 54321 |
| `type` | [JsonNullable\<ContactType>](../../models/components/ContactType.md) | :heavy_minus_sign: | The type of the contact. | personal |
| `type` | [JsonNullable\<Type>](../../models/components/Type.md) | :heavy_minus_sign: | The type of the contact. | personal |
| `companyId` | *JsonNullable\<String>* | :heavy_minus_sign: | The company the contact is associated with. | 23456 |
| `companyName` | *JsonNullable\<String>* | :heavy_minus_sign: | The name of the company the contact is associated with. | 23456 |
| `leadId` | *JsonNullable\<String>* | :heavy_minus_sign: | The lead the contact is associated with. | 34567 |
Expand Down
Loading

0 comments on commit 884c7f6

Please sign in to comment.