diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 084b66d..334f014 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -4,8 +4,8 @@ on: push: branches: [ main ] jobs: - build: - name: Build + validate: + name: Validate runs-on: ubuntu-latest permissions: id-token: write @@ -19,23 +19,30 @@ jobs: with: ruby-version: ${{ matrix.ruby-version }} - run: bundle install - release: - name: Release - needs: build + build_and_release: + name: Build and Release + needs: + - validate runs-on: ubuntu-latest permissions: + id-token: write contents: write steps: - - name: Create tag from commit - uses: christophebedard/tag-version-commit@v1 - id: tag_version - with: - token: ${{ secrets.GITHUB_TOKEN }} - version_regex: '([0-9]+\.[0-9]+\.[0-9]+)' - - name: Create a GitHub release - uses: ncipollo/release-action@v1 - with: - tag: ${{ steps.tag_version.outputs.tag }} - name: Release ${{ steps.tag_version.outputs.tag }} - - name: Publish - uses: rubygems/release-gem@v1 + - uses: actions/checkout@v4 + - uses: ruby/setup-ruby@v1 + with: + ruby-version: 3.1 + - run: bundle install + - name: Create tag from commit + uses: christophebedard/tag-version-commit@v1 + id: tag_version + with: + token: ${{ secrets.GITHUB_TOKEN }} + version_regex: '([0-9]+\.[0-9]+\.[0-9]+)' + - name: Create a GitHub release + uses: ncipollo/release-action@v1 + with: + tag: ${{ steps.tag_version.outputs.tag }} + name: Release ${{ steps.tag_version.outputs.tag }} + - name: Publish + uses: rubygems/release-gem@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9672f14..8947f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## 1.0.100 - 2024-10-04 + +## 1.0.99 - 2024-10-04 + +## 1.0.98 - 2024-10-03 + +## 1.0.97 - 2024-10-03 + +## 1.0.95 - 2024-10-03 + +## 1.0.94 - 2024-10-03 + +## 1.0.93 - 2024-10-03 + +## 1.0.92 - 2024-10-03 + +## 1.0.91 - 2024-10-03 + +## 1.0.90 - 2024-10-01 + ## 1.0.89 - 2024-10-01 ## 1.0.88 - 2024-10-01 diff --git a/README.md b/README.md index 5141ab9..cebe6fd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Swagger build version 3.0.2475 This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 1.0.90 +- API version: 1.0.101 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.RubyClientCodegen diff --git a/constant_contact_client.gemspec b/constant_contact_client.gemspec index 1f505cd..29c150b 100644 --- a/constant_contact_client.gemspec +++ b/constant_contact_client.gemspec @@ -5,7 +5,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client.rb b/lib/constant_contact_client.rb index 0ef4021..0d75f4e 100644 --- a/lib/constant_contact_client.rb +++ b/lib/constant_contact_client.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/api/account_services_api.rb b/lib/constant_contact_client/api/account_services_api.rb index dbc9f0d..a02fc88 100644 --- a/lib/constant_contact_client/api/account_services_api.rb +++ b/lib/constant_contact_client/api/account_services_api.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/api/bulk_activities_api.rb b/lib/constant_contact_client/api/bulk_activities_api.rb index 1f3a404..1d10228 100644 --- a/lib/constant_contact_client/api/bulk_activities_api.rb +++ b/lib/constant_contact_client/api/bulk_activities_api.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/api/contact_lists_api.rb b/lib/constant_contact_client/api/contact_lists_api.rb index 887bb15..32f2f57 100644 --- a/lib/constant_contact_client/api/contact_lists_api.rb +++ b/lib/constant_contact_client/api/contact_lists_api.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/api/contact_tags_api.rb b/lib/constant_contact_client/api/contact_tags_api.rb index d592391..c11a5e3 100644 --- a/lib/constant_contact_client/api/contact_tags_api.rb +++ b/lib/constant_contact_client/api/contact_tags_api.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/api/contacts_api.rb b/lib/constant_contact_client/api/contacts_api.rb index c29d29b..67a8bf4 100644 --- a/lib/constant_contact_client/api/contacts_api.rb +++ b/lib/constant_contact_client/api/contacts_api.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/api/contacts_custom_fields_api.rb b/lib/constant_contact_client/api/contacts_custom_fields_api.rb index 3eacf8c..127cdbc 100644 --- a/lib/constant_contact_client/api/contacts_custom_fields_api.rb +++ b/lib/constant_contact_client/api/contacts_custom_fields_api.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/api/contacts_reporting_api.rb b/lib/constant_contact_client/api/contacts_reporting_api.rb index b0dadb9..69cf52e 100644 --- a/lib/constant_contact_client/api/contacts_reporting_api.rb +++ b/lib/constant_contact_client/api/contacts_reporting_api.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/api/email_campaigns_ab_tests_api.rb b/lib/constant_contact_client/api/email_campaigns_ab_tests_api.rb index 736e406..ed05f6b 100644 --- a/lib/constant_contact_client/api/email_campaigns_ab_tests_api.rb +++ b/lib/constant_contact_client/api/email_campaigns_ab_tests_api.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/api/email_campaigns_api.rb b/lib/constant_contact_client/api/email_campaigns_api.rb index 262fceb..70454c3 100644 --- a/lib/constant_contact_client/api/email_campaigns_api.rb +++ b/lib/constant_contact_client/api/email_campaigns_api.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/api/email_reporting_api.rb b/lib/constant_contact_client/api/email_reporting_api.rb index c62e1fe..13a1c14 100644 --- a/lib/constant_contact_client/api/email_reporting_api.rb +++ b/lib/constant_contact_client/api/email_reporting_api.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/api/email_scheduling_api.rb b/lib/constant_contact_client/api/email_scheduling_api.rb index df0eafb..e9965c9 100644 --- a/lib/constant_contact_client/api/email_scheduling_api.rb +++ b/lib/constant_contact_client/api/email_scheduling_api.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/api/landing_pages_reporting_api.rb b/lib/constant_contact_client/api/landing_pages_reporting_api.rb index 5b7e936..4b44c69 100644 --- a/lib/constant_contact_client/api/landing_pages_reporting_api.rb +++ b/lib/constant_contact_client/api/landing_pages_reporting_api.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/api/segments_api.rb b/lib/constant_contact_client/api/segments_api.rb index b25eb6f..33ff0ce 100644 --- a/lib/constant_contact_client/api/segments_api.rb +++ b/lib/constant_contact_client/api/segments_api.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/api_client.rb b/lib/constant_contact_client/api_client.rb index d81e052..744bb93 100644 --- a/lib/constant_contact_client/api_client.rb +++ b/lib/constant_contact_client/api_client.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/api_error.rb b/lib/constant_contact_client/api_error.rb index d1ef943..163f65c 100644 --- a/lib/constant_contact_client/api_error.rb +++ b/lib/constant_contact_client/api_error.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/configuration.rb b/lib/constant_contact_client/configuration.rb index c2b2d04..ab2e3e6 100644 --- a/lib/constant_contact_client/configuration.rb +++ b/lib/constant_contact_client/configuration.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/ab_test_data.rb b/lib/constant_contact_client/models/ab_test_data.rb index ede8af2..5ae289c 100644 --- a/lib/constant_contact_client/models/ab_test_data.rb +++ b/lib/constant_contact_client/models/ab_test_data.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/access_token_response.rb b/lib/constant_contact_client/models/access_token_response.rb index ddb026a..837a5b7 100644 --- a/lib/constant_contact_client/models/access_token_response.rb +++ b/lib/constant_contact_client/models/access_token_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/account_cancellation.rb b/lib/constant_contact_client/models/account_cancellation.rb index f4644fc..1e3f4b7 100644 --- a/lib/constant_contact_client/models/account_cancellation.rb +++ b/lib/constant_contact_client/models/account_cancellation.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/account_email_create_response.rb b/lib/constant_contact_client/models/account_email_create_response.rb index 7a52f7f..e5dcb3f 100644 --- a/lib/constant_contact_client/models/account_email_create_response.rb +++ b/lib/constant_contact_client/models/account_email_create_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/account_email_input.rb b/lib/constant_contact_client/models/account_email_input.rb index f517cc7..a296087 100644 --- a/lib/constant_contact_client/models/account_email_input.rb +++ b/lib/constant_contact_client/models/account_email_input.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/account_physical_address.rb b/lib/constant_contact_client/models/account_physical_address.rb index f822814..1a59504 100644 --- a/lib/constant_contact_client/models/account_physical_address.rb +++ b/lib/constant_contact_client/models/account_physical_address.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/account_suspension.rb b/lib/constant_contact_client/models/account_suspension.rb index 31f0927..235ff23 100644 --- a/lib/constant_contact_client/models/account_suspension.rb +++ b/lib/constant_contact_client/models/account_suspension.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activities.rb b/lib/constant_contact_client/models/activities.rb index dff206f..b4d5a78 100644 --- a/lib/constant_contact_client/models/activities.rb +++ b/lib/constant_contact_client/models/activities.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity.rb b/lib/constant_contact_client/models/activity.rb index 85f169c..21f7889 100644 --- a/lib/constant_contact_client/models/activity.rb +++ b/lib/constant_contact_client/models/activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_delete_custom_fields.rb b/lib/constant_contact_client/models/activity_delete_custom_fields.rb index c74fac1..ae585bc 100644 --- a/lib/constant_contact_client/models/activity_delete_custom_fields.rb +++ b/lib/constant_contact_client/models/activity_delete_custom_fields.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_delete_list_response.rb b/lib/constant_contact_client/models/activity_delete_list_response.rb index 95e9bdc..e8b4331 100644 --- a/lib/constant_contact_client/models/activity_delete_list_response.rb +++ b/lib/constant_contact_client/models/activity_delete_list_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_delete_lists_response.rb b/lib/constant_contact_client/models/activity_delete_lists_response.rb index 9a0e19d..64436b0 100644 --- a/lib/constant_contact_client/models/activity_delete_lists_response.rb +++ b/lib/constant_contact_client/models/activity_delete_lists_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_delete_status.rb b/lib/constant_contact_client/models/activity_delete_status.rb index d165fe0..5dc5f12 100644 --- a/lib/constant_contact_client/models/activity_delete_status.rb +++ b/lib/constant_contact_client/models/activity_delete_status.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_errors.rb b/lib/constant_contact_client/models/activity_errors.rb index c3c8d26..a69fa49 100644 --- a/lib/constant_contact_client/models/activity_errors.rb +++ b/lib/constant_contact_client/models/activity_errors.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_export_status.rb b/lib/constant_contact_client/models/activity_export_status.rb index 17f1d37..5ddc748 100644 --- a/lib/constant_contact_client/models/activity_export_status.rb +++ b/lib/constant_contact_client/models/activity_export_status.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_generic.rb b/lib/constant_contact_client/models/activity_generic.rb index f28311e..3f1cdea 100644 --- a/lib/constant_contact_client/models/activity_generic.rb +++ b/lib/constant_contact_client/models/activity_generic.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_generic_status.rb b/lib/constant_contact_client/models/activity_generic_status.rb index 0b988bc..b96b5c2 100644 --- a/lib/constant_contact_client/models/activity_generic_status.rb +++ b/lib/constant_contact_client/models/activity_generic_status.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_import.rb b/lib/constant_contact_client/models/activity_import.rb index 2aaf177..0b684e6 100644 --- a/lib/constant_contact_client/models/activity_import.rb +++ b/lib/constant_contact_client/models/activity_import.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_links.rb b/lib/constant_contact_client/models/activity_links.rb index 572fe3f..855bb14 100644 --- a/lib/constant_contact_client/models/activity_links.rb +++ b/lib/constant_contact_client/models/activity_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_lists_membership.rb b/lib/constant_contact_client/models/activity_lists_membership.rb index 8dd5727..e50ca5f 100644 --- a/lib/constant_contact_client/models/activity_lists_membership.rb +++ b/lib/constant_contact_client/models/activity_lists_membership.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_reference.rb b/lib/constant_contact_client/models/activity_reference.rb index b5a8c9a..b5b5904 100644 --- a/lib/constant_contact_client/models/activity_reference.rb +++ b/lib/constant_contact_client/models/activity_reference.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_status.rb b/lib/constant_contact_client/models/activity_status.rb index dc37e6e..c3980ca 100644 --- a/lib/constant_contact_client/models/activity_status.rb +++ b/lib/constant_contact_client/models/activity_status.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_status_export_link.rb b/lib/constant_contact_client/models/activity_status_export_link.rb index 69dbd09..dcb427e 100644 --- a/lib/constant_contact_client/models/activity_status_export_link.rb +++ b/lib/constant_contact_client/models/activity_status_export_link.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_status_link.rb b/lib/constant_contact_client/models/activity_status_link.rb index 6d273ca..645d6e0 100644 --- a/lib/constant_contact_client/models/activity_status_link.rb +++ b/lib/constant_contact_client/models/activity_status_link.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_tagging.rb b/lib/constant_contact_client/models/activity_tagging.rb index f2e525e..cf1e605 100644 --- a/lib/constant_contact_client/models/activity_tagging.rb +++ b/lib/constant_contact_client/models/activity_tagging.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/activity_tagging_status.rb b/lib/constant_contact_client/models/activity_tagging_status.rb index e54a23f..8d81ea1 100644 --- a/lib/constant_contact_client/models/activity_tagging_status.rb +++ b/lib/constant_contact_client/models/activity_tagging_status.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/add_account_email_address201_response.rb b/lib/constant_contact_client/models/add_account_email_address201_response.rb index 60a793a..22d5a46 100644 --- a/lib/constant_contact_client/models/add_account_email_address201_response.rb +++ b/lib/constant_contact_client/models/add_account_email_address201_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/add_account_email_address_request.rb b/lib/constant_contact_client/models/add_account_email_address_request.rb index 39f8805..937c990 100644 --- a/lib/constant_contact_client/models/add_account_email_address_request.rb +++ b/lib/constant_contact_client/models/add_account_email_address_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/api_error_schema_inner.rb b/lib/constant_contact_client/models/api_error_schema_inner.rb index 2e4f226..eb769f9 100644 --- a/lib/constant_contact_client/models/api_error_schema_inner.rb +++ b/lib/constant_contact_client/models/api_error_schema_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/authorization_error_schema.rb b/lib/constant_contact_client/models/authorization_error_schema.rb index 12be7e1..48a1bd2 100644 --- a/lib/constant_contact_client/models/authorization_error_schema.rb +++ b/lib/constant_contact_client/models/authorization_error_schema.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/bounces_tracking_activities_page.rb b/lib/constant_contact_client/models/bounces_tracking_activities_page.rb index 8ab598e..68ebd84 100644 --- a/lib/constant_contact_client/models/bounces_tracking_activities_page.rb +++ b/lib/constant_contact_client/models/bounces_tracking_activities_page.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/bounces_tracking_activity.rb b/lib/constant_contact_client/models/bounces_tracking_activity.rb index 4c902d1..fc070c5 100644 --- a/lib/constant_contact_client/models/bounces_tracking_activity.rb +++ b/lib/constant_contact_client/models/bounces_tracking_activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/bulk_email_campaign_summaries_page.rb b/lib/constant_contact_client/models/bulk_email_campaign_summaries_page.rb index 523dffd..9fe94a5 100644 --- a/lib/constant_contact_client/models/bulk_email_campaign_summaries_page.rb +++ b/lib/constant_contact_client/models/bulk_email_campaign_summaries_page.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/bulk_email_campaign_summaries_percents.rb b/lib/constant_contact_client/models/bulk_email_campaign_summaries_percents.rb index 75a1fa7..876cb5b 100644 --- a/lib/constant_contact_client/models/bulk_email_campaign_summaries_percents.rb +++ b/lib/constant_contact_client/models/bulk_email_campaign_summaries_percents.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/bulk_email_campaign_summary.rb b/lib/constant_contact_client/models/bulk_email_campaign_summary.rb index 89648b5..847cba1 100644 --- a/lib/constant_contact_client/models/bulk_email_campaign_summary.rb +++ b/lib/constant_contact_client/models/bulk_email_campaign_summary.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/campaign_activity_stats_query_result_email.rb b/lib/constant_contact_client/models/campaign_activity_stats_query_result_email.rb index 435d9e6..2b945ec 100644 --- a/lib/constant_contact_client/models/campaign_activity_stats_query_result_email.rb +++ b/lib/constant_contact_client/models/campaign_activity_stats_query_result_email.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/campaign_activity_stats_result_generic_stats_email_activity.rb b/lib/constant_contact_client/models/campaign_activity_stats_result_generic_stats_email_activity.rb index 12f131b..dafa169 100644 --- a/lib/constant_contact_client/models/campaign_activity_stats_result_generic_stats_email_activity.rb +++ b/lib/constant_contact_client/models/campaign_activity_stats_result_generic_stats_email_activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/campaign_activity_summary.rb b/lib/constant_contact_client/models/campaign_activity_summary.rb index ae4b070..1f1fb76 100644 --- a/lib/constant_contact_client/models/campaign_activity_summary.rb +++ b/lib/constant_contact_client/models/campaign_activity_summary.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/campaign_stats_query_result_email.rb b/lib/constant_contact_client/models/campaign_stats_query_result_email.rb index 41c9ca5..5b220b5 100644 --- a/lib/constant_contact_client/models/campaign_stats_query_result_email.rb +++ b/lib/constant_contact_client/models/campaign_stats_query_result_email.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/campaign_stats_result_generic_stats_email_percents_email.rb b/lib/constant_contact_client/models/campaign_stats_result_generic_stats_email_percents_email.rb index 759a740..5290663 100644 --- a/lib/constant_contact_client/models/campaign_stats_result_generic_stats_email_percents_email.rb +++ b/lib/constant_contact_client/models/campaign_stats_result_generic_stats_email_percents_email.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/clicks_tracking_activities_page.rb b/lib/constant_contact_client/models/clicks_tracking_activities_page.rb index dd5313e..5e1fb2f 100644 --- a/lib/constant_contact_client/models/clicks_tracking_activities_page.rb +++ b/lib/constant_contact_client/models/clicks_tracking_activities_page.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/clicks_tracking_activity.rb b/lib/constant_contact_client/models/clicks_tracking_activity.rb index 1a679e1..5637969 100644 --- a/lib/constant_contact_client/models/clicks_tracking_activity.rb +++ b/lib/constant_contact_client/models/clicks_tracking_activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/company_logo.rb b/lib/constant_contact_client/models/company_logo.rb index d5545a1..08583db 100644 --- a/lib/constant_contact_client/models/company_logo.rb +++ b/lib/constant_contact_client/models/company_logo.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contact_campaign_activities_summary.rb b/lib/constant_contact_client/models/contact_campaign_activities_summary.rb index 08efd4a..9969c30 100644 --- a/lib/constant_contact_client/models/contact_campaign_activities_summary.rb +++ b/lib/constant_contact_client/models/contact_campaign_activities_summary.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contact_create_or_update_input.rb b/lib/constant_contact_client/models/contact_create_or_update_input.rb index c31c7ee..1ad0022 100644 --- a/lib/constant_contact_client/models/contact_create_or_update_input.rb +++ b/lib/constant_contact_client/models/contact_create_or_update_input.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contact_create_or_update_response.rb b/lib/constant_contact_client/models/contact_create_or_update_response.rb index d3ea8a1..9caf6b6 100644 --- a/lib/constant_contact_client/models/contact_create_or_update_response.rb +++ b/lib/constant_contact_client/models/contact_create_or_update_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contact_custom_field.rb b/lib/constant_contact_client/models/contact_custom_field.rb index 131609e..1576f80 100644 --- a/lib/constant_contact_client/models/contact_custom_field.rb +++ b/lib/constant_contact_client/models/contact_custom_field.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contact_delete.rb b/lib/constant_contact_client/models/contact_delete.rb index 17e898a..b912868 100644 --- a/lib/constant_contact_client/models/contact_delete.rb +++ b/lib/constant_contact_client/models/contact_delete.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contact_list.rb b/lib/constant_contact_client/models/contact_list.rb index 72e8e2a..c13a851 100644 --- a/lib/constant_contact_client/models/contact_list.rb +++ b/lib/constant_contact_client/models/contact_list.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contact_list_array.rb b/lib/constant_contact_client/models/contact_list_array.rb index 133b40d..f65b29f 100644 --- a/lib/constant_contact_client/models/contact_list_array.rb +++ b/lib/constant_contact_client/models/contact_list_array.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contact_list_put_post.rb b/lib/constant_contact_client/models/contact_list_put_post.rb index a491bd5..b07f3c8 100644 --- a/lib/constant_contact_client/models/contact_list_put_post.rb +++ b/lib/constant_contact_client/models/contact_list_put_post.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contact_open_and_click_rates.rb b/lib/constant_contact_client/models/contact_open_and_click_rates.rb index f29e0ed..0f856dd 100644 --- a/lib/constant_contact_client/models/contact_open_and_click_rates.rb +++ b/lib/constant_contact_client/models/contact_open_and_click_rates.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contact_post_request.rb b/lib/constant_contact_client/models/contact_post_request.rb index 956f7a2..ddff820 100644 --- a/lib/constant_contact_client/models/contact_post_request.rb +++ b/lib/constant_contact_client/models/contact_post_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contact_put_request.rb b/lib/constant_contact_client/models/contact_put_request.rb index 4f0c33e..b9c83a9 100644 --- a/lib/constant_contact_client/models/contact_put_request.rb +++ b/lib/constant_contact_client/models/contact_put_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contact_resource.rb b/lib/constant_contact_client/models/contact_resource.rb index 62ce073..257d51b 100644 --- a/lib/constant_contact_client/models/contact_resource.rb +++ b/lib/constant_contact_client/models/contact_resource.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contact_tracking_activities_page.rb b/lib/constant_contact_client/models/contact_tracking_activities_page.rb index 7fa00d7..4d30df3 100644 --- a/lib/constant_contact_client/models/contact_tracking_activities_page.rb +++ b/lib/constant_contact_client/models/contact_tracking_activities_page.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contact_tracking_activity.rb b/lib/constant_contact_client/models/contact_tracking_activity.rb index d690916..cd07835 100644 --- a/lib/constant_contact_client/models/contact_tracking_activity.rb +++ b/lib/constant_contact_client/models/contact_tracking_activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contact_xref.rb b/lib/constant_contact_client/models/contact_xref.rb index 79ea3a5..2024f46 100644 --- a/lib/constant_contact_client/models/contact_xref.rb +++ b/lib/constant_contact_client/models/contact_xref.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contact_xrefs.rb b/lib/constant_contact_client/models/contact_xrefs.rb index 3e5a438..af8bdf8 100644 --- a/lib/constant_contact_client/models/contact_xrefs.rb +++ b/lib/constant_contact_client/models/contact_xrefs.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contacts.rb b/lib/constant_contact_client/models/contacts.rb index a9cc129..7bbddc6 100644 --- a/lib/constant_contact_client/models/contacts.rb +++ b/lib/constant_contact_client/models/contacts.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contacts_counts.rb b/lib/constant_contact_client/models/contacts_counts.rb index 983f810..3df0f5d 100644 --- a/lib/constant_contact_client/models/contacts_counts.rb +++ b/lib/constant_contact_client/models/contacts_counts.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contacts_export.rb b/lib/constant_contact_client/models/contacts_export.rb index f1651ae..585045c 100644 --- a/lib/constant_contact_client/models/contacts_export.rb +++ b/lib/constant_contact_client/models/contacts_export.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/contacts_json_import.rb b/lib/constant_contact_client/models/contacts_json_import.rb index e404c08..f33610d 100644 --- a/lib/constant_contact_client/models/contacts_json_import.rb +++ b/lib/constant_contact_client/models/contacts_json_import.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_contact_request.rb b/lib/constant_contact_client/models/create_contact_request.rb index c4565d3..527b937 100644 --- a/lib/constant_contact_client/models/create_contact_request.rb +++ b/lib/constant_contact_client/models/create_contact_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_contact_request_email_address.rb b/lib/constant_contact_client/models/create_contact_request_email_address.rb index 458ab0e..0c5dd50 100644 --- a/lib/constant_contact_client/models/create_contact_request_email_address.rb +++ b/lib/constant_contact_client/models/create_contact_request_email_address.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_csv_import_activity201_response.rb b/lib/constant_contact_client/models/create_csv_import_activity201_response.rb index 4d7281f..018399d 100644 --- a/lib/constant_contact_client/models/create_csv_import_activity201_response.rb +++ b/lib/constant_contact_client/models/create_csv_import_activity201_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_csv_import_activity201_response_links.rb b/lib/constant_contact_client/models/create_csv_import_activity201_response_links.rb index e7e8d1e..9be7b19 100644 --- a/lib/constant_contact_client/models/create_csv_import_activity201_response_links.rb +++ b/lib/constant_contact_client/models/create_csv_import_activity201_response_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_csv_import_activity201_response_status.rb b/lib/constant_contact_client/models/create_csv_import_activity201_response_status.rb index f9c4931..db5fe79 100644 --- a/lib/constant_contact_client/models/create_csv_import_activity201_response_status.rb +++ b/lib/constant_contact_client/models/create_csv_import_activity201_response_status.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_delete_activity201_response.rb b/lib/constant_contact_client/models/create_delete_activity201_response.rb index dad6492..5770b34 100644 --- a/lib/constant_contact_client/models/create_delete_activity201_response.rb +++ b/lib/constant_contact_client/models/create_delete_activity201_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_delete_activity201_response_links.rb b/lib/constant_contact_client/models/create_delete_activity201_response_links.rb index f0f273e..585e678 100644 --- a/lib/constant_contact_client/models/create_delete_activity201_response_links.rb +++ b/lib/constant_contact_client/models/create_delete_activity201_response_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_delete_activity201_response_links_self.rb b/lib/constant_contact_client/models/create_delete_activity201_response_links_self.rb index ff1bafc..9e47ea2 100644 --- a/lib/constant_contact_client/models/create_delete_activity201_response_links_self.rb +++ b/lib/constant_contact_client/models/create_delete_activity201_response_links_self.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_delete_activity201_response_status.rb b/lib/constant_contact_client/models/create_delete_activity201_response_status.rb index 6d50d25..be0604b 100644 --- a/lib/constant_contact_client/models/create_delete_activity201_response_status.rb +++ b/lib/constant_contact_client/models/create_delete_activity201_response_status.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_delete_activity_request.rb b/lib/constant_contact_client/models/create_delete_activity_request.rb index e8b420d..9894ea2 100644 --- a/lib/constant_contact_client/models/create_delete_activity_request.rb +++ b/lib/constant_contact_client/models/create_delete_activity_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_email_campaign200_response.rb b/lib/constant_contact_client/models/create_email_campaign200_response.rb index eaf6651..29147cb 100644 --- a/lib/constant_contact_client/models/create_email_campaign200_response.rb +++ b/lib/constant_contact_client/models/create_email_campaign200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_email_campaign200_response_campaign_activities_inner.rb b/lib/constant_contact_client/models/create_email_campaign200_response_campaign_activities_inner.rb index 5978ff4..42a8e4f 100644 --- a/lib/constant_contact_client/models/create_email_campaign200_response_campaign_activities_inner.rb +++ b/lib/constant_contact_client/models/create_email_campaign200_response_campaign_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_email_campaign_request.rb b/lib/constant_contact_client/models/create_email_campaign_request.rb index 3059988..2a41438 100644 --- a/lib/constant_contact_client/models/create_email_campaign_request.rb +++ b/lib/constant_contact_client/models/create_email_campaign_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_email_campaign_request_email_campaign_activities_inner.rb b/lib/constant_contact_client/models/create_email_campaign_request_email_campaign_activities_inner.rb index b65562a..5c22eec 100644 --- a/lib/constant_contact_client/models/create_email_campaign_request_email_campaign_activities_inner.rb +++ b/lib/constant_contact_client/models/create_email_campaign_request_email_campaign_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_email_campaign_request_email_campaign_activities_inner_physical_address_in_footer.rb b/lib/constant_contact_client/models/create_email_campaign_request_email_campaign_activities_inner_physical_address_in_footer.rb index 52a9981..8b2d110 100644 --- a/lib/constant_contact_client/models/create_email_campaign_request_email_campaign_activities_inner_physical_address_in_footer.rb +++ b/lib/constant_contact_client/models/create_email_campaign_request_email_campaign_activities_inner_physical_address_in_footer.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_export_activity201_response.rb b/lib/constant_contact_client/models/create_export_activity201_response.rb index 1593440..4e4008a 100644 --- a/lib/constant_contact_client/models/create_export_activity201_response.rb +++ b/lib/constant_contact_client/models/create_export_activity201_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_export_activity201_response_status.rb b/lib/constant_contact_client/models/create_export_activity201_response_status.rb index 0cb6673..c35da23 100644 --- a/lib/constant_contact_client/models/create_export_activity201_response_status.rb +++ b/lib/constant_contact_client/models/create_export_activity201_response_status.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_export_activity_request.rb b/lib/constant_contact_client/models/create_export_activity_request.rb index 779db12..019dc82 100644 --- a/lib/constant_contact_client/models/create_export_activity_request.rb +++ b/lib/constant_contact_client/models/create_export_activity_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_import_json_activity_request.rb b/lib/constant_contact_client/models/create_import_json_activity_request.rb index 57bdc6d..2818dd6 100644 --- a/lib/constant_contact_client/models/create_import_json_activity_request.rb +++ b/lib/constant_contact_client/models/create_import_json_activity_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_import_json_activity_request_import_data_inner.rb b/lib/constant_contact_client/models/create_import_json_activity_request_import_data_inner.rb index e6d96b6..1ad9e68 100644 --- a/lib/constant_contact_client/models/create_import_json_activity_request_import_data_inner.rb +++ b/lib/constant_contact_client/models/create_import_json_activity_request_import_data_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_list_add_activity_request.rb b/lib/constant_contact_client/models/create_list_add_activity_request.rb index eda337c..6017921 100644 --- a/lib/constant_contact_client/models/create_list_add_activity_request.rb +++ b/lib/constant_contact_client/models/create_list_add_activity_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_list_add_activity_request_exclude.rb b/lib/constant_contact_client/models/create_list_add_activity_request_exclude.rb index 4c4d9e0..5e24b81 100644 --- a/lib/constant_contact_client/models/create_list_add_activity_request_exclude.rb +++ b/lib/constant_contact_client/models/create_list_add_activity_request_exclude.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_list_add_activity_request_source.rb b/lib/constant_contact_client/models/create_list_add_activity_request_source.rb index f67b2b2..56f5588 100644 --- a/lib/constant_contact_client/models/create_list_add_activity_request_source.rb +++ b/lib/constant_contact_client/models/create_list_add_activity_request_source.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_list_delete_activity201_response.rb b/lib/constant_contact_client/models/create_list_delete_activity201_response.rb index c0b196b..a2ab8bd 100644 --- a/lib/constant_contact_client/models/create_list_delete_activity201_response.rb +++ b/lib/constant_contact_client/models/create_list_delete_activity201_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_list_delete_activity201_response_links.rb b/lib/constant_contact_client/models/create_list_delete_activity201_response_links.rb index 26fe025..72efb62 100644 --- a/lib/constant_contact_client/models/create_list_delete_activity201_response_links.rb +++ b/lib/constant_contact_client/models/create_list_delete_activity201_response_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_list_delete_activity201_response_links_self.rb b/lib/constant_contact_client/models/create_list_delete_activity201_response_links_self.rb index f3dcf26..dd18bff 100644 --- a/lib/constant_contact_client/models/create_list_delete_activity201_response_links_self.rb +++ b/lib/constant_contact_client/models/create_list_delete_activity201_response_links_self.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_list_delete_activity201_response_status.rb b/lib/constant_contact_client/models/create_list_delete_activity201_response_status.rb index 99b825e..a6f01f2 100644 --- a/lib/constant_contact_client/models/create_list_delete_activity201_response_status.rb +++ b/lib/constant_contact_client/models/create_list_delete_activity201_response_status.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_list_delete_activity_request.rb b/lib/constant_contact_client/models/create_list_delete_activity_request.rb index dc2b1ec..604ec22 100644 --- a/lib/constant_contact_client/models/create_list_delete_activity_request.rb +++ b/lib/constant_contact_client/models/create_list_delete_activity_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_list_remove_activity201_response.rb b/lib/constant_contact_client/models/create_list_remove_activity201_response.rb index bdd4871..fcf1e24 100644 --- a/lib/constant_contact_client/models/create_list_remove_activity201_response.rb +++ b/lib/constant_contact_client/models/create_list_remove_activity201_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_list_remove_activity201_response_status.rb b/lib/constant_contact_client/models/create_list_remove_activity201_response_status.rb index cebd786..40df75c 100644 --- a/lib/constant_contact_client/models/create_list_remove_activity201_response_status.rb +++ b/lib/constant_contact_client/models/create_list_remove_activity201_response_status.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_list_remove_activity_request.rb b/lib/constant_contact_client/models/create_list_remove_activity_request.rb index 6097bd3..9f2e35d 100644 --- a/lib/constant_contact_client/models/create_list_remove_activity_request.rb +++ b/lib/constant_contact_client/models/create_list_remove_activity_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_list_remove_activity_request_exclude.rb b/lib/constant_contact_client/models/create_list_remove_activity_request_exclude.rb index 75b9b95..6c4caf3 100644 --- a/lib/constant_contact_client/models/create_list_remove_activity_request_exclude.rb +++ b/lib/constant_contact_client/models/create_list_remove_activity_request_exclude.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_list_remove_activity_request_source.rb b/lib/constant_contact_client/models/create_list_remove_activity_request_source.rb index 98108f1..1f6971b 100644 --- a/lib/constant_contact_client/models/create_list_remove_activity_request_source.rb +++ b/lib/constant_contact_client/models/create_list_remove_activity_request_source.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_or_update_contact200_response.rb b/lib/constant_contact_client/models/create_or_update_contact200_response.rb index a5afce8..f9a3349 100644 --- a/lib/constant_contact_client/models/create_or_update_contact200_response.rb +++ b/lib/constant_contact_client/models/create_or_update_contact200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_or_update_contact_custom_field.rb b/lib/constant_contact_client/models/create_or_update_contact_custom_field.rb index b48869a..5bee92d 100644 --- a/lib/constant_contact_client/models/create_or_update_contact_custom_field.rb +++ b/lib/constant_contact_client/models/create_or_update_contact_custom_field.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_or_update_contact_request.rb b/lib/constant_contact_client/models/create_or_update_contact_request.rb index 4051ea4..90d508f 100644 --- a/lib/constant_contact_client/models/create_or_update_contact_request.rb +++ b/lib/constant_contact_client/models/create_or_update_contact_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_or_update_contact_request_custom_fields_inner.rb b/lib/constant_contact_client/models/create_or_update_contact_request_custom_fields_inner.rb index 09a383a..c9f3dc4 100644 --- a/lib/constant_contact_client/models/create_or_update_contact_request_custom_fields_inner.rb +++ b/lib/constant_contact_client/models/create_or_update_contact_request_custom_fields_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_or_update_contact_request_street_address.rb b/lib/constant_contact_client/models/create_or_update_contact_request_street_address.rb index c44dbb9..754407d 100644 --- a/lib/constant_contact_client/models/create_or_update_contact_request_street_address.rb +++ b/lib/constant_contact_client/models/create_or_update_contact_request_street_address.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_resend_email_campaign201_response.rb b/lib/constant_contact_client/models/create_resend_email_campaign201_response.rb index 75d8f83..0131912 100644 --- a/lib/constant_contact_client/models/create_resend_email_campaign201_response.rb +++ b/lib/constant_contact_client/models/create_resend_email_campaign201_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_resend_email_campaign_request.rb b/lib/constant_contact_client/models/create_resend_email_campaign_request.rb index 4874347..8c8585f 100644 --- a/lib/constant_contact_client/models/create_resend_email_campaign_request.rb +++ b/lib/constant_contact_client/models/create_resend_email_campaign_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_segment201_response.rb b/lib/constant_contact_client/models/create_segment201_response.rb index d391479..fa0f3d0 100644 --- a/lib/constant_contact_client/models/create_segment201_response.rb +++ b/lib/constant_contact_client/models/create_segment201_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_segment_request.rb b/lib/constant_contact_client/models/create_segment_request.rb index 942d20b..0ae0ed8 100644 --- a/lib/constant_contact_client/models/create_segment_request.rb +++ b/lib/constant_contact_client/models/create_segment_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_tag_delete_activity_request.rb b/lib/constant_contact_client/models/create_tag_delete_activity_request.rb index 29f3247..5a71b1e 100644 --- a/lib/constant_contact_client/models/create_tag_delete_activity_request.rb +++ b/lib/constant_contact_client/models/create_tag_delete_activity_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_tag_remove_activity201_response.rb b/lib/constant_contact_client/models/create_tag_remove_activity201_response.rb index a12423f..85a3269 100644 --- a/lib/constant_contact_client/models/create_tag_remove_activity201_response.rb +++ b/lib/constant_contact_client/models/create_tag_remove_activity201_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_tag_remove_activity201_response_links.rb b/lib/constant_contact_client/models/create_tag_remove_activity201_response_links.rb index def4c63..ce1daf3 100644 --- a/lib/constant_contact_client/models/create_tag_remove_activity201_response_links.rb +++ b/lib/constant_contact_client/models/create_tag_remove_activity201_response_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_tag_remove_activity201_response_links_results.rb b/lib/constant_contact_client/models/create_tag_remove_activity201_response_links_results.rb index a29d79e..9598b3e 100644 --- a/lib/constant_contact_client/models/create_tag_remove_activity201_response_links_results.rb +++ b/lib/constant_contact_client/models/create_tag_remove_activity201_response_links_results.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_tag_remove_activity201_response_links_self.rb b/lib/constant_contact_client/models/create_tag_remove_activity201_response_links_self.rb index 0ea461d..6df8b10 100644 --- a/lib/constant_contact_client/models/create_tag_remove_activity201_response_links_self.rb +++ b/lib/constant_contact_client/models/create_tag_remove_activity201_response_links_self.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_tag_remove_activity201_response_status.rb b/lib/constant_contact_client/models/create_tag_remove_activity201_response_status.rb index 67be118..e89ce13 100644 --- a/lib/constant_contact_client/models/create_tag_remove_activity201_response_status.rb +++ b/lib/constant_contact_client/models/create_tag_remove_activity201_response_status.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_tag_remove_activity_request.rb b/lib/constant_contact_client/models/create_tag_remove_activity_request.rb index 8722839..41a570a 100644 --- a/lib/constant_contact_client/models/create_tag_remove_activity_request.rb +++ b/lib/constant_contact_client/models/create_tag_remove_activity_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_tag_remove_activity_request_exclude.rb b/lib/constant_contact_client/models/create_tag_remove_activity_request_exclude.rb index aba6126..6639fed 100644 --- a/lib/constant_contact_client/models/create_tag_remove_activity_request_exclude.rb +++ b/lib/constant_contact_client/models/create_tag_remove_activity_request_exclude.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/create_tag_remove_activity_request_source.rb b/lib/constant_contact_client/models/create_tag_remove_activity_request_source.rb index 8744500..fabd5f2 100644 --- a/lib/constant_contact_client/models/create_tag_remove_activity_request_source.rb +++ b/lib/constant_contact_client/models/create_tag_remove_activity_request_source.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/cross_reference.rb b/lib/constant_contact_client/models/cross_reference.rb index 4b7c34c..f507f21 100644 --- a/lib/constant_contact_client/models/cross_reference.rb +++ b/lib/constant_contact_client/models/cross_reference.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/cross_reference_response.rb b/lib/constant_contact_client/models/cross_reference_response.rb index a3fcc91..5d783ee 100644 --- a/lib/constant_contact_client/models/cross_reference_response.rb +++ b/lib/constant_contact_client/models/cross_reference_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/custom_field_id100.rb b/lib/constant_contact_client/models/custom_field_id100.rb index acb7ba0..d6f2880 100644 --- a/lib/constant_contact_client/models/custom_field_id100.rb +++ b/lib/constant_contact_client/models/custom_field_id100.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/custom_field_input.rb b/lib/constant_contact_client/models/custom_field_input.rb index eea31da..df8565c 100644 --- a/lib/constant_contact_client/models/custom_field_input.rb +++ b/lib/constant_contact_client/models/custom_field_input.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/custom_field_resource.rb b/lib/constant_contact_client/models/custom_field_resource.rb index ab05b5d..2c84a78 100644 --- a/lib/constant_contact_client/models/custom_field_resource.rb +++ b/lib/constant_contact_client/models/custom_field_resource.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/custom_fields.rb b/lib/constant_contact_client/models/custom_fields.rb index dd24ed5..030e350 100644 --- a/lib/constant_contact_client/models/custom_fields.rb +++ b/lib/constant_contact_client/models/custom_fields.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/customer.rb b/lib/constant_contact_client/models/customer.rb index 6a00124..05b6e37 100644 --- a/lib/constant_contact_client/models/customer.rb +++ b/lib/constant_contact_client/models/customer.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/customer_put.rb b/lib/constant_contact_client/models/customer_put.rb index a4f737a..fa92bf4 100644 --- a/lib/constant_contact_client/models/customer_put.rb +++ b/lib/constant_contact_client/models/customer_put.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/delete_list202_response.rb b/lib/constant_contact_client/models/delete_list202_response.rb index 56704fa..5462801 100644 --- a/lib/constant_contact_client/models/delete_list202_response.rb +++ b/lib/constant_contact_client/models/delete_list202_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/delete_tag202_response.rb b/lib/constant_contact_client/models/delete_tag202_response.rb index 23b8fa7..6a51118 100644 --- a/lib/constant_contact_client/models/delete_tag202_response.rb +++ b/lib/constant_contact_client/models/delete_tag202_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/delete_tag202_response_activity_errors_inner.rb b/lib/constant_contact_client/models/delete_tag202_response_activity_errors_inner.rb index d09c7f9..90ff932 100644 --- a/lib/constant_contact_client/models/delete_tag202_response_activity_errors_inner.rb +++ b/lib/constant_contact_client/models/delete_tag202_response_activity_errors_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/delete_tag202_response_links.rb b/lib/constant_contact_client/models/delete_tag202_response_links.rb index 9df14d2..678884c 100644 --- a/lib/constant_contact_client/models/delete_tag202_response_links.rb +++ b/lib/constant_contact_client/models/delete_tag202_response_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/delete_tag202_response_links_self.rb b/lib/constant_contact_client/models/delete_tag202_response_links_self.rb index 8e4146e..169d062 100644 --- a/lib/constant_contact_client/models/delete_tag202_response_links_self.rb +++ b/lib/constant_contact_client/models/delete_tag202_response_links_self.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/delete_tag202_response_status.rb b/lib/constant_contact_client/models/delete_tag202_response_status.rb index 18c0a32..759c40b 100644 --- a/lib/constant_contact_client/models/delete_tag202_response_status.rb +++ b/lib/constant_contact_client/models/delete_tag202_response_status.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/device_flow_response.rb b/lib/constant_contact_client/models/device_flow_response.rb index 117edd8..b7d24ff 100644 --- a/lib/constant_contact_client/models/device_flow_response.rb +++ b/lib/constant_contact_client/models/device_flow_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/did_not_opens_tracking_activities_page.rb b/lib/constant_contact_client/models/did_not_opens_tracking_activities_page.rb index 8659f47..adf838e 100644 --- a/lib/constant_contact_client/models/did_not_opens_tracking_activities_page.rb +++ b/lib/constant_contact_client/models/did_not_opens_tracking_activities_page.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/did_not_opens_tracking_activity.rb b/lib/constant_contact_client/models/did_not_opens_tracking_activity.rb index 5cba11b..7aaf2ab 100644 --- a/lib/constant_contact_client/models/did_not_opens_tracking_activity.rb +++ b/lib/constant_contact_client/models/did_not_opens_tracking_activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/email_address.rb b/lib/constant_contact_client/models/email_address.rb index a42e12a..73ad362 100644 --- a/lib/constant_contact_client/models/email_address.rb +++ b/lib/constant_contact_client/models/email_address.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/email_address_post.rb b/lib/constant_contact_client/models/email_address_post.rb index 2ed2560..cdc448c 100644 --- a/lib/constant_contact_client/models/email_address_post.rb +++ b/lib/constant_contact_client/models/email_address_post.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/email_address_put.rb b/lib/constant_contact_client/models/email_address_put.rb index f1342c3..b69f498 100644 --- a/lib/constant_contact_client/models/email_address_put.rb +++ b/lib/constant_contact_client/models/email_address_put.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/email_campaign.rb b/lib/constant_contact_client/models/email_campaign.rb index c4988f8..80ee43d 100644 --- a/lib/constant_contact_client/models/email_campaign.rb +++ b/lib/constant_contact_client/models/email_campaign.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/email_campaign_activity.rb b/lib/constant_contact_client/models/email_campaign_activity.rb index 6a2ca89..03089d8 100644 --- a/lib/constant_contact_client/models/email_campaign_activity.rb +++ b/lib/constant_contact_client/models/email_campaign_activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/email_campaign_activity_input.rb b/lib/constant_contact_client/models/email_campaign_activity_input.rb index 5e662ad..0bef772 100644 --- a/lib/constant_contact_client/models/email_campaign_activity_input.rb +++ b/lib/constant_contact_client/models/email_campaign_activity_input.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/email_campaign_activity_preview.rb b/lib/constant_contact_client/models/email_campaign_activity_preview.rb index 9d51b6a..2cf73ae 100644 --- a/lib/constant_contact_client/models/email_campaign_activity_preview.rb +++ b/lib/constant_contact_client/models/email_campaign_activity_preview.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/email_campaign_complete.rb b/lib/constant_contact_client/models/email_campaign_complete.rb index 1f95ede..99792db 100644 --- a/lib/constant_contact_client/models/email_campaign_complete.rb +++ b/lib/constant_contact_client/models/email_campaign_complete.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/email_campaign_name.rb b/lib/constant_contact_client/models/email_campaign_name.rb index f3b7aab..8297af5 100644 --- a/lib/constant_contact_client/models/email_campaign_name.rb +++ b/lib/constant_contact_client/models/email_campaign_name.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/email_campaigns.rb b/lib/constant_contact_client/models/email_campaigns.rb index f043d39..423e291 100644 --- a/lib/constant_contact_client/models/email_campaigns.rb +++ b/lib/constant_contact_client/models/email_campaigns.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/email_link_click_count.rb b/lib/constant_contact_client/models/email_link_click_count.rb index 25ac0a9..e3fa5c8 100644 --- a/lib/constant_contact_client/models/email_link_click_count.rb +++ b/lib/constant_contact_client/models/email_link_click_count.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/email_links.rb b/lib/constant_contact_client/models/email_links.rb index efaec8c..d86d1f8 100644 --- a/lib/constant_contact_client/models/email_links.rb +++ b/lib/constant_contact_client/models/email_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/email_physical_address.rb b/lib/constant_contact_client/models/email_physical_address.rb index 2a90454..87034d4 100644 --- a/lib/constant_contact_client/models/email_physical_address.rb +++ b/lib/constant_contact_client/models/email_physical_address.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/email_schedule_input.rb b/lib/constant_contact_client/models/email_schedule_input.rb index 063afb8..223dc06 100644 --- a/lib/constant_contact_client/models/email_schedule_input.rb +++ b/lib/constant_contact_client/models/email_schedule_input.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/email_test_send_input.rb b/lib/constant_contact_client/models/email_test_send_input.rb index 6292426..96ed461 100644 --- a/lib/constant_contact_client/models/email_test_send_input.rb +++ b/lib/constant_contact_client/models/email_test_send_input.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/emails_link.rb b/lib/constant_contact_client/models/emails_link.rb index a27bb59..6131aad 100644 --- a/lib/constant_contact_client/models/emails_link.rb +++ b/lib/constant_contact_client/models/emails_link.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/emails_paging_links.rb b/lib/constant_contact_client/models/emails_paging_links.rb index 356fcd4..f8e9f17 100644 --- a/lib/constant_contact_client/models/emails_paging_links.rb +++ b/lib/constant_contact_client/models/emails_paging_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/file_object.rb b/lib/constant_contact_client/models/file_object.rb index 785bb1f..fcb3b72 100644 --- a/lib/constant_contact_client/models/file_object.rb +++ b/lib/constant_contact_client/models/file_object.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/file_status_array_inner.rb b/lib/constant_contact_client/models/file_status_array_inner.rb index 6c4e2ae..0d07379 100644 --- a/lib/constant_contact_client/models/file_status_array_inner.rb +++ b/lib/constant_contact_client/models/file_status_array_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/forwards_tracking_activities_page.rb b/lib/constant_contact_client/models/forwards_tracking_activities_page.rb index 0c9e47b..39ec308 100644 --- a/lib/constant_contact_client/models/forwards_tracking_activities_page.rb +++ b/lib/constant_contact_client/models/forwards_tracking_activities_page.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/forwards_tracking_activity.rb b/lib/constant_contact_client/models/forwards_tracking_activity.rb index 3314aff..161b1a0 100644 --- a/lib/constant_contact_client/models/forwards_tracking_activity.rb +++ b/lib/constant_contact_client/models/forwards_tracking_activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_ab_test_email_campaign200_response.rb b/lib/constant_contact_client/models/get_ab_test_email_campaign200_response.rb index 92afd8f..4661df2 100644 --- a/lib/constant_contact_client/models/get_ab_test_email_campaign200_response.rb +++ b/lib/constant_contact_client/models/get_ab_test_email_campaign200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_account_details200_response.rb b/lib/constant_contact_client/models/get_account_details200_response.rb index b585c11..e9cb4c4 100644 --- a/lib/constant_contact_client/models/get_account_details200_response.rb +++ b/lib/constant_contact_client/models/get_account_details200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_account_details200_response_company_logo.rb b/lib/constant_contact_client/models/get_account_details200_response_company_logo.rb index 7c43387..877cae9 100644 --- a/lib/constant_contact_client/models/get_account_details200_response_company_logo.rb +++ b/lib/constant_contact_client/models/get_account_details200_response_company_logo.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_account_details200_response_physical_address.rb b/lib/constant_contact_client/models/get_account_details200_response_physical_address.rb index 3920f05..a98f4c0 100644 --- a/lib/constant_contact_client/models/get_account_details200_response_physical_address.rb +++ b/lib/constant_contact_client/models/get_account_details200_response_physical_address.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_activity_by_id200_response.rb b/lib/constant_contact_client/models/get_activity_by_id200_response.rb index f5bde5d..6178120 100644 --- a/lib/constant_contact_client/models/get_activity_by_id200_response.rb +++ b/lib/constant_contact_client/models/get_activity_by_id200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_account_email_addresses200_response_inner.rb b/lib/constant_contact_client/models/get_all_account_email_addresses200_response_inner.rb index 7a200e2..6ecc48d 100644 --- a/lib/constant_contact_client/models/get_all_account_email_addresses200_response_inner.rb +++ b/lib/constant_contact_client/models/get_all_account_email_addresses200_response_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_activities200_response.rb b/lib/constant_contact_client/models/get_all_activities200_response.rb index b8462a9..94558f7 100644 --- a/lib/constant_contact_client/models/get_all_activities200_response.rb +++ b/lib/constant_contact_client/models/get_all_activities200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_activities200_response_activities_inner.rb b/lib/constant_contact_client/models/get_all_activities200_response_activities_inner.rb index 2b8700d..dcd51c8 100644 --- a/lib/constant_contact_client/models/get_all_activities200_response_activities_inner.rb +++ b/lib/constant_contact_client/models/get_all_activities200_response_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_links.rb b/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_links.rb index 8ce7e36..31b2ebb 100644 --- a/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_links.rb +++ b/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_links_results.rb b/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_links_results.rb index f27a856..0569ae4 100644 --- a/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_links_results.rb +++ b/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_links_results.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_links_self.rb b/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_links_self.rb index 9304b9e..7615a8c 100644 --- a/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_links_self.rb +++ b/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_links_self.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_status.rb b/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_status.rb index fd62766..6c7a7d0 100644 --- a/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_status.rb +++ b/lib/constant_contact_client/models/get_all_activities200_response_activities_inner_status.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_activities200_response_links.rb b/lib/constant_contact_client/models/get_all_activities200_response_links.rb index e330b80..f13cff7 100644 --- a/lib/constant_contact_client/models/get_all_activities200_response_links.rb +++ b/lib/constant_contact_client/models/get_all_activities200_response_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_activities200_response_links_next.rb b/lib/constant_contact_client/models/get_all_activities200_response_links_next.rb index 5e9f81b..64a010a 100644 --- a/lib/constant_contact_client/models/get_all_activities200_response_links_next.rb +++ b/lib/constant_contact_client/models/get_all_activities200_response_links_next.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_contacts200_response.rb b/lib/constant_contact_client/models/get_all_contacts200_response.rb index 08a8111..b6141ef 100644 --- a/lib/constant_contact_client/models/get_all_contacts200_response.rb +++ b/lib/constant_contact_client/models/get_all_contacts200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_custom_fields200_response.rb b/lib/constant_contact_client/models/get_all_custom_fields200_response.rb index 01adfa1..993d320 100644 --- a/lib/constant_contact_client/models/get_all_custom_fields200_response.rb +++ b/lib/constant_contact_client/models/get_all_custom_fields200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_email_campaigns200_response.rb b/lib/constant_contact_client/models/get_all_email_campaigns200_response.rb index 4a67b78..df6f065 100644 --- a/lib/constant_contact_client/models/get_all_email_campaigns200_response.rb +++ b/lib/constant_contact_client/models/get_all_email_campaigns200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_email_campaigns200_response_campaigns_inner.rb b/lib/constant_contact_client/models/get_all_email_campaigns200_response_campaigns_inner.rb index 35aa70d..8e97644 100644 --- a/lib/constant_contact_client/models/get_all_email_campaigns200_response_campaigns_inner.rb +++ b/lib/constant_contact_client/models/get_all_email_campaigns200_response_campaigns_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_email_campaigns200_response_links.rb b/lib/constant_contact_client/models/get_all_email_campaigns200_response_links.rb index d23cc00..86ba067 100644 --- a/lib/constant_contact_client/models/get_all_email_campaigns200_response_links.rb +++ b/lib/constant_contact_client/models/get_all_email_campaigns200_response_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_lists200_response.rb b/lib/constant_contact_client/models/get_all_lists200_response.rb index 58781c5..fcec336 100644 --- a/lib/constant_contact_client/models/get_all_lists200_response.rb +++ b/lib/constant_contact_client/models/get_all_lists200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_segments200_response.rb b/lib/constant_contact_client/models/get_all_segments200_response.rb index b7794e7..7384141 100644 --- a/lib/constant_contact_client/models/get_all_segments200_response.rb +++ b/lib/constant_contact_client/models/get_all_segments200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_segments200_response_links.rb b/lib/constant_contact_client/models/get_all_segments200_response_links.rb index 566318e..3f1427a 100644 --- a/lib/constant_contact_client/models/get_all_segments200_response_links.rb +++ b/lib/constant_contact_client/models/get_all_segments200_response_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_segments200_response_links_next.rb b/lib/constant_contact_client/models/get_all_segments200_response_links_next.rb index 9cbcf71..ff87ed7 100644 --- a/lib/constant_contact_client/models/get_all_segments200_response_links_next.rb +++ b/lib/constant_contact_client/models/get_all_segments200_response_links_next.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_segments200_response_segments_inner.rb b/lib/constant_contact_client/models/get_all_segments200_response_segments_inner.rb index 15c160a..ce14245 100644 --- a/lib/constant_contact_client/models/get_all_segments200_response_segments_inner.rb +++ b/lib/constant_contact_client/models/get_all_segments200_response_segments_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_tags200_response.rb b/lib/constant_contact_client/models/get_all_tags200_response.rb index 31c7029..47240e4 100644 --- a/lib/constant_contact_client/models/get_all_tags200_response.rb +++ b/lib/constant_contact_client/models/get_all_tags200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_tags200_response_links.rb b/lib/constant_contact_client/models/get_all_tags200_response_links.rb index c72479b..ca4e6af 100644 --- a/lib/constant_contact_client/models/get_all_tags200_response_links.rb +++ b/lib/constant_contact_client/models/get_all_tags200_response_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_tags200_response_links_next.rb b/lib/constant_contact_client/models/get_all_tags200_response_links_next.rb index fc9af5d..ba5fc81 100644 --- a/lib/constant_contact_client/models/get_all_tags200_response_links_next.rb +++ b/lib/constant_contact_client/models/get_all_tags200_response_links_next.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_all_tags200_response_links_next_next.rb b/lib/constant_contact_client/models/get_all_tags200_response_links_next_next.rb index 7e1b1ff..27641b4 100644 --- a/lib/constant_contact_client/models/get_all_tags200_response_links_next_next.rb +++ b/lib/constant_contact_client/models/get_all_tags200_response_links_next_next.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_bounces_report200_response.rb b/lib/constant_contact_client/models/get_bounces_report200_response.rb index 36e263b..abca10d 100644 --- a/lib/constant_contact_client/models/get_bounces_report200_response.rb +++ b/lib/constant_contact_client/models/get_bounces_report200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_bounces_report200_response_links.rb b/lib/constant_contact_client/models/get_bounces_report200_response_links.rb index 96fe3fe..1a5c789 100644 --- a/lib/constant_contact_client/models/get_bounces_report200_response_links.rb +++ b/lib/constant_contact_client/models/get_bounces_report200_response_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_bounces_report200_response_tracking_activities_inner.rb b/lib/constant_contact_client/models/get_bounces_report200_response_tracking_activities_inner.rb index 0afd0a7..ea6a08e 100644 --- a/lib/constant_contact_client/models/get_bounces_report200_response_tracking_activities_inner.rb +++ b/lib/constant_contact_client/models/get_bounces_report200_response_tracking_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_campaign_activity_link_report200_response.rb b/lib/constant_contact_client/models/get_campaign_activity_link_report200_response.rb index e4dfed7..f49546e 100644 --- a/lib/constant_contact_client/models/get_campaign_activity_link_report200_response.rb +++ b/lib/constant_contact_client/models/get_campaign_activity_link_report200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_campaign_activity_link_report200_response_link_click_counts_inner.rb b/lib/constant_contact_client/models/get_campaign_activity_link_report200_response_link_click_counts_inner.rb index 4a4794e..11f5716 100644 --- a/lib/constant_contact_client/models/get_campaign_activity_link_report200_response_link_click_counts_inner.rb +++ b/lib/constant_contact_client/models/get_campaign_activity_link_report200_response_link_click_counts_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_clicks_report200_response.rb b/lib/constant_contact_client/models/get_clicks_report200_response.rb index 045d0a3..05edfe0 100644 --- a/lib/constant_contact_client/models/get_clicks_report200_response.rb +++ b/lib/constant_contact_client/models/get_clicks_report200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_clicks_report200_response_links.rb b/lib/constant_contact_client/models/get_clicks_report200_response_links.rb index c046f89..c7f8d91 100644 --- a/lib/constant_contact_client/models/get_clicks_report200_response_links.rb +++ b/lib/constant_contact_client/models/get_clicks_report200_response_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_clicks_report200_response_tracking_activities_inner.rb b/lib/constant_contact_client/models/get_clicks_report200_response_tracking_activities_inner.rb index 6813557..8663b65 100644 --- a/lib/constant_contact_client/models/get_clicks_report200_response_tracking_activities_inner.rb +++ b/lib/constant_contact_client/models/get_clicks_report200_response_tracking_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_adds200_response.rb b/lib/constant_contact_client/models/get_contact_adds200_response.rb index 993d68b..c942b8a 100644 --- a/lib/constant_contact_client/models/get_contact_adds200_response.rb +++ b/lib/constant_contact_client/models/get_contact_adds200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_adds200_response_tracking_activities_inner.rb b/lib/constant_contact_client/models/get_contact_adds200_response_tracking_activities_inner.rb index d14c580..d303116 100644 --- a/lib/constant_contact_client/models/get_contact_adds200_response_tracking_activities_inner.rb +++ b/lib/constant_contact_client/models/get_contact_adds200_response_tracking_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_by_id200_response.rb b/lib/constant_contact_client/models/get_contact_by_id200_response.rb index c4ec2f0..7b36e23 100644 --- a/lib/constant_contact_client/models/get_contact_by_id200_response.rb +++ b/lib/constant_contact_client/models/get_contact_by_id200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_by_id200_response_custom_fields_inner.rb b/lib/constant_contact_client/models/get_contact_by_id200_response_custom_fields_inner.rb index 2eb0779..f90a1ff 100644 --- a/lib/constant_contact_client/models/get_contact_by_id200_response_custom_fields_inner.rb +++ b/lib/constant_contact_client/models/get_contact_by_id200_response_custom_fields_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_by_id200_response_email_address.rb b/lib/constant_contact_client/models/get_contact_by_id200_response_email_address.rb index ee32a43..2b898bf 100644 --- a/lib/constant_contact_client/models/get_contact_by_id200_response_email_address.rb +++ b/lib/constant_contact_client/models/get_contact_by_id200_response_email_address.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_by_id200_response_notes_inner.rb b/lib/constant_contact_client/models/get_contact_by_id200_response_notes_inner.rb index 02fa415..82e4d84 100644 --- a/lib/constant_contact_client/models/get_contact_by_id200_response_notes_inner.rb +++ b/lib/constant_contact_client/models/get_contact_by_id200_response_notes_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_by_id200_response_phone_numbers_inner.rb b/lib/constant_contact_client/models/get_contact_by_id200_response_phone_numbers_inner.rb index 3e37935..ff959d2 100644 --- a/lib/constant_contact_client/models/get_contact_by_id200_response_phone_numbers_inner.rb +++ b/lib/constant_contact_client/models/get_contact_by_id200_response_phone_numbers_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_by_id200_response_sms_channel.rb b/lib/constant_contact_client/models/get_contact_by_id200_response_sms_channel.rb index a2d3c1a..013a561 100644 --- a/lib/constant_contact_client/models/get_contact_by_id200_response_sms_channel.rb +++ b/lib/constant_contact_client/models/get_contact_by_id200_response_sms_channel.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_by_id200_response_sms_channel_sms_channel_consents_inner.rb b/lib/constant_contact_client/models/get_contact_by_id200_response_sms_channel_sms_channel_consents_inner.rb index aa37fb9..99efe29 100644 --- a/lib/constant_contact_client/models/get_contact_by_id200_response_sms_channel_sms_channel_consents_inner.rb +++ b/lib/constant_contact_client/models/get_contact_by_id200_response_sms_channel_sms_channel_consents_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_by_id200_response_street_addresses_inner.rb b/lib/constant_contact_client/models/get_contact_by_id200_response_street_addresses_inner.rb index 8ccc510..429edf6 100644 --- a/lib/constant_contact_client/models/get_contact_by_id200_response_street_addresses_inner.rb +++ b/lib/constant_contact_client/models/get_contact_by_id200_response_street_addresses_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_counts200_response.rb b/lib/constant_contact_client/models/get_contact_counts200_response.rb index f2b9b2a..cb173d3 100644 --- a/lib/constant_contact_client/models/get_contact_counts200_response.rb +++ b/lib/constant_contact_client/models/get_contact_counts200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_id_xrefs200_response.rb b/lib/constant_contact_client/models/get_contact_id_xrefs200_response.rb index aaac97a..70da539 100644 --- a/lib/constant_contact_client/models/get_contact_id_xrefs200_response.rb +++ b/lib/constant_contact_client/models/get_contact_id_xrefs200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_id_xrefs200_response_xrefs_inner.rb b/lib/constant_contact_client/models/get_contact_id_xrefs200_response_xrefs_inner.rb index cc9fd59..829217c 100644 --- a/lib/constant_contact_client/models/get_contact_id_xrefs200_response_xrefs_inner.rb +++ b/lib/constant_contact_client/models/get_contact_id_xrefs200_response_xrefs_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_open_click_rate_report200_response.rb b/lib/constant_contact_client/models/get_contact_open_click_rate_report200_response.rb index 0151d13..be0e1e1 100644 --- a/lib/constant_contact_client/models/get_contact_open_click_rate_report200_response.rb +++ b/lib/constant_contact_client/models/get_contact_open_click_rate_report200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_tracking_count_report200_response.rb b/lib/constant_contact_client/models/get_contact_tracking_count_report200_response.rb index 540d424..ebcf5cc 100644 --- a/lib/constant_contact_client/models/get_contact_tracking_count_report200_response.rb +++ b/lib/constant_contact_client/models/get_contact_tracking_count_report200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_tracking_count_report200_response_campaign_activities_inner.rb b/lib/constant_contact_client/models/get_contact_tracking_count_report200_response_campaign_activities_inner.rb index 87d4b0b..7eec30d 100644 --- a/lib/constant_contact_client/models/get_contact_tracking_count_report200_response_campaign_activities_inner.rb +++ b/lib/constant_contact_client/models/get_contact_tracking_count_report200_response_campaign_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_tracking_count_report200_response_links.rb b/lib/constant_contact_client/models/get_contact_tracking_count_report200_response_links.rb index 17c30a0..9b2aaa7 100644 --- a/lib/constant_contact_client/models/get_contact_tracking_count_report200_response_links.rb +++ b/lib/constant_contact_client/models/get_contact_tracking_count_report200_response_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_tracking_report200_response.rb b/lib/constant_contact_client/models/get_contact_tracking_report200_response.rb index b7f2d08..e82b0de 100644 --- a/lib/constant_contact_client/models/get_contact_tracking_report200_response.rb +++ b/lib/constant_contact_client/models/get_contact_tracking_report200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_tracking_report200_response_links.rb b/lib/constant_contact_client/models/get_contact_tracking_report200_response_links.rb index f60e320..560e2ba 100644 --- a/lib/constant_contact_client/models/get_contact_tracking_report200_response_links.rb +++ b/lib/constant_contact_client/models/get_contact_tracking_report200_response_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_tracking_report200_response_links_next.rb b/lib/constant_contact_client/models/get_contact_tracking_report200_response_links_next.rb index 796d414..a0555ee 100644 --- a/lib/constant_contact_client/models/get_contact_tracking_report200_response_links_next.rb +++ b/lib/constant_contact_client/models/get_contact_tracking_report200_response_links_next.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_contact_tracking_report200_response_tracking_activities_inner.rb b/lib/constant_contact_client/models/get_contact_tracking_report200_response_tracking_activities_inner.rb index b373218..ff85bf2 100644 --- a/lib/constant_contact_client/models/get_contact_tracking_report200_response_tracking_activities_inner.rb +++ b/lib/constant_contact_client/models/get_contact_tracking_report200_response_tracking_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_custom_field200_response.rb b/lib/constant_contact_client/models/get_custom_field200_response.rb index ad9c039..ce9d267 100644 --- a/lib/constant_contact_client/models/get_custom_field200_response.rb +++ b/lib/constant_contact_client/models/get_custom_field200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_did_not_opens_report200_response.rb b/lib/constant_contact_client/models/get_did_not_opens_report200_response.rb index e9ab990..ec9e0ad 100644 --- a/lib/constant_contact_client/models/get_did_not_opens_report200_response.rb +++ b/lib/constant_contact_client/models/get_did_not_opens_report200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_did_not_opens_report200_response_tracking_activities_inner.rb b/lib/constant_contact_client/models/get_did_not_opens_report200_response_tracking_activities_inner.rb index 29e051b..d754a10 100644 --- a/lib/constant_contact_client/models/get_did_not_opens_report200_response_tracking_activities_inner.rb +++ b/lib/constant_contact_client/models/get_did_not_opens_report200_response_tracking_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_campaign_activity200_response.rb b/lib/constant_contact_client/models/get_email_campaign_activity200_response.rb index 10f37c9..17832bb 100644 --- a/lib/constant_contact_client/models/get_email_campaign_activity200_response.rb +++ b/lib/constant_contact_client/models/get_email_campaign_activity200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_campaign_activity200_response_document_properties.rb b/lib/constant_contact_client/models/get_email_campaign_activity200_response_document_properties.rb index 1490f0e..320ab81 100644 --- a/lib/constant_contact_client/models/get_email_campaign_activity200_response_document_properties.rb +++ b/lib/constant_contact_client/models/get_email_campaign_activity200_response_document_properties.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_campaign_activity200_response_physical_address_in_footer.rb b/lib/constant_contact_client/models/get_email_campaign_activity200_response_physical_address_in_footer.rb index 917c8ed..2e921d6 100644 --- a/lib/constant_contact_client/models/get_email_campaign_activity200_response_physical_address_in_footer.rb +++ b/lib/constant_contact_client/models/get_email_campaign_activity200_response_physical_address_in_footer.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_campaign_activity_preview200_response.rb b/lib/constant_contact_client/models/get_email_campaign_activity_preview200_response.rb index 070c415..14ba107 100644 --- a/lib/constant_contact_client/models/get_email_campaign_activity_preview200_response.rb +++ b/lib/constant_contact_client/models/get_email_campaign_activity_preview200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_campaign_activity_report200_response.rb b/lib/constant_contact_client/models/get_email_campaign_activity_report200_response.rb index 9f1bd8a..01159ff 100644 --- a/lib/constant_contact_client/models/get_email_campaign_activity_report200_response.rb +++ b/lib/constant_contact_client/models/get_email_campaign_activity_report200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_campaign_activity_report200_response_results_inner.rb b/lib/constant_contact_client/models/get_email_campaign_activity_report200_response_results_inner.rb index 4d62730..089bf92 100644 --- a/lib/constant_contact_client/models/get_email_campaign_activity_report200_response_results_inner.rb +++ b/lib/constant_contact_client/models/get_email_campaign_activity_report200_response_results_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_campaign_activity_report200_response_results_inner_stats.rb b/lib/constant_contact_client/models/get_email_campaign_activity_report200_response_results_inner_stats.rb index 1e44f46..b1c8e28 100644 --- a/lib/constant_contact_client/models/get_email_campaign_activity_report200_response_results_inner_stats.rb +++ b/lib/constant_contact_client/models/get_email_campaign_activity_report200_response_results_inner_stats.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_campaign_activity_schedule200_response_inner.rb b/lib/constant_contact_client/models/get_email_campaign_activity_schedule200_response_inner.rb index 7f18898..abdd55b 100644 --- a/lib/constant_contact_client/models/get_email_campaign_activity_schedule200_response_inner.rb +++ b/lib/constant_contact_client/models/get_email_campaign_activity_schedule200_response_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_campaign_activity_send_history200_response_inner.rb b/lib/constant_contact_client/models/get_email_campaign_activity_send_history200_response_inner.rb index d33d401..a489e5c 100644 --- a/lib/constant_contact_client/models/get_email_campaign_activity_send_history200_response_inner.rb +++ b/lib/constant_contact_client/models/get_email_campaign_activity_send_history200_response_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_campaign_report200_response.rb b/lib/constant_contact_client/models/get_email_campaign_report200_response.rb index 2242416..d63744a 100644 --- a/lib/constant_contact_client/models/get_email_campaign_report200_response.rb +++ b/lib/constant_contact_client/models/get_email_campaign_report200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_campaign_report200_response_aggregate_percents.rb b/lib/constant_contact_client/models/get_email_campaign_report200_response_aggregate_percents.rb index 6fae846..dfe17a8 100644 --- a/lib/constant_contact_client/models/get_email_campaign_report200_response_aggregate_percents.rb +++ b/lib/constant_contact_client/models/get_email_campaign_report200_response_aggregate_percents.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_campaign_report200_response_bulk_email_campaign_summaries_inner.rb b/lib/constant_contact_client/models/get_email_campaign_report200_response_bulk_email_campaign_summaries_inner.rb index ac87909..d99b212 100644 --- a/lib/constant_contact_client/models/get_email_campaign_report200_response_bulk_email_campaign_summaries_inner.rb +++ b/lib/constant_contact_client/models/get_email_campaign_report200_response_bulk_email_campaign_summaries_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_campaign_report200_response_bulk_email_campaign_summaries_inner_unique_counts.rb b/lib/constant_contact_client/models/get_email_campaign_report200_response_bulk_email_campaign_summaries_inner_unique_counts.rb index faab513..f2d5bc3 100644 --- a/lib/constant_contact_client/models/get_email_campaign_report200_response_bulk_email_campaign_summaries_inner_unique_counts.rb +++ b/lib/constant_contact_client/models/get_email_campaign_report200_response_bulk_email_campaign_summaries_inner_unique_counts.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_campaign_xrefs200_response.rb b/lib/constant_contact_client/models/get_email_campaign_xrefs200_response.rb index 0b56462..66e2cd2 100644 --- a/lib/constant_contact_client/models/get_email_campaign_xrefs200_response.rb +++ b/lib/constant_contact_client/models/get_email_campaign_xrefs200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_campaign_xrefs200_response_xrefs_inner.rb b/lib/constant_contact_client/models/get_email_campaign_xrefs200_response_xrefs_inner.rb index 5dce916..7a471bf 100644 --- a/lib/constant_contact_client/models/get_email_campaign_xrefs200_response_xrefs_inner.rb +++ b/lib/constant_contact_client/models/get_email_campaign_xrefs200_response_xrefs_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_opens_report200_response.rb b/lib/constant_contact_client/models/get_email_opens_report200_response.rb index 2636ce0..c78149d 100644 --- a/lib/constant_contact_client/models/get_email_opens_report200_response.rb +++ b/lib/constant_contact_client/models/get_email_opens_report200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_opens_report200_response_tracking_activities_inner.rb b/lib/constant_contact_client/models/get_email_opens_report200_response_tracking_activities_inner.rb index b1beb7f..8a894ba 100644 --- a/lib/constant_contact_client/models/get_email_opens_report200_response_tracking_activities_inner.rb +++ b/lib/constant_contact_client/models/get_email_opens_report200_response_tracking_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_sends_report200_response.rb b/lib/constant_contact_client/models/get_email_sends_report200_response.rb index beb6dfb..f156866 100644 --- a/lib/constant_contact_client/models/get_email_sends_report200_response.rb +++ b/lib/constant_contact_client/models/get_email_sends_report200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_sends_report200_response_links.rb b/lib/constant_contact_client/models/get_email_sends_report200_response_links.rb index eb3b6ca..b747bf0 100644 --- a/lib/constant_contact_client/models/get_email_sends_report200_response_links.rb +++ b/lib/constant_contact_client/models/get_email_sends_report200_response_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_sends_report200_response_tracking_activities_inner.rb b/lib/constant_contact_client/models/get_email_sends_report200_response_tracking_activities_inner.rb index d7eed5b..9e6d3c4 100644 --- a/lib/constant_contact_client/models/get_email_sends_report200_response_tracking_activities_inner.rb +++ b/lib/constant_contact_client/models/get_email_sends_report200_response_tracking_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_stats_report200_response.rb b/lib/constant_contact_client/models/get_email_stats_report200_response.rb index e28bc11..41208c4 100644 --- a/lib/constant_contact_client/models/get_email_stats_report200_response.rb +++ b/lib/constant_contact_client/models/get_email_stats_report200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_stats_report200_response_errors_inner.rb b/lib/constant_contact_client/models/get_email_stats_report200_response_errors_inner.rb index a4a1585..cc7d910 100644 --- a/lib/constant_contact_client/models/get_email_stats_report200_response_errors_inner.rb +++ b/lib/constant_contact_client/models/get_email_stats_report200_response_errors_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_stats_report200_response_results_inner.rb b/lib/constant_contact_client/models/get_email_stats_report200_response_results_inner.rb index 5698eac..13b5546 100644 --- a/lib/constant_contact_client/models/get_email_stats_report200_response_results_inner.rb +++ b/lib/constant_contact_client/models/get_email_stats_report200_response_results_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_stats_report200_response_results_inner_percents.rb b/lib/constant_contact_client/models/get_email_stats_report200_response_results_inner_percents.rb index 803eb7a..0fcefad 100644 --- a/lib/constant_contact_client/models/get_email_stats_report200_response_results_inner_percents.rb +++ b/lib/constant_contact_client/models/get_email_stats_report200_response_results_inner_percents.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_email_stats_report200_response_results_inner_stats.rb b/lib/constant_contact_client/models/get_email_stats_report200_response_results_inner_stats.rb index 38461d3..9e84da6 100644 --- a/lib/constant_contact_client/models/get_email_stats_report200_response_results_inner_stats.rb +++ b/lib/constant_contact_client/models/get_email_stats_report200_response_results_inner_stats.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_forwards_report200_response.rb b/lib/constant_contact_client/models/get_forwards_report200_response.rb index dd80f6b..cbba749 100644 --- a/lib/constant_contact_client/models/get_forwards_report200_response.rb +++ b/lib/constant_contact_client/models/get_forwards_report200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_forwards_report200_response_tracking_activities_inner.rb b/lib/constant_contact_client/models/get_forwards_report200_response_tracking_activities_inner.rb index 9cc3649..3e5d173 100644 --- a/lib/constant_contact_client/models/get_forwards_report200_response_tracking_activities_inner.rb +++ b/lib/constant_contact_client/models/get_forwards_report200_response_tracking_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_list200_response.rb b/lib/constant_contact_client/models/get_list200_response.rb index c54989e..9dfeebc 100644 --- a/lib/constant_contact_client/models/get_list200_response.rb +++ b/lib/constant_contact_client/models/get_list200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_list_id_xrefs200_response.rb b/lib/constant_contact_client/models/get_list_id_xrefs200_response.rb index 68914fc..526bb74 100644 --- a/lib/constant_contact_client/models/get_list_id_xrefs200_response.rb +++ b/lib/constant_contact_client/models/get_list_id_xrefs200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_list_id_xrefs200_response_xrefs_inner.rb b/lib/constant_contact_client/models/get_list_id_xrefs200_response_xrefs_inner.rb index deb0f06..f8603ef 100644 --- a/lib/constant_contact_client/models/get_list_id_xrefs200_response_xrefs_inner.rb +++ b/lib/constant_contact_client/models/get_list_id_xrefs200_response_xrefs_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_optouts_report200_response.rb b/lib/constant_contact_client/models/get_optouts_report200_response.rb index 8299ed0..1603a5a 100644 --- a/lib/constant_contact_client/models/get_optouts_report200_response.rb +++ b/lib/constant_contact_client/models/get_optouts_report200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_optouts_report200_response_tracking_activities_inner.rb b/lib/constant_contact_client/models/get_optouts_report200_response_tracking_activities_inner.rb index f8726b1..69f2f0e 100644 --- a/lib/constant_contact_client/models/get_optouts_report200_response_tracking_activities_inner.rb +++ b/lib/constant_contact_client/models/get_optouts_report200_response_tracking_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_resend_email_campaign200_response_inner.rb b/lib/constant_contact_client/models/get_resend_email_campaign200_response_inner.rb index e958c56..35255fd 100644 --- a/lib/constant_contact_client/models/get_resend_email_campaign200_response_inner.rb +++ b/lib/constant_contact_client/models/get_resend_email_campaign200_response_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_sms_engagement_history200_response_inner.rb b/lib/constant_contact_client/models/get_sms_engagement_history200_response_inner.rb index e4970b8..bcc4ba7 100644 --- a/lib/constant_contact_client/models/get_sms_engagement_history200_response_inner.rb +++ b/lib/constant_contact_client/models/get_sms_engagement_history200_response_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_sms_engagement_history200_response_inner_history_details.rb b/lib/constant_contact_client/models/get_sms_engagement_history200_response_inner_history_details.rb index 0c760e3..a427dd7 100644 --- a/lib/constant_contact_client/models/get_sms_engagement_history200_response_inner_history_details.rb +++ b/lib/constant_contact_client/models/get_sms_engagement_history200_response_inner_history_details.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_tag200_response.rb b/lib/constant_contact_client/models/get_tag200_response.rb index ee79e29..235ee56 100644 --- a/lib/constant_contact_client/models/get_tag200_response.rb +++ b/lib/constant_contact_client/models/get_tag200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_unique_contact_clicks200_response.rb b/lib/constant_contact_client/models/get_unique_contact_clicks200_response.rb index bb2e481..8823607 100644 --- a/lib/constant_contact_client/models/get_unique_contact_clicks200_response.rb +++ b/lib/constant_contact_client/models/get_unique_contact_clicks200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_unique_contact_clicks200_response_links.rb b/lib/constant_contact_client/models/get_unique_contact_clicks200_response_links.rb index 561d088..37bf64a 100644 --- a/lib/constant_contact_client/models/get_unique_contact_clicks200_response_links.rb +++ b/lib/constant_contact_client/models/get_unique_contact_clicks200_response_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_unique_contact_clicks200_response_links_next.rb b/lib/constant_contact_client/models/get_unique_contact_clicks200_response_links_next.rb index b940c95..d220108 100644 --- a/lib/constant_contact_client/models/get_unique_contact_clicks200_response_links_next.rb +++ b/lib/constant_contact_client/models/get_unique_contact_clicks200_response_links_next.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_unique_contact_clicks200_response_tracking_activities_inner.rb b/lib/constant_contact_client/models/get_unique_contact_clicks200_response_tracking_activities_inner.rb index cb76dd9..6fbf016 100644 --- a/lib/constant_contact_client/models/get_unique_contact_clicks200_response_tracking_activities_inner.rb +++ b/lib/constant_contact_client/models/get_unique_contact_clicks200_response_tracking_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_unique_contact_clicks200_response_tracking_activities_inner_sms_channel.rb b/lib/constant_contact_client/models/get_unique_contact_clicks200_response_tracking_activities_inner_sms_channel.rb index ffa7fe5..ac6cb81 100644 --- a/lib/constant_contact_client/models/get_unique_contact_clicks200_response_tracking_activities_inner_sms_channel.rb +++ b/lib/constant_contact_client/models/get_unique_contact_clicks200_response_tracking_activities_inner_sms_channel.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_unique_contact_opens200_response.rb b/lib/constant_contact_client/models/get_unique_contact_opens200_response.rb index b2db55c..277a4c8 100644 --- a/lib/constant_contact_client/models/get_unique_contact_opens200_response.rb +++ b/lib/constant_contact_client/models/get_unique_contact_opens200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_unique_contact_opens200_response_tracking_activities_inner.rb b/lib/constant_contact_client/models/get_unique_contact_opens200_response_tracking_activities_inner.rb index 55fb99d..15bca40 100644 --- a/lib/constant_contact_client/models/get_unique_contact_opens200_response_tracking_activities_inner.rb +++ b/lib/constant_contact_client/models/get_unique_contact_opens200_response_tracking_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_unique_contact_sms_opt_ins200_response.rb b/lib/constant_contact_client/models/get_unique_contact_sms_opt_ins200_response.rb index 0beb5c0..91eeac5 100644 --- a/lib/constant_contact_client/models/get_unique_contact_sms_opt_ins200_response.rb +++ b/lib/constant_contact_client/models/get_unique_contact_sms_opt_ins200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_unique_contact_sms_opt_ins200_response_tracking_activities_inner.rb b/lib/constant_contact_client/models/get_unique_contact_sms_opt_ins200_response_tracking_activities_inner.rb index e1bc3b3..6127072 100644 --- a/lib/constant_contact_client/models/get_unique_contact_sms_opt_ins200_response_tracking_activities_inner.rb +++ b/lib/constant_contact_client/models/get_unique_contact_sms_opt_ins200_response_tracking_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_unique_contact_updates200_response.rb b/lib/constant_contact_client/models/get_unique_contact_updates200_response.rb index 9405d8c..baf1559 100644 --- a/lib/constant_contact_client/models/get_unique_contact_updates200_response.rb +++ b/lib/constant_contact_client/models/get_unique_contact_updates200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_unique_contact_updates200_response_tracking_activities_inner.rb b/lib/constant_contact_client/models/get_unique_contact_updates200_response_tracking_activities_inner.rb index ba9bc10..1d3738b 100644 --- a/lib/constant_contact_client/models/get_unique_contact_updates200_response_tracking_activities_inner.rb +++ b/lib/constant_contact_client/models/get_unique_contact_updates200_response_tracking_activities_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/get_user_privileges200_response_inner.rb b/lib/constant_contact_client/models/get_user_privileges200_response_inner.rb index 580f547..313aec7 100644 --- a/lib/constant_contact_client/models/get_user_privileges200_response_inner.rb +++ b/lib/constant_contact_client/models/get_user_privileges200_response_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/headers_object.rb b/lib/constant_contact_client/models/headers_object.rb index df13da7..9ded5a0 100644 --- a/lib/constant_contact_client/models/headers_object.rb +++ b/lib/constant_contact_client/models/headers_object.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/history_details.rb b/lib/constant_contact_client/models/history_details.rb index da1773a..4ff8bd1 100644 --- a/lib/constant_contact_client/models/history_details.rb +++ b/lib/constant_contact_client/models/history_details.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/json_import_contact.rb b/lib/constant_contact_client/models/json_import_contact.rb index 8e46779..8aa7cc5 100644 --- a/lib/constant_contact_client/models/json_import_contact.rb +++ b/lib/constant_contact_client/models/json_import_contact.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/link.rb b/lib/constant_contact_client/models/link.rb index e8f41eb..f4e09bf 100644 --- a/lib/constant_contact_client/models/link.rb +++ b/lib/constant_contact_client/models/link.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/links.rb b/lib/constant_contact_client/models/links.rb index c965341..7c7e488 100644 --- a/lib/constant_contact_client/models/links.rb +++ b/lib/constant_contact_client/models/links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/list_activity_add_contacts.rb b/lib/constant_contact_client/models/list_activity_add_contacts.rb index beb06e6..b70dd2f 100644 --- a/lib/constant_contact_client/models/list_activity_add_contacts.rb +++ b/lib/constant_contact_client/models/list_activity_add_contacts.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/list_activity_remove_contacts.rb b/lib/constant_contact_client/models/list_activity_remove_contacts.rb index 8d05ced..847b2f9 100644 --- a/lib/constant_contact_client/models/list_activity_remove_contacts.rb +++ b/lib/constant_contact_client/models/list_activity_remove_contacts.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/list_id_list100.rb b/lib/constant_contact_client/models/list_id_list100.rb index a91feec..3d45b00 100644 --- a/lib/constant_contact_client/models/list_id_list100.rb +++ b/lib/constant_contact_client/models/list_id_list100.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/list_input.rb b/lib/constant_contact_client/models/list_input.rb index bd6a687..386d66f 100644 --- a/lib/constant_contact_client/models/list_input.rb +++ b/lib/constant_contact_client/models/list_input.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/list_xref.rb b/lib/constant_contact_client/models/list_xref.rb index 95783a0..0ea2eee 100644 --- a/lib/constant_contact_client/models/list_xref.rb +++ b/lib/constant_contact_client/models/list_xref.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/list_xrefs.rb b/lib/constant_contact_client/models/list_xrefs.rb index 62a8981..cbeb6d9 100644 --- a/lib/constant_contact_client/models/list_xrefs.rb +++ b/lib/constant_contact_client/models/list_xrefs.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/lpreporting_links.rb b/lib/constant_contact_client/models/lpreporting_links.rb index a2a4b3e..14856a1 100644 --- a/lib/constant_contact_client/models/lpreporting_links.rb +++ b/lib/constant_contact_client/models/lpreporting_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/lpreporting_next.rb b/lib/constant_contact_client/models/lpreporting_next.rb index 86b73cf..7e4d0aa 100644 --- a/lib/constant_contact_client/models/lpreporting_next.rb +++ b/lib/constant_contact_client/models/lpreporting_next.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/model_next.rb b/lib/constant_contact_client/models/model_next.rb index 8ace34d..bbd9d79 100644 --- a/lib/constant_contact_client/models/model_next.rb +++ b/lib/constant_contact_client/models/model_next.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/my_library_file_collection_inner.rb b/lib/constant_contact_client/models/my_library_file_collection_inner.rb index b9879e9..64ce912 100644 --- a/lib/constant_contact_client/models/my_library_file_collection_inner.rb +++ b/lib/constant_contact_client/models/my_library_file_collection_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/my_library_file_collection_inner_thumbnail.rb b/lib/constant_contact_client/models/my_library_file_collection_inner_thumbnail.rb index 3e9f9db..39b62b0 100644 --- a/lib/constant_contact_client/models/my_library_file_collection_inner_thumbnail.rb +++ b/lib/constant_contact_client/models/my_library_file_collection_inner_thumbnail.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/note.rb b/lib/constant_contact_client/models/note.rb index 8ba5f82..85cdda9 100644 --- a/lib/constant_contact_client/models/note.rb +++ b/lib/constant_contact_client/models/note.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/o_auth_error.rb b/lib/constant_contact_client/models/o_auth_error.rb index fb5a74a..9f8defe 100644 --- a/lib/constant_contact_client/models/o_auth_error.rb +++ b/lib/constant_contact_client/models/o_auth_error.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/opens_tracking_activities_page.rb b/lib/constant_contact_client/models/opens_tracking_activities_page.rb index 8b4c3bf..2e7507f 100644 --- a/lib/constant_contact_client/models/opens_tracking_activities_page.rb +++ b/lib/constant_contact_client/models/opens_tracking_activities_page.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/opens_tracking_activity.rb b/lib/constant_contact_client/models/opens_tracking_activity.rb index 3af254a..77a991b 100644 --- a/lib/constant_contact_client/models/opens_tracking_activity.rb +++ b/lib/constant_contact_client/models/opens_tracking_activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/optouts_tracking_activities_page.rb b/lib/constant_contact_client/models/optouts_tracking_activities_page.rb index d9dcfaf..3435041 100644 --- a/lib/constant_contact_client/models/optouts_tracking_activities_page.rb +++ b/lib/constant_contact_client/models/optouts_tracking_activities_page.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/optouts_tracking_activity.rb b/lib/constant_contact_client/models/optouts_tracking_activity.rb index dc6d03f..87fc742 100644 --- a/lib/constant_contact_client/models/optouts_tracking_activity.rb +++ b/lib/constant_contact_client/models/optouts_tracking_activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/p_contact_add_tracking_activities_page.rb b/lib/constant_contact_client/models/p_contact_add_tracking_activities_page.rb index c2394e0..c5a34c7 100644 --- a/lib/constant_contact_client/models/p_contact_add_tracking_activities_page.rb +++ b/lib/constant_contact_client/models/p_contact_add_tracking_activities_page.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/p_contact_add_tracking_activity.rb b/lib/constant_contact_client/models/p_contact_add_tracking_activity.rb index 2b2dbca..ead7606 100644 --- a/lib/constant_contact_client/models/p_contact_add_tracking_activity.rb +++ b/lib/constant_contact_client/models/p_contact_add_tracking_activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/p_contact_click_tracking_activities_page.rb b/lib/constant_contact_client/models/p_contact_click_tracking_activities_page.rb index 6298862..f427414 100644 --- a/lib/constant_contact_client/models/p_contact_click_tracking_activities_page.rb +++ b/lib/constant_contact_client/models/p_contact_click_tracking_activities_page.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/p_contact_click_tracking_activity.rb b/lib/constant_contact_client/models/p_contact_click_tracking_activity.rb index 793ad35..2237cef 100644 --- a/lib/constant_contact_client/models/p_contact_click_tracking_activity.rb +++ b/lib/constant_contact_client/models/p_contact_click_tracking_activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/p_contact_open_tracking_activity.rb b/lib/constant_contact_client/models/p_contact_open_tracking_activity.rb index 4e14159..d195ef7 100644 --- a/lib/constant_contact_client/models/p_contact_open_tracking_activity.rb +++ b/lib/constant_contact_client/models/p_contact_open_tracking_activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/p_contact_opens_tracking_activities_page.rb b/lib/constant_contact_client/models/p_contact_opens_tracking_activities_page.rb index 58e7a93..2b9228d 100644 --- a/lib/constant_contact_client/models/p_contact_opens_tracking_activities_page.rb +++ b/lib/constant_contact_client/models/p_contact_opens_tracking_activities_page.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/p_contact_sms_opt_in_tracking_activities_page.rb b/lib/constant_contact_client/models/p_contact_sms_opt_in_tracking_activities_page.rb index 83acb33..e8c17ad 100644 --- a/lib/constant_contact_client/models/p_contact_sms_opt_in_tracking_activities_page.rb +++ b/lib/constant_contact_client/models/p_contact_sms_opt_in_tracking_activities_page.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/p_contact_sms_opt_in_tracking_activity.rb b/lib/constant_contact_client/models/p_contact_sms_opt_in_tracking_activity.rb index 25866cb..93ccd1b 100644 --- a/lib/constant_contact_client/models/p_contact_sms_opt_in_tracking_activity.rb +++ b/lib/constant_contact_client/models/p_contact_sms_opt_in_tracking_activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/p_contact_update_tracking_activities_page.rb b/lib/constant_contact_client/models/p_contact_update_tracking_activities_page.rb index d7ea462..253c363 100644 --- a/lib/constant_contact_client/models/p_contact_update_tracking_activities_page.rb +++ b/lib/constant_contact_client/models/p_contact_update_tracking_activities_page.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/p_contact_update_tracking_activity.rb b/lib/constant_contact_client/models/p_contact_update_tracking_activity.rb index dc6e031..98699d4 100644 --- a/lib/constant_contact_client/models/p_contact_update_tracking_activity.rb +++ b/lib/constant_contact_client/models/p_contact_update_tracking_activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/paged_email_campaign_response.rb b/lib/constant_contact_client/models/paged_email_campaign_response.rb index 15f4bb7..2294c25 100644 --- a/lib/constant_contact_client/models/paged_email_campaign_response.rb +++ b/lib/constant_contact_client/models/paged_email_campaign_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/pagination_links.rb b/lib/constant_contact_client/models/pagination_links.rb index e2a58af..09ccf92 100644 --- a/lib/constant_contact_client/models/pagination_links.rb +++ b/lib/constant_contact_client/models/pagination_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/pagination_links_next.rb b/lib/constant_contact_client/models/pagination_links_next.rb index 12f4da0..d9dc71d 100644 --- a/lib/constant_contact_client/models/pagination_links_next.rb +++ b/lib/constant_contact_client/models/pagination_links_next.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/paging_links.rb b/lib/constant_contact_client/models/paging_links.rb index 72e3083..66a62e0 100644 --- a/lib/constant_contact_client/models/paging_links.rb +++ b/lib/constant_contact_client/models/paging_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/partner_account.rb b/lib/constant_contact_client/models/partner_account.rb index a99e810..5db4774 100644 --- a/lib/constant_contact_client/models/partner_account.rb +++ b/lib/constant_contact_client/models/partner_account.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/partner_account_links.rb b/lib/constant_contact_client/models/partner_account_links.rb index 4df05bf..c1d4109 100644 --- a/lib/constant_contact_client/models/partner_account_links.rb +++ b/lib/constant_contact_client/models/partner_account_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/partner_account_operations_request.rb b/lib/constant_contact_client/models/partner_account_operations_request.rb index 6d02380..ab92525 100644 --- a/lib/constant_contact_client/models/partner_account_operations_request.rb +++ b/lib/constant_contact_client/models/partner_account_operations_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/partner_account_operations_request_account_operation_headers_inner.rb b/lib/constant_contact_client/models/partner_account_operations_request_account_operation_headers_inner.rb index 09ca591..35a2b20 100644 --- a/lib/constant_contact_client/models/partner_account_operations_request_account_operation_headers_inner.rb +++ b/lib/constant_contact_client/models/partner_account_operations_request_account_operation_headers_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/partner_account_operations_request_account_operation_path_parameters_inner.rb b/lib/constant_contact_client/models/partner_account_operations_request_account_operation_path_parameters_inner.rb index de37903..fc677bb 100644 --- a/lib/constant_contact_client/models/partner_account_operations_request_account_operation_path_parameters_inner.rb +++ b/lib/constant_contact_client/models/partner_account_operations_request_account_operation_path_parameters_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/partner_account_operations_request_account_operation_query_parameters_inner.rb b/lib/constant_contact_client/models/partner_account_operations_request_account_operation_query_parameters_inner.rb index 79f9b57..5104df5 100644 --- a/lib/constant_contact_client/models/partner_account_operations_request_account_operation_query_parameters_inner.rb +++ b/lib/constant_contact_client/models/partner_account_operations_request_account_operation_query_parameters_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/partner_account_site_owner_list_inner.rb b/lib/constant_contact_client/models/partner_account_site_owner_list_inner.rb index 90fe187..00abb00 100644 --- a/lib/constant_contact_client/models/partner_account_site_owner_list_inner.rb +++ b/lib/constant_contact_client/models/partner_account_site_owner_list_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/partners_link.rb b/lib/constant_contact_client/models/partners_link.rb index 5a1f8f0..b267772 100644 --- a/lib/constant_contact_client/models/partners_link.rb +++ b/lib/constant_contact_client/models/partners_link.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/patch_email_campaign_name_request.rb b/lib/constant_contact_client/models/patch_email_campaign_name_request.rb index 419840a..c8bb8f1 100644 --- a/lib/constant_contact_client/models/patch_email_campaign_name_request.rb +++ b/lib/constant_contact_client/models/patch_email_campaign_name_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/path_param_object.rb b/lib/constant_contact_client/models/path_param_object.rb index 1c5ef02..0338e9e 100644 --- a/lib/constant_contact_client/models/path_param_object.rb +++ b/lib/constant_contact_client/models/path_param_object.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/percents_email.rb b/lib/constant_contact_client/models/percents_email.rb index e7c49aa..c2fdd44 100644 --- a/lib/constant_contact_client/models/percents_email.rb +++ b/lib/constant_contact_client/models/percents_email.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/phone_number.rb b/lib/constant_contact_client/models/phone_number.rb index 8161bed..237faf8 100644 --- a/lib/constant_contact_client/models/phone_number.rb +++ b/lib/constant_contact_client/models/phone_number.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/phone_number_put.rb b/lib/constant_contact_client/models/phone_number_put.rb index 2f7bb4a..e288954 100644 --- a/lib/constant_contact_client/models/phone_number_put.rb +++ b/lib/constant_contact_client/models/phone_number_put.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/plan_info.rb b/lib/constant_contact_client/models/plan_info.rb index dc7e0ea..f35a64c 100644 --- a/lib/constant_contact_client/models/plan_info.rb +++ b/lib/constant_contact_client/models/plan_info.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/plan_tiers_object.rb b/lib/constant_contact_client/models/plan_tiers_object.rb index 7fded51..804f4d5 100644 --- a/lib/constant_contact_client/models/plan_tiers_object.rb +++ b/lib/constant_contact_client/models/plan_tiers_object.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/plan_tiers_object_current_tiers_inner.rb b/lib/constant_contact_client/models/plan_tiers_object_current_tiers_inner.rb index 4b9c9dc..7c5627e 100644 --- a/lib/constant_contact_client/models/plan_tiers_object_current_tiers_inner.rb +++ b/lib/constant_contact_client/models/plan_tiers_object_current_tiers_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/post_custom_field_delete201_response.rb b/lib/constant_contact_client/models/post_custom_field_delete201_response.rb index edc8779..2b152a0 100644 --- a/lib/constant_contact_client/models/post_custom_field_delete201_response.rb +++ b/lib/constant_contact_client/models/post_custom_field_delete201_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/post_custom_field_delete_request.rb b/lib/constant_contact_client/models/post_custom_field_delete_request.rb index 2749172..eeb67e2 100644 --- a/lib/constant_contact_client/models/post_custom_field_delete_request.rb +++ b/lib/constant_contact_client/models/post_custom_field_delete_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/post_tag_request.rb b/lib/constant_contact_client/models/post_tag_request.rb index ea8f3e4..5933ab0 100644 --- a/lib/constant_contact_client/models/post_tag_request.rb +++ b/lib/constant_contact_client/models/post_tag_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/provision.rb b/lib/constant_contact_client/models/provision.rb index 45c83b1..6660900 100644 --- a/lib/constant_contact_client/models/provision.rb +++ b/lib/constant_contact_client/models/provision.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/provision_response.rb b/lib/constant_contact_client/models/provision_response.rb index b81d420..9dda2f7 100644 --- a/lib/constant_contact_client/models/provision_response.rb +++ b/lib/constant_contact_client/models/provision_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/put_tag_request.rb b/lib/constant_contact_client/models/put_tag_request.rb index 6e759aa..ad62c56 100644 --- a/lib/constant_contact_client/models/put_tag_request.rb +++ b/lib/constant_contact_client/models/put_tag_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/query_param_object.rb b/lib/constant_contact_client/models/query_param_object.rb index beb4f20..14e6e26 100644 --- a/lib/constant_contact_client/models/query_param_object.rb +++ b/lib/constant_contact_client/models/query_param_object.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/reporting_links.rb b/lib/constant_contact_client/models/reporting_links.rb index 5cbc755..a22088d 100644 --- a/lib/constant_contact_client/models/reporting_links.rb +++ b/lib/constant_contact_client/models/reporting_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/reporting_next.rb b/lib/constant_contact_client/models/reporting_next.rb index d517ab3..314eccc 100644 --- a/lib/constant_contact_client/models/reporting_next.rb +++ b/lib/constant_contact_client/models/reporting_next.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/resend_to_non_openers_input.rb b/lib/constant_contact_client/models/resend_to_non_openers_input.rb index 3ff1dde..36d6883 100644 --- a/lib/constant_contact_client/models/resend_to_non_openers_input.rb +++ b/lib/constant_contact_client/models/resend_to_non_openers_input.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/resend_to_non_openers_object.rb b/lib/constant_contact_client/models/resend_to_non_openers_object.rb index 3b1d14b..f37b9f6 100644 --- a/lib/constant_contact_client/models/resend_to_non_openers_object.rb +++ b/lib/constant_contact_client/models/resend_to_non_openers_object.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/schedule_email_campaign_activity_request.rb b/lib/constant_contact_client/models/schedule_email_campaign_activity_request.rb index b45b030..3605eeb 100644 --- a/lib/constant_contact_client/models/schedule_email_campaign_activity_request.rb +++ b/lib/constant_contact_client/models/schedule_email_campaign_activity_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/segment_data.rb b/lib/constant_contact_client/models/segment_data.rb index 92b556e..b8577ed 100644 --- a/lib/constant_contact_client/models/segment_data.rb +++ b/lib/constant_contact_client/models/segment_data.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/segment_detail.rb b/lib/constant_contact_client/models/segment_detail.rb index 671d8d0..ee5ec1f 100644 --- a/lib/constant_contact_client/models/segment_detail.rb +++ b/lib/constant_contact_client/models/segment_detail.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/segment_master.rb b/lib/constant_contact_client/models/segment_master.rb index 05634e4..51b8b70 100644 --- a/lib/constant_contact_client/models/segment_master.rb +++ b/lib/constant_contact_client/models/segment_master.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/segment_name.rb b/lib/constant_contact_client/models/segment_name.rb index 8035f74..781e972 100644 --- a/lib/constant_contact_client/models/segment_name.rb +++ b/lib/constant_contact_client/models/segment_name.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/segments_dto.rb b/lib/constant_contact_client/models/segments_dto.rb index 35bda09..58c3861 100644 --- a/lib/constant_contact_client/models/segments_dto.rb +++ b/lib/constant_contact_client/models/segments_dto.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/sends_tracking_activities_page.rb b/lib/constant_contact_client/models/sends_tracking_activities_page.rb index 2923cda..5a9a0ad 100644 --- a/lib/constant_contact_client/models/sends_tracking_activities_page.rb +++ b/lib/constant_contact_client/models/sends_tracking_activities_page.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/sends_tracking_activity.rb b/lib/constant_contact_client/models/sends_tracking_activity.rb index cec4b40..365a617 100644 --- a/lib/constant_contact_client/models/sends_tracking_activity.rb +++ b/lib/constant_contact_client/models/sends_tracking_activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/sms_channel_consent_details.rb b/lib/constant_contact_client/models/sms_channel_consent_details.rb index 2ae789e..ed6d873 100644 --- a/lib/constant_contact_client/models/sms_channel_consent_details.rb +++ b/lib/constant_contact_client/models/sms_channel_consent_details.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/sso_user.rb b/lib/constant_contact_client/models/sso_user.rb index 752fd0a..298af6c 100644 --- a/lib/constant_contact_client/models/sso_user.rb +++ b/lib/constant_contact_client/models/sso_user.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/stats_email.rb b/lib/constant_contact_client/models/stats_email.rb index 91aa274..c002939 100644 --- a/lib/constant_contact_client/models/stats_email.rb +++ b/lib/constant_contact_client/models/stats_email.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/stats_email_activity.rb b/lib/constant_contact_client/models/stats_email_activity.rb index 2549843..f87a0ee 100644 --- a/lib/constant_contact_client/models/stats_email_activity.rb +++ b/lib/constant_contact_client/models/stats_email_activity.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/stats_error.rb b/lib/constant_contact_client/models/stats_error.rb index 63ace0e..f8fcd87 100644 --- a/lib/constant_contact_client/models/stats_error.rb +++ b/lib/constant_contact_client/models/stats_error.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/street_address.rb b/lib/constant_contact_client/models/street_address.rb index f4900da..5da92c8 100644 --- a/lib/constant_contact_client/models/street_address.rb +++ b/lib/constant_contact_client/models/street_address.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/street_address_put.rb b/lib/constant_contact_client/models/street_address_put.rb index 30b5cb5..061d045 100644 --- a/lib/constant_contact_client/models/street_address_put.rb +++ b/lib/constant_contact_client/models/street_address_put.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/tag.rb b/lib/constant_contact_client/models/tag.rb index 2cf5c7e..f6032a3 100644 --- a/lib/constant_contact_client/models/tag.rb +++ b/lib/constant_contact_client/models/tag.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/tag_add_remove_contacts.rb b/lib/constant_contact_client/models/tag_add_remove_contacts.rb index 0213f09..fdc7ef6 100644 --- a/lib/constant_contact_client/models/tag_add_remove_contacts.rb +++ b/lib/constant_contact_client/models/tag_add_remove_contacts.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/tag_id_list500_limit.rb b/lib/constant_contact_client/models/tag_id_list500_limit.rb index 3460501..2728eef 100644 --- a/lib/constant_contact_client/models/tag_id_list500_limit.rb +++ b/lib/constant_contact_client/models/tag_id_list500_limit.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/tag_post.rb b/lib/constant_contact_client/models/tag_post.rb index ff7e623..97b638b 100644 --- a/lib/constant_contact_client/models/tag_post.rb +++ b/lib/constant_contact_client/models/tag_post.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/tag_put.rb b/lib/constant_contact_client/models/tag_put.rb index 35d2712..2f4ba6b 100644 --- a/lib/constant_contact_client/models/tag_put.rb +++ b/lib/constant_contact_client/models/tag_put.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/tags.rb b/lib/constant_contact_client/models/tags.rb index 3260c40..2f4212f 100644 --- a/lib/constant_contact_client/models/tags.rb +++ b/lib/constant_contact_client/models/tags.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/tags_activity_links.rb b/lib/constant_contact_client/models/tags_activity_links.rb index 398abf2..826abab 100644 --- a/lib/constant_contact_client/models/tags_activity_links.rb +++ b/lib/constant_contact_client/models/tags_activity_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/tags_links.rb b/lib/constant_contact_client/models/tags_links.rb index b3d9fe3..a576607 100644 --- a/lib/constant_contact_client/models/tags_links.rb +++ b/lib/constant_contact_client/models/tags_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/tags_paging_links.rb b/lib/constant_contact_client/models/tags_paging_links.rb index f26b021..9a79c70 100644 --- a/lib/constant_contact_client/models/tags_paging_links.rb +++ b/lib/constant_contact_client/models/tags_paging_links.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/test_send_email_campaign_activity_request.rb b/lib/constant_contact_client/models/test_send_email_campaign_activity_request.rb index d72f1b9..ae28b2f 100644 --- a/lib/constant_contact_client/models/test_send_email_campaign_activity_request.rb +++ b/lib/constant_contact_client/models/test_send_email_campaign_activity_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/tier_object.rb b/lib/constant_contact_client/models/tier_object.rb index 9dd7ea0..f7c1987 100644 --- a/lib/constant_contact_client/models/tier_object.rb +++ b/lib/constant_contact_client/models/tier_object.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/tracking_activity_sms_channel_dto.rb b/lib/constant_contact_client/models/tracking_activity_sms_channel_dto.rb index 7ce2be2..1f872f5 100644 --- a/lib/constant_contact_client/models/tracking_activity_sms_channel_dto.rb +++ b/lib/constant_contact_client/models/tracking_activity_sms_channel_dto.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/unique_email_counts.rb b/lib/constant_contact_client/models/unique_email_counts.rb index d7d18d7..81bc871 100644 --- a/lib/constant_contact_client/models/unique_email_counts.rb +++ b/lib/constant_contact_client/models/unique_email_counts.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/update_account_request.rb b/lib/constant_contact_client/models/update_account_request.rb index 421ee9e..8e8b12e 100644 --- a/lib/constant_contact_client/models/update_account_request.rb +++ b/lib/constant_contact_client/models/update_account_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/update_contact_request.rb b/lib/constant_contact_client/models/update_contact_request.rb index 120f2fb..b64ef5d 100644 --- a/lib/constant_contact_client/models/update_contact_request.rb +++ b/lib/constant_contact_client/models/update_contact_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/update_contact_request_email_address.rb b/lib/constant_contact_client/models/update_contact_request_email_address.rb index 9311074..a2c4d0d 100644 --- a/lib/constant_contact_client/models/update_contact_request_email_address.rb +++ b/lib/constant_contact_client/models/update_contact_request_email_address.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/update_contact_request_phone_numbers_inner.rb b/lib/constant_contact_client/models/update_contact_request_phone_numbers_inner.rb index 5078e85..00d8682 100644 --- a/lib/constant_contact_client/models/update_contact_request_phone_numbers_inner.rb +++ b/lib/constant_contact_client/models/update_contact_request_phone_numbers_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/update_contact_request_street_addresses_inner.rb b/lib/constant_contact_client/models/update_contact_request_street_addresses_inner.rb index 65c6d05..f840595 100644 --- a/lib/constant_contact_client/models/update_contact_request_street_addresses_inner.rb +++ b/lib/constant_contact_client/models/update_contact_request_street_addresses_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/update_custom_field_request.rb b/lib/constant_contact_client/models/update_custom_field_request.rb index d96f700..73247be 100644 --- a/lib/constant_contact_client/models/update_custom_field_request.rb +++ b/lib/constant_contact_client/models/update_custom_field_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/update_list200_response.rb b/lib/constant_contact_client/models/update_list200_response.rb index de43ddf..99f5a7e 100644 --- a/lib/constant_contact_client/models/update_list200_response.rb +++ b/lib/constant_contact_client/models/update_list200_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/update_list_request.rb b/lib/constant_contact_client/models/update_list_request.rb index dd24486..a777fce 100644 --- a/lib/constant_contact_client/models/update_list_request.rb +++ b/lib/constant_contact_client/models/update_list_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/update_segment_name_request.rb b/lib/constant_contact_client/models/update_segment_name_request.rb index 6306c0e..6131afa 100644 --- a/lib/constant_contact_client/models/update_segment_name_request.rb +++ b/lib/constant_contact_client/models/update_segment_name_request.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/webhooks_subscription_body.rb b/lib/constant_contact_client/models/webhooks_subscription_body.rb index 97f9f39..3d318de 100644 --- a/lib/constant_contact_client/models/webhooks_subscription_body.rb +++ b/lib/constant_contact_client/models/webhooks_subscription_body.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/webhooks_subscription_collection_inner.rb b/lib/constant_contact_client/models/webhooks_subscription_collection_inner.rb index 40abd11..96bceba 100644 --- a/lib/constant_contact_client/models/webhooks_subscription_collection_inner.rb +++ b/lib/constant_contact_client/models/webhooks_subscription_collection_inner.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/webhooks_subscription_put_resp.rb b/lib/constant_contact_client/models/webhooks_subscription_put_resp.rb index 098d1d3..0af3bf9 100644 --- a/lib/constant_contact_client/models/webhooks_subscription_put_resp.rb +++ b/lib/constant_contact_client/models/webhooks_subscription_put_resp.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/webhooks_subscription_response.rb b/lib/constant_contact_client/models/webhooks_subscription_response.rb index 48118b6..30d00d7 100644 --- a/lib/constant_contact_client/models/webhooks_subscription_response.rb +++ b/lib/constant_contact_client/models/webhooks_subscription_response.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/models/webhooks_test_send.rb b/lib/constant_contact_client/models/webhooks_test_send.rb index e14fe97..4fd318f 100644 --- a/lib/constant_contact_client/models/webhooks_test_send.rb +++ b/lib/constant_contact_client/models/webhooks_test_send.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/lib/constant_contact_client/version.rb b/lib/constant_contact_client/version.rb index 5fdb7d3..6f7d8ac 100644 --- a/lib/constant_contact_client/version.rb +++ b/lib/constant_contact_client/version.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index a8d1736..457d83f 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -3,7 +3,7 @@ #Swagger build version 3.0.2475 -The version of the OpenAPI document: 1.0.90 +The version of the OpenAPI document: 1.0.101 Contact: webservices@constantcontact.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0