diff --git a/docs/Model/GetScheduledEmailByBatchid.md b/docs/Model/GetScheduledEmailByBatchId.md similarity index 99% rename from docs/Model/GetScheduledEmailByBatchid.md rename to docs/Model/GetScheduledEmailByBatchId.md index 6408d4fc..68d8f8f0 100644 --- a/docs/Model/GetScheduledEmailByBatchid.md +++ b/docs/Model/GetScheduledEmailByBatchId.md @@ -8,4 +8,3 @@ Name | Type | Description | Notes [[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) - diff --git a/docs/Model/GetScheduledEmailByBatchidBatches.md b/docs/Model/GetScheduledEmailByBatchIdBatches.md similarity index 99% rename from docs/Model/GetScheduledEmailByBatchidBatches.md rename to docs/Model/GetScheduledEmailByBatchIdBatches.md index 17585e39..28590032 100644 --- a/docs/Model/GetScheduledEmailByBatchidBatches.md +++ b/docs/Model/GetScheduledEmailByBatchIdBatches.md @@ -9,4 +9,3 @@ Name | Type | Description | Notes [[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) - diff --git a/docs/Model/GetScheduledEmailByMessageid.md b/docs/Model/GetScheduledEmailByMessageId.md similarity index 99% rename from docs/Model/GetScheduledEmailByMessageid.md rename to docs/Model/GetScheduledEmailByMessageId.md index 049d62e7..c81749c3 100644 --- a/docs/Model/GetScheduledEmailByMessageid.md +++ b/docs/Model/GetScheduledEmailByMessageId.md @@ -9,4 +9,3 @@ Name | Type | Description | Notes [[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) - diff --git a/lib/Configuration.php b/lib/Configuration.php index d21b2c44..28870a12 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -38,7 +38,7 @@ * @link https://github.com/swagger-api/swagger-codegen */ -$GLOBALS['version'] = '8.1.0'; +$GLOBALS['version'] = '8.2.1'; class Configuration { diff --git a/lib/Model/GetScheduledEmailByBatchid.php b/lib/Model/GetScheduledEmailByBatchId.php similarity index 99% rename from lib/Model/GetScheduledEmailByBatchid.php rename to lib/Model/GetScheduledEmailByBatchId.php index f4dd41af..db0d80f5 100644 --- a/lib/Model/GetScheduledEmailByBatchid.php +++ b/lib/Model/GetScheduledEmailByBatchId.php @@ -328,4 +328,3 @@ public function __toString() } } - diff --git a/lib/Model/GetScheduledEmailByBatchidBatches.php b/lib/Model/GetScheduledEmailByBatchIdBatches.php similarity index 99% rename from lib/Model/GetScheduledEmailByBatchidBatches.php rename to lib/Model/GetScheduledEmailByBatchIdBatches.php index a94ed460..7a7cdbfd 100644 --- a/lib/Model/GetScheduledEmailByBatchidBatches.php +++ b/lib/Model/GetScheduledEmailByBatchIdBatches.php @@ -403,4 +403,3 @@ public function __toString() } } - diff --git a/lib/Model/GetScheduledEmailByMessageid.php b/lib/Model/GetScheduledEmailByMessageId.php similarity index 99% rename from lib/Model/GetScheduledEmailByMessageid.php rename to lib/Model/GetScheduledEmailByMessageId.php index d0098fa3..9de29a96 100644 --- a/lib/Model/GetScheduledEmailByMessageid.php +++ b/lib/Model/GetScheduledEmailByMessageId.php @@ -403,4 +403,3 @@ public function __toString() } } - diff --git a/test/Model/GetScheduledEmailByBatchidBatchesTest.php b/test/Model/GetScheduledEmailByBatchIdBatchesTest.php similarity index 100% rename from test/Model/GetScheduledEmailByBatchidBatchesTest.php rename to test/Model/GetScheduledEmailByBatchIdBatchesTest.php diff --git a/test/Model/GetScheduledEmailByBatchidTest.php b/test/Model/GetScheduledEmailByBatchIdTest.php similarity index 99% rename from test/Model/GetScheduledEmailByBatchidTest.php rename to test/Model/GetScheduledEmailByBatchIdTest.php index ea701301..2e3ef2b0 100644 --- a/test/Model/GetScheduledEmailByBatchidTest.php +++ b/test/Model/GetScheduledEmailByBatchIdTest.php @@ -90,3 +90,4 @@ public function testPropertyBatches() { } } + diff --git a/test/Model/GetScheduledEmailByMessageidTest.php b/test/Model/GetScheduledEmailByMessageIdTest.php similarity index 99% rename from test/Model/GetScheduledEmailByMessageidTest.php rename to test/Model/GetScheduledEmailByMessageIdTest.php index 74ecfc9a..3d6a8b90 100644 --- a/test/Model/GetScheduledEmailByMessageidTest.php +++ b/test/Model/GetScheduledEmailByMessageIdTest.php @@ -97,3 +97,4 @@ public function testPropertyStatus() { } } +