Skip to content

Commit f6b7f41

Browse files
authored
Merge pull request #48 from StackOneHQ/speakeasy-sdk-regen-1769904346
chore: 🐝 Update SDK - Generate 0.28.6
2 parents e3c189e + fa57f30 commit f6b7f41

33 files changed

+629
-152
lines changed

.speakeasy/gen.lock

Lines changed: 94 additions & 54 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ generation:
2121
schemas:
2222
allOfMergeStrategy: shallowMerge
2323
requestBodyFieldName: ""
24+
versioningStrategy: automatic
2425
persistentEdits: {}
2526
tests:
2627
generateTests: true
2728
generateNewTests: false
2829
skipResponseBodyAssertions: false
2930
php:
30-
version: 0.28.5
31+
version: 0.28.6
3132
additionalDependencies:
3233
autoload: {}
3334
autoload-dev: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.700.0
1+
speakeasyVersion: 1.709.0
22
sources:
33
hris:
44
sourceNamespace: hris
@@ -8,20 +8,20 @@ sources:
88
- latest
99
stackone-specs:
1010
sourceNamespace: stackone-specs
11-
sourceRevisionDigest: sha256:ffdae624075a4ecb1890a6a6e4f09d5a87f72c558ae4b497c2723f20cde6cddf
12-
sourceBlobDigest: sha256:1c184c8f9ceb7580ee0b2462d087419b923e5fd948a76b85706e5d0bd919554b
11+
sourceRevisionDigest: sha256:079641117c8fa5cd0db356b9fc4ee5a69ffaefef7f44cc813869bc8eb9863ab6
12+
sourceBlobDigest: sha256:1aa5ede651298e8827553da61a0f4cfa7afa2662314b17179d2a5aaf1a546eb8
1313
tags:
1414
- latest
15-
- speakeasy-sdk-regen-1769535902
15+
- speakeasy-sdk-regen-1769904346
1616
- 1.0.0
1717
targets:
1818
stack-one:
1919
source: stackone-specs
2020
sourceNamespace: stackone-specs
21-
sourceRevisionDigest: sha256:ffdae624075a4ecb1890a6a6e4f09d5a87f72c558ae4b497c2723f20cde6cddf
22-
sourceBlobDigest: sha256:1c184c8f9ceb7580ee0b2462d087419b923e5fd948a76b85706e5d0bd919554b
21+
sourceRevisionDigest: sha256:079641117c8fa5cd0db356b9fc4ee5a69ffaefef7f44cc813869bc8eb9863ab6
22+
sourceBlobDigest: sha256:1aa5ede651298e8827553da61a0f4cfa7afa2662314b17179d2a5aaf1a546eb8
2323
codeSamplesNamespace: stackone-specs-php-code-samples
24-
codeSamplesRevisionDigest: sha256:0d5550b206b339848b61d4e5adb00c7a59268f529b296d5ff6a26157c79aaa2a
24+
codeSamplesRevisionDigest: sha256:e117479f56aed41b4438be2acfe3cb81806096a950ee6ae3c90b1b2e307a6260
2525
workflow:
2626
workflowVersion: 1.0.0
2727
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,4 +338,14 @@ Based on:
338338
### Generated
339339
- [php v0.28.5] .
340340
### Releases
341-
- [Composer v0.28.5] https://packagist.org/packages/stackone/client-sdk#v0.28.5 - .
341+
- [Composer v0.28.5] https://packagist.org/packages/stackone/client-sdk#v0.28.5 - .
342+
343+
## 2026-02-08 00:09:05
344+
### Changes
345+
Based on:
346+
- OpenAPI Doc
347+
- Speakeasy CLI 1.709.0 (2.811.4) https://github.com/speakeasy-api/speakeasy
348+
### Generated
349+
- [php v0.28.6] .
350+
### Releases
351+
- [Composer v0.28.6] https://packagist.org/packages/stackone/client-sdk#v0.28.6 - .

docs/Models/Components/ActionBuildResponseDto.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
8-
| `status` | [Components\ActionBuildResponseDtoStatus](../../Models/Components/ActionBuildResponseDtoStatus.md) | :heavy_check_mark: | Build status |
9-
| `actionsIndexed` | *float* | :heavy_check_mark: | Number of actions indexed |
10-
| `connectorFilter` | *?string* | :heavy_minus_sign: | Connector filter applied |
11-
| `error` | *?string* | :heavy_minus_sign: | Error message if status is error |
6+
| Field | Type | Required | Description | Example |
7+
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
8+
| `status` | [Components\ActionBuildResponseDtoStatus](../../Models/Components/ActionBuildResponseDtoStatus.md) | :heavy_check_mark: | Build status | accepted |
9+
| `message` | *?string* | :heavy_minus_sign: | Status message | |
10+
| `actionsIndexed` | *?float* | :heavy_minus_sign: | Number of actions indexed (only for synchronous builds) | |
11+
| `connectorFilter` | *?string* | :heavy_minus_sign: | Connector filter applied | |
12+
| `error` | *?string* | :heavy_minus_sign: | Error message if status is error | |

docs/Models/Components/ActionBuildResponseDtoStatus.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Build status
55

66
## Values
77

8-
| Name | Value |
9-
| --------- | --------- |
10-
| `Success` | success |
11-
| `Error` | error |
8+
| Name | Value |
9+
| ---------- | ---------- |
10+
| `Accepted` | accepted |
11+
| `Success` | success |
12+
| `Error` | error |

docs/Models/Components/AuthenticationMetaItem.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
8-
| `type` | *?string* | :heavy_minus_sign: | The authentication type |
9-
| `label` | *?string* | :heavy_minus_sign: | The authentication label |
10-
| `key` | *?string* | :heavy_minus_sign: | The authentication key |
11-
| `requiredScopes` | array<*string*> | :heavy_minus_sign: | The required scopes for this authentication method |
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
8+
| `type` | *?string* | :heavy_minus_sign: | The authentication type |
9+
| `label` | *?string* | :heavy_minus_sign: | The authentication label |
10+
| `key` | *?string* | :heavy_minus_sign: | The authentication key |
11+
| `requiredScopes` | array<*string*> | :heavy_minus_sign: | The required scopes for this authentication method |
12+
| `support` | [?Components\Support](../../Models/Components/Support.md) | :heavy_minus_sign: | The support information for this authentication method, including configuration and account linking guides |

docs/Models/Components/Config.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Config
2+
3+
Configuration guide
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
10+
| `warning` | *?string* | :heavy_minus_sign: | Warning text for the guide |
11+
| `sections` | array<[Components\GuideSectionMeta](../../Models/Components/GuideSectionMeta.md)> | :heavy_check_mark: | The guide sections |

0 commit comments

Comments
 (0)