-
Notifications
You must be signed in to change notification settings - Fork 1
release: 0.0.22 #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
release: 0.0.22 #26
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
7503ef5
fix: calling `break` out of streams should be instantaneous
stainless-app[bot] f5760ad
codegen metadata
stainless-app[bot] 72d8b00
feat(api): api update
stainless-app[bot] 919e4e1
fix: issue where json.parse errors when receiving HTTP 204 with nobody
stainless-app[bot] 43788a0
feat(api): api update
stainless-app[bot] d59cf23
codegen metadata
stainless-app[bot] fe37424
feat(api): api update
stainless-app[bot] d165256
feat(api): api update
stainless-app[bot] 789ca6d
feat(api): api update
stainless-app[bot] 131ef7d
feat(api): api update
stainless-app[bot] f6a40eb
feat(api): api update
stainless-app[bot] 6b01cd6
feat(api): api update
stainless-app[bot] 7b79b5e
feat(api): api update
stainless-app[bot] 8a808ef
docs: prominently feature MCP server setup in root SDK readmes
stainless-app[bot] 185c3ca
feat(api): api update
stainless-app[bot] 1369d6a
feat(api): api update
stainless-app[bot] 3632c09
feat(api): api update
stainless-app[bot] 6e8e692
feat(api): manual updates
stainless-app[bot] 338bac0
release: 0.0.22
stainless-app[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| ".": "0.0.20" | ||
| ".": "0.0.22" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| configured_endpoints: 135 | ||
| openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/frostedinc%2Fwhopsdk-c28f76de0001bfa87ee1b13b38528823b96c236b51d3706bc7fbe2ef22ed1c96.yml | ||
| openapi_spec_hash: 8476411081a6a94534139b21c3cf74b7 | ||
| config_hash: c4e43bac321badafc3ba52b6c6c4e646 | ||
| configured_endpoints: 142 | ||
| openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/frostedinc%2Fwhopsdk-02f632061a0e7f6c587344bfa1aa46b552b6e1d6220b214ad3aeab192a6daba2.yml | ||
| openapi_spec_hash: c3fd12d172c45e6d09756677d83de4e0 | ||
| config_hash: 557f6692f697df2872da82b8dedf538b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ GIT | |
| PATH | ||
| remote: . | ||
| specs: | ||
| whop_sdk (0.0.20) | ||
| whop_sdk (0.0.22) | ||
| connection_pool | ||
| jwt | ||
| openssl | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| # frozen_string_literal: true | ||
|
|
||
| module WhopSDK | ||
| module Models | ||
| # @see WhopSDK::Resources::Leads#create | ||
| class LeadCreateParams < WhopSDK::Internal::Type::BaseModel | ||
| extend WhopSDK::Internal::Type::RequestParameters::Converter | ||
| include WhopSDK::Internal::Type::RequestParameters | ||
|
|
||
| # @!attribute company_id | ||
| # The ID of the company to create a lead for. | ||
| # | ||
| # @return [String] | ||
| required :company_id, String | ||
|
|
||
| # @!attribute metadata | ||
| # Custom metadata for the lead. | ||
| # | ||
| # @return [Hash{Symbol=>Object}, nil] | ||
| optional :metadata, WhopSDK::Internal::Type::HashOf[WhopSDK::Internal::Type::Unknown], nil?: true | ||
|
|
||
| # @!attribute product_id | ||
| # The ID of the product the lead is interested in. | ||
| # | ||
| # @return [String, nil] | ||
| optional :product_id, String, nil?: true | ||
|
|
||
| # @!attribute referrer | ||
| # The url referrer of the lead, if any. | ||
| # | ||
| # @return [String, nil] | ||
| optional :referrer, String, nil?: true | ||
|
|
||
| # @!attribute user_id | ||
| # The ID of the user to create a lead for. If the request is made by a user, that | ||
| # user will be used. | ||
| # | ||
| # @return [String, nil] | ||
| optional :user_id, String, nil?: true | ||
|
|
||
| # @!method initialize(company_id:, metadata: nil, product_id: nil, referrer: nil, user_id: nil, request_options: {}) | ||
| # Some parameter documentations has been truncated, see | ||
| # {WhopSDK::Models::LeadCreateParams} for more details. | ||
| # | ||
| # @param company_id [String] The ID of the company to create a lead for. | ||
| # | ||
| # @param metadata [Hash{Symbol=>Object}, nil] Custom metadata for the lead. | ||
| # | ||
| # @param product_id [String, nil] The ID of the product the lead is interested in. | ||
| # | ||
| # @param referrer [String, nil] The url referrer of the lead, if any. | ||
| # | ||
| # @param user_id [String, nil] The ID of the user to create a lead for. If the request is made by a user, that | ||
| # | ||
| # @param request_options [WhopSDK::RequestOptions, Hash{Symbol=>Object}] | ||
| end | ||
| end | ||
| end |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.