You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ConstantContact/Definition/Activity.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
/**
8
8
* @property \PHPFUI\ConstantContact\UUID $activity_id Unique ID for the activity.
9
-
* @property string $state The state of the request: initialized - request has been receivedprocessing - request is being processedcompleted - job completedcancelled - request was cancelledfailed - job failed to completetimed_out - the request timed out before completing
9
+
* @property string $state The state of the request: <p><ul> <li>initialized - request has been received</li> <li>processing - request is being processed</li> <li>completed - job completed</li> <li>cancelled - request was cancelled</li> <li>failed - job failed to complete</li> <li>timed_out - the request timed out before completing"</li> </ul> </p>
10
10
* @property \PHPFUI\ConstantContact\DateTime $started_at Timestamp showing when we began processing the activity request, in ISO-8601 format.
11
11
* @property \PHPFUI\ConstantContact\DateTime $completed_at Timestamp showing when we completed processing the activity, in ISO-8601 format.
12
12
* @property \PHPFUI\ConstantContact\DateTime $created_at Timestamp showing when we created the activity, in ISO-8601 format.
Copy file name to clipboardExpand all lines: src/ConstantContact/Definition/ActivityDeleteListResponse.php
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,16 @@
5
5
namespacePHPFUI\ConstantContact\Definition;
6
6
7
7
/**
8
-
* @property \PHPFUI\ConstantContact\UUID $activity_id Unique ID for the delete list batch job
9
-
* @property string $state The state of the delete list request: processing - request is being processed completed - job completed cancelled - request was cancelled failed - job failed to complete timed_out - the request timed out before completing
8
+
* @property \PHPFUI\ConstantContact\UUID $activity_id Unique ID for the delete list batch job.
9
+
* @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>
17
+
* </ul> </p>
10
18
* @property \PHPFUI\ConstantContact\DateTime $created_at Date and time that the request was received, in ISO-8601 formmat.
11
19
* @property \PHPFUI\ConstantContact\DateTime $updated_at Date and time that the request status was updated, in ISO-8601 format.
12
20
* @property int $percent_done Job completion percentage
Copy file name to clipboardExpand all lines: src/ConstantContact/Definition/ActivityDeleteStatus.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
/**
8
8
* @property \PHPFUI\ConstantContact\UUID $activity_id Unique ID for the activity.
9
-
* @property string $state The state of the request: initialized - request has been receivedprocessing - request is being processedcompleted - job completedcancelled - request was cancelledfailed - job failed to completetimed_out - the request timed out before completing
9
+
* @property string $state The state of the request: <p><ul> <li>initialized - request has been received</li> <li>processing - request is being processed</li> <li>completed - job completed</li> <li>cancelled - request was cancelled</li> <li>failed - job failed to complete</li> <li>timed_out - the request timed out before completing"</li> </ul> </p>
10
10
* @property \PHPFUI\ConstantContact\DateTime $started_at Timestamp showing when we began processing the activity request, in ISO-8601 format.
11
11
* @property \PHPFUI\ConstantContact\DateTime $completed_at Timestamp showing when we completed processing the activity, in ISO-8601 format.
12
12
* @property \PHPFUI\ConstantContact\DateTime $created_at Timestamp showing when we created the activity, in ISO-8601 format.
Copy file name to clipboardExpand all lines: src/ConstantContact/Definition/ActivityExportStatus.php
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,14 @@
6
6
7
7
/**
8
8
* @property \PHPFUI\ConstantContact\UUID $activity_id Unique ID for the activity.
9
-
* @property string $state The state of the request: initialized - request has been received processing - request is being processed completed - job completed cancelled - request was cancelled failed - job failed to complete timed_out - the request timed out before completing
9
+
* @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
17
* @property \PHPFUI\ConstantContact\DateTime $started_at Timestamp showing when we began processing the activity request, in ISO-8601 format.
11
18
* @property \PHPFUI\ConstantContact\DateTime $completed_at Timestamp showing when we completed processing the activity, in ISO-8601 format.
12
19
* @property \PHPFUI\ConstantContact\DateTime $created_at Timestamp showing when we created the activity, in ISO-8601 format.
Copy file name to clipboardExpand all lines: src/ConstantContact/Definition/ActivityImport.php
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,14 @@
6
6
7
7
/**
8
8
* @property \PHPFUI\ConstantContact\UUID $activity_id Unique ID for the activity.
9
-
* @property string $state The state of the request: initialized - request has been received processing - request is being processed completed - job completed cancelled - request was cancelled failed - job failed to complete timed_out - the request timed out before completing
9
+
* @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> * </ul> </p>
10
17
* @property \PHPFUI\ConstantContact\DateTime $started_at Timestamp showing when we began processing the activity request, in ISO-8601 format.
11
18
* @property \PHPFUI\ConstantContact\DateTime $completed_at Timestamp showing when we completed processing the activity, in ISO-8601 format.
12
19
* @property \PHPFUI\ConstantContact\DateTime $created_at Timestamp showing when we created the activity, in ISO-8601 format.
Copy file name to clipboardExpand all lines: src/ConstantContact/Definition/ActivityListsMembership.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
/**
8
8
* @property \PHPFUI\ConstantContact\UUID $activity_id Unique ID for the activity.
9
-
* @property string $state The state of the request: initialized - request has been receivedprocessing - request is being processedcompleted - job completedcancelled - request was cancelledfailed - job failed to completetimed_out - the request timed out before completing
9
+
* @property string $state The state of the request: <p><ul> <li>initialized - request has been received</li> <li>processing - request is being processed</li> <li>completed - job completed</li> <li>cancelled - request was cancelled</li> <li>failed - job failed to complete</li> <li>timed_out - the request timed out before completing"</li> </ul> </p>
10
10
* @property \PHPFUI\ConstantContact\DateTime $started_at Timestamp showing when we began processing the activity request, in ISO-8601 format.
11
11
* @property \PHPFUI\ConstantContact\DateTime $completed_at Timestamp showing when we completed processing the activity, in ISO-8601 format.
12
12
* @property \PHPFUI\ConstantContact\DateTime $created_at Timestamp showing when we created the activity, in ISO-8601 format.
Copy file name to clipboardExpand all lines: src/ConstantContact/Definition/ActivityStatus.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@
9
9
* @property int $items_completed_count The number of items processed in the activity request.
10
10
* @property int $person_count The total number of contacts in an import contacts request.
11
11
* @property int $error_count The number of non-correctable errors encountered during an import contacts request.
12
-
* @property int $correctable_count The number of correctable errors. Correctable errors are: invalid email address format, birthday or anniversary format error, or does not have minimal contact information (no name or email address). Correctable errors are available in the product UI to correct.
12
+
* @property int $correctable_count The number of correctable errors. Correctable errors include invalid email address format, birthday or anniversary format error, or does not have minimal contact information (no name or email address). Correctable errors are available in the product UI to correct.
13
13
* @property int $cannot_add_to_list_count The number of contacts that cannot be added to a list because they were previously unsubscribed, valid for contacts_file_ or json_import requests.
14
-
* @property int $list_count The number of lists processed in an add_ or remove_list_membership activity request.
14
+
* @property int $list_count The number of lists processed in an add or remove list membership activity request.
15
15
*/
16
16
class ActivityStatus extends \PHPFUI\ConstantContact\Definition\Base
Copy file name to clipboardExpand all lines: src/ConstantContact/Definition/ContactPostRequest.php
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@
15
15
* @property int $birthday_day The day value for the contact's birthday. Valid values are from 1 through 31. The <code>birthday_day</code> property is required if you use <code>birthday_month</code>.
16
16
* @property string $anniversary The anniversary date for the contact. For example, this value could be the date when the contact first became a customer of an organization in Constant Contact. Valid date formats are MM/DD/YYYY, M/D/YYYY, YYYY/MM/DD, YYYY/M/D, YYYY-MM-DD, YYYY-M-D,M-D-YYYY, or M-DD-YYYY.
17
17
* @property array<\PHPFUI\ConstantContact\Definition\ContactCustomField> $custom_fields Array of up to 25 <code>custom_field</code> key value pairs.
18
-
* @property array<\PHPFUI\ConstantContact\Definition\PhoneNumberPut> $phone_numbers Array of up to 2 phone_numbers subresources.
19
-
* @property array<\PHPFUI\ConstantContact\Definition\StreetAddressPut> $street_addresses Array of street_addresses subresources. A contact can have 1 street address.
20
-
* @property array<\PHPFUI\ConstantContact\UUID> $list_memberships Array of list_id's to which the contact is being subscribed, up to a maximum of 50.
18
+
* @property array<\PHPFUI\ConstantContact\Definition\PhoneNumberPut> $phone_numbers Array of up to 3 phone numbers subresources.
19
+
* @property array<\PHPFUI\ConstantContact\Definition\StreetAddressPut> $street_addresses Array of up to 3 street address subresources.
20
+
* @property array<\PHPFUI\ConstantContact\UUID> $list_memberships Array of <code>list_id<code>s to which the contact is being subscribed, up to a maximum of 50.
21
21
* @property array<\PHPFUI\ConstantContact\UUID> $taggings Array of tags (<code>tag_id</code>) assigned to the contact, up to a maximum of 50.
22
22
* @property array<\PHPFUI\ConstantContact\Definition\Note> $notes An array of notes about the contact.
23
23
*/
@@ -49,7 +49,8 @@ class ContactPostRequest extends \PHPFUI\ConstantContact\Definition\Base
Copy file name to clipboardExpand all lines: src/ConstantContact/Definition/ContactPutRequest.php
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@
14
14
* @property int $birthday_day Accepts values from 1-31; must be used with <code>birthday_month</code>
15
15
* @property string $anniversary The anniversary date; Accepted formats are MM/DD/YYYY, M/D/YYYY, YYYY/MM/DD, YYYY/M/D, YYYY-MM-DD, YYYY-M-D, MM-DD-YYYY, M-D-YYYY
16
16
* @property string $update_source Identifies who last updated the contact; valid values are <code>Contact</code> or <code>Account</code>.
17
-
* @property array<\PHPFUI\ConstantContact\Definition\ContactCustomField> $custom_fields Array of up to 25 custom_field subresources.
18
-
* @property array<\PHPFUI\ConstantContact\Definition\PhoneNumberPut> $phone_numbers Array of up to 2 phone_numbers subresources.
19
-
* @property array<\PHPFUI\ConstantContact\Definition\StreetAddressPut> $street_addresses Array of street_addresses subresources. A contact can have 1 street address.
17
+
* @property array<\PHPFUI\ConstantContact\Definition\ContactCustomField> $custom_fields Array of up to 25 <code>custom_field</code> subresources.
18
+
* @property array<\PHPFUI\ConstantContact\Definition\PhoneNumberPut> $phone_numbers Array of up to 3 <code>phone_numbers</code> subresources.
19
+
* @property array<\PHPFUI\ConstantContact\Definition\StreetAddressPut> $street_addresses Array of up to 3 <code>street_addresses</code> subresources.
20
20
* @property array<\PHPFUI\ConstantContact\UUID> $list_memberships Array of up to 50 <code>list_ids</code> to which the contact is subscribed.
21
21
* @property array<\PHPFUI\ConstantContact\UUID> $taggings Array of tags (<code>tag_id</code>) assigned to the contact, up to a maximum of 50.
22
22
* @property array<\PHPFUI\ConstantContact\Definition\Note> $notes An array of notes about the contact listed by most recent note first.
@@ -49,7 +49,8 @@ class ContactPutRequest extends \PHPFUI\ConstantContact\Definition\Base
Copy file name to clipboardExpand all lines: src/ConstantContact/Definition/ContactResource.php
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,18 @@
14
14
* @property int $birthday_month The month value for the contact's birthday. Valid values are from 1 through 12. You must use this property with <code>birthday_month</code>.
15
15
* @property int $birthday_day The day value for the contact's birthday. Valid values are from 1 through 12. You must use this property with <code>birthday_day</code>.
16
16
* @property string $anniversary The anniversary date for the contact. For example, this value could be the date when the contact first became a customer of an organization in Constant Contact. Valid date formats are MM/DD/YYYY, M/D/YYYY, YYYY/MM/DD, YYYY/M/D, YYYY-MM-DD, YYYY-M-D,M-D-YYYY, or M-DD-YYYY.
17
-
* @property string $update_source Identifies who last updated the contact; valid values are Contact or Account
17
+
* @property string $update_source Identifies who last updated the contact; valid values are <code>Contact</code> or <code>Account</code>.
18
18
* @property string $create_source Describes who added the contact; valid values are <code>Contact</code> or <code>Account</code>. Your integration must accurately identify <code>create_source</code> for compliance reasons; value is set when contact is created.
19
19
* @property \PHPFUI\ConstantContact\DateTime $created_at System generated date and time that the resource was created, in ISO-8601 format.
20
20
* @property \PHPFUI\ConstantContact\DateTime $updated_at System generated date and time that the contact was last updated, in ISO-8601 format.
21
21
* @property \PHPFUI\ConstantContact\Date $deleted_at For deleted contacts (<code>email_address</code> contains <code>opt_out_source</code> and <code>opt_out_date</code>), shows the date of deletion.
22
-
* @property array<\PHPFUI\ConstantContact\Definition\ContactCustomField> $custom_fields Array of up to 25 <code>custom_field</code> key value pairs.
23
-
* @property array<\PHPFUI\ConstantContact\Definition\PhoneNumber> $phone_numbers Array of phone_numbers subresources. A contact can have up to 2 phone numbers.
24
-
* @property array<\PHPFUI\ConstantContact\Definition\StreetAddress> $street_addresses Array of street_addresses subresources. A contact can have 1 street address.
25
-
* @property array<\PHPFUI\ConstantContact\UUID> $list_memberships Array of list_id's to which the contact is subscribed, up to a maximum of 50.
22
+
* @property array<\PHPFUI\ConstantContact\Definition\ContactCustomField> $custom_fields Array of up to 25 <code>custom_field</code> subresources.
23
+
* @property array<\PHPFUI\ConstantContact\Definition\PhoneNumber> $phone_numbers Array of up to 3 <code>phone_numbers</code> subresources.
24
+
* @property array<\PHPFUI\ConstantContact\Definition\StreetAddress> $street_addresses Array of up to 3 <code>street_addresses</code> subresources.
25
+
* @property array<\PHPFUI\ConstantContact\UUID> $list_memberships Array of up to 50 <code>list_ids</code> to which the contact is subscribed.
26
26
* @property array<\PHPFUI\ConstantContact\UUID> $taggings Array of tags (<code>tag_id</code>) assigned to the contact, up to a maximum of 50.
27
-
* @property array<\PHPFUI\ConstantContact\Definition\Note> $notes An array of up to 150 notes about the contact.
27
+
* @property array<\PHPFUI\ConstantContact\Definition\Note> $notes An array of notes about the contact listed by most recent note first.
28
+
* @property \PHPFUI\ConstantContact\Definition\SmsChannel $sms_channel Includes SMS channel and consent details.
28
29
*/
29
30
class ContactResource extends \PHPFUI\ConstantContact\Definition\Base
30
31
{
@@ -49,6 +50,7 @@ class ContactResource extends \PHPFUI\ConstantContact\Definition\Base
0 commit comments