Skip to content
Open
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
375 changes: 213 additions & 162 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 @@ -14,6 +14,7 @@ generation:
securityFeb2025: false
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
nameOverrideFeb2026: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
Expand All @@ -28,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
php:
version: 0.28.6
version: 0.28.7
additionalDependencies:
autoload: {}
autoload-dev: {}
Expand Down
13 changes: 6 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.709.0
speakeasyVersion: 1.759.3
sources:
hris:
sourceNamespace: hris
Expand All @@ -8,20 +8,19 @@ sources:
- latest
stackone-specs:
sourceNamespace: stackone-specs
sourceRevisionDigest: sha256:079641117c8fa5cd0db356b9fc4ee5a69ffaefef7f44cc813869bc8eb9863ab6
sourceBlobDigest: sha256:1aa5ede651298e8827553da61a0f4cfa7afa2662314b17179d2a5aaf1a546eb8
sourceRevisionDigest: sha256:8d3f5ca0933b25abc2f4753a4e82402afd60c4a8caaab1f9b19bffd80bb847cd
sourceBlobDigest: sha256:00ec9900ad70b36dacf3493518c5980b7cc08c9087b600f348ed0675fb748e5d
tags:
- latest
- speakeasy-sdk-regen-1769904346
- 1.0.0
targets:
stack-one:
source: stackone-specs
sourceNamespace: stackone-specs
sourceRevisionDigest: sha256:079641117c8fa5cd0db356b9fc4ee5a69ffaefef7f44cc813869bc8eb9863ab6
sourceBlobDigest: sha256:1aa5ede651298e8827553da61a0f4cfa7afa2662314b17179d2a5aaf1a546eb8
sourceRevisionDigest: sha256:8d3f5ca0933b25abc2f4753a4e82402afd60c4a8caaab1f9b19bffd80bb847cd
sourceBlobDigest: sha256:00ec9900ad70b36dacf3493518c5980b7cc08c9087b600f348ed0675fb748e5d
codeSamplesNamespace: stackone-specs-php-code-samples
codeSamplesRevisionDigest: sha256:e117479f56aed41b4438be2acfe3cb81806096a950ee6ae3c90b1b2e307a6260
codeSamplesRevisionDigest: sha256:c50636d3fe6428e2aeb0645b012c1c0c04d11db1a9f884355f4dbdd3a6b3add5
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
25 changes: 18 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,18 @@
<!-- Start Summary [summary] -->
## Summary

Accounting: The documentation for the StackOne Unified API - ACCOUNTING
Accounting: The documentation for the StackOne API
The documentation for the StackOne Unified API - HRIS
The documentation for the StackOne Unified API - ATS
The documentation for the StackOne Unified API - LMS
The documentation for the StackOne Unified API - IAM
The documentation for the StackOne Unified API - CRM
The documentation for the StackOne Unified API - MARKETING
The documentation for the StackOne Unified API - TICKETING
The documentation for the StackOne Unified API - DOCUMENTS
The documentation for the StackOne Unified API - SCREENING
The documentation for the StackOne Unified API - MESSAGING
The documentation for the StackOne Unified API - ACCOUNTING
<!-- End Summary [summary] -->

<!-- Start Table of Contents [toc] -->
Expand Down Expand Up @@ -209,7 +220,7 @@ if ($response->statusCode === 200) {
* [getAccount](docs/sdks/accounts/README.md#getaccount) - Get Account
* [deleteAccount](docs/sdks/accounts/README.md#deleteaccount) - Delete Account
* [updateAccount](docs/sdks/accounts/README.md#updateaccount) - Update Account
* [getAccountMetaInfo](docs/sdks/accounts/README.md#getaccountmetainfo) - Get Account Meta Information
* [~~getAccountMetaInfo~~](docs/sdks/accounts/README.md#getaccountmetainfo) - Get Account Meta Information (Legacy) :warning: **Deprecated**

### [Actions](docs/sdks/actions/README.md)

Expand Down Expand Up @@ -302,10 +313,10 @@ if ($response->statusCode === 200) {
* [createConnectSession](docs/sdks/connectsessions/README.md#createconnectsession) - Create Connect Session
* [authenticateConnectSession](docs/sdks/connectsessions/README.md#authenticateconnectsession) - Authenticate Connect Session

### [Connectors](docs/sdks/connectors/README.md)
### [~~Connectors~~](docs/sdks/connectors/README.md)

* [listConnectorsMeta](docs/sdks/connectors/README.md#listconnectorsmeta) - List Connector Meta Information
* [getConnectorMeta](docs/sdks/connectors/README.md#getconnectormeta) - Get Connector Meta Information
* [~~listConnectorsMeta~~](docs/sdks/connectors/README.md#listconnectorsmeta) - List Connector Meta Information (Legacy) :warning: **Deprecated**
* [~~getConnectorMeta~~](docs/sdks/connectors/README.md#getconnectormeta) - Get Connector Meta Information (Legacy) :warning: **Deprecated**

### [Crm](docs/sdks/crm/README.md)

Expand Down Expand Up @@ -496,9 +507,9 @@ if ($response->statusCode === 200) {
* [getMessage](docs/sdks/messaging/README.md#getmessage) - Get Message
* [sendMessage](docs/sdks/messaging/README.md#sendmessage) - Send Message

### [Proxy](docs/sdks/proxy/README.md)
### [~~Proxy~~](docs/sdks/proxy/README.md)

* [proxyRequest](docs/sdks/proxy/README.md#proxyrequest) - Proxy Request
* [~~proxyRequest~~](docs/sdks/proxy/README.md#proxyrequest) - Proxy Request (Legacy) :warning: **Deprecated**

### [RequestLogs](docs/sdks/requestlogs/README.md)

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,14 @@ Based on:
### Generated
- [php v0.28.6] .
### Releases
- [Composer v0.28.6] https://packagist.org/packages/stackone/client-sdk#v0.28.6 - .
- [Composer v0.28.6] https://packagist.org/packages/stackone/client-sdk#v0.28.6 - .

## 2026-03-29 00:08:32
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.759.3 (2.869.25) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.28.7] .
### Releases
- [Composer v0.28.7] https://packagist.org/packages/stackone/client-sdk#v0.28.7 - .
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"brick/math": ">=0.12.1"
},
"require-dev": {
"laravel/pint": ">=1.21.2",
"laravel/pint": "1.21.2",
"phpstan/phpstan": ">=2.1.0",
"phpunit/phpunit": ">=10",
"roave/security-advisories": "dev-latest"
Expand Down
11 changes: 6 additions & 5 deletions docs/Models/Components/ActionSearchDto.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
| `query` | *string* | :heavy_check_mark: | Search query for finding connector actions | send a message |
| `connector` | *?string* | :heavy_minus_sign: | Filter by connector key | slack |
| `topK` | *?float* | :heavy_minus_sign: | Number of results to return | |
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| `query` | *string* | :heavy_check_mark: | Search query for finding connector actions | send a message |
| `connector` | *?string* | :heavy_minus_sign: | Filter by connector key | slack |
| `topK` | *?float* | :heavy_minus_sign: | Number of results to return | |
| `minSimilarity` | *?float* | :heavy_minus_sign: | Minimum similarity score threshold (0-1). Results below this score are filtered out. | 0.4 |
19 changes: 11 additions & 8 deletions docs/Models/Components/ActionSearchResultDto.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@

## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- |
| `actionName` | *string* | :heavy_check_mark: | Unique action identifier |
| `connectorKey` | *string* | :heavy_check_mark: | Connector key |
| `similarityScore` | *float* | :heavy_check_mark: | Cosine similarity score (0-1) |
| `label` | *string* | :heavy_check_mark: | Human-readable action label |
| `description` | *string* | :heavy_check_mark: | Action description |
| `projectId` | *string* | :heavy_check_mark: | Project ID of the action (global for shared actions) |
| Field | Type | Required | Description |
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
| `actionId` | *string* | :heavy_check_mark: | Action identifier (e.g. "slack_send_message") |
| `connectorKey` | *string* | :heavy_check_mark: | Connector key |
| `connectorVersion` | *string* | :heavy_check_mark: | Connector version |
| `actionType` | *string* | :heavy_check_mark: | Action type (e.g. "custom", "create", "list") |
| `similarityScore` | *float* | :heavy_check_mark: | Cosine similarity score (0-1) |
| `label` | *string* | :heavy_check_mark: | Human-readable action label |
| `description` | *string* | :heavy_check_mark: | Action description |
| `projectId` | *string* | :heavy_check_mark: | Project ID of the action (global for shared actions) |
| `inputSchema` | [Components\InputSchema](../../Models/Components/InputSchema.md) | :heavy_check_mark: | MCP-compatible JSON Schema describing the action input parameters |
Loading