Skip to content

Commit 0ef8bed

Browse files
committed
V23.4.1 - 2023-04-29
1 parent 6fba5ed commit 0ef8bed

File tree

6 files changed

+31
-31
lines changed

6 files changed

+31
-31
lines changed

src/ConstantContact/Definition/ActivityDeleteListResponse.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
/**
88
* @property \PHPFUI\ConstantContact\UUID $activity_id Unique ID for the delete list batch job.
99
* @property string $state The state of the request:
10-
* <p><ul>
11-
* <li>initialized - request has been received</li>
12-
* <li>processing - request is being processed</li>
13-
* <li>completed - job completed</li>
14-
* <li>cancelled - request was cancelled</li>
15-
* <li>failed - job failed to complete</li>
16-
* <li>timed_out - the request timed out before completing"</li>
10+
<p><ul>
11+
<li>initialized - request has been received</li>
12+
<li>processing - request is being processed</li>
13+
<li>completed - job completed</li>
14+
<li>cancelled - request was cancelled</li>
15+
<li>failed - job failed to complete</li>
16+
<li>timed_out - the request timed out before completing"</li>
1717
* </ul> </p>
1818
* @property \PHPFUI\ConstantContact\DateTime $created_at Date and time that the request was received, in ISO-8601 formmat.
1919
* @property \PHPFUI\ConstantContact\DateTime $updated_at Date and time that the request status was updated, in ISO-8601 format.

src/ConstantContact/Definition/ActivityExportStatus.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
/**
88
* @property \PHPFUI\ConstantContact\UUID $activity_id Unique ID for the activity.
99
* @property string $state <p> The state of the request: <ul>
10-
* <li>initialized - request has been received</li>
11-
* <li>processing - request is being processed</li>
12-
* <li>completed - job completed</li>
13-
* <li>cancelled - request was cancelled</li>
14-
* <li>failed - job failed to complete</li>
15-
* <li>timed_out - the request timed out before completing"</li>
16-
* </ul> </p>
10+
<li>initialized - request has been received</li>
11+
<li>processing - request is being processed</li>
12+
<li>completed - job completed</li>
13+
<li>cancelled - request was cancelled</li>
14+
<li>failed - job failed to complete</li>
15+
<li>timed_out - the request timed out before completing"</li>
16+
</ul> </p>
1717
* @property \PHPFUI\ConstantContact\DateTime $started_at Timestamp showing when we began processing the activity request, in ISO-8601 format.
1818
* @property \PHPFUI\ConstantContact\DateTime $completed_at Timestamp showing when we completed processing the activity, in ISO-8601 format.
1919
* @property \PHPFUI\ConstantContact\DateTime $created_at Timestamp showing when we created the activity, in ISO-8601 format.

src/ConstantContact/Definition/ActivityImport.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
/**
88
* @property \PHPFUI\ConstantContact\UUID $activity_id Unique ID for the activity.
99
* @property string $state The state of the request:
10-
* <p><ul>
11-
* <li>initialized - request has been received</li>
10+
<p><ul>
11+
* <li>initialized - request has been received</li>
1212
* <li>processing - request is being processed</li>
1313
* <li>completed - job completed</li>
1414
* <li>cancelled - request was cancelled</li>

src/ConstantContact/V3/Account/Emails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct(\PHPFUI\ConstantContact\Client $client)
2828
*
2929
*
3030
* @param string $confirm_status Use the `confirm_status` query parameter to search for account emails using the email status. Possible values are `CONFIRMED` or `UNCONFIRMED`. You can also abbreviate the values of this query parameter and use `C` or `U`.
31-
*
31+
3232
* @param string $role_code Use the `role_code` query parameter to search for account emails that have a specific role. Each each email address in an account can have multiple roles or no role. Possible values are `CONTACT`, `BILLING`, `REPLY_TO`, `JOURNALING`, or `OTHER`. You can also abbreviate the value of this query parameter and use `C`,`B`,`R`,`J`, or `O`.
3333
* @param string $email_address Use the `email_address` query parameter to search for a specific account email address.
3434
*/

src/ConstantContact/V3/Activities/ContactsFileImport.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public function __construct(\PHPFUI\ConstantContact\Client $client)
3030
* and the remaining data is dropped.
3131
*
3232
* @param string $file The CSV file you are importing. The column headings that you can use in the file are: `first_name`, `last_name`, `email`, `phone`, `job_title`, `anniversary`, `birthday_day`, `birthday_month`, `company_name`, `street`, `street2`, `city`, `state`, `zip`, and `country`. The only required column heading is `email`.
33-
*
34-
* You can also use custom fields as column headings. Enter the custom field name prefixed with `cf:` as the column heading. For example, use `cf:first_name` as the header name if you have a custom field named "first_name". The custom field must already exist in the Constant Contact account you are using. Depending on the custom field data type, you can enter dates or strings as the value of the custom field. Each contact can contain up to 25 different custom fields.
33+
34+
You can also use custom fields as column headings. Enter the custom field name prefixed with `cf:` as the column heading. For example, use `cf:first_name` as the header name if you have a custom field named "first_name". The custom field must already exist in the Constant Contact account you are using. Depending on the custom field data type, you can enter dates or strings as the value of the custom field. Each contact can contain up to 25 different custom fields.
3535
* @param array $list_ids Specify which contact lists you are adding all imported contacts to as an array of up to 50 contact `list_id` values.
3636
*/
3737
public function post(string $file, array $list_ids) : array

src/ConstantContact/V3/Partner/Accounts/Plan.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@ public function get(string $encoded_account_id) : array
6363
*
6464
* @param string $encoded_account_id Specify the client's unique `encoded_account_id`.
6565
* @param \PHPFUI\ConstantContact\Definition\PlanInfo $body Update the billing plan (`plan_type`) for an existing Constant Contact client account. Options include:
66-
* - `TRIAL`: A non-billed account with an expiration date that allows clients to try Constant Contact product features.
67-
*
68-
* - `GOOD`: A billed **Email** client account plan.
69-
*
70-
* - `BETTER`: A billed **Email Plus** client account plan.
71-
*
72-
* - `BEST`: A billed **Personal Marketer** client account plan.
73-
*
74-
* - `LITE`: A **Website Builder** client account plan.
75-
*
76-
*
77-
* If updating from a `TRIAL` plan (`plan_type`) to another type of billing plan, you have the option to update the day of month (`billing_day_of_month`) in which to bill the client account. Valid values include `1` through to and including `31`. Any additional billing plan properties and values that you include in the request body are ignored.
66+
- `TRIAL`: A non-billed account with an expiration date that allows clients to try Constant Contact product features.
67+
68+
- `GOOD`: A billed **Email** client account plan.
69+
70+
- `BETTER`: A billed **Email Plus** client account plan.
71+
72+
- `BEST`: A billed **Personal Marketer** client account plan.
73+
74+
- `LITE`: A **Website Builder** client account plan.
75+
76+
77+
If updating from a `TRIAL` plan (`plan_type`) to another type of billing plan, you have the option to update the day of month (`billing_day_of_month`) in which to bill the client account. Valid values include `1` through to and including `31`. Any additional billing plan properties and values that you include in the request body are ignored.
7878
*/
7979
public function put(string $encoded_account_id, ?\PHPFUI\ConstantContact\Definition\PlanInfo $body = null) : array
8080
{

0 commit comments

Comments
 (0)