Skip to content
Merged
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
148 changes: 94 additions & 54 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ generation:
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
versioningStrategy: automatic
persistentEdits: {}
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
php:
version: 0.28.5
version: 0.28.6
additionalDependencies:
autoload: {}
autoload-dev: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.700.0
speakeasyVersion: 1.709.0
sources:
hris:
sourceNamespace: hris
Expand All @@ -8,20 +8,20 @@ sources:
- latest
stackone-specs:
sourceNamespace: stackone-specs
sourceRevisionDigest: sha256:ffdae624075a4ecb1890a6a6e4f09d5a87f72c558ae4b497c2723f20cde6cddf
sourceBlobDigest: sha256:1c184c8f9ceb7580ee0b2462d087419b923e5fd948a76b85706e5d0bd919554b
sourceRevisionDigest: sha256:079641117c8fa5cd0db356b9fc4ee5a69ffaefef7f44cc813869bc8eb9863ab6
sourceBlobDigest: sha256:1aa5ede651298e8827553da61a0f4cfa7afa2662314b17179d2a5aaf1a546eb8
tags:
- latest
- speakeasy-sdk-regen-1769535902
- speakeasy-sdk-regen-1769904346
- 1.0.0
targets:
stack-one:
source: stackone-specs
sourceNamespace: stackone-specs
sourceRevisionDigest: sha256:ffdae624075a4ecb1890a6a6e4f09d5a87f72c558ae4b497c2723f20cde6cddf
sourceBlobDigest: sha256:1c184c8f9ceb7580ee0b2462d087419b923e5fd948a76b85706e5d0bd919554b
sourceRevisionDigest: sha256:079641117c8fa5cd0db356b9fc4ee5a69ffaefef7f44cc813869bc8eb9863ab6
sourceBlobDigest: sha256:1aa5ede651298e8827553da61a0f4cfa7afa2662314b17179d2a5aaf1a546eb8
codeSamplesNamespace: stackone-specs-php-code-samples
codeSamplesRevisionDigest: sha256:0d5550b206b339848b61d4e5adb00c7a59268f529b296d5ff6a26157c79aaa2a
codeSamplesRevisionDigest: sha256:e117479f56aed41b4438be2acfe3cb81806096a950ee6ae3c90b1b2e307a6260
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,14 @@ Based on:
### Generated
- [php v0.28.5] .
### Releases
- [Composer v0.28.5] https://packagist.org/packages/stackone/client-sdk#v0.28.5 - .
- [Composer v0.28.5] https://packagist.org/packages/stackone/client-sdk#v0.28.5 - .

## 2026-02-08 00:09:05
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.709.0 (2.811.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.28.6] .
### Releases
- [Composer v0.28.6] https://packagist.org/packages/stackone/client-sdk#v0.28.6 - .
13 changes: 7 additions & 6 deletions docs/Models/Components/ActionBuildResponseDto.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| `status` | [Components\ActionBuildResponseDtoStatus](../../Models/Components/ActionBuildResponseDtoStatus.md) | :heavy_check_mark: | Build status |
| `actionsIndexed` | *float* | :heavy_check_mark: | Number of actions indexed |
| `connectorFilter` | *?string* | :heavy_minus_sign: | Connector filter applied |
| `error` | *?string* | :heavy_minus_sign: | Error message if status is error |
| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| `status` | [Components\ActionBuildResponseDtoStatus](../../Models/Components/ActionBuildResponseDtoStatus.md) | :heavy_check_mark: | Build status | accepted |
| `message` | *?string* | :heavy_minus_sign: | Status message | |
| `actionsIndexed` | *?float* | :heavy_minus_sign: | Number of actions indexed (only for synchronous builds) | |
| `connectorFilter` | *?string* | :heavy_minus_sign: | Connector filter applied | |
| `error` | *?string* | :heavy_minus_sign: | Error message if status is error | |
9 changes: 5 additions & 4 deletions docs/Models/Components/ActionBuildResponseDtoStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Build status

## Values

| Name | Value |
| --------- | --------- |
| `Success` | success |
| `Error` | error |
| Name | Value |
| ---------- | ---------- |
| `Accepted` | accepted |
| `Success` | success |
| `Error` | error |
13 changes: 7 additions & 6 deletions docs/Models/Components/AuthenticationMetaItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
| `type` | *?string* | :heavy_minus_sign: | The authentication type |
| `label` | *?string* | :heavy_minus_sign: | The authentication label |
| `key` | *?string* | :heavy_minus_sign: | The authentication key |
| `requiredScopes` | array<*string*> | :heavy_minus_sign: | The required scopes for this authentication method |
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| `type` | *?string* | :heavy_minus_sign: | The authentication type |
| `label` | *?string* | :heavy_minus_sign: | The authentication label |
| `key` | *?string* | :heavy_minus_sign: | The authentication key |
| `requiredScopes` | array<*string*> | :heavy_minus_sign: | The required scopes for this authentication method |
| `support` | [?Components\Support](../../Models/Components/Support.md) | :heavy_minus_sign: | The support information for this authentication method, including configuration and account linking guides |
11 changes: 11 additions & 0 deletions docs/Models/Components/Config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Config

Configuration guide


## Fields

| Field | Type | Required | Description |
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| `warning` | *?string* | :heavy_minus_sign: | Warning text for the guide |
| `sections` | array<[Components\GuideSectionMeta](../../Models/Components/GuideSectionMeta.md)> | :heavy_check_mark: | The guide sections |
Loading