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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
12,646 changes: 6,598 additions & 6,048 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.675.4
speakeasyVersion: 1.709.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:2e08e260dff654f591adf01b6e4c8e05ba7763bb3d9e728d5b3c54c1d51cc4b6
sourceBlobDigest: sha256:9de65b10f59e6d9992a2322bdd5d4125f1eb20165d892bd5191084a38e953238
sourceRevisionDigest: sha256:1b93ba775f35590a5836baf509f0283bf1a2f09989d0ad3420f19624064febd6
sourceBlobDigest: sha256:fb5df315dd5137dff5b3b7b80898ec48f6b67c67b8707c898d7c038529246c6c
tags:
- latest
- speakeasy-sdk-regen-1765458919
- speakeasy-sdk-regen-1769536154
- 1.0.0
targets:
StackOneRubyClient:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:2e08e260dff654f591adf01b6e4c8e05ba7763bb3d9e728d5b3c54c1d51cc4b6
sourceBlobDigest: sha256:9de65b10f59e6d9992a2322bdd5d4125f1eb20165d892bd5191084a38e953238
sourceRevisionDigest: sha256:1b93ba775f35590a5836baf509f0283bf1a2f09989d0ad3420f19624064febd6
sourceBlobDigest: sha256:fb5df315dd5137dff5b3b7b80898ec48f6b67c67b8707c898d7c038529246c6c
codeSamplesNamespace: code-samples-ruby-stackonerubyclient
codeSamplesRevisionDigest: sha256:44520e83341ae10aad9230d63edd3f6edc91cb20dc922f937e7b241aa62746f8
codeSamplesRevisionDigest: sha256:e3cc5a542a2eda87cce1df0d0c16e3ab496c2fad2a5d7ed0b5518586437c9cd6
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ s = ::StackOne::StackOne.new(
)

req = Models::Operations::HrisListEmployeesRequest.new(
prefer: 'heartbeat',
expand: 'company,employments,work_location,home_location,groups,skills',
fields_: 'id,remote_id,title,first_name,last_name,name,display_name,gender,ethnicity,date_of_birth,birthday,marital_status,avatar_url,avatar,personal_email,personal_phone_number,work_email,work_phone_number,job_id,remote_job_id,job_title,job_description,department_id,remote_department_id,department,cost_centers,company,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,company_id,remote_company_id,preferred_language,citizenships,home_location,work_location,employments,custom_fields,created_at,updated_at,benefits,employee_number,national_identity_number,national_identity_numbers,bank_details,skills,unified_custom_fields',
filter: Models::Operations::HrisListEmployeesQueryParamFilter.new(
Expand Down Expand Up @@ -155,8 +156,10 @@ end

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

* [build_action_embeddings](docs/sdks/actions/README.md#build_action_embeddings) - Rebuild action embeddings for semantic search
* [list_actions_meta](docs/sdks/actions/README.md#list_actions_meta) - List all actions metadata
* [rpc_action](docs/sdks/actions/README.md#rpc_action) - Make an RPC call to an action
* [search_actions](docs/sdks/actions/README.md#search_actions) - Search connector actions by semantic similarity

### [Ats](docs/sdks/ats/README.md)

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1078,4 +1078,14 @@ Based on:
### Generated
- [ruby v0.39.4] .
### Releases
- [Ruby Gems v0.39.4] https://rubygems.org/gems/stackone_client/versions/0.39.4 - .
- [Ruby Gems v0.39.4] https://rubygems.org/gems/stackone_client/versions/0.39.4 - .

## 2026-02-09 09:15:35
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.709.1 (2.812.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.39.5] .
### Releases
- [Ruby Gems v0.39.5] https://rubygems.org/gems/stackone_client/versions/0.39.5 - .
1 change: 1 addition & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ s = ::StackOne::StackOne.new(
)

req = Models::Operations::HrisListEmployeesRequest.new(
prefer: 'heartbeat',
expand: 'company,employments,work_location,home_location,groups,skills',
fields_: 'id,remote_id,title,first_name,last_name,name,display_name,gender,ethnicity,date_of_birth,birthday,marital_status,avatar_url,avatar,personal_email,personal_phone_number,work_email,work_phone_number,job_id,remote_job_id,job_title,job_description,department_id,remote_department_id,department,cost_centers,company,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,company_id,remote_company_id,preferred_language,citizenships,home_location,work_location,employments,custom_fields,created_at,updated_at,benefits,employee_number,national_identity_number,national_identity_numbers,bank_details,skills,unified_custom_fields',
filter: Models::Operations::HrisListEmployeesQueryParamFilter.new(
Expand Down
542 changes: 277 additions & 265 deletions codeSamples.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

## Fields

| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| `accounting_journal_batch_create_request_dto` | [Models::Shared::AccountingJournalBatchCreateRequestDto](../../models/shared/accountingjournalbatchcreaterequestdto.md) | :heavy_check_mark: | N/A |
| `id` | *::String* | :heavy_check_mark: | N/A |
| `x_account_id` | *::String* | :heavy_check_mark: | The account identifier |
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `accounting_journal_batch_create_request_dto` | [Models::Shared::AccountingJournalBatchCreateRequestDto](../../models/shared/accountingjournalbatchcreaterequestdto.md) | :heavy_check_mark: | N/A | |
| `prefer` | *T.nilable(::String)* | :heavy_minus_sign: | Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240) | heartbeat |
| `id` | *::String* | :heavy_check_mark: | N/A | |
| `x_account_id` | *::String* | :heavy_check_mark: | The account identifier | |
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| `accounting_journal_create_request_dto` | [Models::Shared::AccountingJournalCreateRequestDto](../../models/shared/accountingjournalcreaterequestdto.md) | :heavy_check_mark: | N/A |
| `id` | *::String* | :heavy_check_mark: | N/A |
| `x_account_id` | *::String* | :heavy_check_mark: | The account identifier |
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `accounting_journal_create_request_dto` | [Models::Shared::AccountingJournalCreateRequestDto](../../models/shared/accountingjournalcreaterequestdto.md) | :heavy_check_mark: | N/A | |
| `prefer` | *T.nilable(::String)* | :heavy_minus_sign: | Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240) | heartbeat |
| `id` | *::String* | :heavy_check_mark: | N/A | |
| `x_account_id` | *::String* | :heavy_check_mark: | The account identifier | |
Loading