Skip to content

Commit 73a7c05

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.344.1 (#63)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent f852844 commit 73a7c05

90 files changed

Lines changed: 1907 additions & 771 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: 73 additions & 20 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.335.0
1+
speakeasyVersion: 1.344.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:e4808268adb9bf952f6d477507acdd55587574700cbe2ef25b28ef8b8e9d6c52
6-
sourceBlobDigest: sha256:c06394806675c2d1d8ad3cecda0e9f88a2a90fd9f369fed57b44f606e9ba736e
5+
sourceRevisionDigest: sha256:34526f577816df6ae5cf638faeb132c527d3a25584e40150ec79440443180c51
6+
sourceBlobDigest: sha256:21a1091da917c6569533db044f34d0af2279a0911d83aef484309744ee266d33
77
tags:
88
- latest
99
- main
1010
targets:
1111
StackOneRubyClient:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:e4808268adb9bf952f6d477507acdd55587574700cbe2ef25b28ef8b8e9d6c52
15-
sourceBlobDigest: sha256:c06394806675c2d1d8ad3cecda0e9f88a2a90fd9f369fed57b44f606e9ba736e
14+
sourceRevisionDigest: sha256:34526f577816df6ae5cf638faeb132c527d3a25584e40150ec79440443180c51
15+
sourceBlobDigest: sha256:21a1091da917c6569533db044f34d0af2279a0911d83aef484309744ee266d33
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to This Repository
2+
3+
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.
4+
5+
## How to Report Issues
6+
7+
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:
8+
9+
- A clear and descriptive title
10+
- Steps to reproduce the issue
11+
- Expected and actual behavior
12+
- Any relevant logs, screenshots, or error messages
13+
- Information about your environment (e.g., operating system, software versions)
14+
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed
15+
16+
## Issue Triage and Upstream Fixes
17+
18+
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.
19+
20+
## Contact
21+
22+
If you have any questions or need further assistance, please feel free to reach out by opening an issue.
23+
24+
Thank you for your understanding and cooperation!
25+
26+
The Maintainers

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ end
137137
* [download_employee_document](docs/sdks/hris/README.md#download_employee_document) - Download Employee Document
138138
* [get_benefit](docs/sdks/hris/README.md#get_benefit) - Get Benefit
139139
* [get_company](docs/sdks/hris/README.md#get_company) - Get Company
140+
* [get_department_group](docs/sdks/hris/README.md#get_department_group) - Get Department Group
140141
* [get_employee](docs/sdks/hris/README.md#get_employee) - Get Employee
141142
* [get_employee_document](docs/sdks/hris/README.md#get_employee_document) - Get Employee Document
142143
* [get_employee_document_category](docs/sdks/hris/README.md#get_employee_document_category) - Get Employee Document Category
@@ -149,6 +150,7 @@ end
149150
* [get_time_off_request](docs/sdks/hris/README.md#get_time_off_request) - Get time off request
150151
* [list_benefits](docs/sdks/hris/README.md#list_benefits) - List benefits
151152
* [list_companies](docs/sdks/hris/README.md#list_companies) - List Companies
153+
* [list_department_groups](docs/sdks/hris/README.md#list_department_groups) - List Department Groups
152154
* [list_employee_categories](docs/sdks/hris/README.md#list_employee_categories) - List Employee Document Categories
153155
* [list_employee_documents](docs/sdks/hris/README.md#list_employee_documents) - List Employee Documents
154156
* [list_employee_time_off_requests](docs/sdks/hris/README.md#list_employee_time_off_requests) - List Employee Time Off Requests
@@ -166,17 +168,21 @@ end
166168

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

171+
* [create_content_block](docs/sdks/marketing/README.md#create_content_block) - Create Content Block
169172
* [create_email_template](docs/sdks/marketing/README.md#create_email_template) - Create email template
170173
* [create_omni_channel_template](docs/sdks/marketing/README.md#create_omni_channel_template) - Create omni-channel template
171174
* [create_push_template](docs/sdks/marketing/README.md#create_push_template) - Create push template
172175
* [get_campaign](docs/sdks/marketing/README.md#get_campaign) - Get campaign
176+
* [get_content_block](docs/sdks/marketing/README.md#get_content_block) - Get Content Blocks
173177
* [get_email_template](docs/sdks/marketing/README.md#get_email_template) - Get email template
174178
* [get_omni_channel_template](docs/sdks/marketing/README.md#get_omni_channel_template) - Get omni-channel template
175179
* [get_push_template](docs/sdks/marketing/README.md#get_push_template) - Get push template
176180
* [list_campaigns](docs/sdks/marketing/README.md#list_campaigns) - List campaigns
181+
* [list_content_blocks](docs/sdks/marketing/README.md#list_content_blocks) - List Content Blocks
177182
* [list_email_templates](docs/sdks/marketing/README.md#list_email_templates) - List email templates
178183
* [list_omni_channel_templates](docs/sdks/marketing/README.md#list_omni_channel_templates) - List omni-channel templates
179184
* [list_push_templates](docs/sdks/marketing/README.md#list_push_templates) - List push templates
185+
* [update_content_block](docs/sdks/marketing/README.md#update_content_block) - Update email template
180186
* [update_email_template](docs/sdks/marketing/README.md#update_email_template) - Update email template
181187
* [update_omni_channel_template](docs/sdks/marketing/README.md#update_omni_channel_template) - Update omni-channel template
182188
* [update_push_template](docs/sdks/marketing/README.md#update_push_template) - Update push template

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,4 +398,14 @@ Based on:
398398
### Generated
399399
- [ruby v0.2.32] .
400400
### Releases
401-
- [Ruby Gems v0.2.32] https://rubygems.org/gems/stackone_client/versions/0.2.32 - .
401+
- [Ruby Gems v0.2.32] https://rubygems.org/gems/stackone_client/versions/0.2.32 - .
402+
403+
## 2024-07-22 09:01:15
404+
### Changes
405+
Based on:
406+
- OpenAPI Doc
407+
- Speakeasy CLI 1.344.1 (2.376.2) https://github.com/speakeasy-api/speakeasy
408+
### Generated
409+
- [ruby v0.2.33] .
410+
### Releases
411+
- [Ruby Gems v0.2.33] https://rubygems.org/gems/stackone_client/versions/0.2.33 - .

0 commit comments

Comments
 (0)