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
93 changes: 73 additions & 20 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.335.0
speakeasyVersion: 1.344.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:e4808268adb9bf952f6d477507acdd55587574700cbe2ef25b28ef8b8e9d6c52
sourceBlobDigest: sha256:c06394806675c2d1d8ad3cecda0e9f88a2a90fd9f369fed57b44f606e9ba736e
sourceRevisionDigest: sha256:34526f577816df6ae5cf638faeb132c527d3a25584e40150ec79440443180c51
sourceBlobDigest: sha256:21a1091da917c6569533db044f34d0af2279a0911d83aef484309744ee266d33
tags:
- latest
- main
targets:
StackOneRubyClient:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:e4808268adb9bf952f6d477507acdd55587574700cbe2ef25b28ef8b8e9d6c52
sourceBlobDigest: sha256:c06394806675c2d1d8ad3cecda0e9f88a2a90fd9f369fed57b44f606e9ba736e
sourceRevisionDigest: sha256:34526f577816df6ae5cf638faeb132c527d3a25584e40150ec79440443180c51
sourceBlobDigest: sha256:21a1091da917c6569533db044f34d0af2279a0911d83aef484309744ee266d33
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
26 changes: 26 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Contributing to This Repository

Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements.

## How to Report Issues

If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:

- A clear and descriptive title
- Steps to reproduce the issue
- Expected and actual behavior
- Any relevant logs, screenshots, or error messages
- Information about your environment (e.g., operating system, software versions)
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed

## Issue Triage and Upstream Fixes

We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code.

## Contact

If you have any questions or need further assistance, please feel free to reach out by opening an issue.

Thank you for your understanding and cooperation!

The Maintainers
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ end
* [download_employee_document](docs/sdks/hris/README.md#download_employee_document) - Download Employee Document
* [get_benefit](docs/sdks/hris/README.md#get_benefit) - Get Benefit
* [get_company](docs/sdks/hris/README.md#get_company) - Get Company
* [get_department_group](docs/sdks/hris/README.md#get_department_group) - Get Department Group
* [get_employee](docs/sdks/hris/README.md#get_employee) - Get Employee
* [get_employee_document](docs/sdks/hris/README.md#get_employee_document) - Get Employee Document
* [get_employee_document_category](docs/sdks/hris/README.md#get_employee_document_category) - Get Employee Document Category
Expand All @@ -149,6 +150,7 @@ end
* [get_time_off_request](docs/sdks/hris/README.md#get_time_off_request) - Get time off request
* [list_benefits](docs/sdks/hris/README.md#list_benefits) - List benefits
* [list_companies](docs/sdks/hris/README.md#list_companies) - List Companies
* [list_department_groups](docs/sdks/hris/README.md#list_department_groups) - List Department Groups
* [list_employee_categories](docs/sdks/hris/README.md#list_employee_categories) - List Employee Document Categories
* [list_employee_documents](docs/sdks/hris/README.md#list_employee_documents) - List Employee Documents
* [list_employee_time_off_requests](docs/sdks/hris/README.md#list_employee_time_off_requests) - List Employee Time Off Requests
Expand All @@ -166,17 +168,21 @@ end

### [Marketing](docs/sdks/marketing/README.md)

* [create_content_block](docs/sdks/marketing/README.md#create_content_block) - Create Content Block
* [create_email_template](docs/sdks/marketing/README.md#create_email_template) - Create email template
* [create_omni_channel_template](docs/sdks/marketing/README.md#create_omni_channel_template) - Create omni-channel template
* [create_push_template](docs/sdks/marketing/README.md#create_push_template) - Create push template
* [get_campaign](docs/sdks/marketing/README.md#get_campaign) - Get campaign
* [get_content_block](docs/sdks/marketing/README.md#get_content_block) - Get Content Blocks
* [get_email_template](docs/sdks/marketing/README.md#get_email_template) - Get email template
* [get_omni_channel_template](docs/sdks/marketing/README.md#get_omni_channel_template) - Get omni-channel template
* [get_push_template](docs/sdks/marketing/README.md#get_push_template) - Get push template
* [list_campaigns](docs/sdks/marketing/README.md#list_campaigns) - List campaigns
* [list_content_blocks](docs/sdks/marketing/README.md#list_content_blocks) - List Content Blocks
* [list_email_templates](docs/sdks/marketing/README.md#list_email_templates) - List email templates
* [list_omni_channel_templates](docs/sdks/marketing/README.md#list_omni_channel_templates) - List omni-channel templates
* [list_push_templates](docs/sdks/marketing/README.md#list_push_templates) - List push templates
* [update_content_block](docs/sdks/marketing/README.md#update_content_block) - Update email template
* [update_email_template](docs/sdks/marketing/README.md#update_email_template) - Update email template
* [update_omni_channel_template](docs/sdks/marketing/README.md#update_omni_channel_template) - Update omni-channel template
* [update_push_template](docs/sdks/marketing/README.md#update_push_template) - Update push template
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,4 +398,14 @@ Based on:
### Generated
- [ruby v0.2.32] .
### Releases
- [Ruby Gems v0.2.32] https://rubygems.org/gems/stackone_client/versions/0.2.32 - .
- [Ruby Gems v0.2.32] https://rubygems.org/gems/stackone_client/versions/0.2.32 - .

## 2024-07-22 09:01:15
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.344.1 (2.376.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.2.33] .
### Releases
- [Ruby Gems v0.2.33] https://rubygems.org/gems/stackone_client/versions/0.2.33 - .
Loading