Skip to content

Commit ea8ba44

Browse files
authored
Merge pull request #23 from apideck-libraries/speakeasy-sdk-regen-1740649257
chore: 🐝 Update SDK - Generate 0.5.2
2 parents e34cc9b + 4e98871 commit ea8ba44

File tree

34 files changed

+142
-132
lines changed

34 files changed

+142
-132
lines changed

.speakeasy/gen.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
lockVersion: 2.0.0
22
id: 0e1578f5-5df8-4086-96d6-369ac62fc49d
33
management:
4-
docChecksum: 1b699953c6695d1307d5ba6eeb4cfd5f
4+
docChecksum: d7135fd6bec8d864fcc4b9f14f36dfd2
55
docVersion: 10.11.5
6-
speakeasyVersion: 1.501.1
7-
generationVersion: 2.522.5
8-
releaseVersion: 0.5.1
9-
configChecksum: 2d0956b2a1576284ae848d2a82d58d6a
6+
speakeasyVersion: 1.509.1
7+
generationVersion: 2.539.1
8+
releaseVersion: 0.5.2
9+
configChecksum: 77b3908c7438dd52dd705b8e966bdb35
1010
repoURL: https://github.com/apideck-libraries/sdk-php.git
1111
installationURL: https://github.com/apideck-libraries/sdk-php
1212
published: true
1313
features:
1414
php:
1515
constsAndDefaults: 0.2.0
16-
core: 3.7.15
16+
core: 3.7.9
1717
deepObjectParams: 0.1.0
1818
deprecations: 2.81.1
1919
errors: 0.3.0
@@ -55,6 +55,7 @@ generatedFiles:
5555
- docs/Models/Components/ActivityInput.md
5656
- docs/Models/Components/ActivityType.md
5757
- docs/Models/Components/Address.md
58+
- docs/Models/Components/AddressType.md
5859
- docs/Models/Components/Addresses.md
5960
- docs/Models/Components/AgedDebtors.md
6061
- docs/Models/Components/AgedReportFilter.md
@@ -162,7 +163,6 @@ generatedFiles:
162163
- docs/Models/Components/Contact.md
163164
- docs/Models/Components/ContactGender.md
164165
- docs/Models/Components/ContactInput.md
165-
- docs/Models/Components/ContactType.md
166166
- docs/Models/Components/ContactsFilter.md
167167
- docs/Models/Components/ContactsSort.md
168168
- docs/Models/Components/ContactsSortBy.md
@@ -1490,6 +1490,7 @@ generatedFiles:
14901490
- src/Models/Components/ActivityInput.php
14911491
- src/Models/Components/ActivityType.php
14921492
- src/Models/Components/Address.php
1493+
- src/Models/Components/AddressType.php
14931494
- src/Models/Components/Addresses.php
14941495
- src/Models/Components/AgedDebtors.php
14951496
- src/Models/Components/AgedReportFilter.php
@@ -1596,7 +1597,6 @@ generatedFiles:
15961597
- src/Models/Components/Contact.php
15971598
- src/Models/Components/ContactGender.php
15981599
- src/Models/Components/ContactInput.php
1599-
- src/Models/Components/ContactType.php
16001600
- src/Models/Components/ContactsFilter.php
16011601
- src/Models/Components/ContactsSort.php
16021602
- src/Models/Components/ContactsSortBy.php

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
oAuth2ClientCredentialsEnabled: true
1616
oAuth2PasswordEnabled: true
1717
php:
18-
version: 0.5.1
18+
version: 0.5.2
1919
additionalDependencies:
2020
autoload: {}
2121
autoload-dev: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.501.1
1+
speakeasyVersion: 1.509.1
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:e361b5933d5e1b5c0cf1e8eb638d2c9006bdeaa0e64f26b6bdbe827cd8a9e618
6-
sourceBlobDigest: sha256:b96eb1adb2e0afddb033eb59630a5dff50e1eae4fe2f96fbe67600a69be4ed2c
5+
sourceRevisionDigest: sha256:2a5cb12d877f1a28da5677ab1fb97438aa07ecf088f324e395f2dea57c8e45a2
6+
sourceBlobDigest: sha256:bcc9052e5d994235fbc82c15690f4d19964df7f8c003a1012a6aefe37ab6f71a
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1740396636
9+
- speakeasy-sdk-regen-1740649257
1010
- 10.11.5
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:e361b5933d5e1b5c0cf1e8eb638d2c9006bdeaa0e64f26b6bdbe827cd8a9e618
16-
sourceBlobDigest: sha256:b96eb1adb2e0afddb033eb59630a5dff50e1eae4fe2f96fbe67600a69be4ed2c
15+
sourceRevisionDigest: sha256:2a5cb12d877f1a28da5677ab1fb97438aa07ecf088f324e395f2dea57c8e45a2
16+
sourceBlobDigest: sha256:bcc9052e5d994235fbc82c15690f4d19964df7f8c003a1012a6aefe37ab6f71a
1717
codeSamplesNamespace: apideck-php-code-samples
18-
codeSamplesRevisionDigest: sha256:6098dd58d54a85820e9dacba7f0a32b8d304a436852548256124c63e19617c74
18+
codeSamplesRevisionDigest: sha256:d956f8498a64ef82f26c059141f6af381194db4e410d48102aaaf0383f68b9aa
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,14 @@ Based on:
148148
### Generated
149149
- [php v0.5.1] .
150150
### Releases
151-
- [Composer v0.5.1] https://packagist.org/packages/apideck-libraries/sdk-php#v0.5.1 - .
151+
- [Composer v0.5.1] https://packagist.org/packages/apideck-libraries/sdk-php#v0.5.1 - .
152+
153+
## 2025-03-05 00:02:09
154+
### Changes
155+
Based on:
156+
- OpenAPI Doc
157+
- Speakeasy CLI 1.509.1 (2.539.1) https://github.com/speakeasy-api/speakeasy
158+
### Generated
159+
- [php v0.5.2] .
160+
### Releases
161+
- [Composer v0.5.2] https://packagist.org/packages/apideck-libraries/sdk-php#v0.5.2 - .

docs/Models/Components/Address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
88
| `id` | *?string* | :heavy_minus_sign: | Unique identifier for the address. | 123 |
9-
| `type` | [?Components\Type](../../Models/Components/Type.md) | :heavy_minus_sign: | The type of address. | primary |
9+
| `type` | [?Components\AddressType](../../Models/Components/AddressType.md) | :heavy_minus_sign: | The type of address. | primary |
1010
| `string` | *?string* | :heavy_minus_sign: | The address string. Some APIs don't provide structured address data. | 25 Spring Street, Blackburn, VIC 3130 |
1111
| `name` | *?string* | :heavy_minus_sign: | The name of the address. | HQ US |
1212
| `line1` | *?string* | :heavy_minus_sign: | Line 1 of the address e.g. number, street, suite, apt #, etc. | Main street |

docs/Models/Components/AddressType.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# AddressType
2+
3+
The type of address.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ----------- | ----------- |
10+
| `Primary` | primary |
11+
| `Secondary` | secondary |
12+
| `Home` | home |
13+
| `Office` | office |
14+
| `Shipping` | shipping |
15+
| `Billing` | billing |
16+
| `Other` | other |

docs/Models/Components/Contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
| `opportunityIds` | array<*string*> | :heavy_minus_sign: | The opportunity ids of the contact. | |
1717
| `passThrough` | array<[Components\PassThroughBody](../../Models/Components/PassThroughBody.md)> | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |
1818
| `ownerId` | *?string* | :heavy_minus_sign: | The owner of the contact. | 54321 |
19-
| `type` | [?Components\ContactType](../../Models/Components/ContactType.md) | :heavy_minus_sign: | The type of the contact. | personal |
19+
| `type` | [?Components\Type](../../Models/Components/Type.md) | :heavy_minus_sign: | The type of the contact. | personal |
2020
| `companyId` | *?string* | :heavy_minus_sign: | The company the contact is associated with. | 23456 |
2121
| `companyName` | *?string* | :heavy_minus_sign: | The name of the company the contact is associated with. | 23456 |
2222
| `leadId` | *?string* | :heavy_minus_sign: | The lead the contact is associated with. | 34567 |

0 commit comments

Comments
 (0)