dropbox-sdk-python icon indicating copy to clipboard operation
dropbox-sdk-python copied to clipboard

Manual Spec Update

Open sderickson opened this issue 2 years ago • 1 comments

Change Notes:

check_api_v2_types Namespace

  • Update EchoArg DataType.STRUCT

files Namespace

  • Update DeleteBatchArg DataType.STRUCT
  • Update RelocationBatchArgBase DataType.STRUCT
  • Update save_url DataType.ROUTE

team_log_generated Namespace

  • Add RansomwareRestoreProcessCompletedDetails, RansomwareRestoreProcessStartedDetails, TeamEncryptionKeyCancelKeyDeletionDetails, TeamEncryptionKeyCreateKeyDetails, TeamEncryptionKeyDeleteKeyDetails, TeamEncryptionKeyDisableKeyDetails, TeamEncryptionKeyEnableKeyDetails, TeamEncryptionKeyRotateKeyDetails, TeamEncryptionKeyScheduleKeyDeletionDetails, FileAddFromAutomationDetails, ReplayFileDeleteDetails, BackupAdminInvitationSentDetails, BackupInvitationOpenedDetails, RansomwareAlertCreateReportDetails, RansomwareAlertCreateReportFailedDetails, ReplayFileSharedLinkCreatedDetails, ReplayFileSharedLinkModifiedDetails, ReplayProjectTeamAddDetails, ReplayProjectTeamDeleteDetails, RansomwareRestoreProcessCompletedType, RansomwareRestoreProcessStartedType, TeamEncryptionKeyCancelKeyDeletionType, TeamEncryptionKeyCreateKeyType, TeamEncryptionKeyDeleteKeyType, TeamEncryptionKeyDisableKeyType, TeamEncryptionKeyEnableKeyType, TeamEncryptionKeyRotateKeyType, TeamEncryptionKeyScheduleKeyDeletionType, FileAddFromAutomationType, ReplayFileDeleteType, BackupAdminInvitationSentType, BackupInvitationOpenedType, RansomwareAlertCreateReportType, RansomwareAlertCreateReportFailedType, ReplayFileSharedLinkCreatedType, ReplayFileSharedLinkModifiedType, ReplayProjectTeamAddType, ReplayProjectTeamDeleteType structs

team_member_space_limits Namespace

  • Update member_space_limits/set_custom_quota(SetCustomQuotaArg, List DataType.ROUTE
  • Update member_space_limits/remove_custom_quota(CustomQuotaUsersArg, List DataType.ROUTE
  • Update member_space_limits/get_custom_quota(CustomQuotaUsersArg, List DataType.ROUTE
  • Update member_space_limits/get_custom_quota(CustomQuotaUsersArg, List DataType.ROUTE

team_policies Namespace

  • Add SharedFolderBlanketLinkRestrictionPolicy unions

sderickson avatar Jun 12 '23 23:06 sderickson

Codecov Report

Merging #474 (b521dff) into main (487793d) will increase coverage by 0.00%. The diff coverage is 72.34%.

@@           Coverage Diff            @@
##             main     #474    +/-   ##
========================================
  Coverage   63.69%   63.70%            
========================================
  Files          31       31            
  Lines       52609    53582   +973     
  Branches     3841     3905    +64     
========================================
+ Hits        33510    34132   +622     
- Misses      19064    19415   +351     
  Partials       35       35            
Flag Coverage Δ
unit 63.70% <72.34%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
dropbox/auth.py 73.30% <ø> (ø)
dropbox/base.py 25.93% <0.00%> (-0.04%) :arrow_down:
dropbox/base_team.py 29.09% <ø> (ø)
dropbox/check.py 77.77% <ø> (ø)
dropbox/team_log.py 63.03% <ø> (+0.01%) :arrow_up:
dropbox/sharing.py 65.45% <68.75%> (+<0.01%) :arrow_up:
dropbox/team_policies.py 78.57% <73.07%> (-0.22%) :arrow_down:
dropbox/files.py 66.81% <100.00%> (ø)
dropbox/team.py 66.30% <100.00%> (+<0.01%) :arrow_up:

codecov[bot] avatar Jun 12 '23 23:06 codecov[bot]