Skip to content

Commit a907e8a

Browse files
authored
Merge pull request #10 from StackOneHQ/speakeasy-sdk-regen-1729753501
chore: 🐝 Update SDK - Generate 0.13.0
2 parents f8ea88c + 0548071 commit a907e8a

40 files changed

Lines changed: 514 additions & 111 deletions

.speakeasy/gen.lock

Lines changed: 35 additions & 21 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
auth:
1313
oAuth2ClientCredentialsEnabled: false
1414
php:
15-
version: 0.11.0
15+
version: 0.13.0
1616
clientServerStatusCodesAsErrors: true
1717
flattenGlobalSecurity: true
1818
imports:

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ sources:
88
- latest
99
stackone-specs:
1010
sourceNamespace: stackone-specs
11-
sourceRevisionDigest: sha256:1557f3e0288e0d686e3dbffbd6639635c5a97b3032da79d8caa2e118c19bdcb6
12-
sourceBlobDigest: sha256:1638ae8dd386735c28af116be1c90bde00ff539eae0d579a4d356f6c123f8823
11+
sourceRevisionDigest: sha256:409b9b4055e00400847d8a6565c54d47da8af950f84f230d9bcddaaee0038fd9
12+
sourceBlobDigest: sha256:b030a1a795e78c613cba306a4208498d9c6412e4f7ca9e79e3dffcd4701b011b
1313
tags:
1414
- latest
1515
- main
1616
targets:
1717
stack-one:
1818
source: stackone-specs
1919
sourceNamespace: stackone-specs
20-
sourceRevisionDigest: sha256:1557f3e0288e0d686e3dbffbd6639635c5a97b3032da79d8caa2e118c19bdcb6
21-
sourceBlobDigest: sha256:1638ae8dd386735c28af116be1c90bde00ff539eae0d579a4d356f6c123f8823
20+
sourceRevisionDigest: sha256:409b9b4055e00400847d8a6565c54d47da8af950f84f230d9bcddaaee0038fd9
21+
sourceBlobDigest: sha256:b030a1a795e78c613cba306a4208498d9c6412e4f7ca9e79e3dffcd4701b011b
2222
workflow:
2323
workflowVersion: 1.0.0
2424
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,14 @@ Based on:
5858
### Generated
5959
- [php v0.11.0] .
6060
### Releases
61-
- [Composer v0.11.0] https://packagist.org/packages/stackone/client-sdk#v0.11.0 - .
61+
- [Composer v0.11.0] https://packagist.org/packages/stackone/client-sdk#v0.11.0 - .
62+
63+
## 2024-10-25 00:23:01
64+
### Changes
65+
Based on:
66+
- OpenAPI Doc
67+
- Speakeasy CLI 1.411.1 (2.436.1) https://github.com/speakeasy-api/speakeasy
68+
### Generated
69+
- [php v0.13.0] .
70+
### Releases
71+
- [Composer v0.13.0] https://packagist.org/packages/stackone/client-sdk#v0.13.0 - .
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ContentLaunchMethod
2+
3+
The content launch method associated with this content
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `value` | [?Components\LmsUpsertContentRequestDtoContentLaunchMethodValue](../../Models/Components/LmsUpsertContentRequestDtoContentLaunchMethodValue.md) | :heavy_minus_sign: | N/A |
11+
| `sourceValue` | [string\|float\|bool\|Components\LmsUpsertContentRequestDtoSourceValueContentLaunchMethod4\|array\|null](../../Models/Components/LmsUpsertContentRequestDtoContentLaunchMethodSourceValue.md) | :heavy_minus_sign: | N/A |

docs/Models/Components/CreateEmploymentApiModel.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
| `payCurrency` | *?string* | :heavy_minus_sign: | The currency used for pay | USD |
1616
| `effectiveDate` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_minus_sign: | The effective date of the employment contract | 2021-01-01T01:01:01.000Z |
1717
| `employmentType` | [?Components\CreateEmploymentApiModelEmploymentType](../../Models/Components/CreateEmploymentApiModelEmploymentType.md) | :heavy_minus_sign: | The type of employment (e.g., contractor, permanent) | permanent |
18-
| `employmentContractType` | [?Components\CreateEmploymentApiModelEmploymentContractType](../../Models/Components/CreateEmploymentApiModelEmploymentContractType.md) | :heavy_minus_sign: | The employment work schedule type (e.g., full-time, part-time) | full_time |
18+
| `employmentContractType` | [?Components\CreateEmploymentApiModelEmploymentContractType](../../Models/Components/CreateEmploymentApiModelEmploymentContractType.md) | :heavy_minus_sign: | The employment work schedule type (e.g., full-time, part-time) | full_time |
19+
| `timeWorked` | *?string* | :heavy_minus_sign: | The time worked for the employee in ISO 8601 duration format | P0Y0M0DT8H0M0S |

docs/Models/Components/CrmCreateContactRequestDto.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- |
8-
| `firstName` | *?string* | :heavy_minus_sign: | The contact first name | Steve |
9-
| `lastName` | *?string* | :heavy_minus_sign: | The contact last name | Wozniak |
10-
| `companyName` | *?string* | :heavy_minus_sign: | The contact company name | Apple Inc. |
11-
| `emails` | array<*string*> | :heavy_minus_sign: | List of contact email addresses | [<br/>"steve@apple.com"<br/>] |
12-
| `phoneNumbers` | array<*string*> | :heavy_minus_sign: | List of contact phone numbers | [<br/>"123-456-7890"<br/>] |
13-
| `dealIds` | array<*string*> | :heavy_minus_sign: | List of associated deal IDs | [<br/>"deal-001",<br/>"deal-002"<br/>] |
14-
| `accountIds` | array<*string*> | :heavy_minus_sign: | List of associated account IDs | [<br/>"account-123",<br/>"account-456"<br/>] |
15-
| `passthrough` | array<string, *mixed*> | :heavy_minus_sign: | Value to pass through to the provider | {<br/>"other_known_names": "John Doe"<br/>} |
6+
| Field | Type | Required | Description | Example |
7+
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
8+
| `firstName` | *?string* | :heavy_minus_sign: | The contact first name | Steve |
9+
| `lastName` | *?string* | :heavy_minus_sign: | The contact last name | Wozniak |
10+
| `companyName` | *?string* | :heavy_minus_sign: | The contact company name | Apple Inc. |
11+
| `emails` | array<*string*> | :heavy_minus_sign: | List of contact email addresses | [<br/>"steve@apple.com"<br/>] |
12+
| `phoneNumbers` | array<*string*> | :heavy_minus_sign: | List of contact phone numbers | [<br/>"123-456-7890"<br/>] |
13+
| `dealIds` | array<*string*> | :heavy_minus_sign: | List of associated deal IDs | [<br/>"deal-001",<br/>"deal-002"<br/>] |
14+
| `accountIds` | array<*string*> | :heavy_minus_sign: | List of associated account IDs | [<br/>"account-123",<br/>"account-456"<br/>] |
15+
| `customFields` | array<[Components\ContactsCustomFields](../../Models/Components/ContactsCustomFields.md)> | :heavy_minus_sign: | Contact custom fields | |
16+
| `passthrough` | array<string, *mixed*> | :heavy_minus_sign: | Value to pass through to the provider | {<br/>"other_known_names": "John Doe"<br/>} |

docs/Models/Components/Employment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
| `effectiveDate` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_minus_sign: | The effective date of the employment contract | 2021-01-01T01:01:01.000Z |
1919
| `employmentType` | [?Components\EmploymentEmploymentType](../../Models/Components/EmploymentEmploymentType.md) | :heavy_minus_sign: | The type of employment (e.g., contractor, permanent) | permanent |
2020
| `employmentContractType` | [?Components\EmploymentEmploymentContractType](../../Models/Components/EmploymentEmploymentContractType.md) | :heavy_minus_sign: | The employment work schedule type (e.g., full-time, part-time) | full_time |
21+
| `timeWorked` | *?string* | :heavy_minus_sign: | The time worked for the employee in ISO 8601 duration format | P0Y0M0DT8H0M0S |
2122
| `createdAt` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_minus_sign: | The created_at date | 2021-01-01T01:01:01.000Z |
2223
| `updatedAt` | [\DateTime](https://www.php.net/manual/en/class.datetime.php) | :heavy_minus_sign: | The updated_at date | 2021-01-01T01:01:01.000Z |

0 commit comments

Comments
 (0)