|
4810 | 4810 | */ |
4811 | 4811 | contents?: Object; |
4812 | 4812 | /** |
4813 | | - * NOT YET SUPPORTED. A hash of the file content uploaded in this call. If |
4814 | | - * provided and the uploaded content does not match this hash, an error |
4815 | | - * will be returned. For more information see our [Content hash]{@link |
| 4813 | + * A hash of the file content uploaded in this call. If provided and the |
| 4814 | + * uploaded content does not match this hash, an error will be returned. |
| 4815 | + * For more information see our [Content hash]{@link |
4816 | 4816 | * https://www.dropbox.com/developers/reference/content-hash} page. |
4817 | 4817 | */ |
4818 | 4818 | content_hash?: Sha256HexHash; |
|
4869 | 4869 | */ |
4870 | 4870 | close?: boolean; |
4871 | 4871 | /** |
4872 | | - * NOT YET SUPPORTED. A hash of the file content uploaded in this call. If |
4873 | | - * provided and the uploaded content does not match this hash, an error |
4874 | | - * will be returned. For more information see our [Content hash]{@link |
| 4872 | + * A hash of the file content uploaded in this call. If provided and the |
| 4873 | + * uploaded content does not match this hash, an error will be returned. |
| 4874 | + * For more information see our [Content hash]{@link |
4875 | 4875 | * https://www.dropbox.com/developers/reference/content-hash} page. |
4876 | 4876 | */ |
4877 | 4877 | content_hash?: Sha256HexHash; |
|
4918 | 4918 | */ |
4919 | 4919 | commit: CommitInfo; |
4920 | 4920 | /** |
4921 | | - * NOT YET SUPPORTED. A hash of the file content uploaded in this call. If |
4922 | | - * provided and the uploaded content does not match this hash, an error |
4923 | | - * will be returned. For more information see our [Content hash]{@link |
| 4921 | + * A hash of the file content uploaded in this call. If provided and the |
| 4922 | + * uploaded content does not match this hash, an error will be returned. |
| 4923 | + * For more information see our [Content hash]{@link |
4924 | 4924 | * https://www.dropbox.com/developers/reference/content-hash} page. |
4925 | 4925 | */ |
4926 | 4926 | content_hash?: Sha256HexHash; |
|
5153 | 5153 | */ |
5154 | 5154 | session_type?: UploadSessionType; |
5155 | 5155 | /** |
5156 | | - * NOT YET SUPPORTED. A hash of the file content uploaded in this call. If |
5157 | | - * provided and the uploaded content does not match this hash, an error |
5158 | | - * will be returned. For more information see our [Content hash]{@link |
| 5156 | + * A hash of the file content uploaded in this call. If provided and the |
| 5157 | + * uploaded content does not match this hash, an error will be returned. |
| 5158 | + * For more information see our [Content hash]{@link |
5159 | 5159 | * https://www.dropbox.com/developers/reference/content-hash} page. |
5160 | 5160 | */ |
5161 | 5161 | content_hash?: Sha256HexHash; |
|
6550 | 6550 | '.tag': 'viewer_no_comment'; |
6551 | 6551 | } |
6552 | 6552 |
|
| 6553 | + /** |
| 6554 | + * The collaborator can only view the shared folder that they have access |
| 6555 | + * to. |
| 6556 | + */ |
| 6557 | + export interface AccessLevelTraverse { |
| 6558 | + '.tag': 'traverse'; |
| 6559 | + } |
| 6560 | + |
6553 | 6561 | export interface AccessLevelOther { |
6554 | 6562 | '.tag': 'other'; |
6555 | 6563 | } |
6556 | 6564 |
|
6557 | 6565 | /** |
6558 | 6566 | * Defines the access levels for collaborators. |
6559 | 6567 | */ |
6560 | | - export type AccessLevel = AccessLevelOwner | AccessLevelEditor | AccessLevelViewer | AccessLevelViewerNoComment | AccessLevelOther; |
| 6568 | + export type AccessLevel = AccessLevelOwner | AccessLevelEditor | AccessLevelViewer | AccessLevelViewerNoComment | AccessLevelTraverse | AccessLevelOther; |
6561 | 6569 |
|
6562 | 6570 | /** |
6563 | 6571 | * Only the owner can update the ACL. |
|
6610 | 6618 | * Defaults to TagRef(Union('AccessLevel', [UnionField('owner', Void, |
6611 | 6619 | * False, None), UnionField('editor', Void, False, None), |
6612 | 6620 | * UnionField('viewer', Void, False, None), |
6613 | | - * UnionField('viewer_no_comment', Void, False, None), UnionField('other', |
6614 | | - * Void, True, None)]), 'viewer'). |
| 6621 | + * UnionField('viewer_no_comment', Void, False, None), |
| 6622 | + * UnionField('traverse', Void, False, None), UnionField('other', Void, |
| 6623 | + * True, None)]), 'viewer'). |
6615 | 6624 | */ |
6616 | 6625 | access_level?: AccessLevel; |
6617 | 6626 | /** |
|
6792 | 6801 | * Defaults to TagRef(Union('AccessLevel', [UnionField('owner', Void, |
6793 | 6802 | * False, None), UnionField('editor', Void, False, None), |
6794 | 6803 | * UnionField('viewer', Void, False, None), |
6795 | | - * UnionField('viewer_no_comment', Void, False, None), UnionField('other', |
6796 | | - * Void, True, None)]), 'viewer'). |
| 6804 | + * UnionField('viewer_no_comment', Void, False, None), |
| 6805 | + * UnionField('traverse', Void, False, None), UnionField('other', Void, |
| 6806 | + * True, None)]), 'viewer'). |
6797 | 6807 | */ |
6798 | 6808 | access_level?: AccessLevel; |
6799 | 6809 | } |
@@ -17756,12 +17766,12 @@ |
17756 | 17766 | } |
17757 | 17767 |
|
17758 | 17768 | /** |
17759 | | - * Policy for deciding whether a team can use Email to my Dropbox feature |
| 17769 | + * Policy for deciding whether a team can use Email to Dropbox feature |
17760 | 17770 | */ |
17761 | 17771 | export type EmailIngestPolicy = EmailIngestPolicyDisabled | EmailIngestPolicyEnabled | EmailIngestPolicyOther; |
17762 | 17772 |
|
17763 | 17773 | /** |
17764 | | - * Changed email to my Dropbox policy for team. |
| 17774 | + * Changed email to Dropbox policy for team. |
17765 | 17775 | */ |
17766 | 17776 | export interface EmailIngestPolicyChangedDetails { |
17767 | 17777 | /** |
|
17779 | 17789 | } |
17780 | 17790 |
|
17781 | 17791 | /** |
17782 | | - * Received files via Email to my Dropbox. |
| 17792 | + * Received files via Email to Dropbox. |
17783 | 17793 | */ |
17784 | 17794 | export interface EmailIngestReceiveFileDetails { |
17785 | 17795 | /** |
|
20765 | 20775 | } |
20766 | 20776 |
|
20767 | 20777 | /** |
20768 | | - * (file_requests) Received files via Email to my Dropbox |
| 20778 | + * (file_requests) Received files via Email to Dropbox |
20769 | 20779 | */ |
20770 | 20780 | export interface EventTypeEmailIngestReceiveFile extends EmailIngestReceiveFileType { |
20771 | 20781 | '.tag': 'email_ingest_receive_file'; |
|
22698 | 22708 | } |
22699 | 22709 |
|
22700 | 22710 | /** |
22701 | | - * (team_policies) Changed email to my Dropbox policy for team |
| 22711 | + * (team_policies) Changed email to Dropbox policy for team |
22702 | 22712 | */ |
22703 | 22713 | export interface EventTypeEmailIngestPolicyChanged extends EmailIngestPolicyChangedType { |
22704 | 22714 | '.tag': 'email_ingest_policy_changed'; |
|
24201 | 24211 | } |
24202 | 24212 |
|
24203 | 24213 | /** |
24204 | | - * (file_requests) Received files via Email to my Dropbox |
| 24214 | + * (file_requests) Received files via Email to Dropbox |
24205 | 24215 | */ |
24206 | 24216 | export interface EventTypeArgEmailIngestReceiveFile { |
24207 | 24217 | '.tag': 'email_ingest_receive_file'; |
|
26134 | 26144 | } |
26135 | 26145 |
|
26136 | 26146 | /** |
26137 | | - * (team_policies) Changed email to my Dropbox policy for team |
| 26147 | + * (team_policies) Changed email to Dropbox policy for team |
26138 | 26148 | */ |
26139 | 26149 | export interface EventTypeArgEmailIngestPolicyChanged { |
26140 | 26150 | '.tag': 'email_ingest_policy_changed'; |
|
0 commit comments