Skip to content

Commit 00fc8f8

Browse files
committed
## Php SDK Changes:
* `stackone->ticketing->downloadTicketingAttachment()`: * `request->prefer` **Removed** (Breaking ⚠️) * `stackone->documents->downloadFile()`: * `request->prefer` **Removed** (Breaking ⚠️) * `stackone->messaging->downloadMessagingAttachment()`: * `request->prefer` **Removed** (Breaking ⚠️) * `stackone->documents->uploadFile()`: `request.prefer` **Removed** (Breaking ⚠️) * `stackone->ats->uploadApplicationDocument()`: `request.prefer` **Removed** (Breaking ⚠️) * `stackone->ats->downloadApplicationDocument()`: * `request->prefer` **Removed** (Breaking ⚠️) * `stackone->hris->uploadEmployeeDocument()`: `request.prefer` **Removed** (Breaking ⚠️) * `stackone->hris->batchUploadEmployeeDocument()`: `request.prefer` **Removed** (Breaking ⚠️) * `stackone->hris->downloadEmployeeDocument()`: * `request->prefer` **Removed** (Breaking ⚠️) * `stackone->accounts->getAccount()`: `response.shared` **Added** * `stackone->actions->rpcAction()`: * `request->defenderEnabled` **Added** * `stackone->actions->searchActions()`: * `request->minSimilarity` **Added** * `stackone->accounts->listLinkedAccounts()`: `response.[]->shared` **Added** * `stackone->actions->listActionsMeta()`: `response.data[]->authentication[]->support->guides->config->sections[]` **Changed** * `stackone->accounts->updateAccount()`: * `request.patchAccountExternalDto->shared` **Added** * `response.shared` **Added** * `stackone->documents->listFolders()`: * `request->filter` **Changed** * `stackone->accounts->deleteAccount()`: `response.shared` **Added**
1 parent f6b7f41 commit 00fc8f8

57 files changed

Lines changed: 534 additions & 376 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.speakeasy/gen.lock

Lines changed: 132 additions & 116 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
@@ -14,6 +14,7 @@ generation:
1414
securityFeb2025: false
1515
sharedErrorComponentsApr2025: false
1616
sharedNestedComponentsJan2026: false
17+
nameOverrideFeb2026: false
1718
auth:
1819
oAuth2ClientCredentialsEnabled: false
1920
oAuth2PasswordEnabled: false
@@ -28,7 +29,7 @@ generation:
2829
generateNewTests: false
2930
skipResponseBodyAssertions: false
3031
php:
31-
version: 0.28.6
32+
version: 0.28.7
3233
additionalDependencies:
3334
autoload: {}
3435
autoload-dev: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.709.0
1+
speakeasyVersion: 1.759.0
22
sources:
33
hris:
44
sourceNamespace: hris
@@ -8,20 +8,19 @@ sources:
88
- latest
99
stackone-specs:
1010
sourceNamespace: stackone-specs
11-
sourceRevisionDigest: sha256:079641117c8fa5cd0db356b9fc4ee5a69ffaefef7f44cc813869bc8eb9863ab6
12-
sourceBlobDigest: sha256:1aa5ede651298e8827553da61a0f4cfa7afa2662314b17179d2a5aaf1a546eb8
11+
sourceRevisionDigest: sha256:ed5c13fe4181620c3a6ffc830c04d23f87f720f514026b2a157ef6a5854a475b
12+
sourceBlobDigest: sha256:5d389b75eea60ca52e3287417506b2c4e32304865e3e7e8a13aa2b07d5eb1a30
1313
tags:
1414
- latest
15-
- speakeasy-sdk-regen-1769904346
1615
- 1.0.0
1716
targets:
1817
stack-one:
1918
source: stackone-specs
2019
sourceNamespace: stackone-specs
21-
sourceRevisionDigest: sha256:079641117c8fa5cd0db356b9fc4ee5a69ffaefef7f44cc813869bc8eb9863ab6
22-
sourceBlobDigest: sha256:1aa5ede651298e8827553da61a0f4cfa7afa2662314b17179d2a5aaf1a546eb8
20+
sourceRevisionDigest: sha256:ed5c13fe4181620c3a6ffc830c04d23f87f720f514026b2a157ef6a5854a475b
21+
sourceBlobDigest: sha256:5d389b75eea60ca52e3287417506b2c4e32304865e3e7e8a13aa2b07d5eb1a30
2322
codeSamplesNamespace: stackone-specs-php-code-samples
24-
codeSamplesRevisionDigest: sha256:e117479f56aed41b4438be2acfe3cb81806096a950ee6ae3c90b1b2e307a6260
23+
codeSamplesRevisionDigest: sha256:3f91c3edd81488b82a7a745b738c1347e0be7ad1434f4bf5435a5b6f8eb8c3bb
2524
workflow:
2625
workflowVersion: 1.0.0
2726
speakeasyVersion: latest

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,18 @@
1010
<!-- Start Summary [summary] -->
1111
## Summary
1212

13-
Accounting: The documentation for the StackOne Unified API - ACCOUNTING
13+
Accounting: The documentation for the StackOne API
14+
The documentation for the StackOne Unified API - HRIS
15+
The documentation for the StackOne Unified API - ATS
16+
The documentation for the StackOne Unified API - LMS
17+
The documentation for the StackOne Unified API - IAM
18+
The documentation for the StackOne Unified API - CRM
19+
The documentation for the StackOne Unified API - MARKETING
20+
The documentation for the StackOne Unified API - TICKETING
21+
The documentation for the StackOne Unified API - DOCUMENTS
22+
The documentation for the StackOne Unified API - SCREENING
23+
The documentation for the StackOne Unified API - MESSAGING
24+
The documentation for the StackOne Unified API - ACCOUNTING
1425
<!-- End Summary [summary] -->
1526

1627
<!-- Start Table of Contents [toc] -->

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,14 @@ Based on:
348348
### Generated
349349
- [php v0.28.6] .
350350
### Releases
351-
- [Composer v0.28.6] https://packagist.org/packages/stackone/client-sdk#v0.28.6 - .
351+
- [Composer v0.28.6] https://packagist.org/packages/stackone/client-sdk#v0.28.6 - .
352+
353+
## 2026-03-22 00:06:12
354+
### Changes
355+
Based on:
356+
- OpenAPI Doc
357+
- Speakeasy CLI 1.759.0 (2.869.3) https://github.com/speakeasy-api/speakeasy
358+
### Generated
359+
- [php v0.28.7] .
360+
### Releases
361+
- [Composer v0.28.7] https://packagist.org/packages/stackone/client-sdk#v0.28.7 - .

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"brick/math": ">=0.12.1"
1818
},
1919
"require-dev": {
20-
"laravel/pint": ">=1.21.2",
20+
"laravel/pint": "1.21.2",
2121
"phpstan/phpstan": ">=2.1.0",
2222
"phpunit/phpunit": ">=10",
2323
"roave/security-advisories": "dev-latest"

docs/Models/Components/ActionSearchDto.md

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

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
8-
| `query` | *string* | :heavy_check_mark: | Search query for finding connector actions | send a message |
9-
| `connector` | *?string* | :heavy_minus_sign: | Filter by connector key | slack |
10-
| `topK` | *?float* | :heavy_minus_sign: | Number of results to return | |
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
8+
| `query` | *string* | :heavy_check_mark: | Search query for finding connector actions | send a message |
9+
| `connector` | *?string* | :heavy_minus_sign: | Filter by connector key | slack |
10+
| `topK` | *?float* | :heavy_minus_sign: | Number of results to return | |
11+
| `minSimilarity` | *?float* | :heavy_minus_sign: | Minimum similarity score threshold (0-1). Results below this score are filtered out. | 0.4 |

docs/Models/Components/ActionsRpcRequestDto.md

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

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
8-
| `action` | *string* | :heavy_check_mark: | The action to execute | create_employee |
9-
| `path` | array<string, *mixed*> | :heavy_minus_sign: | Path parameters for the action | {<br/>"id": "123"<br/>} |
10-
| `query` | [?Components\Query](../../Models/Components/Query.md) | :heavy_minus_sign: | Query parameters for the action | |
11-
| `headers` | array<string, *mixed*> | :heavy_minus_sign: | Headers for the action | {<br/>"Content-Type": "application/json"<br/>} |
12-
| `body` | array<string, *mixed*> | :heavy_minus_sign: | Request body for the action | {<br/>"data": "example"<br/>} |
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
8+
| `action` | *string* | :heavy_check_mark: | The action to execute | create_employee |
9+
| `path` | array<string, *mixed*> | :heavy_minus_sign: | Path parameters for the action | {<br/>"id": "123"<br/>} |
10+
| `query` | [?Components\Query](../../Models/Components/Query.md) | :heavy_minus_sign: | Query parameters for the action | |
11+
| `headers` | array<string, *mixed*> | :heavy_minus_sign: | Headers for the action | {<br/>"Content-Type": "application/json"<br/>} |
12+
| `body` | array<string, *mixed*> | :heavy_minus_sign: | Request body for the action | {<br/>"data": "example"<br/>} |
13+
| `defenderEnabled` | *?bool* | :heavy_minus_sign: | Override the account-level defender setting for this request | true |

docs/Models/Components/GuideSectionMeta.md

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

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
8-
| `title` | *string* | :heavy_check_mark: | The title of the section |
9-
| `content` | *string* | :heavy_check_mark: | The content of the section, includes markdown formatting |
10-
| `list` | array<*string*> | :heavy_minus_sign: | List items for the section |
11-
| `steps` | array<[Components\GuideStepMeta](../../Models/Components/GuideStepMeta.md)> | :heavy_minus_sign: | Nested steps within the section |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `title` | *string* | :heavy_check_mark: | The title of the section |
9+
| `content` | *string* | :heavy_check_mark: | The content of the section, includes markdown formatting |
10+
| `list` | array<*string*> | :heavy_minus_sign: | List items for the section |
11+
| `steps` | array<[Components\GuideStepMeta](../../Models/Components/GuideStepMeta.md)> | :heavy_minus_sign: | Nested steps within the section |
12+
| `applicableScopes` | array<*string*> | :heavy_minus_sign: | The scopes for which this section is applicable |
13+
| `image` | [?Components\GuideSectionMetaImage](../../Models/Components/GuideSectionMetaImage.md) | :heavy_minus_sign: | An image for the section |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GuideSectionMetaImage
2+
3+
An image for the section
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- |
10+
| `src` | *string* | :heavy_check_mark: | The image source URL or relative path |
11+
| `alt` | *string* | :heavy_check_mark: | The image alt text |

0 commit comments

Comments
 (0)