Skip to content

Commit cca97df

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.422.1 (#78)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 9b53d20 commit cca97df

File tree

97 files changed

+1314
-245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+1314
-245
lines changed

.speakeasy/gen.lock

Lines changed: 88 additions & 22 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.419.2
1+
speakeasyVersion: 1.422.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:393ffa714557339480c42d00e71fc73a5e6c599afac93ee1633df8e66d0de716
6-
sourceBlobDigest: sha256:034d461218d927aff5a1f5456c9ecb4b8d340f7063e6abb53138901727875238
5+
sourceRevisionDigest: sha256:298cbce8eb1d9478c7b8c99daf2c6e9ae4b903c08dd0c30879131b7be6e7e146
6+
sourceBlobDigest: sha256:d6cb2f25fe11988ae618a422560d99ca7625a8fee72784caae99cee0c653d61c
77
tags:
88
- latest
99
- main
1010
targets:
1111
StackOneRubyClient:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:393ffa714557339480c42d00e71fc73a5e6c599afac93ee1633df8e66d0de716
15-
sourceBlobDigest: sha256:034d461218d927aff5a1f5456c9ecb4b8d340f7063e6abb53138901727875238
14+
sourceRevisionDigest: sha256:298cbce8eb1d9478c7b8c99daf2c6e9ae4b903c08dd0c30879131b7be6e7e146
15+
sourceBlobDigest: sha256:d6cb2f25fe11988ae618a422560d99ca7625a8fee72784caae99cee0c653d61c
1616
workflow:
1717
workflowVersion: 1.0.0
1818
speakeasyVersion: latest

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,10 @@ end
157157
* [create_contact](docs/sdks/crm/README.md#create_contact) - Creates a new Contact
158158
* [get_account](docs/sdks/crm/README.md#get_account) - Get Account
159159
* [get_contact](docs/sdks/crm/README.md#get_contact) - Get Contact
160+
* [get_contact_custom_field_definition](docs/sdks/crm/README.md#get_contact_custom_field_definition) - Get Contact Custom Field Definition
160161
* [get_list](docs/sdks/crm/README.md#get_list) - Get List
161162
* [list_accounts](docs/sdks/crm/README.md#list_accounts) - List Accounts
163+
* [list_contact_custom_field_definitions](docs/sdks/crm/README.md#list_contact_custom_field_definitions) - List Contact Custom Field Definitions
162164
* [list_contacts](docs/sdks/crm/README.md#list_contacts) - List Contacts
163165
* [list_lists](docs/sdks/crm/README.md#list_lists) - Get all Lists
164166
* [update_contact](docs/sdks/crm/README.md#update_contact) - Update Contact (early access)
@@ -224,6 +226,7 @@ end
224226
* [batch_upsert_content](docs/sdks/lms/README.md#batch_upsert_content) - Batch Upsert Content
225227
* [create_content](docs/sdks/lms/README.md#create_content) - Create Content
226228
* [create_user_completion](docs/sdks/lms/README.md#create_user_completion) - Create User Completion
229+
* [delete_content](docs/sdks/lms/README.md#delete_content) - Delete Content
227230
* [get_assignment](docs/sdks/lms/README.md#get_assignment) - Get Assignment
228231
* [get_category](docs/sdks/lms/README.md#get_category) - Get Category
229232
* [get_completion](docs/sdks/lms/README.md#get_completion) - Get Completion

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,4 +518,14 @@ Based on:
518518
### Generated
519519
- [ruby v0.2.44] .
520520
### Releases
521-
- [Ruby Gems v0.2.44] https://rubygems.org/gems/stackone_client/versions/0.2.44 - .
521+
- [Ruby Gems v0.2.44] https://rubygems.org/gems/stackone_client/versions/0.2.44 - .
522+
523+
## 2024-10-28 09:01:19
524+
### Changes
525+
Based on:
526+
- OpenAPI Doc
527+
- Speakeasy CLI 1.422.1 (2.438.15) https://github.com/speakeasy-api/speakeasy
528+
### Generated
529+
- [ruby v0.2.45] .
530+
### Releases
531+
- [Ruby Gems v0.2.45] https://rubygems.org/gems/stackone_client/versions/0.2.45 - .

codeSamples.yaml

Lines changed: 36 additions & 18 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CrmGetContactCustomFieldDefinitionQueryParamFilter
2+
3+
Filter parameters that allow greater customisation of the list response
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description | Example |
9+
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
10+
| `updated_after` | *T.nilable(::String)* | :heavy_minus_sign: | Use a string with a date to only select results updated after that given date | 2020-01-01T00:00:00.000Z |
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# CrmGetContactCustomFieldDefinitionRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
8+
| `fields_` | *T.nilable(::String)* | :heavy_minus_sign: | The comma separated list of fields that will be returned in the response (if empty, all fields are returned) | id,remote_id,name,description,type,options |
9+
| `filter` | [T.nilable(::StackOne::Operations::CrmGetContactCustomFieldDefinitionQueryParamFilter)](../../models/operations/crmgetcontactcustomfielddefinitionqueryparamfilter.md) | :heavy_minus_sign: | Filter parameters that allow greater customisation of the list response | |
10+
| `id` | *::String* | :heavy_check_mark: | N/A | |
11+
| `next_` | *T.nilable(::String)* | :heavy_minus_sign: | The unified cursor | |
12+
| ~~`page`~~ | *T.nilable(::String)* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The page number of the results to fetch | |
13+
| `page_size` | *T.nilable(::String)* | :heavy_minus_sign: | The number of results per page | |
14+
| `proxy` | T::Hash[Symbol, *::Object*] | :heavy_minus_sign: | Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key | |
15+
| `raw` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | Indicates that the raw request result is returned | |
16+
| ~~`sync_token`~~ | *T.nilable(::String)* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The sync token to select the only updated results | |
17+
| ~~`updated_after`~~ | *T.nilable(::String)* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Use a string with a date to only select results updated after that given date | 2020-01-01T00:00:00.000Z |
18+
| `x_account_id` | *::String* | :heavy_check_mark: | The account identifier | |

0 commit comments

Comments
 (0)