-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: tmilewski <[email protected]>
- Loading branch information
1 parent
a28bb78
commit 66d8e67
Showing
159 changed files
with
158 additions
and
280 deletions.
There are no files selected for viewing
This file contains 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 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 +1 @@ | ||
7.9.0 | ||
7.11.0-SNAPSHOT |
This file contains 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 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
The version of the OpenAPI document: v1 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
Generator version: 7.9.0 | ||
Generator version: 7.11.0-SNAPSHOT | ||
=end | ||
|
||
|
This file contains 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
The version of the OpenAPI document: v1 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
Generator version: 7.9.0 | ||
Generator version: 7.11.0-SNAPSHOT | ||
=end | ||
|
||
|
This file contains 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
The version of the OpenAPI document: v1 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
Generator version: 7.9.0 | ||
Generator version: 7.11.0-SNAPSHOT | ||
=end | ||
|
||
|
@@ -25,7 +25,6 @@ def initialize(api_client = ApiClient.default) | |
# @option opts [CreateActorTokenRequest] :create_actor_token_request | ||
# @return [ActorToken] | ||
|
||
|
||
def create(opts = {}) | ||
data, _status_code, _headers = create_with_http_info(opts) | ||
data | ||
|
@@ -92,7 +91,6 @@ def create_with_http_info(opts = {}) | |
# @param [Hash] opts the optional parameters | ||
# @return [ActorToken] | ||
|
||
|
||
def revoke(actor_token_id, opts = {}) | ||
data, _status_code, _headers = revoke_with_http_info(actor_token_id, opts) | ||
data | ||
|
This file contains 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
The version of the OpenAPI document: v1 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
Generator version: 7.9.0 | ||
Generator version: 7.11.0-SNAPSHOT | ||
=end | ||
|
||
|
@@ -25,7 +25,6 @@ def initialize(api_client = ApiClient.default) | |
# @option opts [CreateAllowlistIdentifierRequest] :create_allowlist_identifier_request | ||
# @return [AllowlistIdentifier] | ||
|
||
|
||
def create(opts = {}) | ||
data, _status_code, _headers = create_with_http_info(opts) | ||
data | ||
|
@@ -92,7 +91,6 @@ def create_with_http_info(opts = {}) | |
# @option opts [CreateBlocklistIdentifierRequest] :create_blocklist_identifier_request | ||
# @return [BlocklistIdentifier] | ||
|
||
|
||
def create(opts = {}) | ||
data, _status_code, _headers = create_with_http_info(opts) | ||
data | ||
|
@@ -159,7 +157,6 @@ def create_with_http_info(opts = {}) | |
# @param [Hash] opts the optional parameters | ||
# @return [DeletedObject] | ||
|
||
|
||
def delete(identifier_id, opts = {}) | ||
data, _status_code, _headers = delete_with_http_info(identifier_id, opts) | ||
data | ||
|
@@ -225,7 +222,6 @@ def delete_with_http_info(identifier_id, opts = {}) | |
# @param [Hash] opts the optional parameters | ||
# @return [DeletedObject] | ||
|
||
|
||
def delete(identifier_id, opts = {}) | ||
data, _status_code, _headers = delete_with_http_info(identifier_id, opts) | ||
data | ||
|
@@ -290,7 +286,6 @@ def delete_with_http_info(identifier_id, opts = {}) | |
# @param [Hash] opts the optional parameters | ||
# @return [Array<AllowlistIdentifier>] | ||
|
||
|
||
def all(opts = {}) | ||
data, _status_code, _headers = all_with_http_info(opts) | ||
data | ||
|
@@ -350,7 +345,6 @@ def all_with_http_info(opts = {}) | |
# @param [Hash] opts the optional parameters | ||
# @return [BlocklistIdentifiers] | ||
|
||
|
||
def all(opts = {}) | ||
data, _status_code, _headers = all_with_http_info(opts) | ||
data | ||
|
This file contains 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
The version of the OpenAPI document: v1 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
Generator version: 7.9.0 | ||
Generator version: 7.11.0-SNAPSHOT | ||
=end | ||
|
||
|
@@ -25,7 +25,6 @@ def initialize(api_client = ApiClient.default) | |
# @option opts [ChangeProductionInstanceDomainRequest] :change_production_instance_domain_request | ||
# @return [nil] | ||
|
||
|
||
def update_production_domain(opts = {}) | ||
update_production_domain_with_http_info(opts) | ||
nil | ||
|
@@ -92,7 +91,6 @@ def update_production_domain_with_http_info(opts = {}) | |
# @option opts [UpdateInstanceAuthConfigRequest] :update_instance_auth_config_request | ||
# @return [UpdateInstanceAuthConfig200Response] | ||
|
||
|
||
def update_instance_settings(opts = {}) | ||
data, _status_code, _headers = update_instance_settings_with_http_info(opts) | ||
data | ||
|
@@ -159,7 +157,6 @@ def update_instance_settings_with_http_info(opts = {}) | |
# @option opts [UpdateProductionInstanceDomainRequest] :update_production_instance_domain_request | ||
# @return [nil] | ||
|
||
|
||
def update_production_instance_domain(opts = {}) | ||
update_production_instance_domain_with_http_info(opts) | ||
nil | ||
|
This file contains 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
The version of the OpenAPI document: v1 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
Generator version: 7.9.0 | ||
Generator version: 7.11.0-SNAPSHOT | ||
=end | ||
|
||
|
@@ -25,7 +25,6 @@ def initialize(api_client = ApiClient.default) | |
# @param [Hash] opts the optional parameters | ||
# @return [Client] | ||
|
||
|
||
def find(client_id, opts = {}) | ||
data, _status_code, _headers = find_with_http_info(client_id, opts) | ||
data | ||
|
@@ -92,7 +91,6 @@ def find_with_http_info(client_id, opts = {}) | |
# @option opts [Float] :offset Skip the first `offset` results when paginating. Needs to be an integer greater or equal to zero. To be used in conjunction with `limit`. (default to 0) | ||
# @return [Array<Client>] | ||
|
||
|
||
def all(opts = {}) | ||
data, _status_code, _headers = all_with_http_info(opts) | ||
data | ||
|
@@ -169,7 +167,6 @@ def all_with_http_info(opts = {}) | |
# @option opts [VerifyClientRequest] :verify_client_request Parameters. | ||
# @return [Client] | ||
|
||
|
||
def verify(opts = {}) | ||
data, _status_code, _headers = verify_with_http_info(opts) | ||
data | ||
|
This file contains 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
The version of the OpenAPI document: v1 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
Generator version: 7.9.0 | ||
Generator version: 7.11.0-SNAPSHOT | ||
=end | ||
|
||
|
@@ -25,7 +25,6 @@ def initialize(api_client = ApiClient.default) | |
# @option opts [AddDomainRequest] :add_domain_request | ||
# @return [Domain] | ||
|
||
|
||
def create(opts = {}) | ||
data, _status_code, _headers = create_with_http_info(opts) | ||
data | ||
|
@@ -92,7 +91,6 @@ def create_with_http_info(opts = {}) | |
# @param [Hash] opts the optional parameters | ||
# @return [DeletedObject] | ||
|
||
|
||
def delete(domain_id, opts = {}) | ||
data, _status_code, _headers = delete_with_http_info(domain_id, opts) | ||
data | ||
|
@@ -157,7 +155,6 @@ def delete_with_http_info(domain_id, opts = {}) | |
# @param [Hash] opts the optional parameters | ||
# @return [Domains] | ||
|
||
|
||
def all(opts = {}) | ||
data, _status_code, _headers = all_with_http_info(opts) | ||
data | ||
|
@@ -219,7 +216,6 @@ def all_with_http_info(opts = {}) | |
# @param [Hash] opts the optional parameters | ||
# @return [Domain] | ||
|
||
|
||
def update(domain_id, update_domain_request, opts = {}) | ||
data, _status_code, _headers = update_with_http_info(domain_id, update_domain_request, opts) | ||
data | ||
|
This file contains 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
The version of the OpenAPI document: v1 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
Generator version: 7.9.0 | ||
Generator version: 7.11.0-SNAPSHOT | ||
=end | ||
|
||
|
@@ -25,7 +25,6 @@ def initialize(api_client = ApiClient.default) | |
# @option opts [CreateEmailAddressRequest] :create_email_address_request | ||
# @return [EmailAddress] | ||
|
||
|
||
def create(opts = {}) | ||
data, _status_code, _headers = create_with_http_info(opts) | ||
data | ||
|
@@ -92,7 +91,6 @@ def create_with_http_info(opts = {}) | |
# @param [Hash] opts the optional parameters | ||
# @return [DeletedObject] | ||
|
||
|
||
def delete(email_address_id, opts = {}) | ||
data, _status_code, _headers = delete_with_http_info(email_address_id, opts) | ||
data | ||
|
@@ -158,7 +156,6 @@ def delete_with_http_info(email_address_id, opts = {}) | |
# @param [Hash] opts the optional parameters | ||
# @return [EmailAddress] | ||
|
||
|
||
def find(email_address_id, opts = {}) | ||
data, _status_code, _headers = find_with_http_info(email_address_id, opts) | ||
data | ||
|
@@ -225,7 +222,6 @@ def find_with_http_info(email_address_id, opts = {}) | |
# @option opts [UpdateEmailAddressRequest] :update_email_address_request | ||
# @return [EmailAddress] | ||
|
||
|
||
def update(email_address_id, opts = {}) | ||
data, _status_code, _headers = update_with_http_info(email_address_id, opts) | ||
data | ||
|
This file contains 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
The version of the OpenAPI document: v1 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
Generator version: 7.9.0 | ||
Generator version: 7.11.0-SNAPSHOT | ||
=end | ||
|
||
|
@@ -26,7 +26,6 @@ def initialize(api_client = ApiClient.default) | |
# @param [Hash] opts the optional parameters | ||
# @return [Template] | ||
|
||
|
||
def find(template_type, slug, opts = {}) | ||
data, _status_code, _headers = find_with_http_info(template_type, slug, opts) | ||
data | ||
|
@@ -102,7 +101,6 @@ def find_with_http_info(template_type, slug, opts = {}) | |
# @param [Hash] opts the optional parameters | ||
# @return [Array<Template>] | ||
|
||
|
||
def all(template_type, opts = {}) | ||
data, _status_code, _headers = all_with_http_info(template_type, opts) | ||
data | ||
|
@@ -175,7 +173,6 @@ def all_with_http_info(template_type, opts = {}) | |
# @option opts [PreviewTemplateRequest] :preview_template_request Required parameters | ||
# @return [Object] | ||
|
||
|
||
def preview(template_type, slug, opts = {}) | ||
data, _status_code, _headers = preview_with_http_info(template_type, slug, opts) | ||
data | ||
|
@@ -253,7 +250,6 @@ def preview_with_http_info(template_type, slug, opts = {}) | |
# @param [Hash] opts the optional parameters | ||
# @return [Template] | ||
|
||
|
||
def revert(template_type, slug, opts = {}) | ||
data, _status_code, _headers = revert_with_http_info(template_type, slug, opts) | ||
data | ||
|
@@ -331,7 +327,6 @@ def revert_with_http_info(template_type, slug, opts = {}) | |
# @option opts [ToggleTemplateDeliveryRequest] :toggle_template_delivery_request | ||
# @return [Template] | ||
|
||
|
||
def toggle_delivery(template_type, slug, opts = {}) | ||
data, _status_code, _headers = toggle_delivery_with_http_info(template_type, slug, opts) | ||
data | ||
|
@@ -415,7 +410,6 @@ def toggle_delivery_with_http_info(template_type, slug, opts = {}) | |
# @option opts [UpsertTemplateRequest] :upsert_template_request | ||
# @return [Template] | ||
|
||
|
||
def update(template_type, slug, opts = {}) | ||
data, _status_code, _headers = update_with_http_info(template_type, slug, opts) | ||
data | ||
|
This file contains 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
The version of the OpenAPI document: v1 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
Generator version: 7.9.0 | ||
Generator version: 7.11.0-SNAPSHOT | ||
=end | ||
|
||
|
@@ -25,7 +25,6 @@ def initialize(api_client = ApiClient.default) | |
# @option opts [UpdateInstanceRequest] :update_instance_request | ||
# @return [nil] | ||
|
||
|
||
def update(opts = {}) | ||
update_with_http_info(opts) | ||
nil | ||
|
@@ -92,7 +91,6 @@ def update_with_http_info(opts = {}) | |
# @option opts [UpdateInstanceOrganizationSettingsRequest] :update_instance_organization_settings_request | ||
# @return [OrganizationSettings] | ||
|
||
|
||
def update_organization_settings(opts = {}) | ||
data, _status_code, _headers = update_organization_settings_with_http_info(opts) | ||
data | ||
|
@@ -159,7 +157,6 @@ def update_organization_settings_with_http_info(opts = {}) | |
# @option opts [UpdateInstanceRestrictionsRequest] :update_instance_restrictions_request | ||
# @return [InstanceRestrictions] | ||
|
||
|
||
def update_restrictions(opts = {}) | ||
data, _status_code, _headers = update_restrictions_with_http_info(opts) | ||
data | ||
|
This file contains 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
The version of the OpenAPI document: v1 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
Generator version: 7.9.0 | ||
Generator version: 7.11.0-SNAPSHOT | ||
=end | ||
|
||
|
@@ -25,7 +25,6 @@ def initialize(api_client = ApiClient.default) | |
# @option opts [CreateInvitationRequest] :create_invitation_request Required parameters | ||
# @return [Invitation] | ||
|
||
|
||
def create(opts = {}) | ||
data, _status_code, _headers = create_with_http_info(opts) | ||
data | ||
|
@@ -94,7 +93,6 @@ def create_with_http_info(opts = {}) | |
# @option opts [String] :status Filter invitations based on their status | ||
# @return [Array<Invitation>] | ||
|
||
|
||
def all(opts = {}) | ||
data, _status_code, _headers = all_with_http_info(opts) | ||
data | ||
|
@@ -177,7 +175,6 @@ def all_with_http_info(opts = {}) | |
# @param [Hash] opts the optional parameters | ||
# @return [RevokeInvitation200Response] | ||
|
||
|
||
def revoke(invitation_id, opts = {}) | ||
data, _status_code, _headers = revoke_with_http_info(invitation_id, opts) | ||
data | ||
|
Oops, something went wrong.