Skip to content

Commit 7d8c19c

Browse files
authored
Automated Spec Update (#249)
444efadbf5a13253dcc8faf6d752df705e001402 Change Notes: - Add release note generator script files Namespace - Update comments sharing_files Namespace - Update comments team_legal_holds Namespace - Update comments team_log_generated Namespace - Add InviteAcceptanceEmailPolicyChangedDetails, InviteAcceptanceEmailPolicyChangedType structs - Add InviteAcceptanceEmailPolicy unions - Update EventDetails union to include invite_acceptance_email_policy_changed_details - Update EventType union to include invite_acceptance_email_policy_changed, and invite_acceptance_email_policy_changed team_secondary_mails Namespace - Update comments Co-authored-by: DropboxBot <[email protected]>
1 parent 0246b7a commit 7d8c19c

17 files changed

+1013
-15
lines changed

dropbox-sdk-dotnet/Dropbox.Api/Generated/Files/FilesUserRoutes.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2674,7 +2674,7 @@ public GetTemporaryLinkResult EndGetTemporaryLink(sys.IAsyncResult asyncResult)
26742674
/// <para>A successful temporary upload link consumption request returns the content
26752675
/// hash of the uploaded data in JSON format.</para>
26762676
/// <para></para>
2677-
/// <para>Example succesful temporary upload link consumption response:</para>
2677+
/// <para>Example successful temporary upload link consumption response:</para>
26782678
/// <para>{"content-hash": "599d71033d700ac892a0e48fa61b125d2f5994"}</para>
26792679
/// <para></para>
26802680
/// <para>An unsuccessful temporary upload link consumption request returns any of the
@@ -2743,7 +2743,7 @@ public sys.IAsyncResult BeginGetTemporaryUploadLink(GetTemporaryUploadLinkArg ge
27432743
/// <para>A successful temporary upload link consumption request returns the content
27442744
/// hash of the uploaded data in JSON format.</para>
27452745
/// <para></para>
2746-
/// <para>Example succesful temporary upload link consumption response:</para>
2746+
/// <para>Example successful temporary upload link consumption response:</para>
27472747
/// <para>{"content-hash": "599d71033d700ac892a0e48fa61b125d2f5994"}</para>
27482748
/// <para></para>
27492749
/// <para>An unsuccessful temporary upload link consumption request returns any of the

dropbox-sdk-dotnet/Dropbox.Api/Generated/Sharing/AddFileMemberArgs.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class AddFileMemberArgs
3434
/// </summary>
3535
/// <param name="file">File to which to add members.</param>
3636
/// <param name="members">Members to add. Note that even an email address is given,
37-
/// this may result in a user being directy added to the membership if that email is
37+
/// this may result in a user being directly added to the membership if that email is
3838
/// the user's main account email.</param>
3939
/// <param name="customMessage">Message to send to added members in their
4040
/// invitation.</param>
@@ -104,7 +104,7 @@ public AddFileMemberArgs()
104104

105105
/// <summary>
106106
/// <para>Members to add. Note that even an email address is given, this may result in
107-
/// a user being directy added to the membership if that email is the user's main
107+
/// a user being directly added to the membership if that email is the user's main
108108
/// account email.</para>
109109
/// </summary>
110110
public col.IList<MemberSelector> Members { get; protected set; }

dropbox-sdk-dotnet/Dropbox.Api/Generated/Sharing/SharingUserRoutes.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public sys.IAsyncResult BeginAddFileMember(AddFileMemberArgs addFileMemberArgs,
6565
/// </summary>
6666
/// <param name="file">File to which to add members.</param>
6767
/// <param name="members">Members to add. Note that even an email address is given,
68-
/// this may result in a user being directy added to the membership if that email is
68+
/// this may result in a user being directly added to the membership if that email is
6969
/// the user's main account email.</param>
7070
/// <param name="customMessage">Message to send to added members in their
7171
/// invitation.</param>
@@ -102,7 +102,7 @@ public sys.IAsyncResult BeginAddFileMember(AddFileMemberArgs addFileMemberArgs,
102102
/// </summary>
103103
/// <param name="file">File to which to add members.</param>
104104
/// <param name="members">Members to add. Note that even an email address is given,
105-
/// this may result in a user being directy added to the membership if that email is
105+
/// this may result in a user being directly added to the membership if that email is
106106
/// the user's main account email.</param>
107107
/// <param name="customMessage">Message to send to added members in their
108108
/// invitation.</param>

dropbox-sdk-dotnet/Dropbox.Api/Generated/Team/AddSecondaryEmailResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Dropbox.Api.Team
1414
/// <para>Result of trying to add a secondary email to a user. 'success' is the only value
1515
/// indicating that a secondary email was successfully added to a user. The other values
1616
/// explain the type of error that occurred, and include the email for which the error
17-
/// occured.</para>
17+
/// occurred.</para>
1818
/// </summary>
1919
public class AddSecondaryEmailResult
2020
{

dropbox-sdk-dotnet/Dropbox.Api/Generated/Team/DeleteSecondaryEmailResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Dropbox.Api.Team
1414
/// <para>Result of trying to delete a secondary email address. 'success' is the only value
1515
/// indicating that a secondary email was successfully deleted. The other values explain
1616
/// the type of error that occurred, and include the email for which the error
17-
/// occured.</para>
17+
/// occurred.</para>
1818
/// </summary>
1919
public class DeleteSecondaryEmailResult
2020
{

dropbox-sdk-dotnet/Dropbox.Api/Generated/Team/LegalHoldPolicy.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class LegalHoldPolicy
3333
/// </summary>
3434
/// <param name="id">The legal hold id.</param>
3535
/// <param name="name">Policy name.</param>
36-
/// <param name="members">Team members IDs and number of permanetly deleted members
36+
/// <param name="members">Team members IDs and number of permanently deleted members
3737
/// under hold.</param>
3838
/// <param name="status">The current state of the hold.</param>
3939
/// <param name="startDate">Start date of the legal hold policy.</param>
@@ -118,7 +118,7 @@ public LegalHoldPolicy()
118118
public string Name { get; protected set; }
119119

120120
/// <summary>
121-
/// <para>Team members IDs and number of permanetly deleted members under hold.</para>
121+
/// <para>Team members IDs and number of permanently deleted members under hold.</para>
122122
/// </summary>
123123
public MembersInfo Members { get; protected set; }
124124

dropbox-sdk-dotnet/Dropbox.Api/Generated/Team/ResendSecondaryEmailResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Dropbox.Api.Team
1414
/// <para>Result of trying to resend verification email to a secondary email address.
1515
/// 'success' is the only value indicating that a verification email was successfully sent.
1616
/// The other values explain the type of error that occurred, and include the email for
17-
/// which the error occured.</para>
17+
/// which the error occurred.</para>
1818
/// </summary>
1919
public class ResendSecondaryEmailResult
2020
{

dropbox-sdk-dotnet/Dropbox.Api/Generated/Team/UserAddResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Dropbox.Api.Team
1414
/// <para>Result of trying to add secondary emails to a user. 'success' is the only value
1515
/// indicating that a user was successfully retrieved for adding secondary emails. The
1616
/// other values explain the type of error that occurred, and include the user for which
17-
/// the error occured.</para>
17+
/// the error occurred.</para>
1818
/// </summary>
1919
public class UserAddResult
2020
{

dropbox-sdk-dotnet/Dropbox.Api/Generated/Team/UserDeleteResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Dropbox.Api.Team
1414
/// <para>Result of trying to delete a user's secondary emails. 'success' is the only value
1515
/// indicating that a user was successfully retrieved for deleting secondary emails. The
1616
/// other values explain the type of error that occurred, and include the user for which
17-
/// the error occured.</para>
17+
/// the error occurred.</para>
1818
/// </summary>
1919
public class UserDeleteResult
2020
{

dropbox-sdk-dotnet/Dropbox.Api/Generated/Team/UserResendResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Dropbox.Api.Team
1414
/// <para>Result of trying to resend verification emails to a user. 'success' is the only
1515
/// value indicating that a user was successfully retrieved for sending verification
1616
/// emails. The other values explain the type of error that occurred, and include the user
17-
/// for which the error occured.</para>
17+
/// for which the error occurred.</para>
1818
/// </summary>
1919
public class UserResendResult
2020
{

0 commit comments

Comments
 (0)