ees_microsoft_outlook/deletion_sync_command.py [72:81]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            (
                [],
                users_accounts,
            ),
            time_range_list,
        )
        delete_keys_documents = storage_with_collection.get("delete_keys") or []
        global_keys_documents = storage_with_collection.get("global_keys") or []
        deleted_documents = []
        self.remove_deleted_documents_from_global_keys(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ees_microsoft_outlook/deletion_sync_command.py [159:168]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            (
                [],
                users_accounts,
            ),
            time_range_list,
        )
        delete_keys_documents = storage_with_collection.get("delete_keys") or []
        global_keys_documents = storage_with_collection.get("global_keys") or []
        deleted_documents = []
        self.remove_deleted_documents_from_global_keys(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



