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
  •  
  •  
  •  
4,819 changes: 3,459 additions & 1,360 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
speakeasyVersion: 1.379.0
speakeasyVersion: 1.397.3
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:126a7969c18ce4cb604bdbe5f7ca96626a169ecf75c3eedd06439c54ed6c4c16
sourceBlobDigest: sha256:e25f5ab4519f263bcd21c0e760dfa0b0c1b8006194779b70aca02528bf58a1de
sourceRevisionDigest: sha256:1b1ff65c12ba98689e127efcb3b371f5df2d4f142bbb11adf6838e82080977b9
sourceBlobDigest: sha256:a1655f1d27a4de1d4d075bd65c0478571822347366356cc14bf02fef9fc44e83
tags:
- latest
- main
targets:
StackOneRubyClient:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:126a7969c18ce4cb604bdbe5f7ca96626a169ecf75c3eedd06439c54ed6c4c16
sourceBlobDigest: sha256:e25f5ab4519f263bcd21c0e760dfa0b0c1b8006194779b70aca02528bf58a1de
outLocation: /github/workspace/repo
sourceRevisionDigest: sha256:1b1ff65c12ba98689e127efcb3b371f5df2d4f142bbb11adf6838e82080977b9
sourceBlobDigest: sha256:a1655f1d27a4de1d4d075bd65c0478571822347366356cc14bf02fef9fc44e83
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
66 changes: 51 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,26 @@
</a>
</div>

<!-- Start Summary [summary] -->
## Summary

IAM: The documentation for the StackOne Unified API - IAM
<!-- End Summary [summary] -->

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

* [SDK Installation](#sdk-installation)
* [SDK Example Usage](#sdk-example-usage)
* [Available Resources and Operations](#available-resources-and-operations)
* [Server Selection](#server-selection)
<!-- End Table of Contents [toc] -->

<!-- Start SDK Installation [installation] -->
## SDK Installation

The SDK can be installed using [RubyGems](https://rubygems.org/):

```bash
gem install stackone_client
```
Expand All @@ -35,7 +52,7 @@ s.config_security(

req = ::StackOne::Operations::HrisListEmployeesRequest.new(
expand: "company,employments,work_location,home_location,custom_fields,groups",
fields_: "id,remote_id,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_title,job_description,department,cost_centers,benefits,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,preferred_language,citizenships,home_location,work_location,employments,custom_fields,documents,created_at,updated_at,employee_number,national_identity_number",
fields_: "id,remote_id,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,benefits,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,preferred_language,citizenships,home_location,work_location,employments,custom_fields,documents,created_at,updated_at,employee_number,national_identity_number",
filter: ::StackOne::Operations::HrisListEmployeesQueryParamFilter.new(
updated_after: "2020-01-01T00:00:00.000Z",
),
Expand All @@ -55,6 +72,9 @@ end
<!-- Start Available Resources and Operations [operations] -->
## Available Resources and Operations

<details open>
<summary>Available methods</summary>

### [Accounts](docs/sdks/accounts/README.md)

* [delete_account](docs/sdks/accounts/README.md#delete_account) - Delete Account
Expand All @@ -63,16 +83,6 @@ end
* [list_linked_accounts](docs/sdks/accounts/README.md#list_linked_accounts) - List Accounts
* [update_account](docs/sdks/accounts/README.md#update_account) - Update Account

### [ConnectSessions](docs/sdks/connectsessions/README.md)

* [authenticate_connect_session](docs/sdks/connectsessions/README.md#authenticate_connect_session) - Authenticate Connect Session
* [create_connect_session](docs/sdks/connectsessions/README.md#create_connect_session) - Create Connect Session

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

* [get_connector_meta](docs/sdks/connectors/README.md#get_connector_meta) - Get Connector Meta information for the given provider key
* [list_connectors_meta](docs/sdks/connectors/README.md#list_connectors_meta) - List Connectors Meta Information for all providers

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

* [create_application](docs/sdks/ats/README.md#create_application) - Create Application
Expand All @@ -96,6 +106,7 @@ end
* [get_interview](docs/sdks/ats/README.md#get_interview) - Get Interview
* [get_interview_stage](docs/sdks/ats/README.md#get_interview_stage) - Get Interview Stage
* [get_job](docs/sdks/ats/README.md#get_job) - Get Job
* [get_job_custom_field_definition](docs/sdks/ats/README.md#get_job_custom_field_definition) - Get Job Custom Field Definition
* [get_job_posting](docs/sdks/ats/README.md#get_job_posting) - Get Job Posting
* [get_list](docs/sdks/ats/README.md#get_list) - Get List
* [get_location](docs/sdks/ats/README.md#get_location) - Get Location
Expand All @@ -115,17 +126,30 @@ end
* [list_departments](docs/sdks/ats/README.md#list_departments) - List Departments
* [list_interview_stages](docs/sdks/ats/README.md#list_interview_stages) - List Interview Stages
* [list_interviews](docs/sdks/ats/README.md#list_interviews) - List Interviews
* [list_job_custom_field_definitions](docs/sdks/ats/README.md#list_job_custom_field_definitions) - List Job Custom Field Definitions
* [list_job_postings](docs/sdks/ats/README.md#list_job_postings) - List Job Postings
* [list_jobs](docs/sdks/ats/README.md#list_jobs) - List Jobs
* [list_lists](docs/sdks/ats/README.md#list_lists) - Get all Lists
* [list_locations](docs/sdks/ats/README.md#list_locations) - List locations
* [list_offers](docs/sdks/ats/README.md#list_offers) - List Offers
* [list_rejected_reasons](docs/sdks/ats/README.md#list_rejected_reasons) - List Rejected Reasons
* [list_users](docs/sdks/ats/README.md#list_users) - List Users
* [move_application](docs/sdks/ats/README.md#move_application) - Move Application
* [reject_application](docs/sdks/ats/README.md#reject_application) - Reject Application
* [update_application](docs/sdks/ats/README.md#update_application) - Update an Application
* [update_candidate](docs/sdks/ats/README.md#update_candidate) - Update Candidate
* [upload_application_document](docs/sdks/ats/README.md#upload_application_document) - Upload Application Document

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

* [get_connector_meta](docs/sdks/connectors/README.md#get_connector_meta) - Get Connector Meta information for the given provider key
* [list_connectors_meta](docs/sdks/connectors/README.md#list_connectors_meta) - List Connectors Meta Information for all providers

### [ConnectSessions](docs/sdks/connectsessions/README.md)

* [authenticate_connect_session](docs/sdks/connectsessions/README.md#authenticate_connect_session) - Authenticate Connect Session
* [create_connect_session](docs/sdks/connectsessions/README.md#create_connect_session) - Create Connect Session

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

* [create_contact](docs/sdks/crm/README.md#create_contact) - Creates a new Contact
Expand All @@ -139,6 +163,7 @@ end

### [Hris](docs/sdks/hris/README.md)

* [batch_upload_employee_document](docs/sdks/hris/README.md#batch_upload_employee_document) - Batch Upload Employee Document
* [create_employee](docs/sdks/hris/README.md#create_employee) - Creates an employee
* [create_employee_time_off_request](docs/sdks/hris/README.md#create_employee_time_off_request) - Create Employee Time Off Request
* [create_employee_work_eligibility_request](docs/sdks/hris/README.md#create_employee_work_eligibility_request) - Create Employee Work Eligibility Request
Expand Down Expand Up @@ -190,18 +215,26 @@ end

### [Lms](docs/sdks/lms/README.md)

* [create_completion](docs/sdks/lms/README.md#create_completion) - Create User Completion
* [batch_upsert_content](docs/sdks/lms/README.md#batch_upsert_content) - Batch Upsert Content
* [create_content](docs/sdks/lms/README.md#create_content) - Create Content
* [get_assignment](docs/sdks/lms/README.md#get_assignment) - Get User Assignment
* [create_user_completion](docs/sdks/lms/README.md#create_user_completion) - Create User Completion
* [get_assignment](docs/sdks/lms/README.md#get_assignment) - Get Assignment
* [get_category](docs/sdks/lms/README.md#get_category) - Get Category
* [get_completion](docs/sdks/lms/README.md#get_completion) - Get Completion
* [get_content](docs/sdks/lms/README.md#get_content) - Get Content
* [get_course](docs/sdks/lms/README.md#get_course) - Get Course
* [get_skill](docs/sdks/lms/README.md#get_skill) - Get Skill
* [get_user](docs/sdks/lms/README.md#get_user) - Get User
* [list_assignments](docs/sdks/lms/README.md#list_assignments) - List User Assignments
* [get_user_assignment](docs/sdks/lms/README.md#get_user_assignment) - Get User Assignment
* [get_user_completion](docs/sdks/lms/README.md#get_user_completion) - Get User Completion
* [list_assignments](docs/sdks/lms/README.md#list_assignments) - List Assignments
* [list_categories](docs/sdks/lms/README.md#list_categories) - List Categories
* [list_completions](docs/sdks/lms/README.md#list_completions) - List User Completions
* [list_completions](docs/sdks/lms/README.md#list_completions) - List Completions
* [list_content](docs/sdks/lms/README.md#list_content) - List Content
* [list_courses](docs/sdks/lms/README.md#list_courses) - List Courses
* [list_skills](docs/sdks/lms/README.md#list_skills) - List Skills
* [list_user_assignments](docs/sdks/lms/README.md#list_user_assignments) - List User Assignments
* [list_user_completions](docs/sdks/lms/README.md#list_user_completions) - List User Completions
* [list_users](docs/sdks/lms/README.md#list_users) - List Users
* [update_content](docs/sdks/lms/README.md#update_content) - Update Content
* [upsert_content](docs/sdks/lms/README.md#upsert_content) - Upsert Content
Expand Down Expand Up @@ -238,6 +271,9 @@ end
### [Proxy](docs/sdks/proxy/README.md)

* [proxy_request](docs/sdks/proxy/README.md#proxy_request) - Proxy Request


</details>
<!-- End Available Resources and Operations [operations] -->

<!-- Start Server Selection [server] -->
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,4 +448,14 @@ Based on:
### Generated
- [ruby v0.2.37] .
### Releases
- [Ruby Gems v0.2.37] https://rubygems.org/gems/stackone_client/versions/0.2.37 - .
- [Ruby Gems v0.2.37] https://rubygems.org/gems/stackone_client/versions/0.2.37 - .

## 2024-09-16 19:18:42
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.397.3 (2.415.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.2.38] .
### Releases
- [Ruby Gems v0.2.38] https://rubygems.org/gems/stackone_client/versions/0.2.38 - .
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ s.config_security(

req = ::StackOne::Operations::HrisListEmployeesRequest.new(
expand: "company,employments,work_location,home_location,custom_fields,groups",
fields_: "id,remote_id,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_title,job_description,department,cost_centers,benefits,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,preferred_language,citizenships,home_location,work_location,employments,custom_fields,documents,created_at,updated_at,employee_number,national_identity_number",
fields_: "id,remote_id,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,benefits,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,preferred_language,citizenships,home_location,work_location,employments,custom_fields,documents,created_at,updated_at,employee_number,national_identity_number",
filter: ::StackOne::Operations::HrisListEmployeesQueryParamFilter.new(
updated_after: "2020-01-01T00:00:00.000Z",
),
Expand Down
Loading